rel=nofollow 子域

发布于 2024-11-01 13:16:40 字数 110 浏览 0 评论 0原文

我有一个用于广告的子域。它安装了 openx 来提供广告服务。我如何确保子域中的所有内容都像添加 rel=nofollow 一样处理,因为我不希望 Google 和其他搜索引擎认为我们认为这些广告值得关注。

I have a subdomain that i use for advertisements. It has openx installed to serve the ads. How can I ensure that everything from the subdomain gets treated like adding rel=nofollow as I don't want Google and other search engines to think that we think the ads are worth following.

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

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

发布评论

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

评论(1

·深蓝 2024-11-08 13:16:40

查找 X-Robots-Tag HTTP 标头

您正在子域服务器的 .htaccess 中

Header set X-Robots-Tag "nofollow"

请参阅 google http://code.google.com/web/controlcrawlindex/docs/robots_meta_tag.html

似乎也受 bing 支持 http://www.bing.com/community/site_blogs/b/webmaster/archive/2009/08/21/prevent-a-bot-from-getting-lost-in-space-sem-101.aspx< /a>

your are looking for the X-Robots-Tag HTTP header

in the .htaccess of the server of your subdomain

Header set X-Robots-Tag "nofollow"

see google http://code.google.com/web/controlcrawlindex/docs/robots_meta_tag.html

seems to be supported by bing, too http://www.bing.com/community/site_blogs/b/webmaster/archive/2009/08/21/prevent-a-bot-from-getting-lost-in-space-sem-101.aspx

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