Hi i want to know other tools than shoemoney.com which can tell us our position outside top 100. Example i want to know where is my site in keyword "apple" but if my position is outside top 100, I can't see my position in shoemoney.com. One more, I have more quality backlinks than several website who ranked better than my website in one keyword and what annoying me is, my website title is matched the keyword I typed in google which those website aren't. Why is this happening? It is because my website is still too young? (My PR is still 0 because it was started at the end of April just a week or 2 week before google PR update)
edit: sorry, i have found the feature... anyway, after I created an account with google api key, what to do next? Do I need to add the script? Where to?
You can check through top 1000 results using http://www.googlerankings.com/ but you have to provide your Google API for it. This tool was free and you could use it without entering a Google API before, but it was changed some 2 years back.
OK thanks guys for your helps anyway how to install google api keys? i have found this script: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <title>Google Maps JavaScript API Example</title> <script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAOFPR9u7CMcaivnBDn_z_MxQx5EnwYKShxknu09R8d8-3aYDGGBQl6uCgq17COBfj1abcq27y4IGzdQ" type="text/javascript"></script> <script type="text/javascript"> //<![CDATA[ function load() { if (GBrowserIsCompatible()) { var map = new GMap2(document.getElementById("map")); map.setCenter(new GLatLng(37.4419, -122.1419), 13); } } //]]> </script> </head> <body onload="load()" onunload="GUnload()"> <div id="map" style="width: 500px; height: 300px"></div> </body> </html> where to install it?