Replies: 1 comment 1 reply
-
|
the Metadata API only renders the attributes it knows (name, property, content, …). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I'm using Next.js 15.4.3 with the App Router and the new Metadata API for SEO. It correctly renders standard meta tags with attributes like name, property, and content, but I also need to include meta tags with other attributes — such as itemprop, http-equiv, or custom data-* attributes. How do I do that ?
Here’s my setup:
Here is html result that I get from above code
How do I add meta tags with attributes like this(below)
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions