Changelog

All of the changes to the Kirby SEO Audit plugin are listed here.

Where to Find the Latest Version?

If you have installed the plugin via Composer, you can update it by running the following command in your terminal:

composer update

If you have downloaded the plugin as a ZIP file, you can download the latest version from the releases page on GitHub.

What's New?

v2.0.2

December 26, 2024

  • Dependency updates for improved compatibility with other Kirby Tools plugins.

v2.0.0

December 20, 2024

Kirby SEO Audit v2 is a major release with support for Kirby 5. This major release requires a new license key. If you already have a license, you will receive either a free upgrade to v2 or a 50% discount on your new license. Head over to the Kirby Tools Hub to get your discount or read more in the license compatibility guide.

🚀 Features

  • Support for Kirby 5, including its dark mode.

v1.9.0

November 11, 2024

🚀 Features

v1.8.0

September 11, 2024

🚀 Features

  • If the log level is set to info or higher, log the extracted HTML to the console. Useful for checking the HTML used for the SEO report.
sections/seo-audit.yml
type: seo-audit
contentSelector: "#main:not(.sidebar):not(.footer)"
logLevel: info

v1.7.0

June 18, 2024

🚀 Features

  • New license management that allows activating licenses directly in the Panel.
  • Deprecated the private Composer repository in favor of Packagist.

v1.6.0

April 10, 2024

🚀 Features

  • New contentSelector property to define the selector for the main content of a page that should be analyzed for SEO.

v1.5.0

March 24, 2024

🚀 Features

  • As an alternative to both the keyphraseField and synonymsField properties (which are separate fields that an editor has to fill in) you can define keywords/keyphrases and synonyms directly in the blueprint:

Both of these new properties support Kirby queries. For example, you can use the page title as a keyword next to a list of synonyms:

sections/seo-audit.yml
type: seo-audit
keyphrase: "{{ page.title.value }}"
synonyms:
  - Kirby
  - SEO
  - Audit

v1.4.2

March 13, 2024

🐞 Bug Fixes

  • Skip alt attribute assessment if the text doesn't contain any images.

v1.4.1

March 12, 2024

🐞 Bug Fixes

  • Convert Kirby translation format (POSIX locale format like es_ES) to IETF BCP 47 language tag format.

v1.4.0

March 9, 2024

🚀 Features

  • synonymsField option to add synonyms to the page's keyword or keyphrase.
  • Custom SEO checks that complement the default assessments provided by Yoast SEO.
    • Alt attribute: Checks whether all images have an alt attribute.
    • Single H1: Checks whether the content contains a H1 heading.
    • Heading structure order: Checks whether the headings (H1 to H6) follow a proper sequential order.

v1.3.0

March 7, 2024

🚀 Features

  • Replace global transformers.proxyUrl option in the johannschopplich.seo-audit namespace with proxy, accepting two properties:
    • urlResolver for custom URL resolving.
    • params passed to Kirby's Remote::request() method.

v1.2.0

March 7, 2024

🚀 Features

  • Global transformers.proxyUrl option to further modify the request URL of the content fetcher proxy.

🐞 Bug Fixes

  • Always return 200 status code from the proxy API path, but log the request error if it occurs.

🏎 Performance

  • Externalize Yoast SEO translations into a separate build chunk to reduce the main bundle size.

v1.1.0

March 6, 2024

🚀 Features

  • Section property persisted to control if the report should be saved to local storage or not.

v1.0.0

March 5, 2024

  • Initial public release! 🌈🦄