Google正在为jquery加载的页面编制索引,但不是父页面

时间:2011-01-12 22:25:43

标签: jquery load indexing

我们有一个使用jquery加载php页面的html页面(out_of_stock.html)。正在使用jquery的load函数,如下所示:

$(document).ready(function() {
    $('#phpcontent').load('/outofstock.php');
});

问题是谷歌正在索引页面outofstock.php而不是页面out_of_stock.html。无论如何有谷歌索引页面out_of_stock.html与outofstock.php的所有内容吗?

2 个答案:

答案 0 :(得分:1)

看一下这个网址:http://code.google.com/web/ajaxcrawling/

同样here is a SO question解释了这个概念。

答案 1 :(得分:0)