【问题标题】:meta-tags for all pages in reactjsreactjs中所有页面的元标记
【发布时间】:2019-11-10 04:58:51
【问题描述】:

<Helmet> <title>Best Hospital in India – Medical Tourism Company | Trusted hospitals</title> <meta name="title" content="Best Hospital in India – Medical Tourism Company | Trusted hospitals" /> <meta name="description" content="Listed with best hospitals in India, VBcuremart is your medical travel partner which works with top doctors in the best hospitals to give you quality treatment." /> </Helmet>

我创建了一个 CRA 应用程序,我需要根据页面更新元标记。

我使用过 react-helmet,但 SEO 工具无法找到元标题和描述

我已经实现了从 react-helmet 导入的头盔标签。 在那,我添加了元标题标签和描述标签。

我需要根据显示页面更新元标记

【问题讨论】:

  • 印度最好的医院——医疗旅游公司 |值得信赖的医院
    以上是我尝试过的代码
  • 请通过编辑将其包含在您的问题中,它会更清楚

标签: reactjs


【解决方案1】:

你可以使用一个名为 react-document-meta 的 dep 从这里检查文档:https://www.npmjs.com/package/react-document-meta

【讨论】:

  • 非常感谢阿德尔。我试过使用这个文档元。即使我的问题没有解决.. 我的应用程序是由 Create-React-App 创建的客户端渲染。
猜你喜欢
相关资源
最近更新 更多
热门标签