DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Configuration

The SEO-Checker ist enabled on all pages. You can exclude a page if you check the option “Use SEO OnPage Checker” (on page settings tab Behavior) with state “Disabled”.

PageTS

Configuration in the PageTS.

Basic

Enable/Disable switch: KMCS.SEOCHECKER.enabled = 1

List of page Uids that not checked KMCS.SEOCHECKER.disabledPages = 12,34

Rules

Each Rule is configured in its own class namespace. For example:

KMCS.SEOCHECKER.Rule.KMCSKmcsSeocheckerRulePageTitleWordCountRule {
title.field = nav_title || title minimumWords = 2 maximumWords = 8

}

Please see Configuration/PageTS/SEOCHECKER.txt for all available rule configurations.