Bruno Meilick HTMLHead Add a best-practice HTML head element to your templates, extendable with snippets Docs Source Install Manual Download and extract the folder to site/plugins/htmlhead Composer Copy Git Submodule Copy Sponsor <html <?= $site->langAttr() ?>> <head> <meta charset="utf-8"> <?= $page->htmlhead() ?> </head> ... Version 5.0.4 License MIT Stars 22 Supports K5 K4 K3 Created 26 Jul 2018 Updated 16 Mar 2025 Info Topics SEO Meta Tags Open Graph Implements Page method(s) Support Docs Issues Email Latest releases 5.0.4 5.0.3 5.0.2 5.0.1 5.0.0 Similar plugins SEO Audit SEO analysis like Yoast SEO, right from the Panel. Privacy first, no external services. K5 K4 OG Image This plugin creates an og-image for a page, based on a template image and a text input. Simply add /og-image to any url to get the og-image … K5 K4 Paparazzi A Puppeteer-powered toolkit for programatically creating images with Kirby, by simply writing HTML & CSS code K5 K4 More by Bruno Meilick More Janitor Run command – like cleaning the cache – from within the Panel via a customizable button, directly in PHP code or with a cronjob K5 K4 K3 return [ 'bnomei.securityheaders.headers' => [ 'X-Frame-Options' => 'SAMEORIGIN', 'X-XSS-Protection' => '1; mode=block', 'X-Content-Type-Options' => 'nosniff', ... ] ]; Content Security Policy Simplify the content security policy headers setup for your website K5 K4 K3 return [ 'bnomei.robots-txt' => [ 'content' => '...' ] ]; Robots.txt Manage the robots.txt from Kirby's config file K5 K4 K3