PHPackages                             pedroborges/kirby-meta-tags - 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. pedroborges/kirby-meta-tags

ActiveKirby-plugin

pedroborges/kirby-meta-tags
===========================

HTML meta tags generator for Kirby 3.

v2.1.0(4y ago)9723.1k↓50%11[3 PRs](https://github.com/pedroborges/kirby-meta-tags/pulls)2MITPHPPHP &gt;=7.1.0

Since Feb 26Pushed 3y ago5 watchersCompare

[ Source](https://github.com/pedroborges/kirby-meta-tags)[ Packagist](https://packagist.org/packages/pedroborges/kirby-meta-tags)[ Docs](https://github.com/pedroborges/kirby-meta-tags)[ RSS](/packages/pedroborges-kirby-meta-tags/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (12)Used By (2)

Kirby Meta Tags [![Release](https://camo.githubusercontent.com/e0702d8df8cc59c78caf6e65285a88873c4119728d77b4b79b12f4cd314092d8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f706564726f626f726765732f6b697262792d6d6574612d746167732e737667)](https://github.com/pedroborges/kirby-meta-tags/releases) [![Issues](https://camo.githubusercontent.com/6c8c81198a133259797b0ebf1776b06d18c73e4448f802c9a413124d3146243a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f706564726f626f726765732f6b697262792d6d6574612d746167732e737667)](https://github.com/pedroborges/kirby-meta-tags/issues)
======================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#kirby-meta-tags--)

HTML meta tags generator for Kirby. Supports [Open Graph](http://ogp.me), [Twitter Cards](https://dev.twitter.com/cards/overview), and [JSON Linked Data](https://json-ld.org) out of the box.

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

[](#requirements)

- Kirby 3
- PHP 7.1+

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

[](#installation)

### Download

[](#download)

Download and copy this repository to `site/plugins/meta-tags`.

### Git submodule

[](#git-submodule)

```
git submodule add https://github.com/pedroborges/kirby-meta-tags.git site/plugins/meta-tags

```

### Composer

[](#composer)

```
composer require pedroborges/kirby-meta-tags

```

> For Kirby 2, you can download [v1.1.1](https://github.com/pedroborges/kirby-meta-tags/archive/v1.1.1.zip) and copy the files to `site/plugins/meta-tags`.

Basic Usage
-----------

[](#basic-usage)

After installing the Meta Tags plugin, you need to add one line to the `head` element on your template, or `header.php` snippet:

```

+
```

By default the `metaTags` page method will render all tag groups at once. But you can also render only one tag at a time:

```
