SEO Bookmarklets

How this works +

Each of the below buttons has a corresponding modal, which explains what the bookmarklet does and provides a link you can drag onto your bookmarks bar.

Configuration

Occasionally the bookmarklet will require you to provide some information in order to customise how it works. Once you've provided your information click generate and it will create/update the bookmarklet for you.

The Document Object Model (DOM)

The scripts are run on the page as it is at the moment you click on it, which may sound a little obvious but is important to remember when reviewing pages which use JavaScript extensively. Within bookmarklets where this may be relevant, I have used the word DOM in the description to indicate that this script is working with the current page content, and it is worth keeping that in mind. To be clear, we are for example reviewing the current title tag, which may differ from the title you got if you disabled JS and also the one you started on if you have navigated throughout the site.

Tags

Design Mode

Enable Design Mode

Running this script will enable your browser's design mode, allowing you to edit the page similar to how you might edit a document.

Meta Content Drawer

Meta Content Drawer

Running this script will open a drawer at the top of the page and show the current DOM title, meta description, canonical and meta robots.

NoFollower Highlighter

NoFollower Highlighter

When clicked this bookmarklet adds a border of the given colour for all nofollow links in the DOM.

Configure ->
Submit
Outline Headings

Outline Headings

You can click the X in the corner or click the overlay to close this modal. Something like this could be useful as a nice way to show additional information, but that's about as far as I would take it. It's just a nice way of styling the details element.

Configure ->
Submit
Show HREFlang Tags

Show HREFlang Tags

When clicked this will expose the HREFlang tags in the DOM and their associated market/country annotation.

WP Toggle Admin Bar

Toggle WP Bar

Running this script when on your website and not within the CMS, will remove the WordPress admin bar from the top of the page so you can see items hidden behind (such as your menu). It does not log you off and if you press it again the menu will return.

Images with Loading Attr

Images with Loading Attr

Running this script will add a red board to all images with loading="lazy" as an attribute.

Rename Tab

Rename Tab

Running this script will open a popup which will allow you to rename the current page's tab.

Request a bookmarklet +

Got an idea for a bookmarklet? Get in contact with a request and I'll see what I can do to add your bookmarklet to the list.

My to build list