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
  • JSON

    Kirby team plugins

    • {
          "query": "page('photography').children",
          "select": {
              "url": true,
              "title": true,
              "text": "page.text.markdown"
          }
      }

      Kirby Query Language (KQL)

      Kirby's Query Language API combines the flexibility of Kirby's data structures, the power of GraphQL and the simplicity of REST.

    All plugins

    • <?php snippet('jsonld') ?>
      Structured data Advanced SEO for structured data to organize and connect microdata based on JSON Linked Data format (JSON-LD). 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
    • Better REST Exposes the internal REST API at /rest with the option to convert Kirbytags to HTML and add a srcset to images in the process. Intended to c… K3