seo-bing

Queries Bing Webmaster Tools link data and submits URLs via IndexNow for Bing indexing.

Updated Sep 17, 2026
One-click install
npx skills add https://github.com/coseto6125/claude-setup --skill seo-bing-coseto6125
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seo-bing
Source: https://github.com/coseto6125/claude-setup/tree/main/skills/seo-bing
Command: npx skills add https://github.com/coseto6125/claude-setup --skill seo-bing-coseto6125

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Getting new pages indexed by Bing and cited by Microsoft Copilot requires manual work in Bing Webmaster Tools, and Google does not support IndexNow, leaving non-Google indexing workflows fragmented and slow. ## Core Features & Use Cases - Link Data Retrieval: Pull inbound link data for a registered property, or compare link profiles between two properties registered to the same Bing Webmaster API account. - IndexNow URL Submission: Submit a single URL or a batch file of URLs to Bing, Yandex, Naver, Seznam.cz, and Yep through the IndexNow protocol, with a verify-only mode to check the host key. - Use Case: After publishing a batch of new blog posts, run the batch submission command with a file of URLs so the pages enter the Bing index quickly and become eligible for Microsoft Copilot citations. ## Quick Start Submit my new page https://example.com/new-post to Bing using IndexNow and confirm the key verifies.

Frequently Asked Questions about seo-bing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I submit URLs to Bing using IndexNow?▼

Run the submit command with a single URL or the submit-batch command with a file of URLs. The skill calls indexnow_submit.py with your host and key, pushing the URLs to Bing, Yandex, Naver, Seznam.cz, and Yep.

How do I get backlink data from Bing Webmaster Tools?▼

Use the links command with a URL registered to your Bing Webmaster API account. To compare two properties, use the compare command with both URLs, provided both are registered to the same API account.

Does IndexNow work for Google indexing?▼

No. Google rejects IndexNow and uses a sitemap-driven indexing model. For Google indexing, use the seo-google indexing skill instead; this skill covers Bing, Yandex, Naver, Seznam.cz, and Yep.

What credentials does Bing Webmaster Tools API access require?▼

You need a BING_WEBMASTER_API_KEY set in the Claude settings environment, plus an optional INDEXNOW_KEY of 32 or more characters published at the declared key location. Run the install script in extensions/bing-webmaster to configure.

Why does Microsoft Copilot citation depend on the Bing index?▼

Microsoft Copilot pulls its citations from the Bing index, so a page must be ingested by Bing before it can be cited. Submitting URLs via IndexNow accelerates that ingestion for newly published pages.