WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Search Engines > Search Engine Optimization Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Search Engine Optimization Forum SEO is much easier with help from peers and experts! The WebProWorld SEO forum is for the discussion and exploration of various search engine optimization topics. Any non (engine) specific SEO or SEM topics should go here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-06-2008, 08:16 AM
incrediblehelp's Avatar
incrediblehelp incrediblehelp is offline
Moderator
WebProWorld Moderator
 

Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,368
incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4
Default Spider Tracking/Analysis

Anyone know of a good third party tool that does good spider analysis and tracking? Google Analytics doesn't have any since it is JavaScript based. Click Tracks is limited an pretty poor in my opinion.

I would like to be able to view the spider activity of any of my URL's on my website over a long period of time. Seems simple enough but I have yet to find a tool that can help me with this.
Reply With Quote
  #2 (permalink)  
Old 05-06-2008, 08:55 AM
kgun's Avatar
kgun kgun is offline
WebProWorld 1,000+ Club
 

Join Date: May 2005
Location: Norway
Posts: 4,565
kgun RepRank 3kgun RepRank 3
Default Re: Spider Tracking/Analysis

What about CrawlTrack, the spiders and crawlers tracking script. ?

Is it possible to modify the script?

My idea if I had to do it myself:
  1. On every page, you include (once?) a script that scan the page and put every URL in an array.

    PHP Code:
    var links_onpage1=document.getElementsByTagname('a'); 
  2. Loop through every link in the array with a(n inbuilt) function like PHP: $_SERVER - Manual
  3. Put a (unix?) time stamp on the result and store it in a mySQL database.

Last edited by kgun : 05-06-2008 at 09:37 AM. Reason: Spelling error
Reply With Quote
  #3 (permalink)  
Old 05-06-2008, 09:27 AM
incrediblehelp's Avatar
incrediblehelp incrediblehelp is offline
Moderator
WebProWorld Moderator
 

Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,368
incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4
Default Re: Spider Tracking/Analysis

yeah I have used that one for PHP websites, but what about aspx websites?
Reply With Quote
  #4 (permalink)  
Old 05-06-2008, 09:33 AM
kgun's Avatar
kgun kgun is offline
WebProWorld 1,000+ Club
 

Join Date: May 2005
Location: Norway
Posts: 4,565
kgun RepRank 3kgun RepRank 3
Default Re: Spider Tracking/Analysis

I think part one in my do it yourself proposal, is independant of language, since


"The Document Object Model is a platform- and language-neutral interface that will allow programs and scripts to dynamically access and update the content, structure and style of documents. The document can be further processed and the results of that processing can be incorporated back into the presented page. This is an overview of DOM-related materials here at W3C and around the web".
Source: W3C Document Object Model

I have never used and know nothing about inbuilt functions in that language, so I can not help you more. May be you may write the function yourself.

Last edited by kgun : 05-06-2008 at 09:38 AM.
Reply With Quote
  #5 (permalink)  
Old 05-06-2008, 10:11 AM
incrediblehelp's Avatar
incrediblehelp incrediblehelp is offline
Moderator
WebProWorld Moderator
 

Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,368
incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4
Default Re: Spider Tracking/Analysis

Not looking to write it myself, but may have to. You would think some thing like this is already available.
Reply With Quote
  #6 (permalink)  
Old 05-06-2008, 10:49 AM
kgun's Avatar
kgun kgun is offline
WebProWorld 1,000+ Club
 

Join Date: May 2005
Location: Norway
Posts: 4,565
kgun RepRank 3kgun RepRank 3
Default Re: Spider Tracking/Analysis

  1. If you have a problem in PHP, "99 % of them are solved already" if your are able to Google the right term. I don't know how it is in ASP.
  2. I don't like to suggest another forum, but the best ASP forum I know of is the Norwegian W3Schools Forum (Powered by Invision Power Board) (look at the activity in the ASP sub forum there). You will soon discover that like many here they are very MS.

Last edited by kgun : 05-06-2008 at 10:53 AM.
Reply With Quote
  #7 (permalink)  
Old 05-06-2008, 10:51 AM
incrediblehelp's Avatar
incrediblehelp incrediblehelp is offline
Moderator
WebProWorld Moderator
 

Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,368
incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4
Default Re: Spider Tracking/Analysis

thanks kjell.
Reply With Quote
  #8 (permalink)  
Old 05-06-2008, 05:56 PM
ee222 ee222 is offline
WebProWorld Member
 

Join Date: Sep 2005
Location: USWebCity.com
Posts: 28
ee222 RepRank -1
Thumbs up Re: Spider Tracking/Analysis

Have you tried this one WebLog Expert - Powerful log analyzer ?

:.
__________________
Shopping, Music & Entertainment
>> www.USWebCity.com <<
>> www.BadmintonUS.com <<

Last edited by ee222 : 05-06-2008 at 06:03 PM.
Reply With Quote
  #9 (permalink)  
Old 05-06-2008, 08:25 PM
incrediblehelp's Avatar
incrediblehelp incrediblehelp is offline
Moderator
WebProWorld Moderator
 

Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,368
incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4
Default Re: Spider Tracking/Analysis

Yeah I have had that for a while. Doesnt really help here. I need to be able to see spidering activity by URL for any specified time frame.
Reply With Quote
  #10 (permalink)  
Old 05-07-2008, 01:34 AM
wpriley wpriley is offline
WebProWorld Member
 

Join Date: Feb 2005
Location: Albuquerque, NM
Posts: 31
wpriley RepRank 0
Default Re: Spider Tracking/Analysis

Visitor Stats 2 (Visitor Stats 2 - website statistics) tracks spider activity.
__________________
Pat Riley
Reply With Quote
  #11 (permalink)  
Old 05-07-2008, 08:14 AM
incrediblehelp's Avatar
incrediblehelp incrediblehelp is offline
Moderator
WebProWorld Moderator
 

Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,368
incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4
Default Re: Spider Tracking/Analysis

Quote:
Originally Posted by wpriley View Post
Visitor Stats 2 (Visitor Stats 2 - website statistics) tracks spider activity.
Nope pretty much the same as Click Tracks
Reply With Quote
Reply

  WebProWorld > Search Engines > Search Engine Optimization Forum


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Tracking Your Online ROI by Tracking Phone Calls bhartzer Marketing Strategies Discussion Forum 11 07-13-2007 01:30 PM
Looking for Web analysis/ tracking software CableGuy eCommerce Discussion Forum 6 07-14-2006 02:13 AM
Analysis Services 2000 versus Analysis Services 2005 WPW_Feedbot IT Discussion Forum 0 02-16-2005 01:31 PM
Raw Log Analysis incrediblehelp Search Engine Optimization Forum 9 12-09-2004 10:21 AM
spider tracking with asp? mwenn1 Web Programming Discussion Forum 1 10-01-2004 07:45 PM


Search Engine Friendly URLs by vBSEO 3.0.0