Adds the controls used to edit the SEO title and description of the page.
Adds SEO properties to exported pages.
Adds the Google Analytics script at the end of the body, unless one of the following conditions is met:
- "localhost" is in the server name.
- The user is the admin.
- The page or the displayed record is offline.
Extends the site edit block with a SEO
group and controls for the Google Analytics UA
and the Google Site Verification key.
Replaces the title of the document with the SEO title before the title is rendered.
Adds the Description
and google-site-verification
metas.
Adds the canonical address of the document.
The package requires PHP 5.4 or later.
The package also requires an installation of Icybee.
The recommended way to install this package is through Composer.
Create a composer.json
file and run php composer.phar install
command to install it:
$ composer require icybee/module-seo
The package is available on GitHub, its repository can be cloned with the following command line:
$ git clone git://github.com/Icybee/module-seo.git images
The test suite is ran with the make test
command. Composer is
automatically installed as well as all the dependencies required to run the suite. The package
directory can later be cleaned with the make clean
command.
The package is continuously tested by Travis CI.
The package is documented as part of the Icybee CMS
documentation. The documentation for the package and its
dependencies can be generated with the make doc
command. The documentation is generated in
the docs
directory using ApiGen. The package directory can later by
cleaned with the make clean
command.
The module is licensed under the New BSD License - See the LICENSE file for details.