indexing-audit
Audit indexing status across top pages. Use when asked about crawling, indexing issues, or whether pages are indexed by Google.
DeepseekModel
キュレーション済みスキル
品質 優秀 · 90
v1.0.0
取得
https://deepseekmodel.com/api/download.php?id=aminforou-mcp-gsc-skills-indexing-audit-skill-md&format=skill
ダウンロード .skill
標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name indexing-audit description Audit indexing status across top pages. Use when asked about crawling, indexing issues, or whether pages are indexed by Google. Indexing Audit Audit the indexing status of the top pages on a site and produce a prioritized action list. Steps Call list_properties to confirm the exact site_url . Call get_search_analytics with dimensions=page , sort_by=impressions , row_limit=20 to identify the 20 most-visible pages. Extract the list of page URLs from the results. Call batch_url_inspection with up to 10 URLs at a time (API limit). Run twice if needed to cover all 20 pages. Categorize each URL by verdict: ✅ Indexed (PASS) ⚠️ Soft 404 / Excluded ❌ Not indexed / Blocked 🔍 Canonical mismatch (Google chose a different canonical) For each issue, provide the specific coverageState , pageFetchState , or robotsTxtState from the inspection. Output format Present as a prioritized action list: Critical — Not indexed pages that have impressions (visibility being lost) High — Canonical mismatches on high-traffic pages Medium — Robots.txt or fetch blocks Low — Soft exclusions on low-traffic pages Include a summary table: page URL | verdict | issue | recommended action.
このスキルを起動するキーワード。クリックでコピーできます。
このスキルにはトリガーワードがありません。
ダウンロードした .skill に含まれるフィールド。
| フィールド | 説明 |
|---|---|
| format | フォーマット識別子(skill/v1) |
| skill_id | スキル固有 ID |
| name | スキル名 |
| version | バージョン |
| description | 説明 |
| category | カテゴリ(配列) |
| trigger_words | トリガーワード |
| tags | タグ |
| source | ソース |
| source_url | ソース URL(本ページ) |
| exported_at | エクスポート日時(ダウンロード毎) |
| system_prompt | システムプロンプト本文 |
| model_config | モデル設定:provider / model / temperature / max_tokens / top_p |
| examples | サンプル |
| install_guide | 各プラットフォームの導入説明(Coze / Dify / Claude / カスタム) |