Jump to content

  • Log in with Facebook Log in with Twitter Log In with Google      Sign In   
  • Create Account

Subscribe to HRA Now!

 



Are you a Google Analytics enthusiast?

Share and download Custom Google Analytics Reports, dashboards and advanced segments--for FREE! 

 



 

 www.CustomReportSharing.com 

From the folks who brought you High Rankings!


Sponsored Content

 

 
 

Photo
- - - - -

Using Tools To Monitor Rankings


  • Please log in to reply
16 replies to this topic

#1 kevinl

kevinl

    HR 1

  • Members
  • Pip
  • 2 posts
  • Location:UK

Posted 28 August 2003 - 05:28 AM

I've heard that using tools such as 'Free Monitor for Google' to check a site's postion against certain keywords can actually harm your rankings.

It does seem to be against Google's policy to use such software and that's as good a reason as any not to, but what are your opinions and experiences?

Has anyone been dropped by Google and can positively point the blame at such tools?

Cheers
KevinL

#2 TaraMc

TaraMc

    HR 1

  • Members
  • Pip
  • 1 posts
  • Location:UK - East Midlands

Posted 28 August 2003 - 06:28 AM

Kevinl,

I have used ranking monitoring software in the past but none of the websites were ever excluding from the index because of it, however I used the tools in moderation especially when querying Google.

Hope this helps

:lol:

#3 Jill

Jill

    High Rankings Advisor

  • Admin
  • 32,324 posts

Posted 28 August 2003 - 07:30 AM

It's against Google's terms of service to use automated tools to check your rankings, unless you are going through Google's API interface.

Jill

#4 dannysullivan

dannysullivan

    HR 2

  • Active Members
  • PipPip
  • 15 posts
  • Location:Wiltshire, England

Posted 28 August 2003 - 04:03 PM

Google's been the most vocal about rank checking tools. They don't like it at all, but those using them in moderation aren't likely to be noticed.

If you do get spotted, Google generally will prevent you from running searches on Google. They have never tried to use rank checking as a reason to ban pages themselves or attach penalties. That's a good policy, too -- it would mean anyone could rank check their competitors into oblivion.

So no, rank checking shouldn't case a rank decrease at Google, if you are caught. But having said that, rank checking might attract attention to your site -- and if you are doing other things that Google doesn't like in terms of content, then that might get you booted or penalized.

As for the other search engines, they've not made much if any noise about rank checking other than Northern Light -- and they've been out of the web search space for ages now.

Also always interesting, while Google doesn't like rank checking tools, that doesn't stop them from taking ads for such products:

http://www.google.co...8&q=webposition

Remember, if you are going to use such tools, don't do things like search for your company name, URL or terms that would clearly identify who you are.

#5 Jill

Jill

    High Rankings Advisor

  • Admin
  • 32,324 posts

Posted 28 August 2003 - 04:10 PM

Welcome, Danny! :dance:

Jill

#6 Scottie

Scottie

    Psycho Mom

  • Admin
  • 6,293 posts
  • Location:Columbia, SC

Posted 28 August 2003 - 04:11 PM

Welcome Danny! :dance:

#7 AgentWebRanking

AgentWebRanking

    HR 1

  • Members
  • Pip
  • 3 posts

Posted 28 August 2003 - 07:06 PM

Hi Kevinl,

I do work for a search engine ranking software company. I do agree with Danny point of view about Google :)
Anyway we have also added Google Web Api to AgentWebRanking.

BTW: hope to see you in Paris at imitiki.com: Google.fr, Overture.fr, Espotting.fr... will be there

Fabien

#8 Scottie

Scottie

    Psycho Mom

  • Admin
  • 6,293 posts
  • Location:Columbia, SC

Posted 28 August 2003 - 08:50 PM

Welcome, Fabien! :)

#9 Marc

Marc

    HR 3

  • Active Members
  • PipPipPip
  • 90 posts
  • Location:USA

Posted 24 September 2003 - 12:23 PM

Hi kevin,

just another suggestion to check your popularity - keyword rank and saturation....

I use Funnel Web Analyzer to grab my log files and generate hit/keyword search reports etc....and then use MarketLeap.com to see how I ranked for the keywords people hit me with.

Take Care!



#10 digitalpoint

digitalpoint

    HR 3

  • Active Members
  • PipPipPip
  • 78 posts
  • Location:San Diego, CA

