![]() |
|
|
|
||||||||||
![]() |
|
|
Thread Tools |
|
#1
|
|||
|
|||
|
How do I check if my site has been spidered?
How do I check if my site has been spidered?
|
|
#2
|
||||
|
||||
|
Check your HTTP logs for the user agent of the spider you are looking for.
__________________
- Shawn Keyword Tracker now supports Google (once again) as well as Bing (new) and Yahoo Please do not PM, IM or email me for product or tool support (they will go unread/ignored), and don't "friend" me unless we are really friends. |
|
#3
|
||||
|
||||
|
If you insert this code [modify the email] into your PHP page [for instance your index page] it will send you an email every time Google spiders that page.
If Google spiders your site a lot be prepared for a lot of emails <? if(eregi("googlebot",$HTTP_USER_AGENT)) { if ($QUERY_STRING != "") {$url = "http://".$SERVER_NAME.$PHP_SELF.'?'.$QUERY_STRING;} else {$url = "http://".$SERVER_NAME.$PHP_SELF;} $today = date("F j, Y, g:i a"); mail("you@yourdomain.com", "Googlebot detected on http://$SERVER_NAME", "$today - Google crawled $url"); } ?>
__________________
Sales Training - The Definitive Source for Sales Education on the Internet Think and Grow Rich by Napoleon Hill - Free Digital Download PDF eBook Edition |
|
#4
|
|||
|
|||
|
Thank you both for you answers. I will go try those suggestions.
|
|
#5
|
|||
|
|||
|
..assuming you have a log analyser.
A good one to start off with is the light version @ http://weblogexpert.com/ you can load it to your windows pc and than get the log files either directly from your webhost or ftp them to your win pc. I use awstats (standard) it's free, if it's not installed on your host you can get a copy and install it in the cgi directory. Both give you info about which spider when keywords keyphrases and of course visitors/pages M |
|
#6
|
||||
|
||||
|
#7
|
|||
|
|||
|
You may try RobotStats...
It's an open source free application I wrote in PHP/MySQL, which analyzes the visits of search engine robots. A new version will be released within 15 days... Best, PR Weaver
__________________
PageRank and backlinks Analyzer Software Find quality backlinks (on your theme and with good PageRank) Check out our blog
|
|
#8
|
||||
|
||||
|
Or check Google's cache dates and cache in general if G is what you are interested in.
__________________
Try: Sell Your Ad Space - Thousands Of Visitors Want To Buy Your Ad Space Global Internet Index Directory <- Check it out! -> |
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| a simple tool "How to find out" if surfers find relevant pages on your site | hans | All Other Tools | 8 | Oct 17th 2006 7:09 pm |
| Solution to Getting your PHPBB Forum Spidered - Part 1 | misohoni | PHP | 31 | May 11th 2006 6:14 am |
| Links within site | nadlay | Search Engine Optimization | 25 | Jan 16th 2006 12:48 am |
| How could I check if my site is added in Yahoo directory? | Eli | Yahoo | 7 | Aug 31st 2004 4:59 am |