v4.1 - Admin/onboarding
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ export function buildLocationSeo(location: LocationPageContent) {
|
||||
location.seo?.title ?? `Dog Walkers in ${location.suburb} | Goodwalk Auckland`;
|
||||
const description =
|
||||
location.seo?.description ??
|
||||
`Goodwalk provides pack walks, 1:1 walks, and puppy visits in ${location.suburb}, Auckland Central. Small dog specialists with free pickup and drop-off. Book a free Meet & Greet.`;
|
||||
`Goodwalk provides pack walks, solo walks, and puppy visits in ${location.suburb}, Auckland Central. Small dog specialists with free pickup and drop-off. Book a free Meet & Greet.`;
|
||||
const image = getLocationSeoImage(location);
|
||||
const imageAlt = getLocationSeoImageAlt(location);
|
||||
const breadcrumbLabel = location.seo?.breadcrumbLabel ?? location.suburb;
|
||||
|
||||
Reference in New Issue
Block a user