XHTML Head Elements

The infix site skin supports addition of additional elements in the /html/head element for every page. These elements are configured at the site level and are added to every page in the site. The following elements are supported:

  • script
  • style
  • meta
  • link
  • object

The elements above are selected based on the The XHTML 1.1 Document Type and XHTML Modularization Structure.

These elements, if present in the /project/body/head section of the site.xml will be added as is to the generated html pages as is.

Meta Exception

There is an exception regarding meta elements however, the following meta elements are silently dropped. Support for these elements is available through HTML Meta Tags Support

  • /html/head/meta[@name='author']
  • /html/head/meta[@name='keywords']
  • /html/head/meta[@name='description']
  • /html/head/meta[@http-equiv='Content-Type']