Download the PHP package firestorm23/seobundle without Composer
On this page you can find all versions of the php package firestorm23/seobundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download firestorm23/seobundle
More information about firestorm23/seobundle
Files in firestorm23/seobundle
Package seobundle
Short Description SEO manager, sitemap generator
License MIT
Homepage https://www.alpixel.fr
Informations about the package seobundle
SEOBundle
The SEOBundle provides a Symfony Bundle capable of handling auto generated meta tags, specific tags by route and sitemaps.
Installation
-
Install the package
-
Update AppKernel.php
- Update DB Schema
Meta tags annotation
There are 2 options for defining meta tags in your application :
Static tags
Work in progress
Dynamic tags with placholders
If you have meta tags which need to be defined from entities value, you can use the @MetaTag annotation in your controller.
After you set up the annotation, you'll need to run the following command which will register your new annotation in database.
Then you will have a new entry in the back office on the "SEO" panel. You should be able to configure the meta tags pattern for the given controller.
The impacted entity should provide placeholders. First, it should implements the Alpixel\Bundle\SEOBundle\Entity\MetaTagPlaceholderInterface Then you have to implement the getPlaceholders() method in your entity. This is an example :
All versions of seobundle with dependencies
sonata-project/seo-bundle Version ~1.1
presta/sitemap-bundle Version ~1.4.0