As you may know, Google utilises more crawling bots for various purposes. The most important bot for indexing pages is the GoogleBot. However Google includes also data from its AdSense bot (UA "Mediapartners-google*") in the search database.
So here's a little trick from me to get your new site (or page) get indexed (or at least noticed by Google) faster.
1. If you place an AdSense block on a not-yet-indexed page and you load that page, the AdSense bot comes in a split second and crawls the new page (you can confirm this by having a look in your access log).
2. Load every page of your new site once (whether manually or automatically is up to you (if automatically, the script/bot must be able to run JavaScript)). As stated before, the data from the AdSense bot are included in the search database.
3. Don't forget to include
PHP Code:
google_adtest='on';
in the AdSense code. You don't want to influence the ad statistics heavily from the beginning. :-)
Enjoy the super fast indexing  Keep in mind, however, that as long as Google isn't aware of any backlinks to the new site, the indexing itself is useless.
|