Online Free Tools
  • ホーム
  • ツール
  • 開発ログ
  • English
  • 中文
  • Español
  • العربية
  • Português
  • Bahasa Indonesia
  • Français
  • 日本語
  • Русский
  • Deutsch

ツール

サイトのHTTPヘッダを確認 — レスポンスヘッダ検査自分のIPアドレスを確認 — グローバルIPを表示Markdown と HTML を相互変換(プレビュー付き)Compare Two Texts Online — Text Diff CheckerYAML と JSON を相互変換(型ルール・複数ドキュメント対応)CSV と JSON を相互変換 — 型・区切り文字・ローカルHTML エンティティ エンコード/デコード — ローカル処理DNS に WWW を追加 — A/CNAME と各社ガイドIndexNow — Bing URL 送信・キー確認・ステータスコードBMI計算ツール — 体格指数の求め方ROI(投資利益率)計算ツール — 計算式と例限界収入(MR)計算 — 公式 ΔTR / ΔQ平方フィート⇔平方メートル換算 — 物件・リフォーム向けパーセント変化の計算 — 旧値から新値への増減率多変数の勾配 ∇f を計算 — 偏導関数ベクトル

IndexNow — Bing URL 送信・キー確認・ステータスコード

IndexNow キーを生成し、検証用 txt をダウンロード、公開ファイルの一致を確認してから変更 URL を Bing 等へ送信します。手順とステータス表(200 と 202)、JSON 例を確認してください。変更通知はインデックス保証ではありません。

HTTP 202 means the endpoint accepted a well-formed request — not that your key file already passed verification. Always Check key first. IndexNow notifies discovery; it does not guarantee indexing or rankings.
Default is https://{host}/{key}.txt on the same host. www and apex are different hosts.
All URLs must use the same host. Max 500 URLs per submit in this tool.

    

使い方

1) Generate a key and download {key}.txt. 2) Host it at your site root (or another path on the same host). 3) Check key so this Worker can fetch and match the body. 4) Paste changed URLs (or sitemap XML), preview the JSON, then Submit. Confirm receipts in Bing Webmaster → IndexNow.

守るべきルール

Protocol rules for keys, hosts, status codes, and what IndexNow does not promise.

  • Key: 8–128 characters from [A-Za-z0-9-]. Option 1 (recommended): host UTF-8 text at https://{host}/{key}.txt containing only the key.
  • host in the JSON must equal the hostname of every URL and of keyLocation. www.example.com and example.com are different hosts.
  • 200 = received; 202 = accepted with key validation often still pending (Bing/global). A green 202 is not proof the key file works — use Check key.
  • Protocol allows up to 10,000 URLs per POST; this page caps at 500 to reduce abuse. Prefer submitting only changed URLs.
  • Privacy: URL lists are sent through this site’s Worker to the IndexNow endpoint you choose, then discarded from our side — we do not store them in a content database.

例

Host www.example.com, key indexnowdemokey01, URL https://www.example.com/page → POST JSON with host, key, keyLocation https://www.example.com/indexnowdemokey01.txt, and urlList. After hosting the .txt, Check key should report HTTP 200 and bodyMatch true before Submit.

向いている場面

  • New site or tool launch: deploy the key file, check it, then submit the new URLs from your sitemap.
  • Content update: submit only the pages you changed instead of the whole site every time.
  • Removed pages: submit URLs that now return 404/410 so engines can recrawl sooner.

HTTP ステータス

What common IndexNow responses mean and what to do next.

Code Meaning Next step
200OK — URLs receivedOptional: confirm in Bing Webmaster IndexNow log
202Accepted — key validation may still be pendingVerify the live key file; do not assume success from 202 alone
400Bad request — invalid formatFix JSON/URL encoding and retry
403Forbidden — key not validFix key file path, body, or blocking (auth/HTML error)
422Unprocessable — URL/host/key schema mismatchAlign host and URLs; check key character rules
429Too many requestsWait and reduce batch frequency

Frequently asked questions

HTTP 202 は成功ですか?

形式が正しいリクエストを受け付けたという意味です。Bing/グローバルではキー検証が後から行われることがあります。先にキーを確認してください。

Where do I put the key file?

Preferred: site root as https://your-host/{key}.txt with the key as the only body text. You may use another path on the same host via keyLocation; Option 2 also limits which URL prefixes that key can cover.

Why does www vs non-www matter?

They are different hosts. If URLs use www, the key file must be on www (and the host field must be www). Fix DNS/canonical hosts first if you are unsure.

IndexNow はインデックスを保証しますか?

しません。変更の通知のみです。

Do you store my URL list?

No content database. The Worker forwards your JSON to IndexNow/Bing for the request and does not publish the list as a public page.

Related tools

  • サイトのHTTPヘッダを確認 — レスポンスヘッダ検査
  • DNS に WWW を追加 — A/CNAME と各社ガイド

このツールを共有

SNSで共有、リンクをコピー、または端末の共有機能を使えます。

XFacebookLinkedInRedditWhatsAppTelegram

https://onlinefreetools.org/ja/tools/indexnow

お問い合わせ・フィードバック

分かりにくい点、不具合、不足があれば下にメッセージを書いてください。ツールに関する内容はすべて確認します。

メール: dailyonetools@outlook.com

References

  • IndexNow — Documentation
  • Bing — IndexNow
  • Bing Webmaster Tools

Educational webmaster tool only. IndexNow does not guarantee crawl, index, or ranking outcomes. Prefer official IndexNow and Bing docs when policies change.

Online Free Tools · 学習プロジェクト · 継続的にイテレーション · About