Chrome Bookmarklet Open Current Page in GSC

by | Sep 6, 2021 | 0 comments

Background:

When spot checking and auditing a site you are working on it is often helpful to see metrics in Google Search Console for a specific page.

This Chrome bookmarklet simplifies the process of doing this by automatically filtering down the the page you are viewing inside of Google Search Console.

 

Walkthrough:


 

Bookmarklet:

Open Current Page in GSC

javascript:void(window.open(%27https://search.google.com/u/1/search-console/performance/search-analytics?resource_id=%27+window.location.protocol+%27//%27+window.location.hostname+ "&breakdown=page&page=!https%3A%2F%2F" + encodeURIComponent(window.location.hostname) + encodeURIComponent(window.location.pathname),%27_blank%27));

 

 

Installation:

Add a new bookmark and paste in the javascript code above. Depending on what Google account you’re using Google Search Console with primarily, you’ll need to modify the “/u/1/” portion of the URL.

0 Comments
Submit a Comment

Your email address will not be published. Required fields are marked *