【发布时间】:2017-02-13 13:36:18
【问题描述】:
我网站中的一些页面是使用 KnockoutJS(ajax JS 框架)实现的
由于某些原因,这些页面未被 Google 抓取
未编入索引的页面:
fidelite.kz/#!product_info/1
fidelite.kz/#!product_info/2
fidelite.kz/#!product_info/3
...
fidelite.kz/#!product_info/183
网站有这些页面的静态副本:
fidelite.kz/?_escaped_fragment_=product_info/1
fidelite.kz/?_escaped_fragment_=product_info/2
fidelite.kz/?_escaped_fragment_=product_info/3
...
fidelite.kz/?_escaped_fragment_=product_info/183
网站地图:
fidelite.kz/sitemap.txt
请访问该页面
fidelite.kz/#!product_info/2
已编入索引,因为此页面是通过 google 网站管理员搜索控制台手动添加的。
以这种方式添加所有页面耗时太长。
谷歌网站管理员搜索控制台中没有显示错误。
如何强制根据sitemap.txt索引的所有页面?
谢谢
【问题讨论】:
标签: javascript ajax knockout.js web-crawler google-crawlers