PHPackages                             zae/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. zae/craft-indexnow

ActiveLibrary

zae/craft-indexnow
==================

Craft IndexNow

1.0.2(3y ago)07MITPHPPHP &gt;=7.4.0

Since Sep 11Pushed 3y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

Installation
============

[](#installation)

Composer
--------

[](#composer)

`composer require zae/craft-indexnow`

Module
------

[](#module)

Add the module to your config:

```
/* config/app.php */
return [
    'modules' => [
        'indexNow' => Zae\IndexNow\Module::class,
    ],
    'bootstrap' => [
        'indexNow'
    ],
];
```

Key
---

[](#key)

Generate a random key

```
./craft indexNow/key/generate

```

and add it to the config:

```
/* config/general.php */
return [
    '*' => [
        'indexNowKey' => getenv('INDEXNOW_KEY'),
    ]
];
```

```
#.env
INDEXNOW_KEY=XXX
```

Add it to your webroot, make a file called `{key}.txt` and put the key in the file. This means the `web` folder in this craft installation or the webroot of your headless frontend if you use that.

```
/* web/{key}.txt */
{key}

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Every ~0 days

Total

3

Last Release

1342d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7195cfa9749ba405e65f0ff1ef74293f2d518bea06b2588d04179baad63b3e8c?d=identicon)[Zae](/maintainers/Zae)

---

Top Contributors

[![Zae](https://avatars.githubusercontent.com/u/96126?v=4)](https://github.com/Zae "Zae (4 commits)")

---

Tags

Craftindex-now

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/zae-craft-indexnow/health.svg)](https://phpackages.com/packages/zae-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)[verbb/navigation

Create navigation menus for your site.

90683.7k17](/packages/verbb-navigation)[verbb/image-resizer

Resize assets when they are uploaded.

127269.1k7](/packages/verbb-image-resizer)[verbb/formie

The most user-friendly forms plugin for Craft.

101372.9k40](/packages/verbb-formie)[verbb/cp-nav

Manage the Craft Control Panel navigation.

128186.9k3](/packages/verbb-cp-nav)[verbb/workflow

Enforce multi-step review processes for creating entries.

138120.3k1](/packages/verbb-workflow)

PHPackages © 2026

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