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.
September 11, 2025
๐ Features
September 4, 2025
Kirby SEO Audit v3 is a major release that is free for all users with a valid license key for v2. It includes an upgrade to the underlying analysis engine from Yoast SEO v1 to v3, resulting in better performance, accuracy, and new features.

๐ Features
July 11, 2025
๐ Bug Fixes
June 24, 2025
๐ Features
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 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
November 11, 2024
๐ Features
September 11, 2024
๐ Features
info or higher, log the extracted HTML to the console. Useful for checking the HTML used for the SEO report.type: seo-audit
contentSelector: "#main:not(.sidebar):not(.footer)"
logLevel: info
June 18, 2024
๐ Features
April 10, 2024
๐ Features
contentSelector property to define the selector for the main content of a page that should be analyzed for SEO.March 24, 2024
๐ Features
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:
type: seo-audit
keyphrase: "{{ page.title.value }}"
synonyms:
- Kirby
- SEO
- Audit
March 13, 2024
๐ Bug Fixes
alt attribute assessment if the text doesn't contain any images.March 12, 2024
๐ Bug Fixes
es_ES) to IETF BCP 47 language tag format.March 9, 2024
๐ Features
synonymsField option to add synonyms to the page's keyword or keyphrase.alt attribute.March 8, 2024
๐ Features
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.March 7, 2024
๐ Features
transformers.proxyUrl option to further modify the request URL of the content fetcher proxy.๐ Bug Fixes
200 status code from the proxy API path, but log the request error if it occurs.๐ Performance
March 6, 2024
๐ Features
persisted to control if the report should be saved to local storage or not.March 5, 2024