1
I’m implementing a Google Sitelinks I’ve already created a Custom Search Engine
from google to my website and can do searches normally by
URL Publico
but I will not add to Search Box
on the page (is required? I created this custom search engine
because she is a prerequisite to creating a Google Sitelinks
) added my site to be indexed by google
(and has already been indexed, I can find it in the searches) and added the following code provided by google (on <head>
):
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "http://ricardohenriq.github.io/",
"potentialAction": {
"@type": "SearchAction",
"target": "http://ricardohenriq.github.io/search?q={q}",
"query-input": "required name=q"
}
}
</script>
However, the Sites Links
in the search when my site is first positioned (it is only
the first when I insert the term in the google search).
Website link: http://ricardohenriq.github.io/
OBS: I noticed that sites like Baixaki http://www.baixaki.com.br/ does not have this code json
displayed above.
This answers your question? Search tool for my site on Google
– Darlei Fernando Zillmer