leogout / SeoBundle

A Symfony bundle to generate SEO meta tags.
38 stars 16 forks source link

Generates "name" instead of "property" #16

Closed revollat closed 4 years ago

revollat commented 4 years ago

The Facebook sharing debugger tool (https://developers.facebook.com/tools/debug/sharing/) gives me a warning about using "name" instead of "property" inside the générated metas, e.g. :

<meta name="og:image" content="..." /> should be <meta property="og:image" content="..." /> according to FB best practices on og tags.

Is there a way to modify this behaviour without modifying the bundle source code directly ?

tugrul commented 4 years ago

I created a pull request for this. Please merge & deploy it.

leogout commented 4 years ago

Thanks for pointing this out.