【发布时间】:2017-10-16 11:02:00
【问题描述】:
我正在尝试对我的网站实施 og 标记 (next.js)。
主页包含 business.business 类型和前缀为
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# business: http://ogp.me/ns/business#">,
但是博客中文章的页面有一个文章类型和前缀
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#">.
帮我处理头部前缀或者有没有可能使用多个_document.js的方法?
【问题讨论】:
标签: javascript reactjs next.js