/*
============================================================================================================
Version : 1.0
Description : Search Engine Spider Test Tool
Copyright : (c) SeoBook.com, licensed under the GPL ( http://www.gnu.org/licenses/gpl.txt )
Function : Allows you to quickly view how a spider sees a web page.
============================================================================================================
*/
include 'header.php';
error_reporting(0);
$url=$_REQUEST['url'];
$c=$_REQUEST['c'];
include 'form.php';
switch ($c)
{
case 1:
{
if(strlen($url)<5)
{
echo '
Please enter url
';
break;
}
//getting meta tags
$url=str_replace('http://','',$url);
$url='http://'.$url;
include 'clsSpider.php';$meta=New spider;
include "clsExtractUrls.php";
$res=$meta->getValues($url);
//extracting links
$ext=NEW extractor($url);
$links=$ext->ExtractLinks('');
$res['links']=$ext->links;
include 'results.php';
}
}
include 'footer.php';
?>
TopTechnologies © 2006 - 2007
Philippines | U.S.A | SEO Tools
Page Load:
Webmaster Tool - Search Engine Spider
Test - Back to tools page
Use this
free tool to test how search engine spiders index you website. This is valuable
tool to improve you search engine rankings.