Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are Meteor apps indexable by search engines?

As far as I know, Google will index a page if it meets at least one of two conditions:

  1. The page loaded with javascript off has content.
  2. If the page requires javascript it is located at a url under a hashbang. Like this: http://www.example.com/#!/page-name

If I have that right, then meteor apps (like meteor.com, which lacks content when javascript is off) won't be indexed by Google.

Did I miss something? Is there some other mechanism in play or planned to make meteor apps indexable?

like image 236
nrw Avatar asked Jun 17 '12 14:06

nrw


1 Answers

I made a smartpackage to get some basics for crawling ready. https://github.com/lvbreda/meteor_seo_smartpackage
Check it out, fork it, whatever you want .

like image 54
Lander Van Breda Avatar answered Sep 22 '22 04:09

Lander Van Breda