Still True?
← Back to the board
Metadata

In the Pages Router you add elements to the document head with next/head.

officialNext.js docs (Pages Router and v13 to v14 era)confidence 50%current as of Oct 2023

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.

Related claims