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

@@ -61,7 +61,7 @@ const SEO: React.FC<SEOProps> = ({ title, description, keywords, canonicalUrl, s
setOgTag('og:title', title);
setOgTag('og:description', description);
setOgTag('og:type', ogType || 'website');
setOgTag('og:site_name', 'Bay Area IT');
setOgTag('og:site_name', 'Bay Area Affiliates');
if (canonicalUrl) setOgTag('og:url', canonicalUrl);
if (ogImage) setOgTag('og:image', ogImage);