Hello,
On 07/14/2004 03:27 PM, Brian Dunning wrote:
Does anyone know a way to programmatically determine if a given URL is already in Google's index? I don't see anything like this in their documentation. Thanks,
You can search for info:http://www.somedomain.com/somepage.html .
To do it programattically you can use the Web services API. If you are using PHP 5 already, you can use this class that queries Google in a few lines using the SOAP extension:
Class: Google Client http://www.phpclasses.org/googleclient
--
Regards, Manuel Lemos
PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/
PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/
Metastorage - Data object relational mapping layer generator http://www.meta-language.net/metastorage.html
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php