SEO Bookmarklet

A One-Stop SEO Bookmarklet to Quickly Review On-Site SEO

Install Latest

Drag this to your bookmarks bar: SEO

or copy this code:

javascript:function run(){var d=document,da=new Date(),b=d.body,p=('https:' == document.location.protocol ? 'https://' : 'http://'),ex=d.getElementById('twkmSEOScript');try{if(!b)throw(0);if(!ex){z=d.createElement('scr'+'ipt');z.setAttribute('src',p+'twkm.ca/min/f=gadgets/resources/seo-bookmarklet/seo-latest.js?ts='+da.getTime());z.setAttribute('id','twkmSEOScript');z.setAttribute('class','03');b.appendChild(z);}else{twkm_closeThisBox();}}catch(e){alert('Please wait until the page has loaded.');}}run();void(0)

Source Code

I’m no longer maintaining the SEO Bookmarklet I initially created in 2011, but I have released the latest code for others to use and build upon at https://github.com/twkm/seo-bookmarklet.

I’m glad so many people have found it useful over the years, and hope the source code helps others build on it in the future.