Javascript
export const metadata = { title: "Head Title", description: "Page Description", }Typescript
import { Metadata } from 'next'; export const metadata :Metadata = { title: "Head Title", description: "Page Description", }
export const metadata :Metadata = { title: { template: "Home > %s", default: "Next Movies" }, description: "Page Description", }