弹出评论没有索引

发布于 2024-10-14 20:11:20 字数 255 浏览 9 评论 0原文

我在我的 WordPress 博客上使用弹出评论。我知道大多数人不推荐这样做,但我的观众真的很喜欢这样的评论。

但最近我发现 Google 正在对临时弹出评论页面建立索引,产生大量 404 错误。

如何让 Google 忽略弹出页面?我可以在这些页面上添加 noindex、nofollow 和 noarchive 吗?当人们点击评论链接时,它们会自动生成。

我的页面:http://www.sedentario.org/

I'm using pop-up comments on my wordpress blog. I know that most people don't recommend this but my audience really likes the comments this way.

But recently I discovered that Google is indexing the temporary pop-up comments pages generating a lot of 404 errors.

How do I make Google ignore the pop up pages? Can I add noindex, nofollow and noarchive on these pages? They are automatically generated when a person clicks on the Comments link.

My page: http://www.sedentario.org/

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

猫七 2024-10-21 20:11:20

编辑 WordPress 主题中的 comments-popup.php 文件并添加:

<meta name="robots" content="noindex,follow" />

除此之外,我会研究为什么会生成 404 错误,因为每个帖子都应该有一个评论链接。

Edit the comments-popup.php file in your WordPress theme and add:

<meta name="robots" content="noindex,follow" />

Beyond that I would be looking at why 404 errors are being generated since every post should have a comments link.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文