Next.js Discord

Discord Forum

Remove no-index meta tag in Nextjs 14 App router

Unanswered
Singapura posted this in #help-forum
Open in Discord
Avatar
SingapuraOP
The Issue what I'm facing is that I have remove no-index in meta tag by using this code
export const metadata = {
robots: { index: true }
} In local Environment In view-page source it is not showing no-index meta tag but in Production two meta tags are showing which noindex and index meta tag. Please help me with this issue

0 Replies