Add support for googlebot's indexifembedded
tag when using App Router's Metadata Robots object
#73481
Closed
FranCarstens
started this conversation in
Ideas
Replies: 1 comment
-
Looks like this is supported and something's wrong on our side. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Goals
Non-Goals
Background
Next's
Metadata
already supports googlebot tags, but this specific tag is stripped when included in the robots configuration object. This update would add support for this specific tag. It should:indexifembedded
in the configuration object under thegooglebot
keynoindex
andindexifembedded
relationship i.e.noindex
is required ifindexifembedded
is presenthttps://nextjs.org/docs/app/api-reference/functions/generate-metadata#robots
https://developers.google.com/search/blog/2022/01/robots-meta-tag-indexifembedded
Proposal
I would be happy to contribute a PR for this.
Beta Was this translation helpful? Give feedback.
All reactions