Bruno Meilick Robots.txt Manage the robots.txt from Kirby's config file Docs Source Install Manual Download and extract the folder to site/plugins/robots-txt Composer Copy Git Submodule Copy Sponsor return [ 'bnomei.robots-txt' => [ 'content' => '...' ] ]; Version 5.1.0 License MIT Stars 20 Supports K5 K4 K3 Created 6 Oct 2018 Updated 18 May 2025 Info Topics SEO Robots Support Docs Issues Email Latest releases 5.1.0 5.0.2 5.0.1 5.0.0 1.8.0 Similar plugins Paparazzi A Puppeteer-powered toolkit for programatically creating images with Kirby, by simply writing HTML & CSS code K5 K4 <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 SERP Preview Panel plugin for search engine result page previews K5 K4 More by Bruno Meilick More Kart Streamlined E-Commerce Shopping Cart Solution K5 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