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 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 return [ 'bnomei.robots-txt' => [ 'content' => '...' ] ]; Robots.txt Manage the robots.txt from Kirby's config file K5 K4 K3 SERP Preview Panel plugin for search engine result page previews K5 K4 More by Bruno Meilick More 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 Redis Cache Driver Redis based Cache-Driver K5 K4 K3 UTM Tracking Automatically track events from URLs with UTM parameters and view statistics about them right in the panel. K5 K4 K3