Forum Moderators: open
moishe, if you haven't done so, I suggest you check your main page is only indexed once in Google. It can happen that 'www.domain.com/' or 'domain.com/' or 'www.domain.com/index.html' can get indexed separately and splits the main page PR.
I use [domain.com...] (no w's) for links to my site. Obviously I have no control over how other sites link to me, and I suspect that some are using w's in their links to my site.
In checking my site's PR, I find the following:
[domain.com...] - PR6
[domain.com...] - PR4
Searching for both addresses on Google results in a summary. Searching with the w's in front of the domain shows no backlinks; searching without the w's shows over 100.
I assume this means my homepage is indexed twice by Google, once with the w's and once without. My questions are:
Sorry if these are basic questions. I know this topic has been "done to death" before but I can't seem to find the specific information I'm looking for. I'd sure appreciate some advice!
Thanks in advance,
Matthew
P.S. One more thing; what with PR4 and PR6 for the same page, is the PR6 page likely to jump up at all if I try to fix this?
RewriteEngine on
RewriteCond %{HTTP_HOST} ^domain\.com
RewriteRule ^(.*)$ [domain.com...] [R=permanent,L]
and it worked great.
I still have a question if this (domain.com and www.) effects the SERPS in any way...
anyone?
The opposite function, rewriting www to non-www, would be:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.domain\.com
RewriteRule ^(.*)$ http://domain.com/$1 [R=permanent,L]
Jim
I mean I have the Google toolbar but to check for my PR, I must go to my website first - and [example.com...] is automatically changed to [example.com....]
So how do you do to get PR for different index URL?
Secondly, how do you check for links for the one zithouth the w's. Typing "link:example.com" in Google is not considered as correct.
Thanks
Out of hundreds of backlinks, the sites have only a handful pointed to the non-www domain. The sites have had the 301 domain redirects in place since inception, so this must have been a conscious decision by Google to "try the non-www" while spidering, rather than de-duplicating in the back-end processing as in the past.
Jim
is [domain.com...]
the same as
[domain.com...]
I have a PR4 on both of these, all external links point to domain.com and all internals point to index.html
Am I bleeding PR across what Google considers two different pages?
If so should I change all internal links to point to www.domain.com or just use "/"?
Need to know too. Many of my pages been indexed with and without the www.
Anyone?
No, but you might be splitting it across the two URLs, and relying on a search engine's back-end "clean-up" routine to get it right.
With domains/subdomains and page names, best results will be achieved by being absolutely consistent. That is, it doesn't matter what you call a thing, as long as you always call it by the same name, everyone will understand.
The "cleaner" your site is, the easier it is for robots, indexing routines, and humans to understand.
Jim