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

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

se7enxweb/xrowmetadata
======================

Add SEO Meta Data to content objects also provides sitemap capabilities to eZ Publish

v1.3.5(2y ago)2324↓33.3%5GPL-2.0-or-laterPHP

Since Jan 29Pushed 2mo agoCompare

[ Source](https://github.com/se7enxweb/xrowmetadata)[ Packagist](https://packagist.org/packages/se7enxweb/xrowmetadata)[ Fund](https://account.venmo.com/u/se7enxweb)[ Fund](https://cash.app/$7xweb)[ RSS](/packages/se7enxweb-xrowmetadata/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (5)

Xrow Meta Data
==============

[](#xrow-meta-data)

﻿Installation
=============

[](#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;`

[](#php-runcronjobsphp-sitemap)

`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} &lt;title&gt;{$meta.title|wash}&lt;/title&gt; {/if} {if $meta.keywords} {/if} {if $meta.description} {/if} {else} &lt;title&gt;{$site\_title}&lt;/title&gt; {foreach $site.meta as $key =&gt; $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 &amp; support
=============================

[](#troubleshooting--support)

Send email to service \[at\] xrow \[dot\] de

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance57

Moderate activity, may be stable

Popularity18

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

835d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d2a5049c5b1e7a22c301a2472d09281be35f717da316873861c1a8ae785ada7a?d=identicon)[7x](/maintainers/7x)

---

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)")[![se7enxweb](https://avatars.githubusercontent.com/u/51429274?v=4)](https://github.com/se7enxweb "se7enxweb (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)")[![gggeek](https://avatars.githubusercontent.com/u/308634?v=4)](https://github.com/gggeek "gggeek (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)")

### Embed Badge

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

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

PHPackages © 2026

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