Google Image Bot Amp-mustache image src 500问题

时间:2019-04-01 12:33:30

标签: amp-html

  

我们有一个AMP页面,其中我们使用User进行模板渲染。   为了绑定图像的URL,我们使用了小胡子部分。在我们的生产环境中,一切正常。但是,每当amp-mustache爬行我们的amp页面时,它都将按原样传入src属性中传递的字符串,而不是解析Google Image Bot

url
  

假设我的虚拟域<amp-img layout="responsive" width="41" height="24" src='{{HostUrl}}{{^HostUrl}}https://xyz.abccdn.com/{{/HostUrl}}370x208{{OriginalImgPath}}{{^OriginalImgPath}}/statics/grey.gif{{/OriginalImgPath}}' /> 。我们收到 500错误   https://www.example.com

0 个答案:

没有答案