Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 790 Bytes

migrating.md

File metadata and controls

19 lines (13 loc) · 790 Bytes

Migrating to 1.0.0

Canonical URLs

The option tobimori.seo.canonicalIncludesWWW from Meta Knight has been removed. Instead, you should specify a canonical URL base in your config:

// site/config/config.php
return [
  'tobimori.seo.canonicalBase' => 'https://www.example.com',
];

You can also use a function that returns the canonical URL. This is helpful for specialized setups that run explicitly on multiple domains.

Miscellaneous

  • The minimum required Kirby version is now 4.0.2.
  • The Twitter preview has been removed. Twitter Meta tags are still being generated, but the preview is no longer available, because I don't want to take on the updating burden. If you have manually set the tobimori.seo.previews option, make sure to remove it from your config.