node.js - search engines index html5 web application with nodejs backend -


i'm building html5 web application knockoutjs + backend rest service in nodejs (custom rest api, i'm not using express , deliver json data - no html).

the application working fine is, need indexed google. populate content using ajax requests , need find solution make pages "visible" search engines.

is there true elegant solution this? don't want make backend service(website - expressjs or php etc)

please advice :|

google specifies way site provide "html snapshots" of ajax-loaded content. not sure how works or if other search engines support it.

https://developers.google.com/webmasters/ajax-crawling/docs/getting-started


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -