链接A>> 301>>链接B
Facebook链接预览显示来自链接A的数据。我希望它显示来自链接B的数据。
我该如何解决这个问题?
我使用此代码进行重定向。
<!DOCTYPE html>
<html lang="en">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head>
<body>
<script type="text/javascript">
window.location.replace("http://www.yahoo.com");
</script>
</body>
</html>
谢谢
答案 0 :(得分:0)
一般情况下,Facebook应该遵循重定向,因为用户将被重定向,而Facebook不希望出现意外结果,从而导致破坏性体验。
由于301是永久重定向,因此我也可以使用最终的URL。
另外,看一下https://developers.facebook.com/tools/debug/ - 输入网址,它会显示facebook抓取工具正在做什么。