当网站转换为AMP格式时禁用网站的缓存

时间:2016-12-12 13:30:42

标签: html caching amp-html

我最近将我的网站转换为AMP。 事实证明,有一些验证错误,例如。

The attribute 'http-equiv' may not appear in tag 'meta name= and content='

此错误消息与我的页面缓存的描述有关。

<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />

您知道是否有可用的干净解决方案或至少是解决方法吗?

0 个答案:

没有答案