Agent skill

indexing-audit

Audit indexing status across top pages. Use when asked about crawling, indexing issues, or whether pages are indexed by Google.

Stars 668
Forks 96

Install this agent skill to your Project

npx add-skill https://github.com/AminForou/mcp-gsc/tree/main/skills/indexing-audit

SKILL.md

Indexing Audit

Audit the indexing status of the top pages on a site and produce a prioritized action list.

Steps

  1. Call list_properties to confirm the exact site_url.
  2. Call get_search_analytics with dimensions=page, sort_by=impressions, row_limit=20 to identify the 20 most-visible pages.
  3. Extract the list of page URLs from the results.
  4. Call batch_url_inspection with up to 10 URLs at a time (API limit). Run twice if needed to cover all 20 pages.
  5. Categorize each URL by verdict:
    • Indexed (PASS)
    • ⚠️ Soft 404 / Excluded
    • Not indexed / Blocked
    • 🔍 Canonical mismatch (Google chose a different canonical)
  6. For each issue, provide the specific coverageState, pageFetchState, or robotsTxtState from the inspection.

Output format

Present as a prioritized action list:

  1. Critical — Not indexed pages that have impressions (visibility being lost)
  2. High — Canonical mismatches on high-traffic pages
  3. Medium — Robots.txt or fetch blocks
  4. Low — Soft exclusions on low-traffic pages

Include a summary table: page URL | verdict | issue | recommended action.

Expand your agent's capabilities with these related and highly-rated skills.

AminForou/mcp-gsc

cannibalization-check

Detect keyword cannibalization — queries where multiple pages compete for the same rankings. Use when asked about competing pages, keyword overlap, or cannibalization.

668 96
Explore
AminForou/mcp-gsc

seo-weekly-report

Generate a complete weekly SEO performance report for a site. Use when asked for a site summary, performance overview, or weekly report.

668 96
Explore
AminForou/mcp-gsc

content-opportunities

Find quick-win content optimization targets — high impressions, low CTR, position 11-20. Use when asked for content ideas or optimization opportunities.

668 96
Explore
davila7/claude-code-templates

verl-rl-training

Provides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends.

23,776 2,298
Explore
davila7/claude-code-templates

openrlhf-training

High-performance RLHF framework with Ray+vLLM acceleration. Use for PPO, GRPO, RLOO, DPO training of large models (7B-70B+). Built on Ray, vLLM, ZeRO-3. 2× faster than DeepSpeedChat with distributed architecture and GPU resource sharing.

23,776 2,298
Explore
davila7/claude-code-templates

gguf-quantization

GGUF format and llama.cpp quantization for efficient CPU/GPU inference. Use when deploying models on consumer hardware, Apple Silicon, or when needing flexible quantization from 2-8 bit without GPU requirements.

23,776 2,298
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results