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
Post a Comment