Identify indexing problems and coverage issues using Google Search Console URL inspection data. Checks up to 20 pages for indexing status, coverage state, robots.txt state, and last crawl date. Use when user says "index issues", "indexing problems", "not indexed", "indexing coverage", or "why is my page not indexed".
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Identify indexing problems and coverage issues using Google Search Console URL inspection data. Checks up to 20 pages for indexing status, coverage state, robots.txt state, and last crawl date. Use when user says "index issues", "indexing problems", "not indexed", "indexing coverage", or "why is my page not indexed".
Checks indexing status for up to 20 pages using the GSC URL Inspection API.
IMPORTANT: inspect_url is rate-limited — this skill caps all calls at 20 to avoid
rate-limit hangs. Prioritizes pages most likely to have indexing issues.
MCP Check
Before calling any GSC tool, verify the MCP is connected:
Use ToolSearch with query +google-search-console
If tools returned — note the actual tool name prefix, proceed to Inputs
If no tools returned — display the GSC MCP error template from
references/mcp-degradation.md and stop:
## Google Search Console MCP Not Available
The `/seo gsc index-issues` command requires the GSC MCP, which is not currently connected.
**What you can do:**
- Use `/seo technical <url>` for crawlability and indexability analysis (no live data)
- Use `/seo audit <url>` for a full static SEO audit
**To connect GSC MCP:**
- Install and configure a Google Search Console MCP server (see README for setup)
- Add it to ~/.claude/mcp.json at user scope (NOT project scope)
- Verify GSC property access before running commands (domain vs URL prefix format)
- See references/gsc-api-reference.md for property format details
Inputs
site: The GSC property URL. Accept both formats:
Domain property: sc-domain:example.com
URL prefix: https://example.com or https://www.example.com
If user provides a bare domain (no prefix), call list_sites to identify
the correct property format registered in GSC.
urls (optional): Specific URLs the user wants to inspect. If provided, inspect
these directly (still capped at 20 total calls).
Date Calculation
Use Bash to calculate dates for the initial search analytics query: