How to Find Pages that Google has Indexed

If you’re a webmaster that is curious to know which of your site’s page have been indexed by Google, simply use the site operator and perform a search query such as:

site:www.joemajewski.com

The results you see upon executing that Google search will be a list of pages that Google has indexed on your site. Although that may not be a complete list of all the pages that Google “knows” about, it is a list of all pages that Google finds relevant enough to list in their results.

Many people believe that the more pages that Google has indexed, the better, but that is not the case at all. It is much more beneficial to you to have 50 pages indexed that are all rich with content than to have 100 pages indexed with low quality content. This is why it is important to update your robots.txt file to ensure that certain pages get ignored by Google’s search engine.

For example, I prevent Google from indexing pages located within the Traffic Stats tab that’s located in the tab list at the top of my blog. The reason being is that Google will find dozens, or maybe even hundreds of pages within that section of the site that are filled with daily statistics, weekly statistics, etcetera, and in general, you only want page’s with relevant content to be listed on Google.

That’s my tip of the day, but don’t expect to find these on a daily basis. ;)

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • LinkedIn
  • StumbleUpon
  • Slashdot

Related Articles:

  1. Google Slow to Index Blog Posts By using Google’s site operator, you can quickly see a list of pages that Google has indexed on any given...
  2. Google’s Slow Indexing Rate for Blog Posts Resolved… Kinda Last night I posted an article about Google’s slow indexing rate for my latest blog posts. Usually my articles get...
  3. Problems with WordPress 2.9: Pings Failing to Alert the Google Blogging Service WordPress 2.9.1 just released, and it fixed some minor bugs from WordPress 2.9. This is just a theory, but I...
  4. Optimize Your Blog – Simple Ways to Increase Value in Your Content WordPress is my favorite content management system; it’s easy to use, it has a large community of developers, it’s free,...
  5. Meta Keywords are Old News Did you know that most engines have shifted away from using the keywords listed in meta tags? If you’re still...
  6. The Importance of Google PageRank Dedicated webmasters place Google PageRank at a higher value than money itself.  In order for a website to appear at...
  7. Help From Fellow Webmasters The primary focus of this domain is my blog, the one that you’re reading at the moment, discussing Computer Science...
  8. How do Keywords Impact SERPs When someone executes a Google search, every word in their query acts as a keyword. When Google decides on the...
  9. Identifying Growth and Popularity on the Internet I’ve decided to gather up a short list of tools that are useful in giving you an idea of how...
  10. How to Increase Your Google PageRank [ Part One ] [ Part Two ] Google’s PageRank algorithm is one of the most sought after formulas on...

2 Responses to “How to Find Pages that Google has Indexed”


  1. TMR

    How exactly do you get the Google search engine to ignore pages? Something about robots.txt?

  2. Joe Majewski

    Yeah, if you want to prevent Google from accessing pages within a directory, you can put a line like:

    Disallow: /directory_name*

    That will stop Google from getting into anything within that directory, hence the asterisk.