Where is my search query string?
-
Hi!
I am trying to create the google sitelinks search box for when people search for my site they can search certain parts of it directly from google’s search results page, in the same way youtube appears with the “results from youtube.com search box. Below is the Schema that I’m using, but I believe something might be off with the query beginning with “target”: line. My website is celebrityscope.net
<script type="application/ld+json"> { "@context": "https://schema.org", "@type": "WebSite", "url": "https://celebrityscope.net/", "potentialAction": { "@type": "SearchAction", "target": "https://query.celebrityscope.net/search?q={search_term_string}&order=relevance&dir=desc", "query-input": "required name=search_term_string" } } </script>
- The topic ‘Where is my search query string?’ is closed to new replies.