Forum Moderators: open

Message Too Old, No Replies

Strange thing about PR

same page, different PR

         

Patricio

4:22 pm on Dec 4, 2002 (gmt 0)

10+ Year Member



Hi all, this is my first post. Thanks for all the tips for google indexing, they were quite useful.

Something curious is happening with my homepage:

[mysite.com...] has a PR of 4
but
[mysite.com...] has a PR of 3

but it is the same page! Does Google see it as two different pages?

By the way, it's a PHP-NUKE site, and last month used the rewrite skills of Apache, to show articles as .html and passed from 32 pages indexed to more than 300.

ciml

4:52 pm on Dec 4, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld, Patricio.

/ and /index.php are different URLs. It's just a convention that servers often use the "index.php" file as the index page. If the page changes between Googlebot visiting the two URLs, then they won't be merged as duplicates.

I'm glad that your mod_rewrite approach is a success.

Patricio

1:23 pm on Dec 5, 2002 (gmt 0)

10+ Year Member



I see. Thanks for your answer, ciml.