Does header redirecting interfere with search bots?
Posted: Sat Dec 24, 2011 7:15 am
Hi
I have a website which I am trying to include in search engines. I tried many SEO methods and it did come up on google search for a bit, then shortly after disappeared. I think it might be something to do with header redirecting on my website.
The first thing my php homepage does is checks if the url starts with www, and if not, redirects by using header location to the url with www in front of it.
Does this matter when optimizing for search engines? If not, what should I do to get my site on search engines?
I have a website which I am trying to include in search engines. I tried many SEO methods and it did come up on google search for a bit, then shortly after disappeared. I think it might be something to do with header redirecting on my website.
The first thing my php homepage does is checks if the url starts with www, and if not, redirects by using header location to the url with www in front of it.
Does this matter when optimizing for search engines? If not, what should I do to get my site on search engines?