Lightbox中的Wordpress帖子,如何使google索引这些而不是single.post页面

时间:2014-08-01 15:57:53

标签: wordpress lightbox thickbox

这是我的旅行博客http://www.laaventura.co.uk

在iframed thickbox灯箱中只有一个所有帖子开放的主页

在加载页面后,通过此javascript调用添加thickbox类和额外链接文本

a(".more-link").addClass("thickbox");
    a(".more-link").attr("href", function() {
        return this.href + "?KeepThis=true&TB_iframe=true&height=750px&width=500"
})

这会将灯箱链接添加到所有阅读更多链接。

我假设谷歌会将单post.php文件编入索引而不是在主页上的灯箱中打开帖子有没有办法让谷歌直接链接到灯箱?

1 个答案:

答案 0 :(得分:0)

你是完全正确的...机器人不会索引iframe中的内容,但会将单个帖子编入索引。不是一个好的方案。 ; - )