Bla*_*ise 7 internet-explorer microsoft-edge
我不知道对prerender还是prefetch因为这所描述预渲染和预取支持的文章.
我的网站肯定没有实现该功能.但是在Edge浏览器中运行时出现错误:
PRERENDER13101:FlipAhead请求的Prerender开始为url:一个未知的原因
我们该如何删除该错误?
这是一种浏览器配置:向前翻转可让您像浏览杂志一样浏览喜爱的网站
\n\n您可以像这样禁用它:
\n\nLaunch Internet Explorer 10. If you\'re using touch, swipe in from the right. If you\'re using a mouse, move the cursor to the top-right corner of the screen.\nTap or click Settings > Internet Options.\nUnder Flip ahead, toggle Turn on flip ahead to Off.\nRun Code Online (Sandbox Code Playgroud)\n\n您可以通过删除 href 链接中的rel (关系)来禁用 html 中的向前翻转:
\n\n<link rel="next" href="/news/article1.aspx?page=2"/>\nRun Code Online (Sandbox Code Playgroud)\n\n我认为,你的 html 中的某个地方有一个边缘不理解的关系(rel)。
\n这就是为什么您会出现上一页或下一页错误的预渲染
向前翻转可以识别多种语言的常见内容模式,以识别分页内容中的导航元素。这些模式的范围从简单的文本字符串(如“Next \xc2\xbb”)到包含数字、符号和文本字符串的复杂元素。
\n\n例如,此元素是 Bing 上分页内容的导航元素:
\n1 2 3 4 5 next
您的页面中可能有一个 next(suivant、n\xc3\xa4chste、prossimo...) 链接或与前翻匹配的模式。因此向前翻页将自动识别下一页,并触发此预渲染
\n\n注意:
\n请注意,您不应认为拥有与这些示例相匹配的内容模式就足以在您的网站上进行前翻工作。如果您想确保向前翻转可靠地工作,请始终使用 rel="next"。
从:
\n\nhttps://msdn.microsoft.com/en-us/library/jj883726(v=vs.85).aspx
\n| 归档时间: |
|
| 查看次数: |
518 次 |
| 最近记录: |