Extension Manager Configuration
In the extension manager you can make some configurations.

Properties
Property | Data type | Default |
---|---|---|
page.maxTitle | integer | 57 |
page.maxDescription | integer | 156 |
page.cropDescription | boolean | false |
page.maxNavTitle | integer | 50 |
page.showDescriptionsInTCA | boolean | true |
evaluation.inPageModule | integer | 0 |
evaluation.evaluationDoktypes | string | 1 |
evaluation.evaluators | string | Title,Description,H1,H2,Images,Keyword |
evaluation.minTitle | integer | 40 |
evaluation.minDescription | integer | 140 |
evaluation.forceMinDescription | boolean | true |
evaluation.maxH2 | integer | 6 |
file.modFileColumns | string | title,description |
file.excludeFileExtensions | string | webp |
Page configurations
In this section we provide default settings for maximum characters of the meta data which were recommended. The recommendation is the result of a research by ourself. So if you don't agree with them, you can override them here.
Max characters of title
- Property
- maxTitle
- Data type
- integer
- Description
- The recommended maximum number of characters for the meta title tag.
Max characters of description
- Property
- maxDescription
- Data type
- integer
- Description
- The recommended maximum number of characters for the meta description tag.
Crop description
- Property
- cropDescription
- Data type
- boolean
- Description
- Crop description for extended tables, if it exceeds "Max characters of description".
Show Descriptions in TCA
- Property
- showDescriptionsInTCA
- Data type
- boolean
- Description
- Display the cs_seo descriptions for SEO fields in pages TCA. The descriptions will be shown below the labels in the TYPO3 backend. They help editors to understand the several fields.
Evaluation
Show evaluation in the page module
- Property
- inPageModule
- Data type
- integer
- Description
- Show the dialog of the evaluation in the page module. (0: In the head of the page module, 1: in the footer, 2: none). The Evaluation can also be disabled via TSconfig: mod.web_layout.tx_csseo.disable = 1.
Doktypes
- Property
- evaluationDoktypes
- Data type
- string
- Description
- Comma separated list of allowed page doktypes for the evaluation. This doktypes must be callable in the frontend!
Evaluators
- Property
- evaluators
- Data type
- string
- Description
- Comma separated list of the evaluators which should analyse the page. You can also add your own evaluators or change the sorting.
Min characters of an optimal title
- Property
- minTitle
- Data type
- integer
- Description
- The recommended minimum number of characters for the meta title tag. Only used for evaluation.
Min characters of an optimal description
- Property
- minDescription
- Data type
- integer
- Description
- The recommended minimum number of characters for the meta description tag. Only used for evaluation.
Force the min length in TCA
- Property
- forceMinDescription
- Data type
- integer
- Description
- If true, the editor can only save the description if the minimum length is reached.
Max number of h2 headlines in one page
- Property
- maxH2
- Data type
- integer
- Description
- Determine how many headings h2 are allowed. Only used for evaluation.
Please take also a look at the next chapter for TypoScript configurations.
File configurations
File Columns
- Property
- modFileColumns
- Data type
- string
- Description
- Comma separated list of additional sys_file_metadata columns to show in the file module.
Exclude File Extensions
- Property
- excludeFileExtensions
- Data type
- string
- Description
- Comma separated list of file extensions which should not be displayed in the file module.