简体   繁体   中英

Facebook OG not picking up nodejs - handlebars data?

I understand that since the data is dynamically loaded on the page with handlebars from nodejs that Facebook crawlers do not pick it up... however, how do I allow them to see what it is or send them an update or something...

This is my current facebook og example:

<meta property="og:description" content="{{project.description}}" />

And it shows text from the root url website instead, it was working in the past so not sure what happen that all of a sudden Facebook is not retrieving the data?

Here is a test link:

http://www.liovinci.com/i/ara

This is the current og:url tag: <meta property="og:url" content="http://liovinci.com/i/" />

As you can see, it does not link to your current URL, so it will take the OG data from the URL specified in the og:url - which redirects to the root URL.

Change the og:url tag to the following: <meta property="og:url" content="http://liovinci.com/i/ara" />

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM