I'm implementing a Google Sitelinks already created a Custom Search Engine
google for my site and I get it usually do research
URL Publico
but I did not add the Search Box
to the page (it's mandatory? I created this custom search engine
because it's a prerequisite to creating a Google Sitelinks
) I added my site to be indexed by google
(and has already been indexed, I can find it in the searches) and I added the following code provided by google (in <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
is not displayed in the search when my site is first ranked (it is only
the first when I enter the google search address).
Link to the site: link
OBS: I noticed that sites like bajaki link do not have this code json
displayed above .