
SEO Toolbar for Google Chrome
I love the speed of Google Chrome, their new browser, but it lacks the convenience of the Google toolbar, that quickly gives me a sites PR and also some other usefull stuff.
For SEO purposes and just while surfing the internet I frequently look at the PR bar to see what a website is 'worth'.
Now, I've been waiting for ages for the release of a toolbar for Chrome, but they probably won't release it. So some clever guys can up with thes little javascript codes to place as your bookmarks. So create a new bookmark, name it accordingly (be sure your bookmark bar is enabled) and paste the following javascript codes in it:
Standard checksSee how many Google Links are pointed to this page:
Code:
javascript:void((function(){var%20a=location.href. replace(/^http%5C:%5C/%5C/(.*)$/,"$1");location.href="http://www.google.com/search?q=link:"+escape(a);})())
Check the pages of this site on Google:
Code:
javascript:void((function(){var%20a=location.href. replace(/^http%5C:%5C/%5C/(.*)$/,"$1");location.href="http://www.google.com/search?q=site:"+escape(a);})())
Quickly search for this URL (to see if it's in the Google Cache):
Code:
javascript:void((function(){var%20a=location.href. replace(/^http%5C:%5C/%5C/(.*)$/,"$1");location.href="http://www.google.com/search?q="+escape(a);})())
View Google Cache:
Code:
javascript:void((function(){var%20a=location.href. replace(/^http%5C:%5C/%5C/(.*)$/,"$1");location.href="http://www.google.com/search?q=cache:"+escape(a);})())
Check if Google has indexed Images from this Site:
Code:
javascript:void((function(){var%20a=location.href. replace(/^http%5C:%5C/%5C/(.*)$/,"$1");location.href="http://images.google.com/images?hl=en&q="+escape(a);})())
Get the Related Sites & Pages:
Code:
javascript:void((function(){var%20a=location.href. replace(/^http%5C:%5C/%5C/(.*)$/,"$1");location.href="http://www.google.com/search?q=related:"+escape(a);})())
Check how many Pages are indexed in Yahoo:
Code:
javascript:void((function(){var%20a=location.href. replace(/^http%5C:%5C/%5C/(.*)$/,"$1");location.href="http://search.yahoo.com/search?p="+escape(a);})())
Check the Yahoo Backlinks:
Code:
javascript:location.href='http:/'+'/search.yahoo.com/search?p=linkdomain%3A'+document.domain.replace('w ww.','')+'%20-site%3a'+document.domain.replace('www.','')+'&%230 38;n=100';
Check how many Pages are indexed in MSN:
Code:
javascript:void((function(){var%20a=location.href. replace(/^http%5C:%5C/%5C/(.*)$/,"$1");location.href="http://search.msn.com/results.aspx?q=site:"+escape(a);})())
Value checksCheck if the page is included in the Yahoo Directory:
Code:
javascript:void((function(){var%20a=location.href. replace(/^http%5C:%5C/%5C/(.*)$/,"$1");location.href="http://search.yahoo.com/search/dir?h=c&p="+escape(a);})())
Quickly check the Alexa Rank (sometimes usefull):
Code:
javascript:void((function(){var%20a=location.href. replace(/^http%5C:%5C/%5C/(.*)$/,"$1");location.href="http://alexa.com/data/details/traffic_details?q=&url="+escape(a);})())
Check the Compete.com Details (pretty neat site:
Code:
javascript:void((function(){var%20a=location.href. replace(/^http%5C:%5C/%5C/(.*)$/,"$1");location.href="http://siteanalytics.compete.com/"+escape(a);})())
View the pages in the Web-Archive (way-back Machine):
Code:
javascript:void((function(){var%20a=location.href. replace(/^http%5C:%5C/%5C/(.*)$/,"$1");location.href="http://web.archive.org/web/*/"+escape(a);})())
Social Bookmarking checksCheck if their are any Delicious Bookmarks for this page:
Code:
javascript:void((function(){var%20a=location.href. replace(/^http%5C:%5C/%5C/(.*)$/,"$1");location.href="http://del.icio.us/url/check?url="+escape(a);})())
Check if the page is on Technorati:
Code:
javascript:void((function(){var%20a=location.href. replace(/^http%5C:%5C/%5C/(.*)$/,"$1");location.href="http://technorati.com/search/"+escape(a);})())
Check if the page is Mentioned on Digg
Code:
javascript:void((function(){var%20a=location.href. replace(/^http%5C:%5C/%5C/(.*)$/,"$1");location.href="http://digg.com/search?area=all&age=all&sort=new&type=all&s="+esca pe(a);})())
Do a fast Domain Lookup (see who owns the site)
Code:
javascript:void((function(){var%20a=location.href. replace(/^http%5C:%5C/%5C/(.*)$/,"$1");
location.href="http://whois.domaintools.com/"+escape(a);})())
Have a fast peak in the Domains Robots.txt:
Code:
javascript:void(location.href='http://'%20+%20location.host%20+%20'/robots.txt')
Have fun... I thought it was pretty usefull!