21
If we type Globe in Google the result appears as the image above.
1 - How can I make my site look like this too ?
2 - Google does this on its own ?
I am in the tool of Google Webmaster Tools and when I do a test appears the following to me:
Tell me the path to my site is inaccessible.
But the address works normally in the browser and has the meta tag
:
<meta name="robots" content="index, follow">
I mean, it’s for indexing.
I just joined the Google site that tests Structured Data. When I will test appears:
The URL is inaccessible. Check if you can access robots.txt and if the server is responding with a 200 status code.
I went on the site and I checked that you are responding with code 200. I have been researching and says that it can be something in my meta tags
.
They’re like this:
<meta name="description" content="{{ strip_tags(trans('quem-somos.principal.chamada')) }}">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow">
<meta name="google" content="notranslate" />
<meta itemprop="url" content="http://dominio.com.br/>
<link rel="alternate" hreflang="pt-br" href="{{ URLController::format(null,Request::url()) }}" />
<link rel="alternate" hreflang="en" href="{{ URLController::format('en',Request::url()) }}" />
<link rel="alternate" hreflang="es" href="{{ URLController::format('es',Request::url()) }}" />
Like that beer commercial says, "Good question" +1
– Wallace Maxters
Also ask how to get the search bar!
– Wallace Maxters
I don’t understand @Wallacemaxters. Search bar ? You speak Google Instant ?
– Diego Souza
In the image of your question there is a search bar on top of the links. "Globe results.com". I want to put this on cardvantagens, the social network here of the company also.
– Wallace Maxters
When I had to do this I used the Google Webmasters tool, very simple.
– Marconi
@Deesouza gave me inspiration to ask http://answall.com/questions/93422/o-que-influencia-no-tempo-de-indexa%C3%A7%C3%A3o-do-google
– Wallace Maxters
Oh I got @Wallacemaxters. I hadn’t even noticed this bar. I never noticed. Very good idea.
– Diego Souza
Now that @bigown has answered, you’ll have to ask another question:
– Wallace Maxters
https://cse.google.com/cse/create/new This is it here.
– Diego Souza
@Wallacemaxters actually have to apply this here to the search bar inside the result. https://schema.org/WebSite
– Diego Souza
I’ve been studying this guy for a while @Deesouza
– Wallace Maxters
@Wallacemaxters I implemented her on this site that was causing me this problem. If it works I tell you.
– Diego Souza
@Deesouza, I noticed that Globo uses the
input[type=search]
. Does it can influence?– Wallace Maxters
I don’t think so. I believe it’s just to differentiate the
text
ofsearch
, as well as thedate
. Thedate
until it is necessary, but thesearch
I haven’t read any advantage yet.– Diego Souza
I speak for semantics, where the robots will read, not that
search
of a new functionality.– Wallace Maxters
Sitelinks worked! In just 3 days... this shows that my SEO techniques are good. Now just missing the search field appear between the Site and the Sitelinks. Let’s see...
– Diego Souza