forked from clickstorm/cs_seo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_conf_template.txt
32 lines (22 loc) · 1.24 KB
/
ext_conf_template.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# cat=basic/enable/010; type=boolean; label= Set path segments : Enable the JS for automatic filling of the path segment, if this is empty
enablePathSegment = 1
# cat=basic/enable/020; type=boolean; label= RealURL AutoConf : If set, sitemap.xml and robots.txt maps to the page types from cs_seo.
realURLAutoConf = 1
# cat=basic/enable/030; type=integer; label= TsConfig PID : The Pid where the pageTsConfig is set to extend records
tsConfigPid = 1
# cat=page/010; type=integer; label= Max characters of title
maxTitle = 57
# cat=page/020; type=integer; label= Max characters of description
maxDescription = 156
# cat=page/030; type=integer; label= Max characters of nav title
maxNavTitle = 50
# cat=evaluation/010; type=options[Header=0,Footer=1,None=2]; label= Show the results in the page module
inPageModule = 0
# cat=evaluation/020; type=string; label= Evaluators : available are Title,Description,H1,H2,Images,Keyword
evaluators = Title,Description,H1,H2,Images,Keyword
# cat=evaluation/030; type=integer; label= Min characters of an optimal title
minTitle = 40
# cat=evaluation/040; type=integer; label= Min characters of an optimal description
minDescription = 140
# cat=evaluation/040; type=integer; label= Max number of h2 headlines in one page
maxH2 = 6