Does Facebook crawler currently interpret javascript before parsing the DOM?

爱⌒轻易说出口 提交于 2019-12-02 07:19:47

In the tests I've run I've never seen it interpret the JS, but that might be contextual / domain-specific (who knows).

To test your specific case, use the Facebook linter: https://developers.facebook.com/tools/debug

(log into FB first)

That's the only way to be sure 100% sure how FB will parse your page (what properties it will infer)

Yes, that is still the case (and I wouldn’t expect it to change anytime soon).

The Open Graph meta information must be provided by the server, so that it can be read from the HTML code when the URL is fetched.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!