i am wrong or my webs PR

Discussion in 'Search Engine Optimization' started by MrPJH, Jan 15, 2010.

  1. #1
    i am seeing my webs PR 4 with index.php and 0 without /index.php

    is google updating PR ??
    and for me its shocking as my PR was n/a with index.php and 0 without /index.php

    my sit is

    http://www.kingkoopa.com
     
    MrPJH, Jan 15, 2010 IP
  2. sevnrock

    sevnrock Peon

    Messages:
    241
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I get 0 for both. :( Sorry

    You shouldn't have a index.php anyway. 301 redirect that!
     
    sevnrock, Jan 15, 2010 IP
  3. theapparatus

    theapparatus Peon

    Messages:
    2,925
    Likes Received:
    119
    Best Answers:
    0
    Trophy Points:
    0
    #3
    theapparatus, Jan 15, 2010 IP
  4. waqqasawan

    waqqasawan Greenhorn

    Messages:
    69
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #4
    i have kinda same issue. for index.php my PR is 0 whereas for mywebsite.com, its 2.
    why is that?
     
    waqqasawan, Jan 15, 2010 IP
  5. Camay123

    Camay123 Well-Known Member

    Messages:
    3,423
    Likes Received:
    86
    Best Answers:
    0
    Trophy Points:
    160
    #5
    because domain.com/index.php and domain.com are 2 different pages for Search engines. You should have a 301 redirect on your index.php so it always shows domain.com

    This should help:

    RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/ 
    RewriteRule ^index\.php$ http://www.domain.com/ [R=301,L] 
    
    Code (markup):
     
    Camay123, Jan 15, 2010 IP
  6. Camay123

    Camay123 Well-Known Member

    Messages:
    3,423
    Likes Received:
    86
    Best Answers:
    0
    Trophy Points:
    160
    #6
    I see PR0 for both.
     
    Camay123, Jan 15, 2010 IP
  7. MrPJH

    MrPJH Well-Known Member

    Messages:
    1,066
    Likes Received:
    7
    Best Answers:
    1
    Trophy Points:
    155
    #7
    thanks a lot problem was with my browser

    please i need to add this code in index.php or i remove existing index and create new with name index.php?
     
    MrPJH, Jan 15, 2010 IP
  8. sevnrock

    sevnrock Peon

    Messages:
    241
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #8
    You put the Rewrite codes in the .htaccess file on your root domain. (look in your hosting's cpanel) if it doesn't exist, just create it.
     
    sevnrock, Jan 15, 2010 IP
  9. saurabhj

    saurabhj Banned

    Messages:
    3,459
    Likes Received:
    61
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Yep this will be the perfect solution for you mate..
     
    saurabhj, Jan 15, 2010 IP
  10. MrPJH

    MrPJH Well-Known Member

    Messages:
    1,066
    Likes Received:
    7
    Best Answers:
    1
    Trophy Points:
    155
    #10
    if i put above code in .htaccess file it will work or not
    or i have to write something else suggest please
     
    MrPJH, Jan 15, 2010 IP
  11. abhijit

    abhijit Notable Member

    Messages:
    4,094
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    215
    #11
    you can use canonical url to your website url
     
    abhijit, Jan 15, 2010 IP