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

在Lightbox中的Wordpress帖子,我如何让google索引这些而不是single.post页面,wordpress,lightbox,thickbox,Wordpress,Lightbox,Thickbox,这是我的旅游博客 只有一个主页在iframed thickbox灯箱中打开所有帖子 加载页面后,thickbox类和额外的链接文本将与此javascript调用一起添加 a(".more-link").addClass("thickbox"); a(".more-link").attr("href", function() { return this.href + "?KeepThis=true&TB_iframe=true&height=750px&am

这是我的旅游博客

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

加载页面后,thickbox类和额外的链接文本将与此javascript调用一起添加

a(".more-link").addClass("thickbox");
    a(".more-link").attr("href", function() {
        return this.href + "?KeepThis=true&TB_iframe=true&height=750px&width=500"
})
这会将lightbox链接添加到所有“阅读更多”链接


我假设google将为single-post.php文件编制索引,而不是在主页上的lightbox中打开帖子有没有办法让google直接链接到lightbox

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