PHPackages                             linderp/sulu-index-now-bundle - 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. linderp/sulu-index-now-bundle

ActiveSymfony-bundle[API Development](/categories/api)

linderp/sulu-index-now-bundle
=============================

Index Now Bundle for Sulu CMS

0.1.7.2(4mo ago)079MITPHPPHP ^8.2

Since Dec 19Pushed 4mo agoCompare

[ Source](https://github.com/pascallinder/SuluIndexNowBundle)[ Packagist](https://packagist.org/packages/linderp/sulu-index-now-bundle)[ RSS](/packages/linderp-sulu-index-now-bundle/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (10)Versions (8)Used By (0)

SuluIndexNowBundle
==================

[](#suluindexnowbundle)

**Sulu bundle that integrates IndexNow API to instantly inform search engines and web crawlers about content changes.**See  for details.

Installation
------------

[](#installation)

This bundle requires PHP 8.2 and Sulu 2.6.

1. Open a command console, enter your project directory and run:

```
composer require linderp/sulu-index-now-bundle
```

If you're **not** using Symfony Flex, you'll also need to add the bundle in your `config/bundles.php` file:

```
return [
    //...
    Linderp\SuluIndexNowBundle\SuluIndexNowBundle::class => ['all' => true],
];
```

2. Register the new routes by adding the following to your `routes_admin.yaml`:

```
SuluIndexNowBundle:
    resource: "@SuluIndexNowBundle/Resources/config/routes_admin.yml"
```

3. If you don't have the IndexNow setup already, generate your key at . Then follow the instructions and put the key file in the `public/` folder.
4. Add the file `config/packages/sulu_index_now.yaml` with the following configuration and replace `#your key here` with your actual key:

```
sulu_index_now:
    key: #your key here
    search_engines:
        IndexNow: 'https://api.indexnow.org/indexnow'
        Amazon: 'https://indexnow.amazonbot.amazon/indexnow'
        Bing: 'https://www.bing.com/indexnow'
        Naver: 'https://searchadvisor.naver.com/indexnow'
        Seznam: 'https://search.seznam.cz/indexnow'
        Yandex: 'https://yandex.com/indexnow'
        Yep: 'https://indexnow.yep.com/indexnow'
```

5. Reference the frontend code by adding the following to your `assets/admin/package.json`:

```
"dependencies": {
    "sulu-index-now-bundle": "file:../../vendor/linderp/sulu-index-now-bundle/Resources/js"
}
```

6. Import the frontend code by adding the following to your `assets/admin/app.js`:

```
import "sulu-index-now-bundle";
```

7. Build the admin UI:

```
cd assets/admin
npm run build
```

Usage
-----

[](#usage)

- The admin UI is available under **Settings → Index Now**.
- Publishing a page triggers IndexNow submission automatically (unless `seo.noIndex` is enabled).

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance76

Regular maintenance activity

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

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 ~9 days

Total

7

Last Release

143d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/linderp-sulu-index-now-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/linderp-sulu-index-now-bundle/health.svg)](https://phpackages.com/packages/linderp-sulu-index-now-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M577](/packages/shopware-core)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M737](/packages/sylius-sylius)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)[symfony/security-bundle

Provides a tight integration of the Security component into the Symfony full-stack framework

2.5k185.6M2.4k](/packages/symfony-security-bundle)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)

PHPackages © 2026

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