Search Engine Rank Checker for Google and Yahoo!
A few months ago we began offering SEO services to some of our clients that were looking to ramp up some traffic and revenue by increasing relevant traffic to their e-commerce sites. One of the services that we offer as a result of SEO is monthly or bi-monthly reporting to customers for them to track how well their site is doing in some of the major search engines used today. This was a very manual process for me during the initial offering of this service, primarily due to the fact that most “rank checkers” are a minimal fee per month or they are complete garbage. After a week of copying and pasting stuff from the web into a spreadsheet, I finally came across a great free tool developed by Aaron Wall from http://www.seobook.com. This tool allowed me to look up multiple keywords and/or domains with the click of a button after I created all of my presets for my keyphrases. The one thing I like to do is report back to my clients is how many total terms were returned for the particular keyphrase they were wanting to get indexed. (or were indexed on for that matter) In a thread on the seobook.com’s site I asked about possibly adding this small enhancement to the tool, but was told they were trying to keep features to a minimum because of enhancement requests, which I definitely understand. (especially when you write these tools for free) This denied request was only a small setback and was enough motivation for me to create my own tool written in PHP of course, for this sole purpose.
I was able to develop this tool in just a short period of time, but I did it so quickly that I decided I wasn’t just going to stop here. Why not try to write my own rank checker? Yes, I already have one that works fine, but I am still having to copy and paste things into my client reports, which was the whole reason I wrote my initial script in the first place. After a day of figuring out the best way to design this tool, I decided to basically just write a tool that parsed results from search engines instead of using an API. (plus I couldn’t find an API anyways) The tool is nothing complex and not more than probably 50 lines of code that queries Google and Yahoo for specific user-defined terms based on a specific domain or URL.
I would love to share this tool with anyone that feels like it would help them out in either reporting to clients, tracking their own keyphrases or anything else you feel it would be applicable for. I will be continually adding new features to it and will be glad to receive enhancement requests from anyone that has a good idea or suggestion. The tool can be found at http://www.dsofky.com/rank_check.php
