PHPackages                             mvo/contao-opengraph-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. mvo/contao-opengraph-tags

ActiveContao-bundle[Utility &amp; Helpers](/categories/utility)

mvo/contao-opengraph-tags
=========================

Add opengraph tags to your pages in Contao Open Source CMS

v1.2.0(6y ago)77771MITPHP &gt;=7.1

Since Sep 12Compare

[ Source](https://github.com/m-vo/contao-opengraph-tags)[ Packagist](https://packagist.org/packages/mvo/contao-opengraph-tags)[ RSS](/packages/mvo-contao-opengraph-tags/feed)WikiDiscussions Synced 2w ago

READMEChangelog (10)Dependencies (4)Versions (12)Used By (1)

contao-opengraph-tags
=====================

[](#contao-opengraph-tags)

This bundle adds OpenGraph meta tags to pages in Contao Open Source CMS.

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

[](#installation)

#### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require mvo/contao-opengraph-tags
```

#### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

**Skip this point if you are using a *Managed Edition* of Contao.**

Enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
