my landing page is default.asp that redirects to my home page home.asp - using the asp response.redirect is this a bad idea?
would this affect my google pagerank?
would it be better to not have this redirect?
Why do you have a landing page an what purpose does it serve? Just asking- did you do it for a reason because you wanted to try to do something specific or did you just do it because you just did it that way?
The reason I am asking is that if you wanted to do it for a particular reason maybe folks here could help address that and help you avoid the desire/need for a landing page. I find landing pages annoying and I think others do as well.
maybe 'landing page' is the wrong term - i think landing page means an intro page that says 'welcome' and 'click here to enter site'
mine just redirects to another page,cant remember why I did it this way - will probably find out when it all falls over!!
anyways will remove it and rename home.asp to default.asp - job done
Got is. So default.asp has no content. Then there is no annoyance for humans and while you use standard HTTP redirecting mechanism, no harm for robots.
Personally I would configure the web server to
[ul]
[li]serve home.asp as directory index page[/li]
[li]redirect requests for default.asp with 301 Moved Permanently instead of 302 Found[/li]
[/ul]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.