PHPackages                             gorriecoe/silverstripe-meta - 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. gorriecoe/silverstripe-meta

ActiveSilverstripe-vendormodule

gorriecoe/silverstripe-meta
===========================

Improves silverstripes html meta data options.

2.0.2(6y ago)17.7k5[1 PRs](https://github.com/gorriecoe/silverstripe-meta/pulls)1BSD-3-ClausePHPCI failing

Since Apr 26Pushed 6y ago1 watchersCompare

[ Source](https://github.com/gorriecoe/silverstripe-meta)[ Packagist](https://packagist.org/packages/gorriecoe/silverstripe-meta)[ Docs](http://github.com/gorriecoe/silverstripe-meta)[ RSS](/packages/gorriecoe-silverstripe-meta/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (6)Dependencies (1)Versions (7)Used By (1)

Silverstripe meta
=================

[](#silverstripe-meta)

Improves silverstripes html meta data options.

Installation
------------

[](#installation)

Composer is the recommended way of installing SilverStripe modules.

```
composer require gorriecoe/silverstripe-meta

```

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

[](#requirements)

- silverstripe/cms ^4.0

Maintainers
-----------

[](#maintainers)

- [Gorrie Coe](https://github.com/gorriecoe)

Usage
-----

[](#usage)

Add the `$MetaTags` in the `head` as you would normally do in [SilverStripe](https://docs.silverstripe.org/en/4/developer_guides/templates/common_variables/#meta-tags). The only difference is that `$MetaTags` can no longer be passed false to prevent the title tag

```

    {$MetaTags}

```

### Modify title tag

[](#modify-title-tag)

If you want to modify title tag, include `$meta_data` variable with `MetaTitle` key in your page.

```
