skip to Main Content

ReactJS Helmet meta tags not working forTwitter Cards and Telegram previews – Telegram API

This is my current configuration that adds the meta tags: {data? <Helmet> <title>Site- {data.name ? data.name : ""}</title> <meta charSet="utf-8" /> <meta name="twitter:card" content="summary_large_image" data-react-helmet="true" /> <meta name="twitter:site" content="@user" data-react-helmet="true" /> <meta name="twitter:creator" content="@user" data-react-helmet="true" /> <meta property="og:type" content="website" data-react-helmet="true"/>…

VIEW QUESTION
Back To Top
Search