At the moment, you can do it by including "!" at the start of your routes. Perhaps it should be a configurable option...
We talked about it a bit, and the consensus was that "/#!/" URLs were a temporary hack that is obsolete now that "pushState" and "replaceState" are part of HTML5 -- you can now mint real URLs that are crawled by Google and are accessible from single-page apps as well.
Comments
is there any way to change the url from "/#" to "/#!" so that it can be crawlable by google bot?
At the moment, you can do it by including "!" at the start of your routes. Perhaps it should be a configurable option...
We talked about it a bit, and the consensus was that "/#!/" URLs were a temporary hack that is obsolete now that "pushState" and "replaceState" are part of HTML5 -- you can now mint real URLs that are crawled by Google and are accessible from single-page apps as well.