Hi Friends,
Can you suggest me how to implement "Site Link Search Box" for our online shopping website.
I have updated the schema mark up in my website home page, but it is not updated in our SERP pages yet.
// {
"@context":"http://schema.org",
"@type":"WebSite",
"url": "https://www.nitraafurniture.com/",
"potentialAction": {
"@type":"SearchAction",
"target": "http://www.nitraafurniture.com/SearchResults.aspx?Search={search_term}&multi=true",
"query-input": "required name=search_term"
}
}
Please if any modifications required in code.
Thanks?>
// >