Bay Area IT durch Bay Area Affilates ersetzt
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user