Home

Awesome

Link Spider

LinkSpider logo

Link Spider is a High performance Portable Class Library searching for links in a website or webpage allowing you [optionally] creating standard sitemap.xml file.

This proyect also includes a Console Client as an utility to generate sitemap.xml of any site.

##LinkSpider Portable Class Library Features

###LinkSpider Class

###SitemapTarantula Class

##LinkSpider Console Features Full support to all LinkSpider Portable Class Library features

###Samples ####Fast create This creates

LinkSpiderConsole.exe --u http://yoursite.com

####Customizing output files --s --p

LinkSpiderConsole.exe --u http://yoursite.com --s YOURsitemap.xml --p YOURplain.txt

####Navigation Filtering --n This avoid to explore links containing some url patterns. This sample shows how to avoid url exploration when it contains this fragments

LinkSpiderConsole.exe --u http://yoursite.com --n /tag/,/pages/

This is very useful to improve performance not waisting time in unuseful urls.

####Sitemap Filtering --m This avoid to include links containing some url patterns in sitemap file. This sample shows how to avoid some links in sitemap when it contains this fragments

LinkSpiderConsole.exe --u http://yoursite.com --m /tag/,/pages/

####Single webpage mode Every execution mode listed before also support --o special parameter to analyze just the page passed as parameter.

LinkSpiderConsole.exe --u http://yoursite.com/myWebPage --m /tag/,/pages/ --o

###Additional files This tool creates optionally 2 differente files :