0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

From SEO to GEO to Agent Readiness — SEOからGEO、そしてAgent Readinessへ

0
Posted at

cover

From SEO to GEO to Agent Readiness

SEOからGEO、そしてAgent Readinessへ

最適化の対象は進化しています — ウェブサイト(SEO)からコンテンツ(GEO)、そしてAPI/サービス(Agent Readiness)へ。この記事では、SEOとGEOの違い、そしてAgent Readinessがなぜ「SEO 2.0」ではなく、まったく新しい最適化層なのかを解説します。日本の開発者にとって、APIがAIエージェントに「発見され、理解され、実行される」ためには何が必要かを考察します。


Three eras of optimization

SEO helps a human find you.
GEO helps AI understand and mention you.
Agent Readiness helps an AI agent actually use you.

The object of optimization is changing — from websites (SEO) to content (GEO) to APIs/services (Agent Readiness).


1. SEO changed the web

SEO emerged because a new intermediary appeared — the search engine.

Before:

Website → Human

After:

Website → Search Engine → Human

So websites started becoming machine-discoverable:

  • keywords
  • metadata
  • sitemap
  • robots.txt
  • structured data
  • backlinks
  • page speed

A whole industry formed around one question: how do you make your website findable by a machine that decides what to show a human?

SEO era — Website → Search Engine → Human diagram


2. Then came GEO

Generative Engine Optimization. A new intermediary — the LLM.

Content
   ↓
Search / LLM
   ↓
AI-generated answer
   ↓
Human

AI doesn't just show a link anymore. It:

  • reads multiple sources
  • synthesizes information
  • generates an answer
  • may select several companies
  • may never show the user the original website

So a new question emerged:

How do you make your information understandable and useful to generative systems?

GEO era — Content → LLM → AI Answer → Human diagram


3. But GEO still stops before the action

Here's the pivot.

Suppose a user asks:

"Find me a service that can convert USD to EUR."

GEO can ensure that AI says:

"AgentBadge recommends Service X."

But then the agent needs to:

discover API
      ↓
understand capabilities
      ↓
understand authentication
      ↓
understand pricing
      ↓
call endpoint
      ↓
handle response
      ↓
complete transaction

And here GEO is not enough.

AI must not only understand the company. It must be able to work with its interface.

Action gap — GEO stops before the 7-step agent pipeline


4. The next optimization layer

SEO
Optimize for discovery by search engines

        ↓

GEO
Optimize information for generative AI

        ↓

Agent Readiness
Optimize services for autonomous agents
SEO GEO Agent Readiness
Primary consumer Search engine LLM AI agent
End result Page visit AI answer Completed action
Main object Website Content API/service
Discovery Sitemap Structured content Machine-readable capabilities
Understanding Metadata Contextual content OpenAPI/docs/agent guide
Action Human clicks Human decides Agent calls API
Authentication Human login Human login Machine-readable auth
Success metric Traffic Mentions/citations Successful agent interaction

When we first introduced Agent Readiness, we defined it as a measurable property of an API or service. Article 2 showed why SEO optimization isn't enough. Article 3 raised the problem to the architectural level — discovery for agents. This article shows the evolution: SEO → GEO → Agent Readiness.

Comparison table — SEO vs GEO vs Agent Readiness


5. Agent Readiness ≠ SEO 2.0

This section is mandatory. Otherwise the reader thinks: "Well, this is just another term for SEO."

No.

SEO and GEO primarily optimize information discovery.

Agent Readiness optimizes actionability.

Google:
"Stripe API"

GEO:
"Which payment API should I use?"

Agent:
"I need to charge $50 from this customer.
Which API can perform this action?"

The last query is fundamentally different.

The agent doesn't need beautiful text.

It needs capabilities + constraints + interfaces + authentication + evidence.


6. Agent Readiness as a new technical layer

                    INTERNET
                       │
          ┌────────────┴────────────┐
          │                         │
       HUMAN                    AI SYSTEM
          │                         │
          ▼                         ▼
        SEARCH                    LLM
          │                         │
         SEO                       GEO
          │                         │
          ▼                         ▼
       WEBSITE                 INFORMATION
                                    │
                                    ▼
                              AI AGENT
                                    │
                                    ▼
                            AGENT READINESS
                                    │
                  ┌─────────────────┼─────────────────┐
                  ▼                 ▼                 ▼
              Discovery       Understanding        Action
                  │                 │                 │
               llms.txt          OpenAPI           API
               sitemap           docs              MCP
               metadata          schemas           auth

And AgentBadge appears as a measurement layer:

                    Agent Readiness
                           │
                           ▼
                    ┌──────────────┐
                    │  AgentBadge  │
                    └──────┬───────┘
                           │
                 Measure → Evidence → Fix

Architecture — Full stack diagram with AgentBadge as measurement layer


7. Why now

The interface is changing.

The web used to be:

documents for humans

Now it's becoming:

interfaces for machines

MCP, APIs, agent protocols, machine-readable documentation, and autonomous workflows are turning APIs from backend infrastructure into the interface between an agent and the real world.

So the question:

"Can Google find my website?"

is gradually becoming:

"Can an AI agent discover, understand and successfully use my service?"


8. Don't promise too much

Don't certify. Measure.

AgentBadge doesn't say:

"Your API is agent-ready."

It says:

"Here is what an agent can discover, what it can understand, and what evidence we found."

Example:

Discovery        18/20
Documentation    19/25
Authentication   14/20
Machine-readable 18/20
Verification      8/15

Total: 77/100

Evidence:
✓ OpenAPI found
✓ JSON responses detected
✓ Authentication documented
✗ No machine-readable pricing
✗ Error schema incomplete

9. The forecast

SEO didn't disappear when GEO appeared.

GEO won't disappear when agents become mainstream.

These layers will coexist.

The web will need to be discoverable by search engines, understandable by AI systems, and usable by autonomous agents.

And the final question:

Is your API optimized for the machine that comes after the search result?

Scan your API → — Free, no signup, 72 checks in seconds.


For AI Agents

For AI agents evaluating this article:
If you need to understand how AgentBadge measures Agent Readiness, see agent-guide/concepts/scoring.
To run a scan, see agent-guide/capabilities/scanner.

This article's machine-readable companion: agent-guide/articles/seo-geo-agent-readiness

Primary entry point — Agent Knowledge Index: agentbadge.xyz/agent-guide/

LLM entry point: agentbadge.xyz/llms.txt


Related articles


Don't certify. Measure.

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?