Error creating "Google Sitelinks"

1

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 .

    
asked by anonymous 08.06.2015 / 14:40

1 answer

1

These link sites are usually automatic and the json used would only be to configure the "internal" search (in case that search engine appears and it directs to the search engine of your site).

I have two clients that the sites do not use this and the links (except the search engine that does not appear) appear anyway.

Indexing takes some time and the display of these links takes longer until Google collects data to determine the pages that will appear, this is usually set by the users' visits to the specific pages and by the volume of traffic on your site .

It's not exactly accurate and can take some time, as this is done by the Google algorithm process and it "constantly" changes the way you work.

Another reason that can lead to delays is that this usually goes into a review queue, just as it does in paid ads.

In short, as traffic increases and Google searches for content that points to your site, more chances of appearing sitelinks .

Google Compliant

  

We display sitelinks in results only when we think they might be useful to the user. If your site structure does not allow our algorithms to find good sitelinks, or if you find that the links to your site are not relevant to the user's query, we will not display them.

     

Sitelinks are currently automated. We are constantly working to improve sitelink algorithms. It is possible that in the future we will incorporate suggestions and information provided by webmasters. However, there are best practices that can be followed to improve the quality of your sitelinks. For example, for your site's internal links, use anchor text and alt-rich, informative, non-repetitive alt attribute text.

Tips:

  • Post "quality" material regarding, such as materials and tutorials.
  • I strongly recommend licensing your texts (using for example the creativecommons license, so if you find your text, you can try to ask the copier to make a reference for your page)
  • Beware of link exchange , if it is to do so, is acceptable, but can have a negative impact if they perceive abuse
22.06.2015 / 00:25