seo-geo-report-engine: Skill for Claude Code

.agents/skills/schema-markup/SKILL.md

schema-markup is a skill for Claude Code from prashishh/seo-geo-report-engine. It costs 106 tokens per session (1,714 once invoked), scanned A, original, MIT.

A workflow for adding structured data to web pages using JSON-LD, a machine-readable format that describes things such as products, organisations, or articles. It detects existing markup, recommends suitable types, creates code, and validates it.

In plain words
What is it for?
Use it to review and add markup for products, businesses, articles, FAQs, events, and other supported page types.
Why use it?
It reduces the risk of missing, duplicating, or using the wrong page descriptions, which can make content harder for search engines and AI answer tools to interpret.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: installed under .agents/ (shared by several agents).

This is prashishh/seo-geo-report-engine's own configuration. It tells Claude Code how to work on seo-geo-report-engine itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything seo-geo-report-engine configures →

Part of the seo-geo-report-engine plugin — 33 skills, 8 commands, 5 agents shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to prashishh/seo-geo-report-engine. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/prashishh/seo-geo-report-engine/main/.agents/skills/schema-markup/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/prashishh/seo-geo-report-engine

Made for: Claude Code.

Or install seo-geo-report-engine, the plugin that ships this one along with the rest of its 33 skills, 8 commands, 5 agents.

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 schema-markup

README.md
[![agentmods](https://agentmods.dev/badge/skills/prashishh/seo-geo-report-engine/schema-markup/github.svg)](https://agentmods.dev/skills/prashishh/seo-geo-report-engine/schema-markup)
Your own site
<a href="https://agentmods.dev/skills/prashishh/seo-geo-report-engine/schema-markup"><img src="https://agentmods.dev/badge/skills/prashishh/seo-geo-report-engine/schema-markup/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 schema-markup

Your own site · 80×15
<a href="https://agentmods.dev/skills/prashishh/seo-geo-report-engine/schema-markup"><img src="https://agentmods.dev/badge/skills/prashishh/seo-geo-report-engine/schema-markup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 106 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,714 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.00106 $0.01714
Opus 5 $0.00053 $0.00857
Sonnet 5 $0.00021 $0.00343
Haiku 4.5 $0.00011 $0.00171

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

Security

Grade A, and why

schema-markup 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 12d 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.

.agents/skills/schema-markup/SKILL.md · 105 lines

How it starts

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

schema-markup

Detects what schema a page already has, recommends the right types for the page's purpose, and generates valid, ready-to-paste JSON-LD. Ties to GEO: structured data and Q&A markup make a page easier for AI answer engines to parse and cite (reference the geo-audit skill). Uses Ahrefs Site Audit to find pages and check existing markup (see knowledge/ahrefs-mcp-map.md).

Methodology (PERCEIVE → ANALYZE → VALIDATE → ACT)

PERCEIVE — detect. Resolve project (./bin/mkt config show --project <client>). Identify the page(s); read their content with site-audit-page-content / site-audit-page-explorer, or fetch directly with WebFetch. Detect existing structured data in JSON-LD (<script type= "application/ld+json">), Microdata (itemscope/itemprop), and RDFa. Note page type, primary entity, and any markup already present (so we extend, not duplicate).

ANALYZE — recommend the right types. Match schema to page purpose:

  • Organization / LocalBusiness — home/about/contact (LocalBusiness for a physical/local business; pairs with the local-seo skill — include geo-coordinates).
  • Product (+ Offer, AggregateRating) — product/PDP pages.
  • Article / BlogPosting — editorial/blog content (author, datePublished, publisher).
  • BreadcrumbList — any page with a navigation trail.
  • FAQPage / QAPage — genuine Q&A. Note: FAQ rich results are de-emphasized in Google SERPs, but the markup still helps AI answer engines parse and cite the page — keep it for GEO. Recommend only types the page's content truthfully supports. Tie type choice to AI extractability: FAQPage / HowTo / QAPage blocks are the ones AI answer engines most often lift verbatim as the answer — prefer them on any page whose intent is a question or a procedure. Prefer JSON-LD (Google's preferred format) and embed it in server-rendered HTML — JS-injected schema is processed late and can be missed, especially for time-sensitive Product/Offer data.

Read the full file on GitHub · 105 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. 12d ago First seen · 105 lines · 106 tokens per session scan A faefa48289a9

Subscribe to this mod's changes

schema-markup is a skill published in the GitHub repository prashishh/seo-geo-report-engine (5 stars, last pushed 2mo ago), licensed MIT. It adds 106 tokens to every session and 1,714 once invoked, about $0.0005 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

content-amplifier

Use when the user asks to "amplify influencer content with paid media", "set up whitelisting or Spark Ads", "decide which posts to boost", "repurpose influencer content", "turn one video into multiple ads", or "build a UGC asset library"; produces (paid mode) a content-selection scorecard, a paid amplification…

aaron-he-zhu/aaron-marketing-skills · 202 tokens

email-sequence-designer

Use when the user asks to "design a welcome flow", "set up an abandoned-cart sequence", "build a light re-engagement branch inside a lifecycle flow", or "plan a cold-outbound sequence"; produces general lifecycle automation flows (welcome, cart, browse-abandon, post-purchase, in-flow re-engagement, B2B cold outbound)…

aaron-he-zhu/aaron-marketing-skills · 197 tokens

reactivation-specialist

Use when the user asks to "build a win-back campaign", "re-engage lapsed subscribers", "run a re-permission / re-consent sweep", or "sunset my dead list"; produces a closed-loop reactivation program — a lapsed-cohort definition, a staged offer ladder, a re-consent (re-permission) capture step, and a sunset-confirm /…

aaron-he-zhu/aaron-marketing-skills · 215 tokens

campaign-planner

Use when the user asks to "plan an influencer campaign", "build a campaign blueprint", "track or close a creator campaign", or "record a late campaign correction"; produces the plan and, when requested, a non-canonical evidence tracker with scoped identity, publication, reconciliation, close, and reopen receipts. Not…

aaron-he-zhu/aaron-marketing-skills · 124 tokens

product-feed-optimizer

Use when the user asks to "optimize my Shopping feed", "fix product disapprovals", "improve product titles/attributes", or "build feed-driven PMax asset groups"; audits and rewrites the Shopping/Performance Max product feed — title/description patterns, required and recommended attributes, GTIN/availability/price…

aaron-he-zhu/aaron-marketing-skills · 144 tokens

attribution-reconciler

Use when platform-reported conversions disagree with GA4/ecommerce, when you suspect Meta and Google are double-counting the same sales, or for a standing (monthly) reconciliation workbook that de-dups stacked credit against an order-ID truth set, normalizes attribution windows and currency, compares attribution…

aaron-he-zhu/aaron-marketing-skills · 150 tokens