本文介绍了用于“og:title”的元标记为“标题”冗余一个元标记?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我的网站有这两个元标记当前具有相同的值:
My site has these two meta tags which currently have the same value:
<meta name="title" content="My Title" />
<meta property="og:title" name="title" content="My Title" />
第二个是 facebook所需的格式
连接。
这是否意味着第一个是冗余的,可以删除?
Does this mean the first one is redundant and can be removed?
推荐答案
没有。 Facebook的meta标签不是标准的,除了Facebook之外你不应该期望任何人使用该标签的价值。
No. The Facebook meta tag is not standard and you should not expect anyone else besides Facebook to use the value of that tag for anything.
这篇关于用于“og:title”的元标记为“标题”冗余一个元标记?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!