Index site page as topics in google [duplicate]

this question already has an answer here : How To Make Google understand my Links? (1 response) Closed last year .

Hello, I would like to know how to optimize the links of the site so that it is displayed by topics as in the image? insert the description of the image here

How can I apply to website development in SEO Not the name of this technique, it looks like it's onebox or something similar

Please help me!

Author: Malone Castro, 2017-06-04

1 answers

The name of this is "sitelinks".

Who determines what and how will be displayed on the google result page is the engine itself. You cannot determine which links should appear. You can just ask for the removal of one link or another, or all.

For the Google engine to find the links and determine what is most relevant, obviously the site must possess good semantics according to SEO recommendations.

Example, categories should be within tags ul li

<ul>
<li>foo 1</li>
<li>foo 2</li>
<li>foo 3</li>
</ul>

Does not have much secret, just follow the recommended norms like:

  • avoid poor content, for example, pages with little content.
  • have a main menu with the most important links of the site.
  • avoid duplicate content. Here you should pay close attention to canonical links (it's another matter).
  • sitemaps submission
  • Breadcumb
  • relevant number of hits.
  • clear description about the page.

Among several other points.

The most important thing is probably the number of hits. Even a poorly made site with bad semantics, however, with many hits, sitelink is activated by google.

The most difficult point is to get a good and constant amount of accesses and the rest are mere details that make it easier for the search engine to interpret the pages.

First build a website with good content and good semantics that the rest will appear "automatically".

 2
Author: Daniel Omine, 2017-07-05 10:03:36