Open Graph标签不适用于LinkedIn

时间:2015-11-30 21:36:52

标签: linkedin opengraph

https://logrhythm.com/

上述网页包含以下Open Graph标记

<meta property="og:title" prefix="og: http://ogp.me/ns#" content="LogRhythm, The Security Intelligence Company">
<meta property="og:description" prefix="og: http://ogp.me/ns#" content="LogRhythm&#39;s security intelligence and analytics platform enables organizations to detect and neutralize cyber threats. Improve your security intelligence.">
<meta property="og:image" prefix="og: http://ogp.me/ns#" content="https://logrhythm.com/images/thumbnail.png">
<meta property="og:url" prefix="og: http://ogp.me/ns#" content="https://logrhythm.com/">

这些标签通过了Facebook调试器

https://developers.facebook.com/tools/debug/og/object?q=https%3A%2F%2Flogrhythm.com%2F

以及其他调试器

http://iframely.com/debug?uri=https%3A%2F%2Flogrhythm.com%2F

问题是LinkedIn根本没有拿起这些数据。看来剪贴板正在关注网站上<noscript>标记中的重定向:

<noscript>
    <meta http-equiv="refresh" content="0; url=/no-script">
</noscript>

首先,我希望它验证了这是OG标签无法识别的原因。第二,有没有办法继续重定向禁用JavaScript的用户,并将OG数据导入LinkedIn?

更新

删除<noscript>代码后,OG问题仍然存在。我甚至在网址上添加了垃圾来对抗缓存。

enter image description here

0 个答案:

没有答案