AI SEO

Knowledge Graph alignment

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

Warum ist das wichtig?

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.

Wie beheben Sie es?

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.

Dieser Check bewertet von 0 bis 100. Unter 50 ist ein Fail, 50 bis 89 eine Warnung, 90 oder höher ist gut. Nach jedem Crawl sehen Sie die Note pro Seite im Report, mit einer kurzen Erklärung.

Häufige Fragen

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.

Beispiel

Kopieren Sie den Code unten und passen Sie Domain, Markenname und Inhalt an Ihre Situation an.

<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 -->
Kostenlos starten