Skip to content
  • Kirby CMS Plugins
  • Discover
  • Search
  • Developers
  • New plugins
  • Recently updated
  • Most starred
  • Topics
  • Types
  • Free Plugins
  • Paid Plugins
  • Kirby 4
  • Kirby 3

  • Submit a plugin
  • getkirby.com
  • AI
  • Analytics
  • Assets
  • Authentication
  • Caching
  • Cli
  • Content Creation
  • CSS
  • Databases
  • Dates
  • Debugging
  • DX
  • E-Commerce
  • Feeds
  • Forms
  • Headless
  • Icons
  • Internationalisation
  • Jamstack
  • Logging
  • Media
  • Panel
  • Performance
  • Privacy
  • Routing
  • Search
  • Security
  • SEO
  • Social Media
  • Structured data
  • Templating
  • Text
  • Typography
  • Versioning
  • Videos
  • WYSIWYG
  • Meta Tags

    Staff picks

    • Tobias Möritz Tobias Möritz

      SEO

      All-in-one toolkit for implementing SEO & Meta best practices in your Kirby site. Get a customizable, turnkey SEO solution in seconds.

    All plugins

    • <?php snippet('seo/meta') ?>
      SEO A small plugin for generating meta data using shared controllers and field data. Also creates Facebook Opengraph and Twitter social sharing … K4
    • <html>
        <head>
          <meta charset="utf-8">
          <?= $page->metaTags() ?>
        </head>
        ...
      Meta Tags HTML meta tags generator that supports Open Graph, Twitter Cards, and JSON Linked Data out of the box K4 K3
    • assets/favicon/favicon.png
      Favicon Favicon with minimal setup K4 K3
    • <?php snippet('seo/meta') ?>
      SEO A small plugin for generating meta data using shared controllers and field data. Also creates Facebook Opengraph and Twitter social sharing … K3
    • <?= $site
          ->schema('LocalBusiness')
          ->name('Hash&Salt')
          ->email('email@example.com')
      ?>
      Schema Easily generate JSON schema for any kind of structured data in the RDFa specification. K3
    • <html <?= $site->langAttr() ?>>
        <head>
          <meta charset="utf-8">
          <?= $page->htmlhead() ?>
        </head>
        ...
      HTMLHead Add a best-practice HTML head element to your templates, extendable with snippets K5 K4 K3