向 Google 搜索提供网站名称
Google 在 Google 搜索结果页上生成网站名称的过程是完全自动的,且会同时考虑网站首页中的内容及网络上对此网页的引用。在 Google 搜索中,生成网站名称是为了充分展现和描述每条结果的来源。
如需指明您偏好的网站名称,请向您的首页添加
WebSite
结构化数据。我们的网站名称系统还会考虑og:site_name
和<title>
中的内容、标题元素和首页上的其他文字。不过,如果您想指定偏好设置,WebSite
结构化数据最为重要。尽管我们无法手动更改自动选择的网站名称,但您可以指明备用名称,以便我们的自动化系统考虑是否未选择您的主要偏好设置。
网站名称-Google搜索中心
<html>
<head>
<title>Example: A Site about Examples</title>
<script type="application/ld+json">
{
"@context" : "https://schema.org",
"@type" : "WebSite",
"name" : "并非正文",
"alternateName": ["Not-Body", "NB"],
"url" : "https://bfzw.top/"
}
</script>
</head>
<body>
</body>
</html>
向 Bing 搜索提供网站名称
Open Graph 协议是Wordpress默认使用的格式,被Bing和Google所支持,使用Bing插件可自动提交网页链接给Bing搜索
<meta property="og:site_name" content="并非正文">
<meta property="og:title" content="并非正文">
<meta property="og:image" content="https://bfzw.top/wp-content/uploads/2023/04/cropped-g-miao-bian.png" SOCIALONLY>
<meta property="og:url" content="https://bfzw.top">
<meta property="og:type" content="article">
<meta property="og:description" content="并非正文,—兴趣使然 • 一腔热血—">
要将网页转换为图形对象,您需要将基本元数据添加到 您的页面。我们基于RDFa构建了该协议的初始版本,这意味着您将把 网页中的其他标记。四个必需的 每个页面的属性包括:
<meta>
<head>
Open Graph 协议
og:title
– 对象的标题,因为它应该出现在图表中, 例如,“岩石”。og:type
– 对象的类型,例如“video.movie”。根据 您指定的类型,可能还需要其他属性。og:image
– 一个图像 URL,它应该在 图。og:url
– 将用作其对象的规范 URL 图表中的永久 ID,例如“https://www.imdb.com/title/tt0117500/”。
Marking up your site: Overview
At Bing, enabling users to make key decisions through visually appealing, information-rich search results is a key component of our search experience. As a content publisher, you can contribute to – and stand out in – this experience by annotating your structured content using any of the following supported specifications:
Microsoft Bing I Webmaster Tools help & how-to
- Schema.org in the following formats:
- Microformats
- RDFa
- Open Graph