checking how many pages are indexed by google

Discussion in 'Search Engine Optimization' started by www.mazoo.co.uk, Mar 26, 2007.

  1. #1
    i have allways use the search phrase site:www.arcadeflashgames.co.uk but this only shows 10 results if i do it without the www such as site:arcadeflashgames.co.uk i get 43 results.

    do anyone know why this happen and what the best way to get an accurate result is?

    i have set in webmaster tools for google to use the www. as my preferred domain and use a 301 to redirect non www. urls to the www. url.
     
    www.mazoo.co.uk, Mar 26, 2007 IP
  2. seomantra

    seomantra Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    hello:

    site:www.domain.com

    will show result indicate that How many pages of your site get listed at google.

    www.domain.com or domain.com are search term

    that mean wherever this search term found on the pages listed at google database that pages will come up.

    hope you understand

    thanks
     
    seomantra, Mar 27, 2007 IP
  3. Janna122003

    Janna122003 Banned

    Messages:
    1,375
    Likes Received:
    39
    Best Answers:
    0
    Trophy Points:
    0
    #3
    same with me. My when I search for site:www.tv-series-on-dvd.blogspot.com it only shows the index page but when I type site:tv-series-on-dvd.blogspot.com it shows 4 but others are supplemental.
     
    Janna122003, Mar 27, 2007 IP
  4. grg

    grg Guest

    Messages:
    2,692
    Likes Received:
    73
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Try to set your preference in Google Webmaster's Tools.
     
    grg, Mar 27, 2007 IP
  5. jaguar-archie2006

    jaguar-archie2006 Banned

    Messages:
    631
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #5
    301 is the best option. redirect w/o www to with www.
     
    jaguar-archie2006, Mar 27, 2007 IP
  6. MeetHere

    MeetHere Prominent Member

    Messages:
    15,399
    Likes Received:
    994
    Best Answers:
    0
    Trophy Points:
    330
    #6
    Yes you can use 301 redirect to see equal results :)
     
    MeetHere, Mar 27, 2007 IP
  7. Xoligy

    Xoligy Active Member

    Messages:
    86
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    95
    #7
    Make a .htaccess file and in it put something like:

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^www\.yoursite\.com$ [NC]
    RewriteRule ^(.*)$ http://yoursite.com/$1 [R=301,L]

    That's what I do :)
     
    Xoligy, Mar 27, 2007 IP
  8. KC TAN

    KC TAN Well-Known Member

    Messages:
    4,792
    Likes Received:
    353
    Best Answers:
    0
    Trophy Points:
    155
    #8
    KC TAN, Mar 27, 2007 IP
  9. NYDAz

    NYDAz Peon

    Messages:
    685
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #9
    NYDAz, Mar 27, 2007 IP
  10. poksa

    poksa Banned

    Messages:
    314
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Its Different try to redirect http:mydomain.com to http:www.mydomain.com.

    Because it shows different Results. try This One

    Options +FollowSymlinks
    RewriteEngine on
    rewritecond %{http_host} ^mydomain.com [nc]
    rewriterule ^(.*)$ http://www.mydomain.com/$1 [r=301,nc]

    You just change the mydomain.com of your site URL...
     
    poksa, Mar 27, 2007 IP
  11. boyponga

    boyponga Banned

    Messages:
    1,013
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #11
    I know, doing site: search with www and without www are different because some pages are indexed sometimes without the www.
     
    boyponga, Mar 27, 2007 IP