PHPackages                             reh/kirby-seo-preview-section - 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. reh/kirby-seo-preview-section

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

reh/kirby-seo-preview-section
=============================

Configurable &amp; interactive SEO preview section for the Kirby 3 Panel.

v1.0(6y ago)191.1k[3 issues](https://github.com/REHvision/kirby-seo-preview-section/issues)[1 PRs](https://github.com/REHvision/kirby-seo-preview-section/pulls)MITVue

Since Dec 7Pushed 2y ago3 watchersCompare

[ Source](https://github.com/REHvision/kirby-seo-preview-section)[ Packagist](https://packagist.org/packages/reh/kirby-seo-preview-section)[ RSS](/packages/reh-kirby-seo-preview-section/feed)WikiDiscussions master Synced yesterday

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

Kirby SEO Preview Section
=========================

[](#kirby-seo-preview-section)

[![GitHub release](https://camo.githubusercontent.com/34cdd5d3f13321d2527103809d13673ab018764eaaae27302bcc8addbe2d3115/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f524548766973696f6e2f6b697262792d73656f2d707265766965772d73656374696f6e3f696e636c7564655f70726572656c656173657326736f72743d73656d766572)](https://camo.githubusercontent.com/34cdd5d3f13321d2527103809d13673ab018764eaaae27302bcc8addbe2d3115/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f524548766973696f6e2f6b697262792d73656f2d707265766965772d73656374696f6e3f696e636c7564655f70726572656c656173657326736f72743d73656d766572) [![License](https://camo.githubusercontent.com/850eae1099d2b05f53383473d7cd51f9bc1ab09b7d0d9e5122f1dd930efdcc6d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6173686170652f6170697374617475732e737667)](https://camo.githubusercontent.com/850eae1099d2b05f53383473d7cd51f9bc1ab09b7d0d9e5122f1dd930efdcc6d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6173686170652f6170697374617475732e737667) [![Kirby Version_3](https://camo.githubusercontent.com/60314e9d5e94eab374de7ec38af6561c340f48b46441214c77bd69fd53120a0f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4b697262792d76332d626c61636b2e737667)](https://camo.githubusercontent.com/60314e9d5e94eab374de7ec38af6561c340f48b46441214c77bd69fd53120a0f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4b697262792d76332d626c61636b2e737667)

Configurable &amp; interactive SEO preview section for the Panel in Kirby 3+.

[![seo-preview-section](https://user-images.githubusercontent.com/2584674/70377486-386e9400-1915-11ea-8542-69ef67e28412.gif)](https://user-images.githubusercontent.com/2584674/70377486-386e9400-1915-11ea-8542-69ef67e28412.gif)

---

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

[](#installation)

Choose one of the following installation methods:

**Manually**

[Download](https://github.com/REHvision/kirby-seo-preview-section/archive/master.zip) and copy this repository to `/site/plugins/seo-preview-section`.

**Git submodule**

```
git submodule add https://github.com/REHvision/kirby-seo-preview-section.git site/plugins/seo-preview-section
```

**Composer**

```
composer require reh/kirby-seo-preview-section
```

---

Setup
-----

[](#setup)

After installing this plugin, you can add the `seopreview` section to your blueprints.

The easiest way to use it in multiple page blueprints is a tab blueprint (e.g. `site/blueprints/tabs/meta.yml`):

```
# site/blueprints/tabs/meta.yml

label: SEO
icon: search
columns:

  - width: 1/2
    fields:

      metatitle:
        label: Meta title
        type: text

      metadescription:
        label: Meta description
        type: textarea

  - width: 1/2
    sections:

      seopreview:
        type:                seopreview

#       options:             defaults:
        headline:            SEO preview

        titleField:          metatitle        # field key reference
        defaultTitle:        page.title       # query (e.g: page.myCustomSeoTitle)
        separator:           " "
        baseTitle:           site.title       # query (e.g. site.metatitle)

        descriptionField:    metadescription  # field key reference
        defaultDescription:  page.text        # query (e.g: page.text.blocks.html when using the editor)
```

that can be reused in the tab definition of `site` and any `page` blueprints:

```
tabs:

    # just use meta.yml
    meta: tabs/meta

    # or extend/overwrite it in this blueprint/template
    meta:
        extends: tabs/meta
        defaultDescription: page.text.blocks.html
```

**NOTE: This plugin only provides a preview and does not generate any meta tags!**

So make sure to wire the fields you use for meta tag generation and that the output of the preview mimics your actual meta tags!

---

Status &amp; Development
------------------------

[](#status--development)

**STATUS:**

first public release *(only yet tested with Kirby 3.3.1 in single-language setup)*

**IMPORTANT:**

Although this plugin should not be able to break anything, please always test it in your dev-environment before using it in production!

**FEEDBACK:**

I'm happy to receive feedback *(bugs, optimization suggestions or in general)*

**TODO:**

- Add composer compatibility
- Test with multi-language setups
- Document the plugin options
- Add instructions on how to help working on the plugin

---

License
-------

[](#license)

MIT

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

Unknown

Total

1

Last Release

2401d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1679358?v=4)[Reh](/maintainers/reh)[@Reh](https://github.com/Reh)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/reh-kirby-seo-preview-section/health.svg)

```
[![Health](https://phpackages.com/badges/reh-kirby-seo-preview-section/health.svg)](https://phpackages.com/packages/reh-kirby-seo-preview-section)
```

###  Alternatives

[getkirby/cms

The Kirby core

1.5k584.8k475](/packages/getkirby-cms)[medienbaecker/kirby-modules

Easily add modules to your pages

895.5k1](/packages/medienbaecker-kirby-modules)[distantnative/retour-for-kirby

Manage redirects and track 404s right from the Kirby CMS Panel

14698.5k1](/packages/distantnative-retour-for-kirby)[arnoson/kirby-vite

Vite helper for Kirby CMS

9765.1k3](/packages/arnoson-kirby-vite)[bnomei/kirby3-dotenv

Kirby Plugin for environment variables from .env

4149.6k2](/packages/bnomei-kirby3-dotenv)[medienbaecker/kirby-alter

242.1k](/packages/medienbaecker-kirby-alter)

PHPackages © 2026

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