Forum Moderators: phranque
For SEO purposes I would like to redirect all urls not containing www.
Examples:
A. [rwebconsulting.com...] to [rwebconsulting.com...]
B. [rwebconsulting.com...] to [rwebconsulting.com...]
Yahoo Customer Support told me they dont support 301 permanent redirects but I could do a temporary 300 redirect (with PHP) by manipulating the HTTP headers
with the header() function. But I have read that Search Engines do not like 300 redirects because of unethical uses of it.
What should I do?
Keep my site as-is (and negatively hurt by SEO rankings)?
Use 300 redirects?
Switch hosting companies?
Thanks!
Rob W.
For example, the server might respond with the 300 code and a list of URLs, each pointing to the same page in a different language.
That doesn't apply here.
Also, tech support failed to mention that if you can do 300-Multiple Choices redirect using PHP to write the response headers, then you should also be able to do a 301-Moved Permanently redirect as well.
Jim