我们突然发现有"图像"并且"抱歉"在我们的Google WMT热门内容关键字上。此外,使用" site:domain + imagery"搜索Google时这个"对不起,我们这里没有图像......"就是它的描述。
我搜索过,唯一可以避免这种情况的方法是用静态版替换Google地图。还有其他方法可以解决这个问题吗?
这是Google Maps错误吗?或者我错过了什么?
顺便说一句,我只是在Google地图上绘制公司标记(每页10张)。
答案 0 :(得分:2)
另一种可能性是,当Google Bot访问您的网页时,不会初始化Google地图,如网站管理员this answer中所述。
var isGoogleBot = navigator.userAgent.toLowerCase().indexOf('googlebot') > -1;
if (isGoogleBot)
return; // "Sorry, we have no imagery here" BUG
else
// Setup the map