PHPackages                             norsys/seo-bundle - 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. norsys/seo-bundle

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

norsys/seo-bundle
=================

Handle SEO metatags config &amp; rendering

1.0.0(7y ago)11041MITPHPPHP &gt;=7.0.0

Since Jul 17Pushed 7y ago8 watchersCompare

[ Source](https://github.com/norsys/seo-bundle)[ Packagist](https://packagist.org/packages/norsys/seo-bundle)[ RSS](/packages/norsys-seo-bundle/feed)WikiDiscussions master Synced 2mo ago

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

Seo Bundle
==========

[](#seo-bundle)

[![Package version](https://camo.githubusercontent.com/6ab138a4c6d0910ef074074284f360c3117f1fd56ee1eba1eb674abb87787fda/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6f727379732f73656f2d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/norsys/seo-bundle)[![Total Downloads](https://camo.githubusercontent.com/7cd95eeac5ddbf3c4969b2358540a60f67929d90051fcbeebaa02366de5f8091/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e6f727379732f73656f2d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/norsys/seo-bundle)[![Build Status](https://camo.githubusercontent.com/d0ea8ebce388f24268479271fedd667ce4184317c50d855ec9ce294df6a5679f/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4d365765622f417069457863657074696f6e42756e646c652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/M6Web/ApiExceptionBundle)[![Scrutinizer Coverage](https://camo.githubusercontent.com/a5ec7a2c043dc48100121c697fdc924ced095d03bd66ae1d6e850e137f9dffea/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6e6f727379732f73656f2d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/norsys/seo-bundle/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/100330a2e2f7aa22cf096da20abcacad572f3c580a09f0a3122e2d6e22ba380a/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6e6f727379732f73656f2d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/norsys/seo-bundle/?branch=master)[![License](https://camo.githubusercontent.com/359298f113f8aacb7c1cf1b8f11be714377fc4e98c119f9f6e87095be629eb17/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6e6f727379732f73656f2d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://github.com/norsys/seo-bundle/blob/master/LICENSE)

[![SensioLabsInsight](https://camo.githubusercontent.com/005cde99d1e9480643ba2a6572e1f82ca95e71898910b518032700ec9d44ca8e/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f31643061613738322d653065652d343730322d613062322d3635363465356231366531612f6269672e706e67)](https://insight.sensiolabs.com/projects/1d0aa782-e0ee-4702-a0b2-6564e5b16e1a)

This project is a bundle to handle SEO meta/link tags configuration &amp; rendering

Installation
============

[](#installation)

Step 1: Add the repository &amp; download the Bundle
----------------------------------------------------

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

Open a command console, enter your project directory and execute the following commands:

```
# download the latest stable version of this bundle:
$ composer require norsys/seo-bundle
```

This command requires you to have `composer` installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

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

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

```
