Changelog

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

Where to Find the Latest Version?

You can then download the latest version from your order page on Lemon Squeezy or run composer update if you have set up the private Composer repository.

What's New?

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.1

March 28, 2024

🚀 Features

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! 🌈🦄