seo-geo-optimization

seo-geo-optimization is a skill for Claude Code, Codex from Kevin-Liu-01/Agent-Machines. It costs 115 tokens per session (2,557 once invoked), scanned A, original, MIT.

A guide for improving websites so traditional search engines and AI answer tools can find, understand, and cite their content. It covers search optimisation, structured data, and how AI search platforms choose sources.

In plain words
What is it for?
Use it to review a website for AI-search readiness, improve its content, add schema markup, and adapt pages for services such as ChatGPT, Perplexity, Gemini, Copilot, and Claude.
Why use it?
It helps address the problem of being overlooked or misunderstood by search engines and AI tools. It also discourages tactics such as keyword stuffing that can reduce visibility.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to review a website for AI-search readiness, improve its content, add schema markup, and adapt pages for services such as ChatGPT, Perplexity, Gemini, Copilot, and Claude.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kevin-liu-01/agent-machines/seo-geo-optimization
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Kevin-Liu-01/Agent-Machines --skill seo-geo-optimization
Clone the repo
git clone --depth 1 https://github.com/Kevin-Liu-01/Agent-Machines

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for seo-geo-optimization

README.md
[![agentmods](https://agentmods.dev/badge/skills/kevin-liu-01/agent-machines/seo-geo-optimization/github.svg)](https://agentmods.dev/skills/kevin-liu-01/agent-machines/seo-geo-optimization)
Your own site
<a href="https://agentmods.dev/skills/kevin-liu-01/agent-machines/seo-geo-optimization"><img src="https://agentmods.dev/badge/skills/kevin-liu-01/agent-machines/seo-geo-optimization/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for seo-geo-optimization

Your own site · 80×15
<a href="https://agentmods.dev/skills/kevin-liu-01/agent-machines/seo-geo-optimization"><img src="https://agentmods.dev/badge/skills/kevin-liu-01/agent-machines/seo-geo-optimization.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 115 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,557 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00115 $0.02557
Opus 5 $0.00057 $0.01278
Sonnet 5 $0.00023 $0.00511
Haiku 4.5 $0.00012 $0.00256

Measured 9d ago against content hash 3d3eb173b7d7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

seo-geo-optimization scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -sL "https://example.com" | rg -i "<title>|<meta name=\"description\"|<meta property=\"og:|application/ld\+json" | head -20
knowledge/skills/seo-geo-optimization/SKILL.md · 279 lines

How it starts

The opening of the file, as written. The whole thing — 279 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SEO/GEO Optimization

GEO = Generative Engine Optimization. AI search engines don't rank pages — they cite sources. Being cited is the new "ranking #1."

Read wiki/tools/seo-geo.md for the full playbook if available.

The 9 Princeton GEO Methods

Ranked by measured visibility boost:

Method Boost How to Apply
Cite Sources +40% Add authoritative citations and references
Statistics Addition +37% Include specific numbers and data points
Quotation Addition +30% Add expert quotes with attribution
Authoritative Tone +25% Use confident, expert language
Easy-to-understand +20% Simplify complex concepts
Technical Terms +18% Include domain-specific terminology
Unique Words +15% Increase vocabulary diversity
Fluency Optimization +15-30% Improve readability and flow
Keyword Stuffing -10% AVOID — hurts visibility

Best combination: Fluency + Statistics = maximum boost.

Workflow

Step 1: Audit Current State

# Check meta tags and schema
curl -sL "https://example.com" | rg -i "<title>|<meta name=\"description\"|<meta property=\"og:|application/ld\+json" | head -20

# Check AI bot access
curl -s "https://example.com/robots.txt"

# Check sitemap
curl -s "https://example.com/sitemap.xml" | head -50

Verify AI bot access in robots.txt:

  • Googlebot, Bingbot (required)
  • GPTBot, ChatGPT-User (OpenAI/ChatGPT)
  • ClaudeBot, anthropic-ai (Claude)
  • PerplexityBot (Perplexity)

Blocking Google-Extended is not the same as blocking Googlebot. If the goal is AI visibility, blanket AI-bot blocking is self-sabotage.

Step 2: Entity Engineering

The 5 Required Rules (from Kevin's playbook):

  1. Keyword placement — primary keyword in at least 4 of 6: URL slug, title tag, meta/social title, H1, at least one H2, body copy intro
  2. Entity placement — primary entity + supporting entities in title, H1, intro, core sections, schema
  3. Entity gap analysis — extract entities from top competitors, add missing relevant entities. Do not add irrelevant brands.
  4. JSON-LD schema — place in page <head>, not only through client-side injection
  5. Schema entity reinforcement — mirror on-page entities inside schema fields (name, description, about, sameAs, knowsAbout, mentions, author, publisher)

Read the full file on GitHub · 279 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 279 lines · 115 tokens per session scan A 3d3eb173b7d7

Subscribe to this mod's changes

seo-geo-optimization is a skill published in the GitHub repository Kevin-Liu-01/Agent-Machines (29 stars, last pushed yesterday), licensed MIT. It adds 115 tokens to every session and 2,557 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories