HomeSolutionsUnderstandable™
Stage 02 of 05 · AI Visibility™

Understandable™

Stage 2 of AI visibility. AI has found your business. Now it must correctly read what you sell, who you serve, and why a buyer should choose you. Most businesses fail here because their content is written for humans — not for AI interpretation.

Definition

What Understandable™ Means

A business is Understandable™ when AI systems can correctly parse, classify, and describe its services, target clients, and value proposition without ambiguity.

Being Findable™ means AI knows you exist. Being Understandable™ means AI knows what you do, for whom, and why it matters. These are separate problems. A business can be perfectly findable and completely misunderstood.

Most business websites are written for human persuasion — narrative, emotional, and context-dependent. AI reads differently. It looks for explicit structured signals: service type, target sector, client size, problem solved, and outcome delivered. Implicit information that humans infer from context is invisible to AI.

The AI Test

6 Questions AI Must Be Able to Answer

If AI cannot answer these six questions accurately, you are not Understandable™.

Q1

What specific services or products does this business sell?

Not a general category — specific service names with descriptions. AI must be able to generate an accurate list of your services without visiting your website.

Q2

Who is the target client for each service?

Sector, company size, geography, and role. AI uses this to match your services to buyer queries. Without explicit buyer persona data, AI guesses — and guesses wrong.

Q3

What problem does each service solve?

AI matches services to buyer intent by problem category. If your service description does not explicitly state the problem it solves, AI cannot include you in problem-specific recommendation queries.

Q4

What is the delivery format — remote, on-site, hybrid, digital product?

Buyers increasingly specify delivery format in AI queries. A consulting firm that does not declare remote capability will be excluded from queries for remote consulting services.

Q5

What languages does the business operate in?

Language coverage determines which buyer markets AI assigns the business to. Without explicit language signals, AI defaults to the primary website language only — excluding all other markets.

Q6

What is the typical engagement size and timeline?

Buyers use AI to filter by project size and timeline. Without explicit scope signals, AI cannot match your business to queries that specify budget range, project duration, or company size fit.

The Fix

8 Actions to Become Understandable™

Numbered actions. Each with the exact file name and location.

1

Create service definitions in ai.json

Add a structured services array to ai.json. Each service must include: name, description, targetClient, problemSolved, deliveryFormat, and priceRange.

📄 /ai.json → services[]
2

Deploy Service schema for each service page

Add JSON-LD Service schema to every service page. Include serviceType, provider, areaServed, audience, and hasOfferCatalog properties.

📄 /services/*.html → JSON-LD
3

Create intents.json with buyer query mapping

Map each service to the exact buyer queries that should trigger a recommendation. Include primary intent, secondary intents, and negative intents (queries you should NOT appear for).

📄 /intents.json
4

Add target client profiles to entities.json

Define buyer personas as structured entities. Include sector, company size, geography, role, and pain points. Connect each persona to the services that address them.

📄 /entities.json → buyerPersonas[]
5

Structure FAQ as machine-readable Q&A schema

Convert existing FAQ content to FAQPage schema with explicit Question and Answer pairs. Each answer must directly address the question — no narrative padding.

📄 /faq.html or service pages → FAQPage JSON-LD
6

Add language and geography signals to llms.txt

Explicitly declare all operating languages, service geographies, and market segments in llms.txt. AI uses this to determine which buyer markets to include the business in.

📄 /llms.txt → languages, markets
7

Deploy ai-ready.json with full service catalogue

Create a machine-readable service catalogue file that mirrors the service structure in ai.json with additional detail: case examples, typical outcomes, and delivery specifications.

📄 /ai-ready.json
8

Rewrite service page H1s and meta descriptions for AI parsing

Service page headlines and meta descriptions must be explicit and structured. Replace narrative headlines with declarative ones: "Accounting Services for Romanian SMEs" not "Your Financial Growth Partner".

📄 /services/*.html → <title> <meta description> <h1>
The Result

Before and After Understandable™

Before — Not Understandable™
  • AI describes the business incorrectly or too vaguely
  • Services are listed but not defined in machine-readable form
  • Target client is inferred incorrectly from context
  • AI excludes business from relevant buyer queries
  • FAQ exists but is not structured as AI-readable Q&A
  • Service pages use narrative not declarative language
  • Language and geography coverage is assumed not stated
After — Understandable™
  • AI accurately describes all services with correct detail
  • Each service has structured name, problem, client, and outcome
  • Target client profiles are explicitly mapped in entities.json
  • Business appears in buyer queries for each service category
  • FAQ deployed as FAQPage schema — AI can cite answers directly
  • Service page H1s are declarative and AI-parseable
  • All languages and service geographies explicitly declared
Continue the Journey

Understandable™ is Stage 2 of 5

Next Stage

Verifiable™

Once AI understands what you sell, it must be able to verify that your claims are accurate and consistent across multiple data sources before it will recommend you.

Go to Stage 3 →
Previous Stage

Findable™

Before a business can be Understandable™ it must be Findable™. Make sure Stage 1 is complete before implementing Stage 2 actions.

Review Stage 1 →