Robot Visit - Check when the search engines are visiting - Printable Version +- Webnetics UK Ltd. - Forums (https://www.webneticsuk.com/forum) +-- Forum: News & Announcements (https://www.webneticsuk.com/forum/forumdisplay.php?fid=2) +--- Forum: VWDesigns Blog (https://www.webneticsuk.com/forum/forumdisplay.php?fid=12) +---- Forum: Programming (https://www.webneticsuk.com/forum/forumdisplay.php?fid=17) +---- Thread: Robot Visit - Check when the search engines are visiting (/showthread.php?tid=88) |
Robot Visit - Check when the search engines are visiting - webnetics - 27-04-08 Receive instant notification by email when a search engine spider has visited your website. This is a great way to monitor and manage your search engine submission plan. • Are you getting listed on search engines? • Do you want to know when your pages are getting indexed? • Do you want to know what search engines are visiting and when? • Are you an affiliate for many merchant programs and need to keep track of stats? Then this is the script for you. Simply copy and paste a one line code into your website and as soon as a search engine spider visits your website you will receive an email notification containing the following information: • Name of the Search Engine • Name of the Spider • Name of the page visited • Exact day and time of visit This gives you a great way to monitor if your website is being indexed by the major search engines. It also provides a great way of collecting stats of the habits of the search engine spiders. Giving you the opportunity to create search engine friendly pages which are correctly optimised for maximum search engine positioning. Feature List • Supports all the major search engines • One step easy install • Email notification of Spider visits. • No database is required. • Easy and simple to use. • No special PHP knowledge required. Currently supports the following search engines: • Googlebot - [Google] - www.google.com • Alta Vita - [Scooter] - www.altavista.com • Teoma - [Ask Jeeves/Teoma] - www.teoma.com • Lycos - [Lycos_Spider_(T-Rex)] - www.lycos.com • Inktomi - [Slurp] - www.inktomi.com • Mirago - [HenryTheMiragorobot] - www.mirago.com • AlltheWeb - [FAST-WebCrawler] - www.alltheweb.com PHP Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> Installation To install the PHP RobotVisit to your website, simply add the code below to your webpage and upload the robotvisit.php file in the same directory as the pages the code below has been pasted into. Please note that the page extension needs to be .php or PHP equivalent. The nearer the top of the page the better as this will give a better indication of when you have been visited by one of the robots. The code can be added to as many or as few pages as you require. Ideally it should be inserted before the opening <html> tag. Paste the code below in as many pages on your website as required. PHP Code: <?PHP include "robotvisit.php" ?> Warning (!): [/php]If you have a large traffic website, you may be wise to use this script sparingly, because if you have a good listing on the search engines you could end up receiving quite a few emails! I did this on one of my Affiliate script websites and ended up with over a 1000 emails that day!. But then at least you know your website has a good listing on the search engines. |