meta-tags icon indicating copy to clipboard operation
meta-tags copied to clipboard

Add custom attribute for meta tag

Open kvandake opened this issue 6 years ago • 3 comments

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?

kvandake avatar Feb 10 '19 16:02 kvandake

Did you solve this problem, I don't think it's different from deleting

CongCong-1228 avatar Aug 04 '22 09:08 CongCong-1228