Forum Moderators: open
Any ideas?
Thanks,
Vic
[edited by: Brett_Tabke at 5:56 am (utc) on May 11, 2003]
[edit reason] generic links [/edit]
BTW, Welcome to WebmasterWorld, check out the Welcome Post [webmasterworld.com]. (and don't feel bad when a mod snips your URL, URL posting is against the Terms Of Service)
My host says that they have a server side redirect on the www.mydomain.com link to the domain.com link, but why doesn't Google see this and just link to one?
I do feel relieved though, that I am not losing my mind, and that someone else has the same problem!
Laura
On the WebmasterWorld 'control panel' look for the link labeled 'Server Headers'. Use this tool for your URL with and without the 'www'. If one URL is redirecting to the other, you sould see something like '301 Moved Permanently' in the result. This is the type of redirect that tells Google that the URL's are the same. Hope that helps!
vich1,
I beleive it's a matter of preference. I redirect mydomain.com to www.mydomain.com
pawel,
www.mydomain.com and mydomain.com are different URL's and may contain completely different content. Google properly treats them as different URL's
By the way, I could not find the tool you mentioned but did find it with a search using the term "header". Here is the url to that great tool
[searchengineworld.com...]
You are a life saver. This forum is wonderful!
Laura
Bill,Why do you redirect
www.mydomain.com/whateverpage.html
requests to
mydomain.com/whateverpage.htmlinstead of
mydomain.com/whateverpage.html
requests to
www.mydomain.com/whateverpage.html
This also make your logs cleaner. You don't get log entries for the same page with www and without www.
www seems outdated and no longer necessary to me. Your server should work the same whether you use www or not. By using .htaccess I simply force people to use my URL the way I want.