是否可以阻止搜索引擎使用某些查询字符串参数索引页面

发布于 2024-11-23 15:05:58 字数 594 浏览 1 评论 0原文

我正在使用 asp.net DataPager 并注意到搜索引擎无法抓取创建的链接,因此我添加了一个查询字符串参数,现在看到它可以抓取链接。

我现在遇到的问题是,它最终会在同一页面上出现多个网址。

是否可以停止搜索引擎使用查询字符串参数对所有页面进行索引,例如:

?pg=

这样搜索引擎将跟踪这些链接,但不会索引:

http://domain.co.uk/news/07-04-2011/bank-of-england-base-rate?pg=3
http://domain.co.uk/news/11-03-2011/client-feedback-from-employee-relocation?pg=6

但会索引:

http://domain.co.uk/news/07-04-2011/bank-of-england-base-rate
http://domain.co.uk/news/11-03-2011/client-feedback-from-employee-relocation

感谢您的帮助

J.

I am using the asp.net DataPager and noticed that search engines wouldn't be able to crawl the links created, so I added a querystring parameter and now see that it could crawl the links.

The problem I now have is that it will now eventially end up with multiple urls for the same page.

Is it possible to stop search engines indexing all pages with the query string parameter such as:

?pg=

so the search engine will follow these links but not index:

http://domain.co.uk/news/07-04-2011/bank-of-england-base-rate?pg=3
http://domain.co.uk/news/11-03-2011/client-feedback-from-employee-relocation?pg=6

but would index:

http://domain.co.uk/news/07-04-2011/bank-of-england-base-rate
http://domain.co.uk/news/11-03-2011/client-feedback-from-employee-relocation

Thanks for any help

J.

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

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

发布评论

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

评论(1

套路撩心 2024-11-30 15:05:58

我很确定您可以通过 robots.txt 实现这一点。

通过 google,您可以指定要使用网站管理员工具排除的参数。

您还可以捕获用户代理并在它是机器人时简单地使页面崩溃......

I'm pretty sure you can achieve that with a robots.txt

With google you can specify parameters you want to exclude with the webmaster tools.

You could also trap the useragent and simply crash the page when it's a bot ...

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