# Head ## Documentation Sets title, description, open graph image, url and emoji favicon. It's recommended to add this to your root layout. ## Usage ```svelte ``` ## API Reference ### Head Sets page metadata including title, description, Open Graph tags, and favicon. | Prop | Type | Default | Description | |------|------|---------|-------------| | title | `string` | `-` | The page title (sets and og:title). | | description | `string` | `-` | The page description (sets meta description and og:description). | | image | `string` | `-` | The Open Graph image URL. | | url | `string` | `-` | The canonical page URL. | | emojiFavicon | `string` | `-` | An emoji to use as the page favicon (rendered as SVG). |