gpt4 book ai didi

meteor - Spiderable 的任何替代品?

转载 作者:塔克拉玛干 更新时间:2023-11-03 02:45:04 25 4
gpt4 key购买 nike

我们的 Meteor 版本是 0.8.1,这意味着当我们尝试安装当前版本的 Spiderable 时它会崩溃。PhantomJS 与这种不兼容有关,因为它有一些过时的依赖项,主要是关于 BlazeLayout 和 IronRouter 的问题。

但是我们确实需要元数据才能工作,尤其是在 Facebook 上。我的意思是像 og:title, og:image, og:description...

因为我们把标签 <meta name="fragment" content="!">在 之上,浏览器实际上可以读取 中的所有内容,但 Facebook 和 Google 不会。

有什么想法吗?

谢谢!

最佳答案

您也许可以使用 inject-initial包。

if (Meteor.isServer) {
Inject.rawHead('fragment', '<meta name="fragment" content="!">');
Inject.rawHead('fragment2', '<meta name="fragment2" content="!">');
}

或者如果您只需要设置contentid 属性,您可以使用Inject.meta

关于meteor - Spiderable 的任何替代品?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25308543/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com