I'm using react-helmet to give each of my pages a unique title and description for my React application. The title is rendering correctly in the browser tab and the title and description are rendering correctly when I inspect the page using Dev Tools. However, Google isn't showing either the title or description in their search results. What am I doing wrong?
I've looked into using prerender.io but as my site doesn't have a backend (it's just a marketing site for …
我想opengraph为我的create-react-app网站添加一些标签。问题是,当我动态添加它们时,Helmet它们没有被正确解析。有什么好的解决方法吗?