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(3mo ago)022MITPHPPHP ^8.2

Since Dec 19Pushed 2mo 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 1mo ago

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

37

—

LowBetter than 83% of packages

Maintenance84

Actively maintained with recent releases

Popularity9

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

96d 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

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M310](/packages/easycorp-easyadmin-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)

PHPackages © 2026

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