A bookmarklet to open the Google Search Console performance report for a current page.
(Drag this button to your boormarks toolbar)window.open('https://search.google.com/u/0/search-console/performance/search-analytics?resource_id=sc-domain%3A'
+ window.location.host.replaceAll(/^www./g,"")
+ '&breakdown=query&page=!'
+ encodeURI(window.location.href.replace(/%../g, match => match.toUpperCase()))
);
If you logged in into multiple Google accounts simultaneously, you might need to change the user index after dragging the button to your toolbar. Right-click on the newly added bookmarklet, choose "Edit", and change the number in the URL https://search.google.com/u/0/...
to https://search.google.com/u/1/...
. If you have more than 2 accounts, try 2
, 3
, etc.
Leave a comment here: @ugnich