Agent skill · Backend & API

indexnow

When the user wants to implement IndexNow, notify search engines of new/updated URLs, or speed up Bing indexing. Also use when the user mentions "IndexNow," "Bing indexing," "URL notification," "instant indexing," "sitemap IndexNow sync," "share URL list with sitemap," or "IndexNow API." For sitemap SSOT, use xml-sitemap.

kostja94github.com/kostja94GitHub ↗
cursorMIT
Install
npx skills add kostja94/marketing-skills --skill indexnow --agent cursor

Same command for any agent — swap --agent for claude-code, codex, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Version: 1.0.1
Path: skills/seo/technical/indexnow/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 848

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# SEO Technical: IndexNow Guides IndexNow protocol integration for faster search engine indexing (primarily Bing). **When invoking**: On **first use**, if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On **subsequent use** or when the user asks to skip, go directly to the main output. ## Scope (Technical SEO) - **IndexNow**: Submit URLs to Bing/Yandex for faster indexing - **URL notification**: Notify search engines of new or updated URLs ## Initial Assessment **Check for project context first:** If `.claude/project-context.md` or `.cursor/project-context.md` exists, read it for site URL. Identify: 1. **Site URL**: Base domain 2. **URL source**: Config file, sitemap, CMS, etc. 3. **Deployment**: CI/CD, manual, or both ## Overview IndexNow notifies search engines (mainly Bing) of new or updated URLs to speed up indexing. ## Implementation Steps ### 1. API Key and Verification - Generate API key (e.g., UUID) - Create verification file: `https://example.com/{key}.txt` - File content: the API key string - Configure key and URL in your IndexNow client ### 2. Submission Methods | Method | When to use | |--------|-------------

What's inside
Steps it walks through
  1. Scope (Technical SEO)
  2. Initial Assessment
  3. Overview
  4. Implementation Steps
  5. 1. API Key and Verification
  6. 2. Submission Methods
  7. 3. Best Practices
  8. 4. CI/CD Integration
  9. 5. Single Source of Truth (URL List)
  10. Supported Search Engines
  11. Verification
  12. Common Issues
  13. Output Format
  14. Related Skills
Commands it runs
npm run build
npm run indexnow:all
More from marketing-skills
All skills →
About this skill
What does the indexnow skill do?

When the user wants to implement IndexNow, notify search engines of new/updated URLs, or speed up Bing indexing. Also use when the user mentions "IndexNow," "Bing indexing," "URL notification," "instant indexing," "sitemap IndexNow sync," "share URL list with sitemap," or "IndexNow API." For sitemap SSOT, use xml-sitemap.

How do I install it?

Run `npx skills add kostja94/marketing-skills --skill indexnow --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 kostja94/marketing-skills, a repository with 848 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.

Keep going