2015-11-04 68 views
0

我正在使用JS Framework Meteor.js。我爲服務器端渲染和manuelschoebel添加了spiderable包:ms-seo for seo標記。我也有meta標籤是這樣的:

<meta name="fragment" content="!">

在網站管理員工具,當我嘗試fecth如谷歌,我不能看到頁面的渲染過的版本。但是,如果我添加到鏈接「?_escaped_fragment_ =」,一切都很完美。<meta name =「fragment」content =「!」>不適用於meteor.js

測試環節都http://11budur.com/http://11budur.com/?_escaped_fragment_=

回答

相關問題