Posted 26 September 2003 - 12:06 PM

The best thing to do for searching Google ranks is to simple adhere to their terms of service and use a product or service that uses their API.

Google definitely is the most vocal about not using automated systems to grab search results (without the API), but at least they give you an API to do it properly. The API is better anyway because it's not subject to formatting changes like the "normal" search results are. So it's less likely to break.

In fact, I wish other search engines had a similar API (even if it has nothing to do with their terms of service).

- Shawn

#11 Tawnya

Tawnya

    HR 3

  • Active Members
  • PipPipPip
  • 104 posts
  • Location:Vancouver, Canada

Posted 26 September 2003 - 07:57 PM

Can someone explain to me what the Google API is and what it actually does? I am a bit out of the loop here and would love to hear what it is all about.

Tawnya

#12 Randy

Randy

    Convert Me!

  • Moderator
  • 17,540 posts

Posted 26 September 2003 - 09:11 PM

The Google API is something they have developed which allows programmers to develop applications which will work seamlessly with Google. Their web page with more detailed info is at http://www.google.com/apis/

Basically, you can apply for an API license. The license allows you to use up to 1,000 queries per day.

One of the tools you can build, which is being discussed in this thread, is a Google Ranking Checker. With a license and some software you can plug in your domain and keyword phrases and check to see where you rank.

There are some sites out there already where you can pay to use their software (with your license) to do this. It's pretty simple to do actually with a server, as long as you have SOAP (some required software) installed on the server.

Personally, I'm not really keen on the idea of putting something like that on one of my servers because I'd be afraid the rules would change and I'd end up getting every domain on that server blacklisted somehow. Paranoid? Maybe. But then again maybe I'm just a good Sys Admin and don't want to be screwing up anything for the folks I host.

The safest and sanest way to use an API application IMO is to run it off of your local PC. So as soon as I can find some time I think I'm going to make a little VB application people can run from their own PC's instead of a server.

I have a very rudimentary version of this already done which I've been testing for the last week or so. It works fine, but I built the test script so that it only checks one keyword phrase at a time to keep things simple on the coding side of things. As soon as I find the time I'll add in some looping capabilities so that multiple keywords can be checked at the same time. Since I currently have a 6 page long To Do list on the site development side of things I can't promise how quickly I'll get back to this one. If I don't find some time soon I'll probably stick it in as a SourceForge project and look for a couple of helpers, though it really shouldn't take that much effort to beef it up a bit. Either way, the plan is to release it as a freebie application.

Randy

ps Yes I'll post back here when it gets close to find a few beta testers who already have an API license.

Edited by Randy, 26 September 2003 - 09:17 PM.


#13 Marc

Marc

    HR 3

  • Active Members
  • PipPipPip
  • 90 posts
  • Location:USA

Posted 26 September 2003 - 09:11 PM

Hi Tawnya,


API = Applications Programming Interface

basically it's a system of functions/methods to help with your code to manipulate something, there's all kinds of API's or SDK (Developer Kits) another example...Verisign also has one to help developers code for shopping cart transactions, Credit Cards...etc

here's a link to Google's API, it has an FAQ link and other information :)
Google API

Take Care
Marc

#14 Alan Perkins

Alan Perkins

    Token male admin

  • Admin
  • 1,559 posts
  • Location:UK

Posted 05 October 2003 - 06:42 AM

You can use the Google API but the terms of service for the API specifically state

The Google Web APIs service is made available to you for your personal, non-commercial use only

(Emphasis added.)

i.e. you may use the API to measure rankings, but not as part of a commercial service.

Outside the API, automated rank checkers are in breach both of Google's Terms of Service and (more importantly, IMO) the robots.txt protocol. Google's robots.txt file contains the line
Disallow: /search
This means that any robot (such as an automated rank checker) is in breach of the protocol if it queries Google's search results. Note that other engines' robots.txt files, such as AllTheWeb's robots.txt file, contain similar exclusions. It's not just Google.

#15 digitalpoint

digitalpoint

    HR 3

  • Active Members
  • PipPipPip
  • 78 posts
  • Location:San Diego, CA

Posted 05 October 2003 - 12:02 PM

Also, if you get written permission from Google to use the API to make a commercial product/service it's also allowed then of course too (although ours is free, so it's not commercial).

- Shawn




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users