Googlebot-Image / 1.0请求多个图像

时间:2018-11-26 17:17:21

标签: apache http googlebot

有一段时间,我经历了google image bot在单个请求中请求一堆图像的问题。该请求始终以404结尾,但是所有图像都存在。

请求url包含一个以逗号分隔的URL列表。

这是apache access.log中的一行:

66.249.76.96 - - [21/Nov/2018:15:25:14 +0100] "GET /images/img1.jpg,https://example.com/images/img2.jpg,https://example.com/images/img3.jpg HTTP/1.1" 404 10459 "-" "Googlebot-Image/1.0"

这种请求类型是否还可能?以及如何修复服务器以提供图像?

谢谢。

0 个答案:

没有答案