GitHub

Sets title, description, open graph image, url and emoji favicon.

It's recommended to add this to your root layout.

Usage

		
<Head
	title="Website Title"
	description="Website Description"
	image="open-graph-image.png"
	url="https://website-url.com"
	emojiFavicon="🦊"
/>

API Reference

Head

Sets page metadata including title, description, Open Graph tags, and favicon.

Property
title
description
image
url
emojiFavicon