$ errors.fyi/nextjs/no-title-in-document-head 128 namespaces · 4,025 codes
nextjs · nextjs/no-title-in-document-head
no-title-in-document-head

No Title in Document Head

A <title> element was placed inside the <Head> component in _document.js. Titles set in _document.js apply globally and cannot be overridden by individual pages. Move page-specific <title> tags into the <Head> component within each page file or use the metadata API in the App Router.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT