PHPackages                             ikuzo/kirbypluginseo - 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. ikuzo/kirbypluginseo

ActiveKirby-plugin

ikuzo/kirbypluginseo
====================

Kirby 3 SEO plugin

1.0.8(6y ago)2182MITPHP

Since Aug 29Pushed 6y ago3 watchersCompare

[ Source](https://github.com/Ikuzostudio/kirby-plugin-seo)[ Packagist](https://packagist.org/packages/ikuzo/kirbypluginseo)[ RSS](/packages/ikuzo-kirbypluginseo/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (8)Dependencies (1)Versions (6)Used By (0)

SEO Kirby plugin
================

[](#seo-kirby-plugin)

Kirby CMS plugin to edit SEO data on the panel, and display it in the head tag.

Edit meta title and description, social network og metas, noindex and canonical URL.

Blueprint
---------

[](#blueprint)

To show SEO edition tab in the panel, add `tabs/seo` to your blueprints

Example with page preset :

```
title: Simple Page

tabs:

  # content tab
  content:
    label: Content
    icon: text
    preset: page
    fields:
      text:
        label: Text
        type: textarea
        size: huge

  # seo tab
  seo: tabs/seo
```

Snippet
-------

[](#snippet)

To display SEO metas in head tag of your website, include the snippet `seo-head`.

Example in `header.php` snippet :

```

```

You can also pass parameters to the snippet, to override page data :

```
snippet('seo-head', [
  'title' => 'title',
  'description' => 'description',
  'ogTitle' => 'og title',
  'ogDesc' => 'og description',
  'ogImage' => 'og image',
  'noindex' => true,
  'canonical' => 'canonical-url'
]);
```

Options
-------

[](#options)

- `ikuzo.seo.meta.title.prefix` : Prefix prepened to meta title, default `""`
- `ikuzo.seo.meta.title.suffix` : Suffix appened to meta title, default `" | Site title"`
- `ikuzo.seo.og.title.prefix` : Prefix prepened to og title, default `""`
- `ikuzo.seo.og.title.suffix` : Suffix appened to og title, default `" | Site title"`

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~19 days

Total

5

Last Release

2367d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c2abff7a9dee3ab23c3ff067e3128ef04ba99d97a3a79046b728b7d69ecbde91?d=identicon)[anthony\_ikuzo](/maintainers/anthony_ikuzo)

---

Top Contributors

[![anthonytournier](https://avatars.githubusercontent.com/u/1673917?v=4)](https://github.com/anthonytournier "anthonytournier (8 commits)")[![webravenz](https://avatars.githubusercontent.com/u/1573135?v=4)](https://github.com/webravenz "webravenz (2 commits)")

---

Tags

seokirby3kirby3-seo

### Embed Badge

![Health badge](/badges/ikuzo-kirbypluginseo/health.svg)

```
[![Health](https://phpackages.com/badges/ikuzo-kirbypluginseo/health.svg)](https://phpackages.com/packages/ikuzo-kirbypluginseo)
```

###  Alternatives

[fabianmichael/kirby-meta

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

6910.7k1](/packages/fabianmichael-kirby-meta)[arnoson/kirby-vite

Vite helper for Kirby CMS

9759.2k3](/packages/arnoson-kirby-vite)[wagnerwagner/merx

A toolkit to create online shops with Kirby

1152.7k](/packages/wagnerwagner-merx)[afbora/kirby-minify-html

Enable minify HTML output for Kirby

3816.0k1](/packages/afbora-kirby-minify-html)[beebmx/kirby-env

Enable env variables to Kirby

2037.9k2](/packages/beebmx-kirby-env)[bvdputte/kirby-autopublish

Kirby plugin to schedule the automatic publishing of pages on a certain date+time. It is built to work with enabled cache.

348.2k](/packages/bvdputte-kirby-autopublish)

PHPackages © 2026

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