我在我的项目中安装了react-helmet,但我找不到在react应用程序中添加JSON-LD模式的方法/指南。
发布于 2020-05-04 22:52:03
像这样使用它
<script type='application/ld+json'> {` { "@context": "https://schema.org/" } `}</script>
https://stackoverflow.com/questions/60868447
相似问题