jvandemo / angular-update-meta

Dynamically update meta tags for SEO purposes in your AngularJS application. Supports prerender.io.
MIT License
132 stars 36 forks source link

Open Graph support? #22

Open branchow opened 8 years ago

branchow commented 8 years ago

Does the Open Graph support imply that social media networks such as Facebook will scrape the correct information if the properties are set?

jvandemo commented 8 years ago

@branchow — The Facebook crawler has been reported to not support JavaScript. You can find more information in #13.

So the Open Graph information will be readable for crawlers that support JavaScript. Unfortunately, the Facebook crawler does not. Does that answer your question? Thanks!