PHPackages                             michaeljjames/silverstripe-robots - 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. michaeljjames/silverstripe-robots

ActiveSilverstripe-module

michaeljjames/silverstripe-robots
=================================

Adds a Robots.txt file that is configurable from /admin/settings/.

198PHP

Since Dec 11Pushed 8y ago2 watchersCompare

[ Source](https://github.com/MichaelJJames/silverstripe-robots)[ Packagist](https://packagist.org/packages/michaeljjames/silverstripe-robots)[ RSS](/packages/michaeljjames-silverstripe-robots/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Silverstripe Robots
===================

[](#silverstripe-robots)

This module will allow you to have a dynamic robots.txt

Installation
============

[](#installation)

```
$ composer require michaeljjames/silverstripe-robots

```

You can also install manually by downloading the zip and extracting it into your site root.

You'll also need to run dev/build.

Configuration
=============

[](#configuration)

It is completely configurable inside /admin/settings

To configure your robots.txt file paste in your robots.txt confiuration into the textarea inside the robots tab in admin/settings/ or use the example below.

```
User-agent: *
Disallow: /admin
Disallow: /dev
Disallow: /?flush
Disallow: /assets
Allow: /

User-Agent: Googlebot-Image
Disallow: /admin
Disallow: /dev
Disallow: /?flush
Allow: /

Sitemap: https://www.domain.com/sitemap.xml

```

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/2f26b939a7a0a22940363728cbe509e348b706d0ca84723c4937fd7d200b7c3f?d=identicon)[MichaelJJames](/maintainers/MichaelJJames)

---

Top Contributors

[![MichaelJJames](https://avatars.githubusercontent.com/u/6860174?v=4)](https://github.com/MichaelJJames "MichaelJJames (4 commits)")

### Embed Badge

![Health badge](/badges/michaeljjames-silverstripe-robots/health.svg)

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

PHPackages © 2026

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