Bay Area IT durch Bay Area Affilates ersetzt

This commit is contained in:
2026-05-05 15:42:34 -05:00
parent 71bcc9c040
commit fea1bd88f1
25 changed files with 644 additions and 644 deletions

View File

@@ -26,7 +26,7 @@ const staticRoutes: RouteMeta[] = [
schema: {
'@context': 'https://schema.org',
'@type': 'ITService',
name: 'Bay Area IT',
name: 'Bay Area Affiliates',
url: BASE_URL,
telephone: '+1-361-765-8400',
areaServed: ['Corpus Christi', 'Portland', 'Rockport', 'Aransas Pass', 'Kingsville'],
@@ -34,57 +34,57 @@ const staticRoutes: RouteMeta[] = [
},
{
route: '/about',
title: 'About Bay Area IT | Local IT Support in Corpus Christi',
title: 'About Bay Area Affiliates | Local IT Support in Corpus Christi',
description:
'Learn about Bay Area IT, a local IT partner serving Corpus Christi and the Coastal Bend with practical support, reliable service, and over 25 years of experience.',
'Learn about Bay Area Affiliates, a local IT partner serving Corpus Christi and the Coastal Bend with practical support, reliable service, and over 25 years of experience.',
canonicalUrl: `${BASE_URL}/about`,
schema: {
'@context': 'https://schema.org',
'@type': 'Organization',
name: 'Bay Area IT',
name: 'Bay Area Affiliates',
url: BASE_URL,
},
},
{
route: '/services',
title: 'IT Services | Bay Area IT Support, Email, Networking and Web',
title: 'IT Services | Bay Area Affiliates Support, Email, Networking and Web',
description:
'Explore Bay Area IT services for Corpus Christi businesses, including help desk support, business email, networking, hardware, web design, and day-to-day IT support.',
'Explore Bay Area Affiliates services for Corpus Christi businesses, including help desk support, business email, networking, hardware, web design, and day-to-day IT support.',
canonicalUrl: `${BASE_URL}/services`,
},
{
route: '/blog',
title: 'Blog | Bay Area IT Insights for Corpus Christi Businesses',
title: 'Blog | Bay Area Affiliates Insights for Corpus Christi Businesses',
description:
'Read practical IT guidance for Corpus Christi and Coastal Bend businesses, from outsourced IT support to business email and local service coverage.',
canonicalUrl: `${BASE_URL}/blog`,
},
{
route: '/contact',
title: 'Contact Bay Area IT | Free IT Assessment in Corpus Christi',
title: 'Contact Bay Area Affiliates | Free IT Assessment in Corpus Christi',
description:
'Talk to Bay Area IT about managed IT support, help desk coverage, business email, networking, and technology support across Corpus Christi and the Coastal Bend.',
'Talk to Bay Area Affiliates about managed IT support, help desk coverage, business email, networking, and technology support across Corpus Christi and the Coastal Bend.',
canonicalUrl: `${BASE_URL}/contact`,
},
{
route: '/locations',
title: 'IT Support Service Areas - Corpus Christi & Coastal Bend, TX',
description:
'Bay Area IT provides IT support and IT services throughout the Coastal Bend. View all cities we serve in the Corpus Christi area.',
'Bay Area Affiliates provides IT support and IT services throughout the Coastal Bend. View all cities we serve in the Corpus Christi area.',
canonicalUrl: `${BASE_URL}/locations`,
},
{
route: '/privacy-policy',
title: 'Privacy Policy | Bay Area IT',
title: 'Privacy Policy | Bay Area Affiliates',
description:
'Read how Bay Area IT collects, uses, and protects information submitted through this website.',
'Read how Bay Area Affiliates collects, uses, and protects information submitted through this website.',
canonicalUrl: `${BASE_URL}/privacy-policy`,
},
{
route: '/terms-of-service',
title: 'Terms of Service | Bay Area IT',
title: 'Terms of Service | Bay Area Affiliates',
description:
'Review the Bay Area IT terms covering use of this website and our IT support services.',
'Review the Bay Area Affiliates terms covering use of this website and our IT support services.',
canonicalUrl: `${BASE_URL}/terms-of-service`,
},
];
@@ -99,7 +99,7 @@ const dynamicRoutes: RouteMeta[] = [
schema: {
'@context': 'https://schema.org',
'@type': 'LocalBusiness',
name: 'Bay Area IT',
name: 'Bay Area Affiliates',
url: `${BASE_URL}/${item.slug}`,
areaServed: item.city,
},
@@ -116,7 +116,7 @@ const dynamicRoutes: RouteMeta[] = [
name: item.h1,
provider: {
'@type': 'Organization',
name: 'Bay Area IT',
name: 'Bay Area Affiliates',
},
url: `${BASE_URL}/${item.slug}`,
},
@@ -137,7 +137,7 @@ const dynamicRoutes: RouteMeta[] = [
url: `${BASE_URL}/${item.slug}`,
publisher: {
'@type': 'Organization',
name: 'Bay Area IT',
name: 'Bay Area Affiliates',
},
},
})),
@@ -165,7 +165,7 @@ function buildHead(meta: RouteMeta) {
<meta property="og:title" content="${escapeHtml(meta.title)}" />
<meta property="og:description" content="${escapeHtml(meta.description)}" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Bay Area IT" />
<meta property="og:site_name" content="Bay Area Affiliates" />
<meta property="og:url" content="${meta.canonicalUrl}" />
<meta property="og:image" content="${DEFAULT_OG_IMAGE}" />
<meta name="twitter:card" content="summary" />