Two PRs the for home page

Discussion in 'Google' started by dimitri123, Apr 18, 2009.

  1. #1
    http ://mir rorcre ator.com shows PR1
    whereas http ://mir rorcre ator.com/index.php shows PR2 on the google toolbar (Please remove the spaces)

    Why does google consider both as different pages?
     
    dimitri123, Apr 18, 2009 IP
  2. mjewel

    mjewel Prominent Member

    Messages:
    6,693
    Likes Received:
    514
    Best Answers:
    0
    Trophy Points:
    360
  3. Komicwords

    Komicwords Well-Known Member

    Messages:
    1,016
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    108
    #3
    Komicwords, Apr 18, 2009 IP
  4. coolseo36

    coolseo36 Well-Known Member

    Messages:
    979
    Likes Received:
    92
    Best Answers:
    0
    Trophy Points:
    140
    #4
    use canonical tag
     
    coolseo36, Apr 19, 2009 IP
  5. fireservice

    fireservice Well-Known Member

    Messages:
    1,672
    Likes Received:
    72
    Best Answers:
    0
    Trophy Points:
    170
    #5
    fireservice, Apr 19, 2009 IP
  6. rlydv

    rlydv Peon

    Messages:
    173
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    It always depends on how many sites link to a url . in your case your main page is looked upon
    Google as two different urls and hence separate PR for both.
     
    rlydv, Apr 19, 2009 IP
  7. angilina

    angilina Notable Member

    Messages:
    7,824
    Likes Received:
    186
    Best Answers:
    0
    Trophy Points:
    260
    #7
    I think 301 redirect will be much better:

    RewriteEngine on

    RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
    RewriteRule ^index\.php$ http://www.yoursite.com/ [R=301,L]

    This redirect will pass PR to the home page. Index.php will be redirected to homepage.
     
    angilina, Apr 19, 2009 IP
    dimitri123 likes this.
  8. TheBrainchildGroup

    TheBrainchildGroup Peon

    Messages:
    246
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Excellent info! I haven't come across this before, so I thank you for sharing.

    -AS
     
    TheBrainchildGroup, Apr 20, 2009 IP
  9. newlogo

    newlogo Peon

    Messages:
    3,931
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #9
    redirect index.php to home page, and popular only home page without index.php that give good weight to home pr
     
    newlogo, Apr 20, 2009 IP