Next.js Discord

Discord Forum

How do i implement meta tag in my page.tsx file

Unanswered
Bucovina Shepherd Dog posted this in #help-forum
Open in Discord
Bucovina Shepherd DogOP
Hey yall!! How do i implement meta tag in my page.tsx file '<meta name="google-verification" content="123" />'

3 Replies

@Asian black bear https://nextjs.org/docs/app/getting-started/metadata-and-og-images
Bucovina Shepherd DogOP
would it work if i put it like that?
export const metadata: Metadata = { title: 'Diadent', description: '...', other: { 'google-verification': '123' }, }
Asian black bear
Why don't you try it and see for yourself?