Fix Open Graph meta tag for blog pages by removing unnecessary http-equiv attribute
This commit is contained in:
@@ -34,7 +34,7 @@ useHead({
|
|||||||
},
|
},
|
||||||
// Test on: https://developers.facebook.com/tools/debug/ or https://socialsharepreview.com/
|
// Test on: https://developers.facebook.com/tools/debug/ or https://socialsharepreview.com/
|
||||||
{ property: 'og:site_name', content: navbarData.homeTitle },
|
{ property: 'og:site_name', content: navbarData.homeTitle },
|
||||||
{ 'http-equiv': 'og:type', property: 'og:type', content: 'website' },
|
{ property: 'og:type', content: 'website' },
|
||||||
{
|
{
|
||||||
property: 'og:url',
|
property: 'og:url',
|
||||||
content: `${seoData.mySite}/${path}`,
|
content: `${seoData.mySite}/${path}`,
|
||||||
|
|||||||
Reference in New Issue
Block a user