Djebel SEO

Renders SEO meta tags (title, description, keywords) into the page HTML based on values you define in app.ini.

How It Works

You configure meta values per page in your app.ini file. The plugin reads them and injects the corresponding meta tags into the HTML output.

Features

  • Renders title, description, and keywords meta tags from app.ini
  • Per-page configuration using URL segments (e.g. meta.blog.title, meta.about.title)
  • Fallback chain: page-specific meta, then default meta
  • Supports override from other plugins via djebel_page_data
  • Filterable via app.plugin.seo.meta_fields hook

Configuration Example

[meta]
default.title = My Site
default.description = A site powered by Djebel
home.title = Welcome | My Site
blog.title = Blog | My Site
about.title = About | My Site

Download

Back to Plugins