indexnow
/install indexnow
\r
SEO Technical: IndexNow\r
\r Guides IndexNow protocol integration for faster search engine indexing (primarily Bing).\r \r 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.\r \r
Scope (Technical SEO)\r
\r
- IndexNow: Submit URLs to Bing/Yandex for faster indexing\r
- URL notification: Notify search engines of new or updated URLs\r \r
Initial Assessment\r
\r
Check for project context first: If .claude/project-context.md or .cursor/project-context.md exists, read it for site URL.\r
\r
Identify:\r
- Site URL: Base domain\r
- URL source: Config file, sitemap, CMS, etc.\r
- Deployment: CI/CD, manual, or both\r \r
Overview\r
\r IndexNow notifies search engines (mainly Bing) of new or updated URLs to speed up indexing.\r \r
Implementation Steps\r
\r
1. API Key and Verification\r
\r
- Generate API key (e.g., UUID)\r
- Create verification file:
https://example.com/{key}.txt\r - File content: the API key string\r
- Configure key and URL in your IndexNow client\r \r
2. Submission Methods\r
\r | Method | When to use |\r |--------|-------------|\r | Single URL | New or updated page |\r | Batch | Many URLs at once (e.g., after deploy) |\r | Relative paths | Convert to full URLs before submitting |\r \r
3. Best Practices\r
\r | Practice | Note |\r |----------|------|\r | When to submit | New pages, major content updates, meta changes |\r | When not to | Minor edits; let natural crawling handle |\r | Frequency | Once per deploy; avoid excessive submissions |\r | Priority | Submit high-value commercial pages first |\r \r
4. CI/CD Integration\r
\r
npm run build\r
npm run indexnow:all\r
```\r
\r
### 5. Single Source of Truth (URL List)\r
\r
- **Use same config as sitemap**: Import URL list from central config (e.g., `site-pages-config.ts`) or sitemap generation logic.\r
- **Avoid**: Separate hardcoded URL lists for IndexNow—leads to inconsistency and missed URLs.\r
- **Feed**: If you have RSS/feed, it can also consume from the same config to stay in sync.\r
\r
## Supported Search Engines\r
\r
- **Bing**: Primary support\r
- **Yandex**: Supports IndexNow\r
- **Google**: Does not use IndexNow; use Sitemap + Search Console\r
\r
## Verification\r
\r
- Check [Bing Webmaster Tools](https://www.bing.com/webmasters/indexnow) for indexing status\r
- Monitor submission logs for errors\r
\r
## Common Issues\r
\r
| Issue | Fix |\r
|-------|-----|\r
| Domain verification fails | Ensure URL uses correct domain |\r
| API key error | Verify key and verification file match |\r
| Network errors | Retry; API can be intermittent |\r
\r
## Output Format\r
\r
- **Setup steps**: Key generation, verification file\r
- **Submission flow**: Single vs. batch\r
- **Integration**: CI/CD or manual script\r
- **References**: [IndexNow docs](https://www.bing.com/indexnow/getstarted)\r
\r
## Related Skills\r
\r
- **xml-sitemap**: Share same URL list from central config\r
- **indexing**: Broader indexing strategy\r
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install indexnow - After installation, invoke the skill by name or use
/indexnow - Provide required inputs per the skill's parameter spec and get structured output
What is 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,"... It is an AI Agent Skill for Claude Code / OpenClaw, with 84 downloads so far.
How do I install indexnow?
Run "/install indexnow" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is indexnow free?
Yes, indexnow is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does indexnow support?
indexnow is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created indexnow?
It is built and maintained by Kostja Zhang (@kostja94); the current version is v1.0.1.