Sandeep
Sandeep

Reputation: 29

How do you get google to crawl a meteor js website?

I have tried quite a few things including the spiderable and ms-seo packages, but nothing seems to work. I tried setting the fragment meta tag but google webmaster tools still seems to fetch a document which is missing the header tags (inserted using ms-seo) and an empty body. I'm sure there is a concrete solution out there since I can't be the only one trying to get Google to crawl my meteor website. Any help is appreciated.

Upvotes: 0

Views: 845

Answers (1)

seahorsepip
seahorsepip

Reputation: 4819

http://www.manuel-schoebel.com/blog/meteor-and-seo

It should render the html server side and show that to google it's search engine.

Google web admin might not show the page though, in the comments in above url it's also noted as an issue.

Upvotes: 1

Related Questions