Skip to content
/ Schema Public template

About google bing some SEO optimization

Notifications You must be signed in to change notification settings

benzhujohn/Schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Schema是什么?

Schema是一个非常重要的网页标识符,可与帮助搜索引擎了解网页上的信息并提供更丰富的搜索结果,可以让人们更容易在网络上找到相关信息,非常利于SEO优化排名

创建具有共同支持的新架构对网站站长、搜索引擎和用户都有好处。

网站站长:Schema.org 为网站站长提供了一个了解标记的地方,而不必将来自不同来源的架构嫁接在一起,每个架构都有自己的规则、惯例和学习曲线。

搜索引擎:Schema.org 侧重于定义对搜索引擎最有价值的项目类型和属性。这意味着搜索引擎将获得他们最需要的结构化信息来改善搜索。

用户:当网站站长更容易添加标记,并且搜索引擎看到更多他们需要的标记时,用户最终将获得更好的搜索结果和更好的网络体验。

<script type="application/ld+json">
{
  "@context" : "https://schema.org",
  "@type" : "WebSite",
  "name" : "品牌/公司名称",
  "alternateName" : "替代名称",
  "url" : "网站链接"
}
</script>

一般用JSON-LD代码后注释,Microdata(源注释)可以嵌入到里面

向 Google 搜索提供网站名称

https://developers.google.com/search/docs/appearance/site-names

在搜索结果中显示的网站图标

https://developers.google.com/search/docs/appearance/favicon-in-search

商品(Product、Review、Offer)结构化数据

https://developers.google.com/search/docs/appearance/structured-data/product#merchant-listings_product 便于Google/Bing索引产品标注

测试您的结构化数据(测试代码是否正确被索引读取)

https://validator.schema.org/

About

About google bing some SEO optimization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published