PHPackages                             room9/globalmetadata - 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. room9/globalmetadata

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

room9/globalmetadata
====================

Allows setting global MetaTitle and MetaDescription fields that can be overridden on individual pages.

v1.0.0(9y ago)02391BSD-3-ClausePHP

Since Mar 1Pushed 9y ago4 watchersCompare

[ Source](https://github.com/nathancox/silverstripe-globalmetadata)[ Packagist](https://packagist.org/packages/room9/globalmetadata)[ RSS](/packages/room9-globalmetadata/feed)WikiDiscussions stable Synced 2mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

SilverStripe Global Metadata Module
===================================

[](#silverstripe-global-metadata-module)

This module lets you set a default MetaTitle and MetaDescription in site settings that can be overridden on individual pages.

Maintainer Contacts
-------------------

[](#maintainer-contacts)

Nathan Cox ()

Requirements
------------

[](#requirements)

- SilverStripe 3.2+

Documentation
-------------

[](#documentation)

[GitHub](https://github.com/room9/silverstripe-globalmetadata)

Installation Instructions
-------------------------

[](#installation-instructions)

Unzip into a root folder called globalmetadata and run dev/build.

Coming soon: composer

Usage Overview
--------------

[](#usage-overview)

If MetaTitle is enabled it adds a field to every page. Then the page's MetaTitle() is called (eg in a template) it will use the value of this field first. If the field is empty it will fall back to the MetaTitle defined in Settings. If that is empty it will use the page's Title. If you're using $MetaTags in the template with show title enabled it will output the title tag using MetaTitle(). Otherwise it can be accessed in templates using $MetaTitle.

MetaData works the same way as MetaTitle. If a page doesn't have a MetaDescription set then $MetaTags() will output a meta description element containing the default description from Settings.

Config options:

```
SiteConfig:
  show_meta_title: true					// turn on/off the meta title fields and behaviour
  show_meta_description: true			// turn on/off the meta description field and behaviour
  meta_title_description: ''			// set text that appears under the default meta title field
  meta_description_description: ''		// set text that appears under the default meta description field

Page:
  meta_title_description: ''			// set text that appears under the page meta title field
  meta_description_description: ''	    // set text that appears under the page meta description field
```

Issues
------

[](#issues)

Please [create an issue](http://github.com/room9/silverstripe-globalmetadata/issues) for any bugs you've found, or features you're missing.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Unknown

Total

1

Last Release

3356d ago

### Community

---

Top Contributors

[![nathancox](https://avatars.githubusercontent.com/u/194315?v=4)](https://github.com/nathancox "nathancox (6 commits)")

---

Tags

silverstripe

### Embed Badge

![Health badge](/badges/room9-globalmetadata/health.svg)

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

###  Alternatives

[phmlabs/annovent

Simple lightweight event dispatcher using annotations for registering listeners

113.3k](/packages/phmlabs-annovent)

PHPackages © 2026

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