Reputation: 6356
I'm managing a large website and would like to know which parts of it have been indexed by Google. I would like to be able to download the index as a file, so that I can parse and analyze it offline.
Is it possible to download the complete list of pages indexed by Google using Webmaster tools, Google Analytics or any other tool? Does any other search engine provide an option like this?
Upvotes: 0
Views: 264
Reputation: 11556
Anyone can see all the pages of your site that have been indexed using the "site" command on google. Go to google.com and enter in the search box something like:
site:stackoverflow.com
Upvotes: 2