Finding those de-indexed pages...

Discussion in 'Products & Tools' started by saneinsight, Jun 17, 2006.

  1. #1
    Please don't tar and feather me on this one, I am quite new to everything SEO etc...

    I usually use site:www... to find my pages indexed by google. Like a lot of people I lost a big chunk of mine a while ago. Then I came across http://www.elixirsystems.com/tools/linkpopularity.php

    which seems to pick up a lot more pages indexed by using site:yoursite.com, so they leave off the www. They report shows results from both queries.

    What do you guys make of this?
     
    saneinsight, Jun 17, 2006 IP
  2. nvidura

    nvidura Well-Known Member

    Messages:
    1,780
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    150
    #2
    cool tool. Thanks friend
     
    nvidura, Jun 17, 2006 IP
  3. stymiee

    stymiee Peon

    Messages:
    427
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    0
    #3
    It means you should be using mod_rewrite to forward your non-www links to your www pages.

    RewriteEngine On
    RewriteCond %{HTTP_HOST} !^(.*)\.domain\.com$ [NC]
    RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]
    Code (markup):
     
    stymiee, Jun 17, 2006 IP
  4. saneinsight

    saneinsight Guest

    Messages:
    159
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    So even if I have never posted a link anywhere excluding the www I must still forward them with mod_rewrite?
     
    saneinsight, Jun 18, 2006 IP
  5. romance

    romance Well-Known Member

    Messages:
    340
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    110
    #5
    its recommended becuase although you may not, a site out of control may link to a non-www version
     
    romance, Jun 18, 2006 IP
  6. saneinsight

    saneinsight Guest

    Messages:
    159
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Thanks for the advice stymie and romance, any idea's on where I can find a good concise overview of mod_rewrite?
     
    saneinsight, Jun 18, 2006 IP