PHPackages                             monsieurbiz/sylius-robots-txt-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. monsieurbiz/sylius-robots-txt-plugin

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

monsieurbiz/sylius-robots-txt-plugin
====================================

Manage your robot.txt from your Sylius admin pannel

v2.0.0(9mo ago)49.9k↓48.8%3MITPHPPHP ^8.2CI failing

Since Jul 29Pushed 9mo ago2 watchersCompare

[ Source](https://github.com/monsieurbiz/SyliusRobotsTxtPlugin)[ Packagist](https://packagist.org/packages/monsieurbiz/sylius-robots-txt-plugin)[ RSS](/packages/monsieurbiz-sylius-robots-txt-plugin/feed)WikiDiscussions 2.x Synced 1mo ago

READMEChangelog (5)Dependencies (9)Versions (8)Used By (0)

Sylius Robots TXT &amp; LLMs TXT
================================

[](#sylius-robots-txt--llms-txt)

[![Robots TXT Plugin license](https://camo.githubusercontent.com/f907807faeced893031c14bb56c0b74e171d7443b3d3e05e50188442cfd6b990/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6f6e736965757262697a2f53796c697573526f626f7473547874506c7567696e3f7075626c6963)](https://github.com/monsieurbiz/SyliusRobotsTxtPlugin/blob/master/LICENSE.txt)[![Tests Status](https://camo.githubusercontent.com/13e6ca00d6654ae3b302ff96c4ff26173eefcd4dc26646ece1f1a029b483975e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d6f6e736965757262697a2f53796c697573526f626f7473547874506c7567696e2f74657374732e79616d6c3f6272616e63683d6d6173746572266c6f676f3d676974687562)](https://github.com/monsieurbiz/SyliusRobotsTxtPlugin/actions?query=workflow%3ATests)[![Recipe Status](https://camo.githubusercontent.com/957e4b886b59bec48910af51a85bba68d7e7dcf632e9c171c6ee111a714e65a5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d6f6e736965757262697a2f53796c697573526f626f7473547874506c7567696e2f7265636970652e79616d6c3f6272616e63683d6d6173746572266c6162656c3d72656369706573266c6f676f3d676974687562)](https://github.com/monsieurbiz/SyliusRobotsTxtPlugin/actions?query=workflow%3ASecurity)[![Security Status](https://camo.githubusercontent.com/c10bb93d1390146b54b1688743022bbfc7708d00ddbf06d848d747cb35f10751/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d6f6e736965757262697a2f53796c697573526f626f7473547874506c7567696e2f73656375726974792e79616d6c3f6272616e63683d6d6173746572266c6162656c3d7365637572697479266c6f676f3d676974687562)](https://github.com/monsieurbiz/SyliusRobotsTxtPlugin/actions?query=workflow%3ASecurity)

Manage your robots.txt and llms.txt from your Sylius admin pannel

[![Demo of the settings form to manage robots.txt content](docs/images/demo.jpg)](docs/images/demo.jpg)

Compatibility
-------------

[](#compatibility)

Sylius VersionPHP Version2.0.08.2 - 8.32.1.08.2 - 8.3ℹ️ For Sylius 1.x, see our [1.x branch](https://github.com/monsieurbiz/SyliusRobotsTxtPlugin/tree/1.x) and all 1.x releases.

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

[](#installation)

If you want to use our recipes, you can configure your composer.json by running:

```
composer config --no-plugins --json extra.symfony.endpoint '["https://api.github.com/repos/monsieurbiz/symfony-recipes/contents/index.json?ref=flex/master","flex://defaults"]'
```

```
composer require monsieurbiz/sylius-robots-txt-plugin
```

Then remove your `robots.txt` file from your public directory.

```
rm public/robots.txt

```

For the installation without flex, follow these additional steps[Setup Settings Installation](https://github.com/monsieurbiz/SyliusSettingsPlugin/?tab=readme-ov-file#installation)

Change your `config/bundles.php` file to add this line for the plugin declaration:

```
