PHPackages                             wearejust/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. wearejust/kirby-meta-tags

ActiveKirby-plugin[Utility &amp; Helpers](/categories/utility)

wearejust/kirby-meta-tags
=========================

HTML meta tags generator for Kirby 3.

3.0.1(3y ago)512.2k—4.2%MITPHPPHP &gt;=8.0

Since Feb 26Pushed 3y agoCompare

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

READMEChangelog (2)Dependencies (1)Versions (14)Used By (0)

Kirby Meta Tags [![Release](https://camo.githubusercontent.com/79d83a96f25489c00c5dd3a3565d6f40dbe39121316639c4e08e5081ae903911/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f77656172656a7573742f6b697262792d6d6574612d746167732e737667)](https://github.com/wearejust/kirby-meta-tags/releases) [![Issues](https://camo.githubusercontent.com/855fb4d1f7f1276adaa8cfcde04f1d276daa358efd671c1ec886736214769618/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f77656172656a7573742f6b697262792d6d6574612d746167732e737667)](https://github.com/wearejust/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 8.0

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

[](#installation)

### Download

[](#download)

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

### Composer

[](#composer)

```
composer require wearejust/kirby-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:

```
