Bruno Meilick Robots.txt Manage the robots.txt from Kirby's config file Docs Source Download Sponsor return [ 'bnomei.robots-txt' => [ 'content' => '...' ] ]; Version 1.8.0 License MIT Stars 20 Supports K4 K3 Created 6 Oct 2018 Updated 28 May 2024 Info Topics SEO Robots Support Docs Issues Email Latest releases 1.8.0 1.7.0 1.5.1 1.5.0 1.4.9 Similar plugins SEO All-in-one toolkit for implementing SEO & Meta best practices in your Kirby site. Get a customizable, turnkey SEO solution in seconds. 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 K4 K3 SERP Preview Panel plugin for search engine result page previews K4 More by Bruno Meilick More Kirby::plugin('bnomei/example', [ 'blueprints' => autoloader(__DIR__) ->blueprints(), 'snippets' => autoloader(__DIR__) ->snippets(), // other extensions ]); Autoloader Helper to automatically load various Kirby extensions in a plugin K4 K3 Janitor Run command – like cleaning the cache – from within the Panel via a customizable button, directly in PHP code or with a cronjob K4 K3 Posthog Connect Kirby to Posthog via PHP or Javascript K4 K3