【发布时间】:2015-07-24 10:45:31
【问题描述】:
根据Google,您应该添加标记数据以便在搜索结果中包含您的站点名称:
在他们的微数据使用示例中,他们将网站名称附加到页面title:
<head itemscope itemtype="http://schema.org/WebSite">
<title itemprop='name'>Your WebSite Name</title>
<link rel="canonical" href="https://example.com/" itemprop="url">
但显然页面标题与网站名称不一样!
我在这里错过了什么?
【问题讨论】:
标签: html schema.org google-search-console microdata google-rich-snippets