SEO Tweaks

This commit is contained in:
2026-05-12 00:45:02 +12:00
parent 955a563d14
commit ac6179e776
96 changed files with 1623 additions and 273 deletions
+2 -6
View File
@@ -2,7 +2,7 @@ import { locationPages } from '$lib/content/locations';
import type { LocationPageContent } from '$lib/types';
const siteUrl = 'https://www.goodwalk.co.nz';
const defaultLocationImage = '/images/auckland-pack-walk-small-dogs-group.png';
const defaultLocationImage = '/images/auckland-pack-walk-small-dogs-group.jpg';
const defaultLocationImageAlt = 'Goodwalk Auckland dog walking services';
interface BreadcrumbItem {
@@ -82,11 +82,7 @@ export function buildLocationSeo(location: LocationPageContent) {
description,
serviceType,
provider: {
'@type': 'LocalBusiness',
name: 'Goodwalk',
url: siteUrl,
telephone: '+64226421011',
email: 'info@goodwalk.co.nz'
'@id': `${siteUrl}/#business`
},
areaServed: {
'@type': 'Place',