Need help searching for information.. SEO related?
What I'm after....
Is a site that you paste a URL and tell it search terms and it does searches at the top 5 or 10 search engines then tells you the ranking of your site with those search terms at those 5 or 10 search engines. (I want to find out the google, ask, yahoo etc ranking of one of my instructables, depending on the search terms used)
This service MUST exist, I just can't find it :( If it doesn't exist, I'll bloody well write my own site to do it as I can't be the only one that wants to do this :p






























Visit Our Store »
Go Pro Today »




Another way, use a tool like biterscripting to grab search results from various sites and filter them.
Use these commands to see what URLs various sites provide for the keywords - help wanted salaried software IT california.
echo "GOOGLE RESULTS"
scr SS_URLs.txt URL("http://www.google.com/search?q=help wanted+salaried+software+IT+california")
echo "YAHOO RESULTS"
script SS_URLs.txt URL("http://search.yahoo.com/search?p=help wanted+salaried+software+IT+california")
# etc.
These commands are in biterscripting. Download it from http://www.biterscripting.com if this helps.