Meta tags

(from github.com/josempolm)
Hello there,

How can I show the meta tags here?

Like this ;

<meta name='keywords' content='your, tags'>
<meta name='description' content='150 words'>

keywords ; your,tags

Best regards.

(from github.com/marevol)
You can edit app/WEB-INF/view/admin/searchlist/admin_searchlist_edit.jsp.
Type information is the following settings in fess_config.properties:

index.admin.array.fields=lang,role,label,anchor,virtual_host
index.admin.date.fields=expires,created,timestamp,last_modified
index.admin.integer.fields=
index.admin.long.fields=content_length,favorite_count,click_count
index.admin.float.fields=boost
index.admin.double.fields=
index.admin.required.fields=url,title,role,boost
1 Like

(from github.com/josempolm)
Thank you for your response.