是什么导致 URL 在 BigCommerce 商店的网站管理员工具中被阻止?

What is causing URLs to be blocked in Web Master Tools on BigCommerce store?

我的客户在 BigCommerce 中有一家商店,并且正在使用 Google 网站管理员工具来监控搜索性能。 Google 告诉客户某些 URL 已在移动设备上被 robots.txt 文件阻止。似乎任何以 ?sort=newest 结尾的 URL 都被阻止了。

HTTP robots.txt 文件的内容是:

User-agent: *
Disallow: /account.php
Disallow: /cart.php
Disallow: /checkout.php
Disallow: /finishorder.php
Disallow: /login.php
Disallow: /orderstatus.php
Disallow: /postreview.php
Disallow: /productimage.php
Disallow: /productupdates.php
Disallow: /remote.php
Disallow: /search.php
Disallow: /viewfile.php
Disallow: /wishlist.php
Disallow: /admin/
Disallow: /_socialshop/

HTTPS robots.txt 文件的内容是:

User-agent: *
Disallow: /

User-agent: google-xrawler
Allow: /feeds/*

显然,机器人文件中没有提及 ?sort=newest

如何阻止 ?sort=newest 页面在移动搜索中被屏蔽?

虽然我理解您的问题,但屏蔽 url 过滤器实际上是最佳做法。您可以在标题 "No Indexed Filters" 下的 Moz 上阅读更多相关信息。

Some additional information 由 BC 围绕此提供,以及如何向 google 指示应抓取的搜索参数(如果有)。