How to add a Head element

A head element is a HTML element that is rendered in the HTML Head node.

How to add a Head element

By creating a Head React Component

You can create a specialized component called a head component that are rendered into the head html element.

Hoisting

We support also head elements hoisting.

If your page returns elements with type (meta,script, link, style), they are moved into the head html element.