Google Sitelinks Search Box come implementarlo
Tra le novità di questa estate troviamo la possibilità di implementare il nuovo SEARCH BOXdirettamente nella SERP di Google all’interno del site link.
Come è possibile implementare questo nuovo giochino?
Ecco le istruzioni ufficiali di google!
In pratica i passi sono semplici:
1) Dobbiamo dotare il nostro sito di un motore di ricerca interno
2) Dobbiamo fare in modo di collegarlo con schema.org
Per esempio utilizzando Json una soluzione potrebbe essere
1: <script type=”application/ld+json”>
2: {
3: “@context”: “http://schema.org”,
4: “@type”: “WebSite”,
5: “url”: “https://www.libro-seo.it/search.aspx?q”,
6: “potentialAction”: {
7: “@type”: “SearchAction”,
8: “target”: “https//ww.libro-seo.it/search.aspx?q={search_term}”,
9: “query-input”: “required name=search_term”
10: }
11: }
12: </script>
Domande e risposte dalla rete:
The question is: would adding the schema.orgmarkup guarantee a site getting the search box?
The answer is no. It’s a bit more nuanced (and clever) than that.
+Pierre Far I also assume you don’t need the schema to get the sitelink searchbox either – just to have it redirect to your own site (if Google gives you the box). Right?
That’s right +Barry Schwartz. Roughly, you can think of it as two parts:
1. Whether our algos think a search box is needed
2. If so, where to point the search
Quindi tutto chiaro no? Noi la possiamo implementare ma non è detto che sia utilizzata da Google.
Ora buon divertimento!
Devi effettuare l'accesso per postare un commento.