Forum Moderators: open
Google Rank for 3 of my Sites
(Google seems to treat differnt extensions with different scores)
Homepage "/" vs index.*
________________________________________
Site 1 "/"= PR 6 vs "index.html"= PR 6
Site 2 "/"= PR 5 vs "index.php"= PR 4
Site 1 "/"= PR 5 vs "index.html"= PR 5
So it seems that Google has difficulty understanding an index.php is the same as an index.html?
So My solutions that I can come up with are:
1) dump the php extension from the page if no scripts are running [or]
2) Have all my home links point to the root "/" instead of "index.php"
Thus my question to you folks is how you link to your homepage from internal pages. And/or is this a Google hickup that might get ironed out?
mike
RewriteRule ^index.html$ index.php [L]
wouldn't that have the effect of renaming your index to .html, while utilizing the php version? Put another way I don't seem to be losing any value by using php pages, and the example is near to what I do. Maybe there's an answer in there after all...
You should especially redirect (301) from domain.com to www.domain.com to stop PR being split that way.
You should make all internal links, and all external links, point to www.domain.com/ with a trailing / and without a file name appended.
Google does do a spidering run to "clean up" their "this site is the same as that site, lets combine the PR" database from time to time (like every few months) but if you do things right at your end, right from the start, then you'll naver have to wait for, or rely on, that.