Re: ASP's and indexingFrom IonZone on 17 May '00
replying to ASP's and indexing posted by Thomas
>Hello,
>I am using ASP's and since they are server side, I am wondering if when I submit them to a search engine it will get indexed as before it got send (the actual page alone) or after it gets returned will all the source code in it (as if you viewed it from a browser.)
>
>Any other tips for submitting ASP's would be much appreciated since I am having a really hard time.
>
>Thanks in advance!
As viewed through the browser, yes. As long as your not passing any variables around. Example "somepage.asp?somevar=1". No question marks and you should be ok.