PHPackages                             webvpf/wn-robots-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. webvpf/wn-robots-plugin

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

webvpf/wn-robots-plugin
=======================

Robots - plugin for Winter CMS. Adds robots.txt for your site.

v1.0.2(3y ago)31.1kMITPHP

Since Jul 7Pushed 1y ago1 watchersCompare

[ Source](https://github.com/WebVPF/wn-robots-plugin)[ Packagist](https://packagist.org/packages/webvpf/wn-robots-plugin)[ Docs](https://github.com/WebVPF/wn-robots-plugin)[ RSS](/packages/webvpf-wn-robots-plugin/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

Robots plugin
=============

[](#robots-plugin)

This plugin adds robots.txt file for your Winter CMS site.

---

A `robots.txt` file is used to manage crawler traffic to your site. It tells search engine crawlers which URLs the crawler can access on your site. This is used mainly to avoid overloading your site with requests.

Getting started
---------------

[](#getting-started)

Use composer to install the plugin:

```
composer require webvpf/wn-robots-plugin
```

Editing robots.txt
------------------

[](#editing-robotstxt)

In the backend of your application, go to settings and select `Robots.txt`. When filling out the rules, you can use Twig.

An example of filling robots.txt:

```
User-agent: *
Allow: /
Sitemap: {{ 'sitemap.xml'|app }}
```

or

```
Sitemap: {{ url('sitemap.xml') }}
```

As a result, robots.txt will look like this:

```
User-agent: *
Allow: /
Sitemap: https://example.com/sitemap.xml
```

Instructions for robots.txt
---------------------------

[](#instructions-for-robotstxt)

For detailed instructions on filling out the robots.txt file, see [developers.google.com](https://developers.google.com/search/docs/crawling-indexing/robots/create-robots-txt)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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.

###  Release Activity

Cadence

Every ~104 days

Total

3

Last Release

1203d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7445b1b017644e642f1a2ac78bb6eb7565baaae3aebebe03e60e9549846f64da?d=identicon)[webvpf](/maintainers/webvpf)

---

Top Contributors

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

---

Tags

wintercmswintercms-pluginwinter cmswintercmswintercms-plugin

### Embed Badge

![Health badge](/badges/webvpf-wn-robots-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/webvpf-wn-robots-plugin/health.svg)](https://phpackages.com/packages/webvpf-wn-robots-plugin)
```

###  Alternatives

[winter/wn-blog-plugin

Blog plugin for Winter CMS

2042.1k3](/packages/winter-wn-blog-plugin)[winter/wn-sitemap-plugin

Sitemap plugin for Winter CMS

1042.6k1](/packages/winter-wn-sitemap-plugin)[winter/wn-tailwindui-plugin

Provides a TailwindUI-based skin for the Winter CMS backend.

1812.8k](/packages/winter-wn-tailwindui-plugin)[winter/wn-seo-plugin

Winter CMS plugin for managing SEO tags

106.3k](/packages/winter-wn-seo-plugin)[winter/wn-notes-plugin

Easily add notes to any record in WinterCMS

121.4k](/packages/winter-wn-notes-plugin)

PHPackages © 2026

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