Forum Moderators: Robert Charlton & goodroi
I notice on these data centers that rather than the normal listing:
Whatever The Title May Be
Some random blurb describing whatever the product happens to be.
www.companyname.com
It is listed as:
Whatever The Title May Be
Some random blurb describing whatever the product happens to be.
companyname.com
Notice how the www is missing on the second listing. It also goes directly to the domain without www when you click on the listing! It shows up the normal way on all of the rest of the data centers. We have dropped SIGNIFICANTLY on these that dont have www.
What is going on here? As far as I can tell, we are the only company listed that way. What do you think?
It is a major problem, but one that can be fixed with just few lines of code in your server configuration files. Once the redirect is in place, it will take Google a month or so to start fixing things.
Very optimistic g1smd.
Google may start displaying queries to domain.com as www.domain.com in a month or so of the redirect - however, as is Googles way - the domain.com will still exist for a lot longer - and may come back to haunt as a supplemental or url only entry.
Also the split site situation that seems to be caused and results in lost ranking can seemingly effect that site indefinetly.......(well lots of people are still waiting for the fix - so indefinite so far)
Using WebBug set to HTTP/1.1 you should get 301 for non-www accesses and 200 OK only for www accesses.
Wonder if anyone has two secs to check the headers I'm getting? Did an htaccess redirect to go from www.myplace.com to myplace.com. March 6 (and up till now), we've lost about 90% of traffic and almost all google traffic.
Using WebBug set to HTTP/1.1 you should get 301 for non-www accesses and 200 OK only for www accesses.
Here's the headers I get via samspade (I took out the unrelated stuff) when I did www.mysite.com.
HTTP/1.1 301 Moved PermanentlyDate: Sun, 30 Apr 2006 18:17:05 GMT
Server: Apache/2.0.51 (Fedora)
Location: [mysite.com...]
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="http://mysite.com/">here</a>.</p>
Header for mysite.com yields a 200 ok status
That looks like it is working, but I would normally redirect in the other direction; from non-www to www.
Thanks for the feedback. Yeah, I know it usually goes in the other direction, but we standardized on the non-www a while back. I haven't read anything that would suggest an advantage to having the www version.
Regardless, due to history, which ever way we went would be imperfect.
However, there's no technical advantage I know of to chosing one or the other.
I haven't read anything that would suggest an advantage to having the www version.
I read somewhere that Yahoo drops sites using the non-www version. Don't remember where I saw it but you might research that.
Also, it should depend on what version Google has indexed not necessarily what you prefer. If google has indexed the www and you set it to be non-www that may be why your traffic has dopped so drastically and may take awhile for Google to get it working.
>> Very optimistic g1smd. <<
I only said that they may start to fix things in about a month. I gave no comment about how long they might take to finish it.
If there are no supplemental results, then 3 to 6 months is about right. If supplemental results are involved, it is possible that they will still be hanging around in 5 years time...
I am submitting it everywhere (including google and yahoo) as domain.com
That's what I prefer.
If "most" of my inbound links are that way then great.
If my ISP has the server set up to automatically redirect www.domain.com and domain.com, it won't really matter will it?
Or should I set up everything as www.domain.com cause that's how "a few" webmasters make link back to me----and it's what google "refers"?