Seeking general support

  • How to get the latest version of Kirby?
  • How to fix website load speed?
  • How to incorporate a Meta Pixel?
  • How to incorporate Metadata to images?
if($image = $page->image()):
    echo $image->thumb([
      'width'   => 300,
      'height'  => 200,
      'quality' => 80,
      'format'  => 'webp',
    ])->html();
endif;

Maybe you will need something for cookies.

You can expand blueprint and add your fields.

Best regards