v4.1 - Admin/onboarding

This commit is contained in:
2026-05-18 22:25:43 +12:00
parent 6ff970015f
commit 541ae2eeec
79 changed files with 11544 additions and 1007 deletions
+1 -1
View File
@@ -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;