PHPackages                             xrow/xrowmetadata-ls - 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. xrow/xrowmetadata-ls

ActiveEzpublish-legacy-extension[Utility &amp; Helpers](/categories/utility)

xrow/xrowmetadata-ls
====================

Add Metadata and sitemap capabilities to eZ Publish.

1.3.5(4y ago)218.9k14GPL-2.0PHP

Since Mar 11Pushed 2y ago12 watchersCompare

[ Source](https://github.com/xrowgmbh/xrowmetadata)[ Packagist](https://packagist.org/packages/xrow/xrowmetadata-ls)[ RSS](/packages/xrow-xrowmetadata-ls/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (1)Versions (18)Used By (0)

```
﻿Installation:

After this the extension has been installed. You should be able to generate the sitemap
using the runcronjobs.php script. See "xrowsitemap.ini" for more configuration options.

    # php runcronjobs.php sitemap
    Running cronjob part 'sitemap'
	Running extension/xrowmetadata/cronjobs/sitemap.php at: 14.10.2011 12:31
	Generating Regular Sitemaps...

	Generating Sitemap for Siteaccess XYZ

	Adding 578 nodes to the sitemap.
	578 / 578 [+++++++++++++++++++++++++++++++++++++++++++++++++++++++++>] 100,00%

	Sitemap var/storage/sitemap/XYZ/urlset_standard_XYZ.xml for siteaccess XYZ has been generated.

	Completing extension/xrowmetadata/cronjobs/sitemap.php at: 14.10.2011 12:31
	Elapsed time: 00:00:08

This will create a file for every siteaccess within your eZ Publish root directory. These files are usually named "sitemap_access.xml", but you can change that in the INI file.

Please ensure that your Apache rewrite rules permit access to the XML File. This can be done by adding the following line to your .htaccess or Apache configuration file:

    RewriteRule ^sitemap[^/]*\.xml - [L]

Finally you need to attached the Metadatatype to some of your content classes and add the following code to you head of your HTML document.

{def $meta = metadata( $module_result.node_id ) }
{if $meta}
    {if $meta.title}
        {$meta.title|wash}
    {/if}
    {if $meta.keywords}

    {/if}
    {if $meta.description}

    {/if}
{else}
    {$site_title}
    {foreach $site.meta as $key => $item }

    {/foreach}
{/if}

Register sitemap in robots.txt:

Option 1.)
    Add this to the end of the "robots.txt" file

    ----------------
    Sitemap: http://www.example.com/sitemaps/index
    ----------------
Option 2.)
    Add this to the end of the ".htaccess" file
    ----------------
    RewriteRule ^robots\.txt$ - [C]
    RewriteRule .* http://%{HTTP_HOST}/sitemaps/robots [P]

    RewriteRule ^sitemap\.xml$ - [C]
    RewriteRule .* http://%{HTTP_HOST}/sitemaps/index [P]
    ----------------

Troubleshooting & support
=========================
Send email to service [at] xrow [dot] de

```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~361 days

Total

17

Last Release

1543d ago

### Community

Maintainers

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

---

Top Contributors

[![xinyuexrow](https://avatars.githubusercontent.com/u/2157109?v=4)](https://github.com/xinyuexrow "xinyuexrow (27 commits)")[![xrow](https://avatars.githubusercontent.com/u/295491?v=4)](https://github.com/xrow "xrow (16 commits)")[![alafon](https://avatars.githubusercontent.com/u/304638?v=4)](https://github.com/alafon "alafon (11 commits)")[![xrowrobert](https://avatars.githubusercontent.com/u/1880146?v=4)](https://github.com/xrowrobert "xrowrobert (5 commits)")[![dennisxrow](https://avatars.githubusercontent.com/u/8330144?v=4)](https://github.com/dennisxrow "dennisxrow (4 commits)")[![xrowkristina](https://avatars.githubusercontent.com/u/2361764?v=4)](https://github.com/xrowkristina "xrowkristina (4 commits)")[![georgfranz](https://avatars.githubusercontent.com/u/366371?v=4)](https://github.com/georgfranz "georgfranz (2 commits)")[![StephanBoganskyXrow](https://avatars.githubusercontent.com/u/756353?v=4)](https://github.com/StephanBoganskyXrow "StephanBoganskyXrow (1 commits)")[![darinda](https://avatars.githubusercontent.com/u/8490373?v=4)](https://github.com/darinda "darinda (1 commits)")[![brookinsconsulting](https://avatars.githubusercontent.com/u/617031?v=4)](https://github.com/brookinsconsulting "brookinsconsulting (1 commits)")[![gggeek](https://avatars.githubusercontent.com/u/308634?v=4)](https://github.com/gggeek "gggeek (1 commits)")

### Embed Badge

![Health badge](/badges/xrow-xrowmetadata-ls/health.svg)

```
[![Health](https://phpackages.com/badges/xrow-xrowmetadata-ls/health.svg)](https://phpackages.com/packages/xrow-xrowmetadata-ls)
```

###  Alternatives

[ezsystems/eztags-ls

eZ Tags is an extension for eZ Publish, providing more functionality for tagging content objects than ezkeyword datatype included in eZ Publish kernel.

40203.6k2](/packages/ezsystems-eztags-ls)[ezsystems/ezautosave-ls

Content editing autosave extension for eZ Publish legacy

22423.2k3](/packages/ezsystems-ezautosave-ls)[ezsystems/legacy-bridge

eZ Platform bridge to eZ Publish Legacy

17118.6k4](/packages/ezsystems-legacy-bridge)

PHPackages © 2026

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