A Google search for "site:example.com" will tell you the number of pages of example.com that are currently in Google's index. Is it possible to find out how this number has changed over time?
|
|
|
|
|
|
|
HubSpot does this for you. It costs money but they do a lot of useful things like this. |
||
|
|
|
If you don't mind waiting, you could have a cron parse your site:example.com results every day and wait for the data to build up. |
||
|
|
|
|
I was going to suggest Google Webmaster Tools, but it doesn't appear to have this information. How irritating.
Obviously, changing domain\.net to whatever your domain is. |
||
|
|
|
|
I set up a Python script as a cron job to parse the result from the Google results page and save it. I set it to run once per day for each of a set of sites. I wrote another script to produce a CSV spreadsheet from the data. I can open that in a spreadsheet program and quickly make charts to visualise trends. I have similar scripts for monitoring PageRank. This will still only give me data from the day I begin checking. I do not know of a way to access historical values. |
||
|
|
|
|
you can use domaintools.com Rahul http://Valdot.com |
||
|
|
