SEO Tweaks
This commit is contained in:
+2
-6
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user