我应该在我的 Create React 应用程序中的何处以及如何添加 JSON-LD 模式?
Where and how should I add JSON-LD schema in my Create React App?
我的项目中安装了 react-helmet,但我找不到 way/guideline 来在我的 React 应用程序中添加 JSON-LD 模式。
就这么用
<script type='application/ld+json'>
{`
{
"@context": "https://schema.org/"
} `}</script>
我的项目中安装了 react-helmet,但我找不到 way/guideline 来在我的 React 应用程序中添加 JSON-LD 模式。
就这么用
<script type='application/ld+json'>
{`
{
"@context": "https://schema.org/"
} `}</script>