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.KMCS\KmcsSeochecker\Rule\PageTitleWordCountRule { title.field = nav_title || title minimumWords = 2 maximumWords = 8 } Please see Configuration/PageTS/SEOCHECKER.txt for all available rule configurations.