Hi
I am developing a web store and a url for the site looks like this
http://localhost/mystore/Products/Books.aspx
We had to turn on the cookieless to true in the web.config as a result of which the url for the site has become http://localhost/mystore/(S(hthaxjaqzvkutuelsnbor0ur))/Products/Books.aspx
The session id is included in between the url.
Does this cryptic url create problems for search engines for indexing the site?
Can I rewrite the url so that the session id is moved to the end or to some other format that does not affect the search engine indexing?
Thnx
RamS
I am developing a web store and a url for the site looks like this
http://localhost/mystore/Products/Books.aspx
We had to turn on the cookieless to true in the web.config as a result of which the url for the site has become http://localhost/mystore/(S(hthaxjaqzvkutuelsnbor0ur))/Products/Books.aspx
The session id is included in between the url.
Does this cryptic url create problems for search engines for indexing the site?
Can I rewrite the url so that the session id is moved to the end or to some other format that does not affect the search engine indexing?
Thnx
RamS