If this tool helped you, you can buy us a coffee ☕
批量提交URL至IndexNow,通知必应等搜索引擎快速抓取与索引。
Enter a verified website hostname without the path. If you enter a full URL, the domain will be extracted automatically.
First, place a TXT verification file with the same name in your website's root directory. The file content is usually this key.
If left blank, the default verification file URL will be automatically generated based on the Host and Key.
Enter one full URL per line (including http/https). All URLs must belong to the same Host. Maximum 10000 URLs per submission.
Please fill in the Host Domain, IndexNow Key, and at least one valid URL to generate the submission API request and example code.

URL Shortener
Convert long URLs into temporary 10-day short links with customizable lengths for easy sharing and distribution.

URL Hex Encoder & Decoder
Convert between URL strings and hex-encoded formats online to easily solve special character transmission issues.

URL to JSON Parser
Parse URL strings into structured JSON to quickly extract key information like protocols, parameters, and paths.
网站内容更新后,搜索引擎往往需要几天甚至更久才能发现并重新抓取,这严重影响新内容曝光。IndexNow批量URL提交工具通过调用IndexNow协议,将您提交的多个网址一次性推送给必应、Yandex等主流搜索引擎,通知它们立即安排抓取,从而大幅缩短收录等待时间,提升SEO时效性。
example.com,该域名将用于生成IndexNow请求中的 key。https://example.com/page1.html,支持批量粘贴。示例输入:
域名:example.com
URL列表:https://example.com/new-articlehttps://example.com/updated-page
示例输出:
✔️ 必应:提交成功
✔️ Yandex:提交成功
共 2 条URL,全部推送完毕。
提交的URL必须为完整绝对路径(含 https://),并且必须属于您填写的域名,否则搜索引擎会拒绝请求。请勿提交他人网站的内容,避免滥用。IndexNow 不需要API密钥,但短时间内频繁大量提交可能被暂时限制,建议在内容更新后自然提交,而非恶意刷量。本工具为纯前端驱动,您的URL列表不会存储在服务器,隐私安全有保障。
IndexNow的核心是主动推送而非被动等待抓取,建议在网站发布新文章、更新关键页面或修改 title/description 后立即使用本工具提交。对于大型站点,可将本工具作为 sitemap 的补充,优先推送高价值页面。典型请求格式为向 https://api.indexnow.org/indexnow 发送 JSON:{"host": "example.com", "key": "xxxxx", "urlList": ["https://example.com/page1", "https://example.com/page2"]},工具已自动封装该过程,用户无需关心底层。