AI SEO

Knowledge Graph alignment

Checks if your site is connected to the Knowledge Graph via schema and sameAs links.

¿Por qué importa esto?

Google's Knowledge Graph, ChatGPT and Perplexity use sameAs links to Wikipedia, Wikidata and social profiles to verify your organization. The more verifiable connections, the greater the chance AI treats you as a reliable source.

¿Cómo se soluciona?

Add Organization or Person schema with sameAs links to your Wikipedia page (if available), Wikidata, LinkedIn, social profiles and other authoritative sources. Ensure name, URL and logo are consistent.

Este check puntúa de 0 a 100. Bajo 50 es un fallo, 50 a 89 un aviso, 90 o más es bueno. Tras cada crawl ve la nota por página en el informe, con una breve explicación.

Preguntas frecuentes

Checks if your site is connected to the Knowledge Graph via schema and sameAs links.

Google's Knowledge Graph, ChatGPT and Perplexity use sameAs links to Wikipedia, Wikidata and social profiles to verify your organization. The more verifiable connections, the greater the chance AI treats you as a reliable source.

Add Organization or Person schema with sameAs links to your Wikipedia page (if available), Wikidata, LinkedIn, social profiles and other authoritative sources. Ensure name, URL and logo are consistent.

Ejemplo

Copie el código de abajo y adapte el dominio, la marca y el contenido a su situación.

<script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@type": "Organization",
    "name": "YourBrand",
    "url": "https://www.yourdomain.com",
    "logo": "https://www.yourdomain.com/images/logo.png",
    "sameAs": [
        "https://en.wikipedia.org/wiki/YourBrand",
        "https://www.wikidata.org/wiki/QXXXXXXX",
        "https://www.linkedin.com/company/yourbrand",
        "https://x.com/yourbrand",
        "https://www.facebook.com/yourbrand"
    ]
}
</script>

<!-- Ensure name, URL and logo are consistent across all pages -->
Empezar gratis