hksagentur/kirby-seo

A simple SEO plugin for Kirby CMS

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:kirby-plugin

1.2.0 2025-06-10 08:56 UTC

This package is auto-updated.

Last update: 2025-06-10 08:56:54 UTC


README

A simple SEO plugin for Kirby CMS.

Requirements

Kirby CMS (>=4.0)
PHP (>= 8.3)

Installation

Composer

composer require hksagentur/kirby-seo

Download

Download the project archive and copy the files to the plugin directory of your kirby installation. By default this directory is located at /site/plugins.

Usage

All blueprints provided by the plugin are registered within a custom namespace (@hksagentur/seo). You have to reference or extend these blueprints to take advantage of the provided data structures.

A simple exampe would be to use the navigation blueprint for the site:

# site/blueprints/default.yml
tabs:
  content:
    label: Content
    icon: 
    fields: []
  seo:
    label: SEO
    icon: search
    sections:
      seo: @hksagentur/seo/sections/seo

License

ISC License. Please see License File for more information.