seo-bing
Bing 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.
npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill seo-bing --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# seo-bing The non-Google indexing surface. Google still rejects IndexNow (per Gary Illyes, multiple SOTR episodes 2024-2025), so this skill is specifically for **Bing/Yandex/Seznam/Naver indexing** and **Microsoft Copilot AI citation** (which pulls from the Bing index). ## Prerequisites - Run `extensions/bing-webmaster/install.sh` or `install.ps1`. - A Bing Webmaster Tools API key. - Optional: an IndexNow host key (32+ chars) published at the URL declared as `INDEXNOW_KEY_LOCATION`. ## Routing | Command | Underlying script | |---|---| | `/seo bing links <url>` | `python scripts/bing_webmaster.py links <url>` | | `/seo bing compare <urlA> <urlB>` | `python scripts/bing_webmaster.py compare <urlA> <urlB>` | | `/seo bing submit <url>` (single URL) | `python scripts/indexnow_submit.py --host ... --urls <url>` | | `/seo bing submit-batch <file>` | `python scripts/indexnow_submit.py --urls-file <file>` | | `/seo bing verify-indexnow` | `python scripts/indexnow_submit.py --verify-only` | ## When this skill applies - The user is publishing new pages and wants Microsoft Copilot citation eligibility (Bing index ingestion). - The user wants to nudge Bing/Yandex/Seznam/Naver indexing for fres
- Prerequisites
- Routing
- When this skill applies
- Cross-skill delegation
What does the seo-bing skill do?
Bing 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.
How do I install it?
Run `npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill seo-bing --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From Infrasity-Labs/dev-gtm-claude-skills, a repository with 97 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
