AI SEO

Knowledge Graph alignment

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

Why does this matter?

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.

How to fix it?

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.

This check scores from 0 to 100. Below 50 is a fail, 50 to 89 is a warning, 90 or above is good. After each crawl you see the score per page in your report, with a short note on what we found.

Frequently asked questions

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.

Example

Copy the code below and adapt the domain name, brand name and content to your 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 -->
Start free