Auditors
Auditors are java classes which perform validation routines on content. All auditors have a set of common properties.
The SEO module contains several types of individual auditors:
Common properties
These properties can be used with any auditor.
Property | Description | Required |
---|---|---|
|
The name of the auditor, usually the node name (either from JCR or YAML configuration). It’s important that each auditor have a unique name among all configured auditors. Auditors will save some results by their name. |
yes |
|
A short description of the auditor. The description be displayed when selecting audits. |
yes |
|
Defines if the auditor is active.
|
yes |