PHPackages                             drunomics/simple\_sitemap\_extensions - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. drunomics/simple\_sitemap\_extensions

AbandonedArchivedDrupal-module[Utility &amp; Helpers](/categories/utility)

drunomics/simple\_sitemap\_extensions
=====================================

Extensions for the simple\_sitemap drupal module.

1.4.3(4y ago)06.9kGPL-2.0+PHP

Since Nov 24Pushed 3y agoCompare

[ Source](https://github.com/drunomics/simple-sitemap-extensions)[ Packagist](https://packagist.org/packages/drunomics/simple_sitemap_extensions)[ RSS](/packages/drunomics-simple-sitemap-extensions/feed)WikiDiscussions 1.x Synced 3d ago

READMEChangelog (7)Dependencies (1)Versions (21)Used By (0)

Simple sitemap extensions
=========================

[](#simple-sitemap-extensions)

Overview:
---------

[](#overview)

Extends simple sitemap to add support for sitemap index files and configuring variants per index file.

Usage:
------

[](#usage)

- install module

### Sitemap index

[](#sitemap-index)

- goto /admin/config/search/simplesitemap/variants
- add one or more variants of type sitemap\_index

    `index | sitemap_index | Sitemap Index`

    or multiple:

    `site-a_index | sitemap_index | Sitemap Index Site A``site-b_index | sitemap_index | Sitemap Index Site B``site-c_index | sitemap_index | Sitemap Index Site C`
- add more variants you would need &amp; save configuration
- in /admin/config/search/simplesitemap/settings set the default sitemap variant to the sitemap index
- enable the variants which should be on a sitemap index on /admin/config/search/simplesitemap/sitemap-index
- export config, save &amp; regenerate sitemaps

### extended\_entity (Extended entity) sitemap type

[](#extended_entity-extended-entity-sitemap-type)

To get extra data for entities, as images.

For this a config file will be needed to be added. `simple_sitemap_extensions.extended_entity.image_paths.yml`

Which should define the mapping to the images for entity.

Example for a node article with different fields that contain images

```
node:
  article:
    fields:
      field_hero:
        -
          bundles:
            - gallery
          fields:
            field_media:
              -
                bundles:
                  - image
                fields:
                  field_image: true
        -
          bundles:
            - image
          fields:
            field_image:
              -
                bundles:
                  - image
                fields:
                  field_image: true
      field_paragraphs:
        -
          bundles:
            - gallery
          fields:
            field_media:
              -
                bundles:
                  - image
                fields:
                  field_image: true
        -
          bundles:
            - image
          fields:
            field_image:
              -
                bundles:
                  - image
                fields:
                  field_image: true
      field_teaser_media:
        -
          bundles:
            - image
          fields:
            field_image: true

```

Then add an `extended_entity` sitemap variant:

- goto /admin/config/search/simplesitemap/variants
- add the new variant of type `extended_entity`

Example: `variant_machine_name | extended_entity | Variant label`

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 57.7% 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 ~34 days

Recently: every ~85 days

Total

19

Last Release

1385d ago

### Community

Maintainers

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

---

Top Contributors

[![mbm80](https://avatars.githubusercontent.com/u/19147241?v=4)](https://github.com/mbm80 "mbm80 (15 commits)")[![ivangrozni](https://avatars.githubusercontent.com/u/3587288?v=4)](https://github.com/ivangrozni "ivangrozni (3 commits)")[![fago](https://avatars.githubusercontent.com/u/132232?v=4)](https://github.com/fago "fago (3 commits)")[![vasike](https://avatars.githubusercontent.com/u/514846?v=4)](https://github.com/vasike "vasike (2 commits)")[![jeremychinquistdrunomicscom](https://avatars.githubusercontent.com/u/35216319?v=4)](https://github.com/jeremychinquistdrunomicscom "jeremychinquistdrunomicscom (1 commits)")[![golubovic-m](https://avatars.githubusercontent.com/u/86045872?v=4)](https://github.com/golubovic-m "golubovic-m (1 commits)")[![GolubovicM](https://avatars.githubusercontent.com/u/6224089?v=4)](https://github.com/GolubovicM "GolubovicM (1 commits)")

### Embed Badge

![Health badge](/badges/drunomics-simple-sitemap-extensions/health.svg)

```
[![Health](https://phpackages.com/badges/drunomics-simple-sitemap-extensions/health.svg)](https://phpackages.com/packages/drunomics-simple-sitemap-extensions)
```

###  Alternatives

[droptica/droopler

Droopler - SEO Friendly CMS &amp; Site Builder - is a Drupal-based website builder that helps you create beautiful, fast, and easy-to-manage websites

6543.1k1](/packages/droptica-droopler)

PHPackages © 2026

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