Forum OpenACS Q&A: xowiki and meta tag

Collapse
Posted by Claudio Pasolini on
I know that it is possible to include CSS and JavaScript files into a xowiki page, but I didn't find a way to customize the page's meta tags.

Is there a way or should I look how to modify the code?

Collapse
2: Re: xowiki and meta tag (response to 1)
Posted by Gustaf Neumann on
xowiki sets the meta tags via "template::head::add_meta" based on the following data:

- meta language: the language of the page
- meta description: if the page has a description filled out, this text used
- meta keywords: if one a ::xowiki::FormPage with a formfield named "keywords", its content is used for the "keywords" mega tag