$npx -y skills add AgriciDaniel/claude-seo --skill seo-bingBing Webmaster Tools + IndexNow extension. Microsoft Copilot citations are fed by the Bing index; this skill makes Bing visibility, link data, and IndexNow URL submission first-class.
| 1 | # seo-bing |
| 2 | |
| 3 | The non-Google indexing surface. Google still rejects IndexNow (per |
| 4 | Gary Illyes, multiple SOTR episodes 2024-2025), so this skill is |
| 5 | specifically for **Amazon/Bing/Naver/Seznam.cz/Yandex/Yep indexing** and |
| 6 | **Microsoft Copilot AI citation** (which pulls from the Bing index). |
| 7 | |
| 8 | ## Prerequisites |
| 9 | |
| 10 | - Run `extensions/bing-webmaster/install.sh` or `install.ps1`. |
| 11 | - A Bing Webmaster Tools API key. |
| 12 | - Optional: an IndexNow host key (32+ chars) published at the URL |
| 13 | declared as `INDEXNOW_KEY_LOCATION`. |
| 14 | |
| 15 | ## Routing |
| 16 | |
| 17 | | Command | Underlying script | |
| 18 | |---|---| |
| 19 | | `/seo bing links <url>` | `claude-seo run bing_webmaster.py links <url>` | |
| 20 | | `/seo bing compare <urlA> <urlB>` | `claude-seo run bing_webmaster.py compare <urlA> <urlB>`; both properties must be registered to the API account | |
| 21 | | `/seo bing submit <url>` (single URL) | `claude-seo run indexnow_submit.py --host ... --urls <url>` | |
| 22 | | `/seo bing submit-batch <file>` | `claude-seo run indexnow_submit.py --host ... --urls-file <file>` | |
| 23 | | `/seo bing verify-indexnow` | `claude-seo run indexnow_submit.py --host ... --verify-only` | |
| 24 | |
| 25 | ## When this skill applies |
| 26 | |
| 27 | - The user is publishing new pages and wants Microsoft Copilot |
| 28 | citation eligibility (Bing index ingestion). |
| 29 | - The user wants to nudge Amazon/Bing/Naver/Seznam.cz/Yandex/Yep indexing for fresh |
| 30 | URLs. |
| 31 | - The user manages both properties and wants to compare their Bing link data. |
| 32 | For an arbitrary competitor, route to DataForSEO, Moz, or Common Crawl. |
| 33 | |
| 34 | ## Cross-skill delegation |
| 35 | |
| 36 | - For Google indexing (very different model, sitemap-driven, no |
| 37 | IndexNow), use `seo-google indexing`. |
| 38 | - For multi-source backlink confidence weighting, fall back to |
| 39 | `seo-backlinks` which already integrates Bing + Moz + CC. |