Preview of the site on social networks

Asked

Viewed 77 times

0

I’m developing a SPA using Vue.js, using Vue-router and for Google, so I’ve been searching, it can index the content generated via javascript. Now for social networks, for example Facebook, when we share a link in the post it generates a preview of the page that will be displayed in the link.

Facebook and other social networks, can render the site with the content being generated via javascript?

In my application I will not have this problem because I’m doing inside theme in Wordpress and I’m using the header of WP itself <?php wp_head(); ?>, the more I was left with this doubt.

If it is not an application that needs to be completely separated from the back end, how does it look? It will be necessary to use a prerender?

  • In the bridge that touches the SEO the main is vc do the Opengraph protocol tags. Here you can see the official documentation http://ogp.me/ another reference link about OG Tags https://tableless.com.br/utilizando-meta-tags-facebook/

  • @hugocsl As for this, my question is whether the site will be rendered in preview, since the tags will be updated/generated via javascript

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.