1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Which is the Correct Pagerank ?

Discussion in 'Google' started by hemanthjava, Aug 9, 2008.

  1. #1
    hemanthjava, Aug 9, 2008 IP
  2. atulperx

    atulperx Banned

    Messages:
    3,949
    Likes Received:
    196
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I am using google toolbar and searchstatus tool in firefox for checking Page ranks and they work gr8 for me .
     
    atulperx, Aug 9, 2008 IP
    microbrain likes this.
  3. LinkPopularity

    LinkPopularity Peon

    Messages:
    112
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    well, they are both correct, the problem is that you need to identify in your htacces file which of the those 2 you want to be used: you need to redirect 1 of them to the other, now to google those are 2 different pages !! (and that's why you got 2 different PR's)
     
    LinkPopularity, Aug 9, 2008 IP
  4. hemanthjava

    hemanthjava Well-Known Member

    Messages:
    1,258
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    160
    #4
    Can I blindly pick up http://www.seofreelancing.com as the one I want to work with

    How do I modify the .htaccess file for this kind of redirection. I am newbie and it would be great if you could help.
     
    hemanthjava, Aug 9, 2008 IP
  5. FUNNYBIRD

    FUNNYBIRD Peon

    Messages:
    76
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Hey, I will help you out, pm me details on what exact you want to do under .htaccess
     
    FUNNYBIRD, Aug 9, 2008 IP
  6. hemanthjava

    hemanthjava Well-Known Member

    Messages:
    1,258
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    160
    #6
    When I tried to PM you it said.

    FUNNYBIRD has chosen not to receive private messages or may not be allowed to receive private messages. Therefore you may not send your message to him/her.

    Anyways I want the user to be redirected to http://www.seofreelancing.com whenever he types http://seofreelancing.com is that meant a good SEO practice.

    I am not too sure how it affects Google and SEO. But if no harm I want this as it should not be considered as 2 different pages like what LinkPopularity explained
     
    hemanthjava, Aug 9, 2008 IP
  7. ceweqsakti

    ceweqsakti Banned

    Messages:
    1,192
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Check ur link popularity and backlink.
    Use digpagerank.com and backlinkwatch
     
    ceweqsakti, Aug 9, 2008 IP
  8. microbrain

    microbrain Banned

    Messages:
    1,079
    Likes Received:
    100
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Use Checkpagerank.net , it's the best ... it shows PR with and without www string !

    MB
     
    microbrain, Aug 9, 2008 IP
  9. angilina

    angilina Notable Member

    Messages:
    7,824
    Likes Received:
    186
    Best Answers:
    0
    Trophy Points:
    260
    #9
    I suggest you redirect non www version to www version of your site.

    It is because, google see

    yoursite.com

    and

    www.yoursite.com

    as two different sites. So your PR is divided a little at the moment. I highly recommend that you 301 redirect.

    Here is the code

    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^yoursite\.com$ [NC]
    RewriteRule ^(.*)$ http://www.yoursite.com/$1 [R=301,L]
    Code (markup):
     
    angilina, Aug 10, 2008 IP
  10. choice

    choice Prominent Member

    Messages:
    5,444
    Likes Received:
    490
    Best Answers:
    0
    Trophy Points:
    350
    Digital Goods:
    2
    #10
    i would do angilina`s suggestion and redirect the non www
     
    choice, Aug 10, 2008 IP
  11. lightlysalted

    lightlysalted Active Member

    Messages:
    2,067
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    90
    #11
    lightlysalted, Aug 10, 2008 IP
  12. lzy

    lzy Peon

    Messages:
    480
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Yes, good idea to go with the redirect. If you don't do so, either one of your domain may be penalized for dup content.
     
    lzy, Aug 10, 2008 IP
  13. hemanthjava

    hemanthjava Well-Known Member

    Messages:
    1,258
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    160
    #13

    My .htaccess file looks like the one below. Is this Fine..

    
    # -FrontPage-
    
    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^seofreelancing\.com$ [NC]
    RewriteRule ^(.*)$ http://www.seofreelancing.com/$1 [R=301,L]
    
    <Limit GET POST>
    order deny,allow
    deny from all
    allow from all
    </Limit>
    <Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>
    AuthName seofreelancing.com
    AuthUserFile /hsphere/local/home/hemanthj/seofreelancing.com/_vti_pvt/service.pwd
    AuthGroupFile /hsphere/local/home/hemanthj/seofreelancing.com/_vti_pvt/service.grp
    
    Code (markup):
    This is the Additional Code I added Above to the Existing .htaccess file.

    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^seofreelancing\.com$ [NC]
    RewriteRule ^(.*)$ http://www.seofreelancing.com/$1 [R=301,L]
    Code (markup):
     
    hemanthjava, Aug 11, 2008 IP
  14. Preseren

    Preseren Active Member

    Messages:
    275
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    80
    #14
    you should also go to the google webmasters tools, and tell them to use the www domain. It will help
     
    Preseren, Aug 11, 2008 IP
    Jim4767 likes this.
  15. Lisha Christy

    Lisha Christy Banned

    Messages:
    64
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #15
    I think the last one is the correct one.
     
    Lisha Christy, Aug 11, 2008 IP
  16. trichnosis

    trichnosis Prominent Member

    Messages:
    13,785
    Likes Received:
    333
    Best Answers:
    0
    Trophy Points:
    300
    #16
    create a redirect from without www to with www option. it will be fixed
     
    trichnosis, Aug 11, 2008 IP
  17. Rexibit

    Rexibit Peon

    Messages:
    47
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #17
    The redirects will take time to pool all your links, but it should all be fixed in several weeks. Your .htaccess file looks fine.
     
    Rexibit, Aug 11, 2008 IP
  18. fr@nc!z

    fr@nc!z Active Member

    Messages:
    1,545
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    80
    #18
    Use DigPageRank.Com to check your live PR. :D
     
    fr@nc!z, Aug 11, 2008 IP