Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Debuggable Blog:
Crawl Google, they do the same to you
Jun 11, 2008 @ 15:23:07

On the Debuggable blog, Felix Geisendorfer has posted some code (thought up by Marc Grabaniski) to go through Google and find the pages that they have indexed for your site. Their goal is to check and see if the migration of a site was successful.

Just get a list of all pages google has indexed from your site and then use that as your basis for checking if your migration worked or not. This is very convenient because you do not have to know all your own urls yourself, and you'll only get the relevant ones (if they are not in google they are unlikely to have traffic).

The code is included as well as an example usage. He also points out FixtureShell for more command-line CakePHP examples.

tagged: crawl google migration success link cakephp framework

Link:


Trending Topics: