Discussions » Creation Requests
[Google] Site's URL Before Page Title
Well, you can simply reposition the elements using Stylish-chrome.
Click the Stylish addon button, click "Write style", then a window/tab will open, click "Import", paste the code below, click "Overwrite".
@-moz-document regexp("https://www\\.google\\.com?(\\.\\w\\w)?/search.+"), regexp("https://www\\.google\\.com?(\\.\\w\\w)?/#q=.+"), regexp("https://www\\.google\\.com?(\\.\\w\\w)?/webhp\\?(sourceid=chrome-instant|source=search_app).+") {
h3.r {position:relative; top:1em; font-size:100%!important}
div.f.kv._SWb {position:relative; top:-1.5em}
}
[Google] Site's URL Before Page Title
[Google] Site's URL Before Page Title
Hello
My JavaScript is limited so I need YOUR help.
I want to show site's URL in front of the page title in Google search results.
Example:
Searching for "example.com":
What I have now:
Example Domain
What I want:
[example.com] Example Domain
Thank you.