PHPackages                             setono/sylius-seo-plugin - 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. setono/sylius-seo-plugin

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

setono/sylius-seo-plugin
========================

SEO plugin for your Sylius store

v1.0.0-beta.9(5mo ago)06.8k[1 issues](https://github.com/Setono/sylius-seo-plugin/issues)MITPHPPHP &gt;=8.1CI passing

Since Aug 14Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/Setono/sylius-seo-plugin)[ Packagist](https://packagist.org/packages/setono/sylius-seo-plugin)[ GitHub Sponsors](https://github.com/Setono)[ RSS](/packages/setono-sylius-seo-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (40)Versions (11)Used By (0)

Sylius SEO Plugin
=================

[](#sylius-seo-plugin)

[![Latest Version](https://camo.githubusercontent.com/5e163630f95ff12cff9bc44a89bd6d377abc23d50143b75fc8f9025ce3c9f880/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d73656f2d706c7567696e2f762f737461626c65)](https://packagist.org/packages/setono/sylius-seo-plugin)[![Software License](https://camo.githubusercontent.com/0d0411c56678e0fa74030d191290911988432ba14ecb86683732730ca3389e59/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d73656f2d706c7567696e2f6c6963656e7365)](LICENSE)[![Build Status](https://github.com/Setono/sylius-seo-plugin/workflows/build/badge.svg)](https://github.com/Setono/sylius-seo-plugin/actions)[![Code Coverage](https://camo.githubusercontent.com/cb43e20801fefe5770040a9ec55da84d3ecfbbeae721ce42b276c774a16fdc22/68747470733a2f2f636f6465636f762e696f2f67682f5365746f6e6f2f73796c6975732d73656f2d706c7567696e2f67726170682f62616467652e737667)](https://codecov.io/gh/Setono/sylius-seo-plugin)[![Mutation testing](https://camo.githubusercontent.com/7eb9cb6ffff0cbeeef6d0fa21e802fc8aa8e6e5dadeea1c8191ac920cd8d382a/68747470733a2f2f696d672e736869656c64732e696f2f656e64706f696e743f7374796c653d666c61742675726c3d687474707325334125324625324662616467652d6170692e737472796b65722d6d757461746f722e696f2532466769746875622e636f6d2532465365746f6e6f25324673796c6975732d73656f2d706c7567696e2532466d6173746572)](https://dashboard.stryker-mutator.io/reports/github.com/Setono/sylius-seo-plugin/master)

The intention of this plugin is to add all the missing SEO features to your Sylius store.

For now this plugin has:

- Schema.org data generation
- robots.txt file creation and management

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

[](#installation)

```
composer require setono/sylius-seo-plugin
```

### Import routing

[](#import-routing)

```
# config/routes/setono_sylius_seo.yaml
setono_sylius_seo:
    resource: "@SetonoSyliusSEOPlugin/Resources/config/routes.yaml"
```

### Implement `ChannelInterface`

[](#implement-channelinterface)

```
