google-search-console-mcp: Skill for Claude Code

.claude/skills/schema-audit/SKILL.md

schema-audit is a skill for Claude Code from FlorianBruniaux/google-search-console-mcp. It costs 92 tokens per session (400 once invoked), scanned A, original, MIT.

A structured-data audit for a website’s most visible pages. Structured data is machine-readable page information that can help Google show enhanced search results, such as article or product details.

In plain words
What is it for?
Use it to validate structured data, classify pages as valid, warning, error, or missing, and prioritize fixes by search impressions.
Why use it?
It identifies invalid or missing markup on high-impression pages that may prevent enhanced search results.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is FlorianBruniaux/google-search-console-mcp's own configuration. It tells Claude Code how to work on google-search-console-mcp 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 google-search-console-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to FlorianBruniaux/google-search-console-mcp. 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/FlorianBruniaux/google-search-console-mcp/main/.claude/skills/schema-audit/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/FlorianBruniaux/google-search-console-mcp

Made for: Claude Code.

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-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/florianbruniaux/google-search-console-mcp/schema-audit/github.svg)](https://agentmods.dev/skills/florianbruniaux/google-search-console-mcp/schema-audit)
Your own site
<a href="https://agentmods.dev/skills/florianbruniaux/google-search-console-mcp/schema-audit"><img src="https://agentmods.dev/badge/skills/florianbruniaux/google-search-console-mcp/schema-audit/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-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/florianbruniaux/google-search-console-mcp/schema-audit"><img src="https://agentmods.dev/badge/skills/florianbruniaux/google-search-console-mcp/schema-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 400 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.00092 $0.00400
Opus 5 $0.00046 $0.00200
Sonnet 5 $0.00018 $0.00080
Haiku 4.5 $0.00009 $0.00040

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

Security

Grade A, and why

schema-audit 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 11d 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.

.claude/skills/schema-audit/SKILL.md · 40 lines

What it actually says

Schema Audit

Validate structured data on the site's most-visible pages to find errors that block rich results eligibility.

Steps

  1. Call list_properties to confirm the site_url.
  2. Call get_search_analytics with dimensions=page, sort_by=impressions, row_limit=20 to get the top 20 pages by impression volume.
  3. For each page URL, call schema_validate to check structured data validity.
  4. Categorize results:
    • Valid: schema present and error-free
    • Warnings: schema present with non-critical issues
    • Errors: schema present but invalid (blocks rich results)
    • No schema: no structured data detected on the page
  5. Prioritize errors and missing schema on pages with the highest impressions.

Output format

Summary line: X valid / Y warnings / Z errors / W no-schema out of 20 pages.

Issues table: Page URL | Schema type | Status | Issue | Impressions

Prioritized fixes:

  1. Critical: errors on high-traffic pages blocking rich results
  2. High: missing schema on pages where rich results would apply (Article, Product, FAQ, Review)
  3. Medium: warnings reducing rich result quality
  4. Low: pages with no schema and low traffic

For each fix, specify which schema type to add or correct and which properties are required.

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. 11d ago First seen · 40 lines · 92 tokens per session scan A d82ee6e49c73

Subscribe to this mod's changes

schema-audit is a skill published in the GitHub repository FlorianBruniaux/google-search-console-mcp (10 stars, last pushed 9d ago), licensed MIT. It adds 92 tokens to every session and 400 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

gsccli

Use when the user wants to query Google Search Console search analytics (clicks/impressions/CTR/position by query/page/country/device), inspect URL indexing status, manage sitemaps, or send Indexing API notifications via the gsccli shell command. Triggers on GSC, Search Console, sitemap, indexing API, mobile…

nalyk/gsccli · 102 tokens

web-analytics

Analyze web traffic, SEO performance, and search engine trends using Google Search Console, Google Analytics 4, and Bing Webmaster Tools. Use when the user asks to analyze traffic, check SEO, or find keyword opportunities.

SeoToolkit/web-analytics-agent-skill · 47 tokens

seo-mcp-reports

Generate professional, visually stunning SEO reports using SEO-MCP tools. Use when generating HTML/PDF SEO reports with charts, metric cards, gradient headers, and agency-quality styling. Covers weekly, monthly, quarterly, technical audit, competitive analysis, and client-friendly agency report formats. Requires…

quantacodes/seomcp-proxy · 113 tokens

seo

Use and read this skill immediately if the user request is in any way related to SEO or a site's organic search or AI search presence. That includes site audits, rankings, keyword research, competitors, backlinks, click or traffic changes, indexing problems, crawling, redirects, sitemaps, metadata, structured data…

iannuttall/seo · 138 tokens

bot-traffic-detection

Identify and exclude bot, scraper, and spam sessions from GA4 data.

surendranb/google-analytics-mcp · 21 tokens

featured-snippet-optimizer

Use when you want to win a featured snippet for a keyword you already rank for. The agent checks the current snippet format, analyzes your content, and rewrites the relevant section to match what Google wants.

inhouseseo/superseo-skills · 47 tokens