Forum Moderators: open
My website does fairly well in google, yet more and more often the links to my site are formed:
http://domainname/pagename.htm
rather then:
http://www.domainname/pagename.htm
When users click links formatted the former way, they obviously get DNS errors.
Anyone know why this is? As I say I've been noticing it more and more, and have also noticed that google's cache of the pages do not contain images, style sheets etc.
Anyone have an idea what this is about?
s9
That is a bit strange, don't know how this is.
I would advise that you do a 301 redirection from all [domain.com...] requestes to [domain.com...] also i would try sending the people who link wronly and asking them to change it to www.domain.com instead, i had the same problems long time ago, and they did it without a problem.
and have also noticed that google's cache of the pages do not contain images, style sheets etc.
Google doesn't cache images and style sheets - it just caches the html, and it assumes that the rest will still be in place on your server.
Have you moved images, changed your directory structure, etc, a lot lately? If so, the cached page might just be out of date, and linking to images that aren't there anymore.
I was really wondering if anyone knows why google would be doing this?
Oh, you mean Google is actually listing the non-working URL? Does the listing have an excerpt with it, or is it just a URL? If it's just a URL, that's probably just because people are linking to it, so Google lists it and then tries to visit it later.
But, if you add the DNS and do the 301 redirect, then it should take care of itself.
It has the excerpt with it and a cached version as well, although the cached page does not include styles, images etc
Do a search for "Used Nortel Telecom" in google and look at the top 2 results. Try clicking their link - how did they get that URL if the page can't be found?
(apologies in advance if I have broken any etiquette here by giving away my website address!)
My site's domain.com and www.domain.com both resolve to the same place, however, on domain.com, my PR is 0. On www.domain.com my PR is 4.
Normally, nobody links to domain.com, I try to be sure of that. However, I now have a couple of valuable backlinks that *ARE* linking to domain.com and don't seem to be counting and would be a nice boost. I can't email them because this is how they set up the entire site, ie. they link to everyone without the www.
As I said, the domain.com works fine, so I'm not sure if a 301 would do me any good. Any ideas of how I could get these nice links to count?
RewriteCond %{HTTP_HOST} ^mydomain\.com
RewriteRule ^(.*)$ [mydomain.com...] [R=permanent,L]
Can anyone confirm if this is what I need, for the domain.com/ backlink to be credited to www.domain.com/? It seems to be what I need, but I guess I'm confused because when I go to domain.com, I still get my index page. So that kinda makes me think that some kind of redirect is already in place. I just don't want to make a mistake. ;)
I have also read that G isn't too fond of 301's anymore, but since I'm not really redirecting from anything thats listed, it shouldn't really apply to me, right?