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

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

setono/sylius-pagination-plugin
===============================

A Sylius plugin that handles pagination for SEO purposes

08[1 PRs](https://github.com/Setono/SyliusPaginationPlugin/pulls)PHP

Since Mar 28Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Setono/SyliusPaginationPlugin)[ Packagist](https://packagist.org/packages/setono/sylius-pagination-plugin)[ RSS](/packages/setono-sylius-pagination-plugin/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (2)Used By (0)

Sylius Pagination Plugin
========================

[](#sylius-pagination-plugin)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f7041701caa553157ab51bdb3d6f19cc0e61f205009cceee42e402edfaa4b2d8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7365746f6e6f2f73796c6975732d706167696e6174696f6e2d706c7567696e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/setono/sylius-pagination-plugin)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Build Status](https://camo.githubusercontent.com/7da7683ef979ee43b9a31e9333dcd2028f0cd203f604524770955764cd13fed2/68747470733a2f2f7472617669732d63692e636f6d2f5365746f6e6f2f53796c697573506167696e6174696f6e506c7567696e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/Setono/SyliusPaginationPlugin)[![Quality Score](https://camo.githubusercontent.com/d1957b6f7e4c7c8c6f6d82b4e7df37293e1221a981893c6293c7fcd511595adf/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f5365746f6e6f2f53796c697573506167696e6174696f6e506c7567696e2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/Setono/SyliusPaginationPlugin)

Add prev and next links to your Sylius paginated pages.

**UPDATED: Google does not use prev/next links in ranking nor indexing. See [searchengineland.com/google-apologizes-for-relnext-prev-mixup-314494](https://searchengineland.com/google-apologizes-for-relnext-prev-mixup-314494)**

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

[](#installation)

### Step 1: Download the plugin

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

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

```
$ composer require setono/sylius-pagination-plugin
```

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 plugin

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

Then, enable the plugin by adding it to the list of registered plugins/bundles in `config/bundles.php`:

```
