IfwetypeGloboinGoogletheresultappearsastheimageabove.
1-HowcanImakemysitelooklikethistoo?
2-DoesGoogledoitalone?
I'mintheGoogleWebmasterToolstoolandwhenIdoatestthefollowingappearstome:
Itsaysthepathtomysiteisinaccessible.Buttheaddressworksnormallyinthebrowserandhasmetatag
:
<metaname="robots" content="index, follow">
That is, it is for indexing.
I've now joined the Google site that tests Structured Data. When I go to test it appears:
The URL is inaccessible. Make sure you can access the robots.txt and if the server is responding with a status code of 200.
I entered the site and verified that it is responding with code 200. I have been searching and says that it can be something in my meta tags
.
They look 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()) }}" />