Website custom Search engine Microdata Schema
SEO Help and Tips
Sitelinks search box for website's custom search engine Microdata
Example markup a sitelinks search box for website's custom search engine Microdata Code:
<div itemscope itemtype="https://schema.org/WebSite">
<meta itemprop="url" content="https://www.example.com/"/>
<form itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction">
<meta itemprop="target" content="https://query.example.com/search?q={search_term_string}"/>
<input itemprop="query-input" type="text" name="search_term_string" required/>
<input type="submit"/>
</form>
</div>
Comments
Post a Comment
Thanks for your Comments.