Question:
Will placing a redirect on my Index.html impair my search engine rankings in the short/long term?
Mr. Question
2008-11-21 14:25:09 UTC
I have just re-designed my site with the SAME NAME, SAME HOST but in a NEW DIRECTORY...so I have redirected it (using a auto refresh HTML string) from www.example.com to www.example.com/1

Now I am concerned that the search engines will not like this and penalize me for redirecting the URL.

Does anyone know anything about this, is there cause for alarm?
Four answers:
desertcities
2008-11-21 17:39:07 UTC
A redirect on your main landing page will not help you at all. Indeed, the major search engine spiders might skip most, if not all, of your site.



You should have natural internal text links to navigate throughout your site so that the spiders can easily follow them.



If you ever need to do a redirect, only do a permanent 301 redirect and not on your main page unless your website has moved. You can also do 301 redirects on individual files and folders too.



Good Luck!
2017-01-21 06:08:21 UTC
1
sak-daddy
2008-11-22 09:27:50 UTC
Short and sweet: Search engines will be ok (after some time) if you use a 301 redirect on the majority of your pages.



Use it the right way and you'll be fine.
Nate J
2008-11-21 15:43:56 UTC
Search engines only like server-side redirects. 301 redirect is the type of redirect that you need to implement. I would love to walk you through the process, but I'm not a server guy. Her are a bunch of links on the topic.



http://mvolo.com/blogs/serverside/pages/Redirect-requests-to-your-application-with-the-HttpRedirection-module.aspx



https://answersrip.com/question/index?qid=20071119121733AADo8et



http://www.webconfs.com/how-to-redirect-a-webpage.php



http://www.tamingthebeast.net/articles3/spiders-301-redirect.htm



http://www.webweaver.nu/html-tips/web-redirection.shtml


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...