PHPackages                             thepoddi/kirby3-seokit - 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. thepoddi/kirby3-seokit

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

thepoddi/kirby3-seokit
======================

SEO Kit for Kirby 3 including sitemap.xml and robotx.txt

1.0.0(7y ago)510MITPHP

Since Mar 6Pushed 7y ago3 watchersCompare

[ Source](https://github.com/ThePoddi/kirby3-seokit)[ Packagist](https://packagist.org/packages/thepoddi/kirby3-seokit)[ RSS](/packages/thepoddi-kirby3-seokit/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Kirby 3 SEO Kit
===============

[](#kirby-3-seo-kit)

SEO Plugin for Kirby 3.

In the first step, this plugin combines the Kirby 2 Plugins [Kirby Plugin: Robots](https://github.com/ThePoddi/kirby-robots) and [Kirby Plugin: Sitemap](https://github.com/ThePoddi/kirby-sitemap) in one SEO Kit for Kirby 3. More features like Meta Tags, Structured Data and options via panel are on my todo list.

---

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

[](#installation)

### Download

[](#download)

Download and copy this repository to `/site/plugins/seokit`.

### Git submodule

[](#git-submodule)

Include this repository as a submodule

```
git submodule add https://github.com/thepoddi/kirby3-seokit.git site/plugins/seokit

```

### Composer

[](#composer)

```
composer require thepoddi/kirby3-seokit

```

---

Usage
-----

[](#usage)

This plugin sets a robots file to `/robots.txt` and a sitemap file to `/sitemap.xml` as a kirby route. There is no actual file generated.

---

Config
------

[](#config)

There are several config options you can edit via Kirby’s config file `/site/config/config.php`.

### robots.txt

[](#robotstxt)

#### Ignore Pages

[](#ignore-pages)

Ignore specific pages by URI - example: 'blog/my-article'. (array) *Default: error*

```
'thepoddi.seokit.robots.disallow.pages' => array( 'error' ),

```

Ignore pages by intended templates. (array) *Default: error*

```
'thepoddi.seokit.robots.disallow.templates' => array( 'error' ),

```

Ignore unlisted pages. (boolean) *Default: true*

```
'thepoddi.seokit.robots.disallow.unlisted' => true,

```

#### Set Sitemap File

[](#set-sitemap-file)

Set sitemap file in robots.txt. (string) *Default: sitemap.xml*

```
'thepoddi.seokit.robots.sitemap' => 'sitemap.xml',

```

### sitemap.xml

[](#sitemapxml)

#### Ignore Pages

[](#ignore-pages-1)

Ignore pages by uid. (array) *Default: error*

```
'thepoddi.seokit.sitemap.ignore.pages' => array( 'error' ),

```

Ignore pages by intended templates. (array) *Default: error*

```
'thepoddi.seokit.sitemap.ignore.templates' => array( 'error' ),

```

Ignore unlisted pages. (boolean) *Default: true*

```
'thepoddi.seokit.sitemap.ignore.unlisted' => true,

```

#### Prioritize Pages

[](#prioritize-pages)

Set high priority pages by uid. (array) *Default: home*

```
'thepoddi.seokit.sitemap.important.pages' => array( 'home' ),

```

Set high priority pages by intended template. (array) *Default: home*

```
'thepoddi.seokit.sitemap.important.templates' => array( 'home' ),

```

#### Include Image Sitemap

[](#include-image-sitemap)

Include image tags in sitemap [Google Image Sitemaps](https://support.google.com/webmasters/answer/178636). (boolean) *Default: true*

```
'thepoddi.seokit.sitemap.include.images' => true,

```

Authors
-------

[](#authors)

**Patrick Schumacher** - [GitHub](https://github.com/thepoddi) · [Website](https://www.thepoddi.com)

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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

Unknown

Total

1

Last Release

2625d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/80aa8394145e4235cf33235cff41e3165a76c5b2e245b35a0d0a3d0042e9e590?d=identicon)[ThePoddi](/maintainers/ThePoddi)

---

Top Contributors

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

---

Tags

kirby-cmskirby-pluginkirby3kirby3-pluginpluginSitemapseorobotskirby3

### Embed Badge

![Health badge](/badges/thepoddi-kirby3-seokit/health.svg)

```
[![Health](https://phpackages.com/badges/thepoddi-kirby3-seokit/health.svg)](https://phpackages.com/packages/thepoddi-kirby3-seokit)
```

###  Alternatives

[spatie/laravel-robots-middleware

Add an `all` or `none` robots header to your requests via a middleware in Laravel

3352.1M5](/packages/spatie-laravel-robots-middleware)[fabianmichael/kirby-meta

Your all-in-one powerhouse for any SEO and metadata needs imaginable.

6910.7k1](/packages/fabianmichael-kirby-meta)[calotype/seo

A package containing SEO helpers.

722.6k](/packages/calotype-seo)[sybrew/the-seo-framework-extension-manager

A WordPress plugin that allows you to manage extensions for The SEO Framework.

8490.3k](/packages/sybrew-the-seo-framework-extension-manager)[arnoson/kirby-vite

Vite helper for Kirby CMS

9759.2k3](/packages/arnoson-kirby-vite)[novactive/ezseobundle

Novactive eZ SEO Bundle is an Ibexa Platform bundle for SEO simplications. metas, sitemaps, robots.txt, etc.

26252.0k2](/packages/novactive-ezseobundle)

PHPackages © 2026

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