You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rAppid.js applications are designed to render completely on the client side. The html source code seen by search engines is limited to nearly nothing. That's why we implemented a special node application https://github.com/it-ony/rAppid.js-server (MIT) which can render rAppid:js applications on a node server. In combination with the hashbang ajax crawling concept from google https://developers.google.com/webmasters/ajax-crawling/ the html source code visible for search engines is equal to the source DOM rendered on the client.