Case study Utility Plugin

Lubinik SEO Light

Utility Plugin

SEO Light is a lightweight SEO plugin built around Lubinik conventions. It renders metadata, OpenGraph/Twitter fields, canonical URLs, robots values, sitemap output, and translation-aware SEO fields through project-owned configuration.

  • SEO Light

Inside

StackSEO Light
Pluginslubinik-translation
01

Problem

Lubinik sites need SEO defaults and per-page overrides, but a full SEO suite can be too heavy for a custom stack. At the same time, SEO rules should not be scattered across templates or hardcoded inside each child theme and addon.

02

Solution

SEO Light separates the engine from the rules. The plugin renders and manages SEO behavior, while child themes, the parent theme, plugins, and addons can contribute `config/seo` defaults, helper files, sitemap exclusions, and filters.

03

Results

SEO behavior stays close to the project code without becoming duplicated code. It follows the same Lubinik pattern as addons: common engine in one place, project-specific decisions beside the layer that owns them.