SEO
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user