Closed Ethaan closed 6 months ago
May be it can be done in fastrender
way? We should wait for data and SEO to fetch/compute and only then return html page with meta tags already included
:+1: Same problem here.
@rafadorado this could be maybe a good alternative , i've been using it and its pretty smooth sailing : https://github.com/kadirahq/meteor-dochead
Thanks! I'll check your ideas, i just want time to migrate everything Flow Router!!
Anyway, I fixed it by waiting the subscription ready in the action of the route. this way Iron Router render the page when the model is loaded.
action: function(){ var subOffer = OfferSubs.subscribe('OfferFromSlug',offerSlug); if(subOffer.ready()){
Hi Manuel.
Im having some troubles to make facebook recognize my og tags.
if you see the image the og is there.
but on facebooks it looks like this.
is there something im missing?
This is how my SEO config looks.
NOTE Already try also with
?_escaped_fragment_=
and it looks okThanks!