PHPackages                             eventiva/craft-indexnow - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. eventiva/craft-indexnow

ActiveCraft-plugin[API Development](/categories/api)

eventiva/craft-indexnow
=======================

IndexNow integration for Craft CMS – automatically notifies search engines of content changes when entries are saved or deleted.

1.0.0(2mo ago)00[1 issues](https://github.com/eventiva-solutions/CraftCMS-indexnow/issues)craftPHPPHP &gt;=8.2

Since Mar 10Pushed 2mo agoCompare

[ Source](https://github.com/eventiva-solutions/CraftCMS-indexnow)[ Packagist](https://packagist.org/packages/eventiva/craft-indexnow)[ RSS](/packages/eventiva-craft-indexnow/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

IndexNow for Craft CMS
======================

[](#indexnow-for-craft-cms)

**Instantly notify search engines whenever your content changes.** IndexNow is an open protocol that lets you push URL change notifications directly to search engines — no more waiting days for crawlers to discover your updates.

---

Why IndexNow?
-------------

[](#why-indexnow)

Search engines traditionally discover content changes by periodically crawling your site. With IndexNow, you flip that model: as soon as an entry is published, updated, or deleted in Craft, search engines are notified immediately. This means faster indexing, more accurate search results, and less unnecessary crawl traffic on your server.

IndexNow is supported by **Bing**, **Yandex**, **Seznam**, and the shared **IndexNow API** — one submission reaches them all.

---

Features
--------

[](#features)

### Automatic Submission

[](#automatic-submission)

The plugin listens for Craft entry save and delete events. Whenever a live entry with a public URL is changed, its URL is automatically queued and submitted — no manual action required.

### Two Submission Modes

[](#two-submission-modes)

- **Immediate:** URLs are sent to the search engine the moment an entry is saved. Ideal for sites with real-time content requirements.
- **Queued:** Changed URLs accumulate in a queue and are submitted in a single batch via a scheduled cron job. Ideal for high-volume sites or when you want to minimize API calls.

### Manual Actions

[](#manual-actions)

The control panel gives you full manual control at any time:

- Submit the current pending queue
- Submit every live page on your site in one go
- Clear the queue or the submission log

### API Key Management

[](#api-key-management)

Generate a cryptographically secure API key directly from the control panel. The plugin automatically creates the required verification file (e.g. `abc123.txt`) in your web root — no FTP, no manual file management.

### Submission Log

[](#submission-log)

Every submission is recorded with timestamp, HTTP status code, URL count, and any error details. The log holds the last 50 entries and is visible directly in the control panel.

### Console Commands

[](#console-commands)

Automate submissions from your server's cron scheduler:

```
# Submit pending URLs
php craft indexnow/submit

# Submit all live pages
php craft indexnow/submit/all
```

### Multi-Engine Support

[](#multi-engine-support)

Choose your preferred endpoint:

- `api.indexnow.org` (recommended — reaches all participating engines)
- `www.bing.com`
- `yandex.com`
- `search.seznam.cz`

### Fully Translated

[](#fully-translated)

Ships with English and German translations out of the box. All control panel strings use Craft's translation system, so adding further languages is straightforward.

---

Requirements
------------

[](#requirements)

- **Craft CMS** 5.7.0 or later
- **PHP** 8.2 or later
- cURL extension enabled

---

Setup
-----

[](#setup)

1. Install the plugin via the Craft Plugin Store or Composer.
2. Go to **IndexNow** in the Craft control panel.
3. Click **Generate new key** — the plugin creates the API key and the required verification file in your web root automatically.
4. Enable the plugin and choose your submission mode (immediate or queued).
5. If using queued mode, add the cron command shown in the settings to your server's crontab.

That's it. Every content change from this point on will be reported to search engines automatically.

---

Cron Example
------------

[](#cron-example)

```
# Submit pending IndexNow URLs every day at 3:00 AM
0 3 * * * php /var/www/html/craft indexnow/submit
```

---

Supported Search Engines
------------------------

[](#supported-search-engines)

EngineSupported via IndexNowBing / Microsoft✅Yandex✅Seznam✅GoogleParticipation announced, check google.com/indexnow for current status---

License
-------

[](#license)

This plugin requires a paid license. Licenses are managed through the [Craft Plugin Store](https://plugins.craftcms.com).

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance88

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

62d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c619a06012909dfbf41dee86c41050abebfda0aa4d1b6c35a341aabda458c762?d=identicon)[vxdy](/maintainers/vxdy)

---

Top Contributors

[![marcobajtl](https://avatars.githubusercontent.com/u/89908956?v=4)](https://github.com/marcobajtl "marcobajtl (3 commits)")[![eventiva-solutions](https://avatars.githubusercontent.com/u/265664530?v=4)](https://github.com/eventiva-solutions "eventiva-solutions (1 commits)")

---

Tags

cmsCraftseoyandexindexingsearch enginebingindexnow

### Embed Badge

![Health badge](/badges/eventiva-craft-indexnow/health.svg)

```
[![Health](https://phpackages.com/badges/eventiva-craft-indexnow/health.svg)](https://phpackages.com/packages/eventiva-craft-indexnow)
```

###  Alternatives

[nystudio107/craft-seomatic

SEOmatic facilitates modern SEO best practices &amp; implementation for Craft CMS 5. It is a turnkey SEO system that is comprehensive, powerful, and flexible.

1741.4M46](/packages/nystudio107-craft-seomatic)[wrav/oembed

A simple plugin to extract media information from websites, like youtube videos, twitter statuses or blog articles.

36205.0k3](/packages/wrav-oembed)[ymigval/laravel-indexnow

Laravel Service Library for notifying search engines about the latest content changes on their URLs using IndexNow.

3410.2k](/packages/ymigval-laravel-indexnow)[scaramangagency/craftagram

Grab Instagram content through the Instagram API

1426.0k](/packages/scaramangagency-craftagram)[craftpulse/craft-typesense

Craft Plugin that synchronises with Typesense

122.7k](/packages/craftpulse-craft-typesense)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
