Skip to content

A simple bookmarklet that adds the current browser URL to your clipboard, and opens Search Console in a new window for that property.

License

Notifications You must be signed in to change notification settings

workeffortwaste/search-console-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Search Console Helper

A simple bookmarklet that adds the current browser URL to your clipboard, and opens Search Console in a new window for that property.

All you need to do is paste straight into the URL inspection bar.

Bookmarklet

Copy and paste the code below into a bookmark.

javascript:(function(){var e=document.createElement("textarea");document.body.appendChild(e),e.value=window.location.href,e.select(),document.execCommand("copy"),document.body.removeChild(e),window.open("https://search.google.com/search-console?resource_id="+window.location.origin)})();

About

A simple bookmarklet that adds the current browser URL to your clipboard, and opens Search Console in a new window for that property.

Topics

Resources

License

Stars

Watchers

Forks