Metadata
In the Pages Router you add elements to the document head with next/head.
The Pages Router uses the next/head component. You render Head then place title or meta tags inside it. This is still correct for a pages/ project. In the App Router the Metadata API replaced it.