Search Action for Sitelinks Searchbox
-
Google docs specifies that the target should have {search_term_string} like so:
<script type="application/ld+json"> { "@context": "https://schema.org", "@type": "WebSite", "url": "https://www.example-petstore.com/", "potentialAction": { "@type": "SearchAction", "target": "https://query.example-petstore.com/search?q={search_term_string}", "query-input": "required name=search_term_string" } } </script>
But the plugin seems to output “{search_term}”
The Google Structured Data Tool also complains about the error:
https://schema.org/True valueName: missing and required
I think this should be fixed…
thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Search Action for Sitelinks Searchbox’ is closed to new replies.