标签: html reactjs seo meta-tags
我要动态覆盖元标记。
我在前端使用React。我正在像这样的componentWillMount()生命周期方法中覆盖meta标签,
componentWillMount()
document.querySelector('meta[property="og:title"]').setAttribute('content', productName);
通过这种方式,我可以更改og:title,但是当我尝试在whatsapp中共享它时却没有显示。
og:title