I have an example repo of om server rendering here https://github.com/pleasetrythisathome/om-server-rendering
it's pretty easy once you get the hang of it. On Wednesday, August 20, 2014 7:14:50 AM UTC-4, Leon Talbot wrote: > Le mercredi 20 août 2014 05:39:11 UTC-4, Zubair Quraishi a écrit : > > > On Wednesday, August 20, 2014 2:02:09 AM UTC+1, Leon Talbot wrote: > > > > > > > Le mardi 19 août 2014 08:52:58 UTC-4, Zubair Quraishi a écrit : > > > > > > > > > > > > > > > No, if you use Om you will either have to render from the server, > > > > otherwise it willbe terrible for SEO, as AJAX updates are not very > > > > useful for SEO since google does not index them in the same way as > > > > static sites. > > > > > > > > > > > > > > > > > > > > > > > > > > > > Thanks for your answer. Would you have the same answer for Enfocus? > > > > > > > > > > > > Yes, you will have the same problem with Enfocus. This is because Enfocus > > updates the DOM after the initial HTML page load, and google indexes the > > DOM content on the initial page load, not on the AJAX updates that happen > > afterwards (they are trying to figure out a way to do this but it doesn't > > work yet, as they have been trying for several years) > > > > Ok, thank you! -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
