BrandFree

Entity Clarity

Detects clear entity definition statements ('X is a Y that does Z'). Explicit self-definition helps AI engines categorize and cite your brand.

Why It Matters for AI Visibility

AI engines need to categorize your brand before they can recommend it. When a user asks ChatGPT "What project management tools should I use?" or Perplexity "What is Acme PM?", the AI engine needs to know what your brand is, what category it belongs to, and what it does. Without a clear entity definition, your brand is a black box that AI engines cannot confidently classify or cite. Entity clarity means having explicit "X is a Y that does Z" statements on your page. When your meta description says "Acme PM is a project management platform that helps remote teams collaborate in real time," ChatGPT can extract that sentence directly. When your Organization schema includes a description field, Perplexity can read it programmatically. When your first paragraph reinforces the same identity, Google AI Overviews have triple confirmation. Pages without entity clarity suffer from AI ambiguity. The AI engine may know your brand name exists but cannot determine what you do, who you serve, or what category you belong to. This means you get skipped in favor of competitors who have defined themselves clearly.

How We Score It

The analyzer checks three locations for entity definition statements: your meta description, your Organization or LocalBusiness schema description field, and the first 20 sentences of your page content. In each location, it looks for your brand name paired with one of six entity patterns: "is a/an/the," "refers to," "provides," "offers," "helps," or "enables." Each location where an entity statement is found earns 4 points, capped at 10 total. Zero statements scores 0 (fail). One statement scores 4 (partial). Two statements score 8 (pass). Three statements across all locations scores a perfect 10. The brand name is automatically extracted from your Organization schema, title tag, or domain name. Scores of 7 or higher pass, 4-6 are partial, and 0-3 fail.
See how your site scores on this factorAnalyze My Site

How to Improve

  • 1

    Add an entity statement to your meta description

    Write your meta description using the pattern "[Brand] is a [category] that [value proposition]." For example: "Acme PM is a project management platform that helps remote teams ship faster." This is the highest-impact location because search engines and AI crawlers read meta descriptions first.

  • 2

    Include a description field in your Organization schema

    Add or update your Organization JSON-LD schema with a `description` field longer than 10 characters. This is the one location where any description earns credit, even without matching the exact entity patterns. AI engines parse structured data programmatically, making this a reliable signal.

  • 3

    Place an entity statement in your first paragraph

    Within the first 20 sentences of your page, include a sentence with your brand name and an entity pattern: "[Brand] provides...", "[Brand] helps...", "[Brand] enables..." This reinforces your identity in the body content where AI engines scan for supporting context.

  • 4

    Use consistent entity language across all three locations

    Align the category and value proposition across your meta description, schema, and page content. If your meta says "project management platform" but your page says "collaboration tool," you dilute the signal. Consistency across all three locations earns the maximum score and strengthens AI confidence.

Before & After

Before
Meta description: "Welcome to Acme PM. Get started today."
Organization schema: no description field
First paragraph: "We help teams work better together."

Entity statements found: 0. Score: 0.
After
Meta description: "Acme PM is a project management platform
  that helps remote teams collaborate in real time."
Organization schema description: "Acme PM is an AI-powered
  project management tool for distributed teams."
First paragraph: "Acme PM provides intuitive project tracking
  and team collaboration for remote-first companies."

Entity statements found: 3. Score: 10.

Code Examples

Organization schema with description field

{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Acme PM",
  "url": "https://acmepm.com",
  "description": "Acme PM is an AI-powered project management tool for distributed teams.",
  "logo": "https://acmepm.com/logo.png"
}

Meta description with entity statement

<meta name="description" content="Acme PM is a project management platform that helps remote teams collaborate in real time.">

Frequently Asked Questions

What patterns count as an entity definition statement?

The analyzer detects six patterns paired with your brand name: "is a/an/the [description]", "refers to [description]", "provides [description]", "offers [description]", "helps [description]", and "enables [description]". Each must be followed by at least 10 characters of descriptive text.

Do I need entity statements in all three locations?

Two locations earn 8 out of 10, which is a passing score. Three earns a perfect 10. At minimum, include an entity statement in your meta description and first paragraph -- these are the most impactful and require no technical implementation beyond writing good copy.

Does the Organization schema description count even without an entity pattern?

Yes. Any Organization or LocalBusiness schema with a description field longer than 10 characters earns credit, regardless of whether it matches the six entity patterns. This is the one exception to the pattern-matching rule.

Related Factors

Check Your GEO Score

Run a free analysis on your website and see how you score across all 52 factors.

Analyze My Site