As far as I know, Google will index a page if it meets at least one of two conditions:
- The page loaded with javascript off has content.
- 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?
tl;dr: Simple indexing is now included in the spiderable package, more features are planned for an upcoming release.
Recently added to the meteor FAQ: