AI SEO

Entity & topic clarity

Checks if your page clearly identifies which entity or organization is behind it.

Pourquoi est-ce important ?

AI agents need to know who you are to cite you as a source. Without clear entity identification (Organization schema, about page, og:site_name), AI can't link you to your brand or expertise.

Comment le corriger ?

Add Organization or Person JSON-LD schema with name, URL and logo. Use og:site_name, a meta author tag and link to an about page. Be consistent in naming across all pages.

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 page clearly identifies which entity or organization is behind it.

AI agents need to know who you are to cite you as a source. Without clear entity identification (Organization schema, about page, og:site_name), AI can't link you to your brand or expertise.

Add Organization or Person JSON-LD schema with name, URL and logo. Use og:site_name, a meta author tag and link to an about page. Be consistent in naming across all pages.

Exemple

Copiez le code ci-dessous et adaptez le nom de domaine, la marque et le contenu à votre situation.

<!-- 1. Organization JSON-LD in <head> -->
<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",
    "description": "Short description of what you do."
}
</script>

<!-- 2. og:site_name in <head> -->
<meta property="og:site_name" content="YourBrand">

<!-- 3. Author meta tag -->
<meta name="author" content="YourBrand">

<!-- 4. Link to about page in footer -->
<a href="/about/" rel="author">About YourBrand</a>
Essai gratuit