Bulk URL Indexer — Get Indexed Faster

The URL Indexer helps search engines discover your new content faster. Instead of waiting days or weeks for crawlers to find your pages, you can submit URLs directly. Open it by clicking 🚀 Indexer in the top navigation bar.

Two modes are available:

Mode Setup Required Best For
Verified (IndexNow) Yes — host a key file on your domain Instant indexing on Bing, Yandex, Naver, Seznam
Broadcaster (No Setup) None Quick discovery across 6 networks with zero configuration

Verified Mode (IndexNow)

IndexNow is a protocol supported by Bing, Yandex, Naver, and Seznam. When you submit URLs through IndexNow, those search engines index your pages within minutes.

One-Time Setup

  1. Generate an IndexNow API key (any alphanumeric string works, or use a generator)
  2. Create a text file named {your-key}.txt containing just the key value
  3. Upload that file to your website's root directory (e.g., https://yourdomain.com/abc123.txt)
  4. In the Indexer, fill in:
    • Domain Host — Your domain without protocol (e.g., www.yourdomain.com)
    • IndexNow API Key — The key you generated
    • Key Location (optional) — Full URL to the key file if it's not at the default location

Settings auto-save after 1.5 seconds of inactivity. When a project is active, these settings save per-project.

Submitting URLs

Paste your URLs into the text area (one per line) and click Submit. IndexNow accepts unlimited submissions.

Broadcaster Mode (No Setup)

The Broadcaster pings your URLs across 6 discovery networks simultaneously. No API keys or file uploads needed.

Services Included

Service Type What It Does
Ping-O-Matic Aggregator Notifies 4+ networks including Google Blog Search, Feedburner, and others
Twingly Blog engine Submits to the Twingly blog search index
Blo.gs Directory Registers your content in the Blo.gs content directory
Yandex Search engine Sends a discovery signal to Russia's largest search engine
Bing Search engine Sends a discovery signal to Microsoft's search engine
Google Search engine Reaches Google through aggregator networks

Daily Quota

The Broadcaster has a rate limit of 100 URLs per day per account. A quota bar at the top of the Broadcaster view shows your remaining submissions and resets at midnight UTC.

Submitting URLs

  1. Paste your URLs into the text area (one per line)
  2. Click Broadcast URLs
  3. Watch the progress bar as each URL is pinged across all 6 services
  4. Results appear below, showing per-URL status for each service

Reading Results

Each URL gets a result row showing the status for every service:

Icon Meaning
Successfully submitted (HTTP 2xx)
📤 Queued or sent
Timeout or retry pending
⚠️ Client error (HTTP 4xx)
Server error (HTTP 5xx)
Not applicable (service skipped)

Which Mode Should I Use?

Scenario Recommendation
You own the site and want the fastest indexing IndexNow — set it up once and submit unlimited URLs
You want quick discovery without any setup Broadcaster — paste and go
You publish to sites you don't control Broadcaster — no server file upload needed
You're already using the Broadcaster quota for the day Switch to IndexNow (no daily limit)

Project-Specific Settings

When a project is active (shown in the top-right corner of the Indexer), your IndexNow configuration saves to that project. Each project can have its own domain, API key, and key location. Switching projects loads that project's saved configuration.

Technical Reference

For a full technical breakdown of all search engine indexing methods supported by BulkPublishing.AI, including API specifications, response codes, and implementation details, see the SEARCH_ENGINE_INDEXING_METHODS.md file in the project's docs/ directory.