PHPackages                             frosh/robots-txt - 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. frosh/robots-txt

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

frosh/robots-txt
================

Generate robots.txt

0.2.2(1y ago)1033.9k↓57.6%4[1 issues](https://github.com/FriendsOfShopware/FroshRobotsTxt/issues)MITPHPCI passing

Since Feb 22Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/FriendsOfShopware/FroshRobotsTxt)[ Packagist](https://packagist.org/packages/frosh/robots-txt)[ RSS](/packages/frosh-robots-txt/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

FroshRobotsTxt
==============

[](#froshrobotstxt)

[![Twitter Follow](https://camo.githubusercontent.com/586697c5bf7ed25f81759357dc11b7aa3f3a4930fc169a256ccbb18451834fe0/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f666f6c6c6f772f53686f7077617265467269656e64733f7374796c653d666c61742d737175617265266c6f676f3d74776974746572)](https://twitter.com/ShopwareFriends)[![Slack](https://camo.githubusercontent.com/b2eef98bee91ac74751f36bca06ae2066d9e6791d9d71381c6805c1cf594a532/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f536c61636b2d253233667269656e64736f6673686f70776172652d626c75653f7374796c653d666c61742d737175617265266c6f676f3d536c61636b)](https://slack.shopware.com)

This plugin provides a `robots.txt` for a Shopware 6 shop. Currently it is not possible to distinguish different user-agents. Note that in general only the `robots.txt` at the root [will be considered](https://developers.google.com/search/docs/advanced/robots/create-robots-txt#format_location).

`Allow` and `Disallow` rules
----------------------------

[](#allow-and-disallow-rules)

Currently there exist the following default rules

```
Allow: /
Disallow: /*?
Allow: /*theme/
Allow: /media/*?ts=

```

If you need to modify them this should be done by a template modification. If there are other general rules which are useful for others, consider creating a pull request.

It is possible to configure the `Disallow` and `Allow` rules in the plugin configuration. Each line needs to start with `Allow:` or `Disallow:` followed by the URI-path. The generated `robots.txt` will contain each path prefixed with the absolute base path.

For example suppose you have two "domains" configured for a sales channel `example.com` and `example.com/en` and the plugin configuration

```
Disallow: /account/
Disallow: /checkout/
Disallow: /widgets/
Allow: /widgets/cms/
Allow: /widgets/menu/offcanvas

```

The `robots.txt` at `example.com/robots.txt` contains:

```
Disallow: /en/account/
Disallow: /en/checkout/
Disallow: /en/widgets/
Allow: /en/widgets/cms/
Allow: /en/widgets/menu/offcanvas
Disallow: /account/
Disallow: /checkout/
Disallow: /widgets/
Allow: /widgets/cms/
Allow: /widgets/menu/offcanvas

```

Sitemaps
--------

[](#sitemaps)

In addition to the rules the sitemaps containing the domain will be linked. Again suppose we have the domains `example.com` and `example.com/en` configured, the `robots.txt` will contain

```
Sitemap: https://example.com/en/sitemap.xml
Sitemap: https://example.com/sitemap.xml

```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance46

Moderate activity, may be stable

Popularity36

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 72.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~202 days

Total

4

Last Release

568d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7c45ef9077b73fce78afbfab2fa27e611a453dd77de003e2785ac84105d02bef?d=identicon)[shyim](/maintainers/shyim)

---

Top Contributors

[![aragon999](https://avatars.githubusercontent.com/u/6317761?v=4)](https://github.com/aragon999 "aragon999 (24 commits)")[![shyim](https://avatars.githubusercontent.com/u/6224096?v=4)](https://github.com/shyim "shyim (4 commits)")[![jankal](https://avatars.githubusercontent.com/u/6324332?v=4)](https://github.com/jankal "jankal (3 commits)")[![quisse](https://avatars.githubusercontent.com/u/2648853?v=4)](https://github.com/quisse "quisse (1 commits)")[![wannevancamp](https://avatars.githubusercontent.com/u/3399877?v=4)](https://github.com/wannevancamp "wannevancamp (1 commits)")

### Embed Badge

![Health badge](/badges/frosh-robots-txt/health.svg)

```
[![Health](https://phpackages.com/badges/frosh-robots-txt/health.svg)](https://phpackages.com/packages/frosh-robots-txt)
```

###  Alternatives

[frosh/tools

Provides some basic things for managing the Shopware Installation

79709.7k2](/packages/frosh-tools)[frosh/development-helper

Development Helper

90286.1k](/packages/frosh-development-helper)[shopware-pwa/shopware-pwa

Shopware PWA extension

4074.0k](/packages/shopware-pwa-shopware-pwa)[swag/migration-assistant

Migration plugin for shopware/platform

2036.3k](/packages/swag-migration-assistant)[werkstattl/openblogware

OpenBlogware: A Blog Module for Shopware 6.

415.7k](/packages/werkstattl-openblogware)[basecom/sw6-fixtures-plugin

basecom Fixtures Plugin

18185.5k](/packages/basecom-sw6-fixtures-plugin)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
