geo-optimization

geo-optimization is a skill for Claude Code from studiomeyer-io/studiomeyer-marketplace. It costs 66 tokens per session (1,313 once invoked), scanned A, original, MIT.

A guide for improving how often a brand is found, mentioned, and cited by AI assistants such as ChatGPT, Gemini, and Perplexity. GEO, or generative engine optimization, is the practice of making a brand easier for these systems to discover and describe.

In plain words
What is it for?
Use it to review GEO scores, understand their six component areas, prioritize fixes, and check site files such as llms.txt, agents.json, robots.txt, and structured data.
Why use it?
It turns AI-visibility results into specific fixes, helping identify whether a brand is unknown, poorly cited, blocked from discovery, or weakly represented online.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the studiomeyer-geo plugin — 1 skill, 4 commands, 1 agent shipped together

Good fit Use it to review GEO scores, understand their six component areas, prioritize fixes, and check site files such as llms.txt, agents.json, robots.txt, and structured data.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/studiomeyer-io/studiomeyer-marketplace/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 studiomeyer-io/studiomeyer-marketplace --skill geo-optimization
Clone the repo
git clone --depth 1 https://github.com/studiomeyer-io/studiomeyer-marketplace

Made for: Claude Code.

Or install studiomeyer-geo, the plugin that ships this one along with the rest of its 1 skill, 4 commands, 1 agent.

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 geo-optimization

README.md
[![agentmods](https://agentmods.dev/badge/skills/studiomeyer-io/studiomeyer-marketplace/geo-optimization/github.svg)](https://agentmods.dev/skills/studiomeyer-io/studiomeyer-marketplace/geo-optimization)
Your own site
<a href="https://agentmods.dev/skills/studiomeyer-io/studiomeyer-marketplace/geo-optimization"><img src="https://agentmods.dev/badge/skills/studiomeyer-io/studiomeyer-marketplace/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 geo-optimization

Your own site · 80×15
<a href="https://agentmods.dev/skills/studiomeyer-io/studiomeyer-marketplace/geo-optimization"><img src="https://agentmods.dev/badge/skills/studiomeyer-io/studiomeyer-marketplace/geo-optimization.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,313 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00066 $0.01313
Opus 5 $0.00033 $0.00656
Sonnet 5 $0.00013 $0.00263
Haiku 4.5 $0.00007 $0.00131

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

Security

Grade A, and why

geo-optimization scanned grade A with 0 findings 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 7d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/studiomeyer-geo/skills/geo-optimization/SKILL.md · 108 lines

How it starts

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

GEO Optimization Playbook

The StudioMeyer GEO server measures AI visibility across 8 LLM platforms and gives you the specific fixes to raise it. This skill is the map.

The GEO score (0-100)

Composed of six weighted sub-scores:

  1. Brand Awareness: does the LLM even know the brand?
  2. Citation Strength: when mentioned, is it cited with a link, or just name-dropped?
  3. Share of Voice: how often is the brand mentioned versus competitors in the same category?
  4. Sentiment: positive, neutral, or negative (negation-aware: "not bad" is positive)
  5. Discovery Stack: llms.txt, agents.json, JSON-LD, robots.txt all correct?
  6. Content Quality: citability signals (authority links, statistics, quotes, sameAs)

Thresholds: 80 = excellent, 70 = good, below 50 = needs work.

Fix priority (cheapest to highest impact)

Tier 1: Discovery stack (free, ~1 day)

  • llms.txt: machine-readable site description per llmstxt.org spec. Tells LLMs what your site is about and which URLs matter.
  • agents.json: declare your site's AI capabilities (tools, endpoints, auth).
  • robots.txt: check that GPTBot, ClaudeBot, PerplexityBot, Google-Extended are not blocked unless you have a reason. Especially watch for /_next/ disallow patterns that accidentally block bundled assets.
  • JSON-LD: Organization, WebSite, FAQPage schemas with recommended properties. Use geo_schema_generator to produce copy-paste-ready blocks.
  • Entity consistency: pick one canonical brand name and use it everywhere. "StudioMeyer", "Studio Meyer", "StudioMeyer.io" are three entities to an LLM.

Tier 2: Content quality (days to weeks)

  • Authority links: link out to reputable sources from every substantive page. LLMs treat well-sourced pages as more citable.
  • Statistics: concrete numbers with sources ("2.8x higher citation rate" with a link to the study) raise citability dramatically. KDD 2024 paper showed +30-40% citations when pages add stats + quotes.
  • Quote blocks: named quotes from real people with attribution.
  • sameAs links: Wikidata, Crunchbase, LinkedIn, GitHub. These are identity anchors LLMs use to cross-reference.
  • Content freshness: dateModified, Last-Modified header, og:modified_time. Stale content gets down-weighted.

Read the full file on GitHub · 108 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. 7d ago Changed d901a8b6a984
  2. 12d ago First seen · 108 lines · 66 tokens per session scan A 21754368b410

Subscribe to this mod's changes

geo-optimization is a skill published in the GitHub repository studiomeyer-io/studiomeyer-marketplace (2 stars, last pushed 7d ago), licensed MIT. It adds 66 tokens to every session and 1,313 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

geo-prospect

CRM-lite for managing GEO agency prospects and clients. Track leads through the full sales pipeline: Lead → Qualified → Proposal Sent → Won → Lost. Store audit history, notes, deal values, and generate pipeline summaries. Use when user says "prospect", "lead", "client", "pipeline", "crm", "nuovo prospect", "aggiungi…

zubair-trabzada/geo-seo-claude · 87 tokens

gemini

Cross-model second opinion from Google Gemini — a different AI reviewing the same changes, with deep Google ecosystem knowledge. Three modes: review (pass/fail gate for Google Ads campaigns, SEO metadata, or code), challenge (adversarial stress-test that tries to break your changes), and consult (open Q&A with Gemini…

nowork-studio/notfair-plugin · 184 tokens

schema-markup-generator

Generate JSON-LD structured data markup for rich results in Google Search. Supports FAQ, HowTo, Article, Product, LocalBusiness, and multi-type schemas. Validates against Google requirements and provides implementation guidance. Use when asked to "add schema markup", "generate structured data", "JSON-LD", "rich…

nowork-studio/notfair-plugin · 99 tokens

google-ads-landing

Score and diagnose Google Ads landing pages. Use when asked to audit a landing page, check landing page quality, diagnose high-CTR but low-conversion-rate ad groups, improve Quality Score's Landing Page Experience component, or compare an ad group's messaging against its landing page. Trigger on "landing page audit"…

nowork-studio/notfair-plugin · 121 tokens

content-planner

GSC-driven content calendar. Pulls real Search Console data, finds the highest click-potential opportunities (striking-distance queries at positions 5-20, unanswered query intent, related-keyword expansions), and produces a dated, prioritized content calendar — ready to hand to /content-writer. Use when the user asks…

nowork-studio/notfair-plugin · 123 tokens

meta-tags-optimizer

Optimize title tags, meta descriptions, Open Graph, and Twitter cards for maximum click-through rate. Generates multiple A/B test variations with character counting and SERP preview. Use when asked to "optimize title tag", "write meta description", "improve CTR", "Open Graph tags", "fix my meta tags", "social media…

nowork-studio/notfair-plugin · 91 tokens