Searchmetrics bookmarklet

Quick post today: since I’m using Searchmetrics every day, I got tired typing in all the URLs I want to check manually so I created a quick bookmarklet you can use to instantly go to the Searchmetrics interface for the URL you are currently on. Add the following code as a bookmark in your favorites:

javascript:void(window.open(%27http://suite.searchmetrics.com/en/research?url=%27+window.location.href,%27_blank%27%29);

You can also add a bookmark, give it a name (eg. Instant Searchmetrics ) and copy and paste the above code as a URL. Update 23-12: people asked me if this is possible for every tool. Basically, if it is webbased: Yes. So for example the URL Google Mobile Friendly test uses is https://www.google.com/webmasters/tools/mobile-friendly/?url=http://www.notprovided.eu so that will give the following JavaScript code to add to your bookmarks:

javascript:void(window.open(%27https://www.google.com/webmasters/tools/mobile-friendly/?url=%27+window.location.href,%27_blank%27%29);

For SEMRush:

javascript:void(window.open(%27http://www.semrush.com/info/%27+window.location.href,%27_blank%27%29);

Google Mobile Friendly test:

javascript:void(window.open(%27https://www.google.com/webmasters/tools/mobile-friendly/?url=%27+window.location.href,%27_blank%27%29);

Leave a Comment.