Google Chrome search my website from URL Bar -
if open google chrome, click inside url bar , write: google.com
, hit tab
, you'll a: search google <enter query>
.
i tried on website , because i'm using javascript process form before sending seo friendly url, search website not working it's redirecting me site.com/?question=test
instead of site.com/search/test
is there way fix that?
it called omnibar. there tutorials if search google them. it's link
tag tells chrome url use when user searches site omnibar. specifics detailed in open search description (osd).
here stack overflow's osd:
<link rel="search" type="application/opensearchdescription+xml" title="stack overflow" href="/opensearch.xml" />
Comments
Post a Comment