Facebook Crawler Not Picking Up My Meta Tag / Open Graph Object Debugger
Facebook crawler not able to read my metatags on http://nitansh.fwd.wf/article/travel/best-all-inclusive-resorts-for-romance/3189783/ but it successfully read the tags for the ht
Solution 1:
While http://nitansh.fwd.wf/nurture/ shows the metadata even without having JavaScript enabled, http://nitansh.fwd.wf/article/travel/best-all-inclusive-resorts-for-romance/3189783/ shows only the following head
when JavaScript is disabled:
<head><scriptsrc="//cdn.optimizely.com/js/687271175.js"></script><scriptsrc="http://code.jquery.com/jquery-1.11.0.min.js"></script><metacharset="UTF-8"></head>
When you make the metadata available without requiring JavaScript, Facebook’s service will probably be able to parse it.
Post a Comment for "Facebook Crawler Not Picking Up My Meta Tag / Open Graph Object Debugger"