Bookmarklet to Access Queries in Search Console

You know how I love shortcuts and anything that makes what I do in my daily tasks easier.

First, if you are not familiar with what bookmarklets are, you will want to go read this post to learn about them and how to set them up.

A few weeks ago I shared a few new bookmarklet ideas that I coded with ChatGPT. This week I shared that in the Superstar SEO group on Facebook, and one of the members, Nick Davis, had a great idea.

Comment on a thread from Facebook suggesting to create a new bookmarklet that would access search query data inside of Search Console for the current page you are viewing.

With the help of ChatGPT, I had this one done and refined to even work with subdomains in just a few minutes:

javascript:(function(){ 
  var currentPage = window.location.href;
  var domain = window.location.hostname.split('.').slice(-2).join('.');
  var consoleURL = 'https://search.google.com/search-console/performance/search-analytics?resource_id=sc-domain%3A' 
                  + encodeURIComponent(domain) 
                  + '&page=!' 
                  + encodeURIComponent(currentPage); 
  window.open(consoleURL); 
})();

Tools I Use:

๐Ÿ”Žย  SemrushCompetitor and Keyword Analysis

โœ”ย  Monday.comFor task management and organizing all of my client work

๐Ÿ—„ย  FraseContent optimization and article briefs

๐Ÿ“† Akiflow – Manage your calendar and daily tasks

๐Ÿ‘‘ย  ContentKing AppSite crawler, monitoring, and audit tool

๐Ÿ“ˆ SEOPress โ€“ Itโ€™s like Yoast, if Yoast wasnโ€™t such a mess.

Sign Up So You Don't Miss the Next One:

vector representation of computers with data graphs
Subscription Form

Past tips you may have missed...