【发布时间】:2020-04-01 07:20:16
【问题描述】:
我将 Yoast SEO 生成的站点地图发送给 Google,但不知何故,SEO 发送错误。
这是我发送的示例:http://prntscr.com/rqmn9l
以下是 Google 发布的内容:http://prntscr.com/rqmqfw
如何解决不一致的问题?
【问题讨论】:
标签: php html wordpress meta yoast
我将 Yoast SEO 生成的站点地图发送给 Google,但不知何故,SEO 发送错误。
这是我发送的示例:http://prntscr.com/rqmn9l
以下是 Google 发布的内容:http://prntscr.com/rqmqfw
如何解决不一致的问题?
【问题讨论】:
标签: php html wordpress meta yoast
您的问题标题不清楚,应该是“如何在元描述中显示表情符号”
答案是您必须在元描述中使用表情符号的 html 代码,而不是表情符号本身。
所以而不是:
<meta name="description" content="My awesome description?">
你应该使用:
<meta name="description" content="My awesome description 😀">
【讨论】: