Mobile app version of vmapp.org
Login or Join
Harper822

: Why is Sitelinks Searchbox not showing three weeks after adding structured data for it? I dynamically applied this code for WordPress site through Google TAG Manager: <script type="application/ld+json">

@Harper822

Posted in: #GoogleSearch #GoogleTagManager #JsonLd #SchemaOrg

I dynamically applied this code for WordPress site through Google TAG Manager:

<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "https://www.example.com/",
"potentialAction": {
"@type": "SearchAction",
"target": "https://www.example.com/?s={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>


But the expected result not shows yet.

What time it will get to appear or is there anything that I left to execute it?

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Harper822

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme