←back to thread

81 points Bogdanas | 2 comments | | HN request time: 0.424s | source
1. primaryobjects ◴[] No.9976196[source]
I was concerned about this when recently releasing a meteor.js site, whether Google would index the pages and content.

Meteor serves pages as a single-page-application (same as AngularJs and other ajax frameworks), so if you simply view the source of the home page, you'll see mostly empty HTML. I didn't add any extra modules for SEO and simply published the site.

It looks like Google has indeed indexed the pages and text https://www.google.com/webhp?sourceid=chrome-instant&ion=1&e...

replies(1): >>9976226 #
2. mikewhy ◴[] No.9976226[source]
GoogleBot has understood JavaScript for years. Their mobile page tester is proof of this fact.