This commit is contained in:
2026-04-27 18:42:08 +02:00
parent 54856c234c
commit 956d1d4cf9
7 changed files with 86 additions and 55 deletions

View File

@@ -96,14 +96,24 @@ const ServicePage: React.FC<ServicePageProps> = ({ data }) => {
"description": data.description,
"url": `https://bayareait.services/${data.slug}`,
"provider": {
"@type": "Organization",
"@type": "LocalBusiness",
"name": "Bay Area IT",
"url": "https://bayareait.services"
"url": "https://bayareait.services",
"telephone": "+1-361-765-8400",
"address": {
"@type": "PostalAddress",
"addressLocality": "Corpus Christi",
"addressRegion": "TX",
"addressCountry": "US"
}
},
"areaServed": {
"@type": "AdministrativeArea",
"name": "Corpus Christi and the Coastal Bend"
}
"areaServed": [
{ "@type": "City", "name": "Corpus Christi" },
{ "@type": "City", "name": "Portland" },
{ "@type": "City", "name": "Rockport" },
{ "@type": "City", "name": "Aransas Pass" },
{ "@type": "City", "name": "Kingsville" }
]
};
return (