meta-tags
meta-tags copied to clipboard
Add custom attribute for meta tag
When I add Helmet to my React Application I have duplicates of the description tag. To solve a duplicate, I need to add attribute data-react-helmet to the description tag.
For example
<meta name="description" content="some description" data-react-helmet="true">
Can I add this attribute?
Did you solve this problem, I don't think it's different from deleting