I'm trying to enable Google Sitelinks Search Box. It's something which allows you to display directly a "search textbox" in google : http://ift.tt/1MkWDxw [...] b-overview
I've added it to the website the 27 july, using the JSON-LD syntax. According google, the currently cached version of website is the one of the 6 august (so a long time after deployment), but the search textbox has never appeared in google.
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "https://fr.blabla.com/",
"potentialAction":
{
"@type": "SearchAction",
"target": "http://ift.tt/1P1qRU6",
"query-input": "required name=search_term_string"
}
}
</script>
Sorry, I can't disclose the real url. On the screenshot, the subdomain and the end of the url are the real ones, the website is in https. The "search engine" url works fine if I call it directly. The code is located in the "head" html segment of my page (it's not easy to test to move it, the website is a huge e-commerce platform and I can't test anything as I would).
The google test tool ( http://ift.tt/1vnL3uq ) seems to validate my code : http://ift.tt/1MkWFFJ
I found another website (type "cdiscount" in google) which use it exactly like me and it looks like to work for them. The only differences I notice is they are not in https, their subdomain is wwww and their tag is somewhere in the body.
The other questions related to GSSB didn't helped me, please is there somebody who knows what may prevent Google Sitelinks Search Box from being displayed ? Thanks
Aucun commentaire:
Enregistrer un commentaire