Forum Moderators: open
The problem I am questioning is there any downside to using this method in terms of keeping redirects to ZERO, to keep the search engine spiders happy.
My question is: If a customer goes to www.example.com (which runs the default.aspx) and does a Server.Transfer to the URL "www.example.com/Shop/default.aspx", the browser will still display "www.example.com". Now all Hyper links, should be ok (in terms of spidering), but are there any other circumstances which might cause problems for spidering? Of course buttons and postbacks aren't spiderable, which would end up displaying the "www.example.com/Shop/default.aspx" page in the web browser. Is that a redirect or does the web browser always know that the page it was displaying was the "/Shop/default.aspx", instead of what the browser displays ("www.example.com").
Hope you are all still with me! :-)
Basically, has anyone had any problems directing traffic using Server.Transfer from the start page of their website?
Cheers
[edited by: Xoc at 3:52 pm (utc) on Sep. 10, 2004]
[edit reason] use example.com [/edit]