--
You received this message because you are subscribed to a topic in the Google Groups "KnockoutJS" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/knockoutjs/jLnqFNmTdaE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to knockoutjs+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
That is the classic way that assumes google crawler do not executes javascript.
If google crawler do executes javascript when you use mydomain/#page google crawler first go to your home page, then home page js is executed.
NOW you need to configure your home page to execute the router code as soon as home page is loaded.This way as a consequence of js execution the right SPA View is loaded.
Clearly if home page is not configured to execute router on page load nothing will work.
On the other side if you would like to test googlebot javascript capabilities...do not forget to make js file accessible to it(not forbidden for bots...)
--
You received this message because you are subscribed to a topic in the Google Groups "KnockoutJS" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/knockoutjs/jLnqFNmTdaE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to knockoutjs+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.