Discuss Google Tracker for ASP in the Google Optimization forum on SEO Chat. Google Tracker for ASP Google Optimization forum discussing techniques to increase rank in Google. Find help for defeating spam pages, building site trust, and beating the Google algorithm. Also read about the best SEO tools to help with Google search.
BuySellLinks.com is a new Text Link Advertising Brokerage by the founder of LinkAdage that offers high-end text links and a premier membership base. We screen all advertisers and publishers and their web pages to make sure we are offering a service that works for everyone. Our plug-in is super easy to install but if you are hands off, w e offer free installation.
Tired of dealing with shady text link buyers and/or sellers? Try BuySellLinks.
Receive the tools necessary to be the rock star of your field. Our 12-month program teaches you the evolving world of multi-channel marketing as well as the complex issues and opportunities found in the industry.
Posts: 55
Time spent in forums: 6 h 11 m 33 sec
Reputation Power: 10
Google Tracker for ASP
Darrin inspired me to write a google tracker for ASP, since I couldn't get the perl to work at my host. Anyone have a need for this or have any feature requests? Currently it just tracks the type of bot (fresh or deep crawl) and the time of the visit, and displays the results in the list. Right now I'm storing the visits in SQL serverver, but could easily adapt it to MS Access or write to a text file.
Also, I'm brand new to seo, and have yet to catch a live freshbot at my site.. What do I do with it once I catch it?
Posts: 122
Time spent in forums: < 1 sec
Reputation Power: 10
Quote:
have yet to catch a live freshbot at my site.. What do I do with it once I catch it?
If you catch a live freshbot, weight it, take a photo, and release it so that it can visit other sites (and tell its friends about yours). If your really lucky, the big mama - deepbot - will come along to see what all the fuss has been about
Posts: 1,452
Time spent in forums: 21 h 13 m 39 sec
Reputation Power: 22
Re: Google Tracker for ASP
Quote:
Originally posted by "Sentient"
Darrin inspired me to write a google tracker for ASP
So I'm inspiring people now?? Sorry to hear the perl script didn't work on your server. It is unfortunately something that is hard to include in already dynamic page such as php & asp.
__________________ Darrin J. Ward, the Original Founder of SEO Chat (this site), Google Dance Tool & some other cool stuff! Read my: Professional SEO Site or Twitter: @DarrinJWard.
Just include this file on each page you want to track (<!--#include file="GoogleTracker/GoogleTracker.asp" -->), record and display the visit how you wish. It will display the domain name, page file name, time of visit, and type of bot!
Posts: 1,452
Time spent in forums: 21 h 13 m 39 sec
Reputation Power: 22
I use activestate Perl on my local machine (Windows XP). I wrote the code on this machine and it worked fine with activestate, perhaps it's a different version of type!!