Knowledge Graph alignment
Checks if your site is connected to the Knowledge Graph via schema and sameAs links.
Pourquoi est-ce important ?
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.
Comment le corriger ?
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.
Ce check note de 0 à 100. Sous 50 c’est un échec, 50 à 89 un avertissement, 90 ou plus c’est bon. Après chaque crawl vous voyez la note par page dans le rapport, avec une courte explication.
Questions fréquentes
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.
Exemple
Copiez le code ci-dessous et adaptez le nom de domaine, la marque et le contenu à votre situation.
<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 -->