我想知道如何才能在google搜索结果中将部分网站显示为丰富的片段?例如,在这个网站中,有一段页面在搜索结果中显示为丰富的片段。


发布于 2022-10-12 19:48:58
有很多种方法。我看不懂你的例子的语言,但我猜第一个是旋转木马:
https://developers.google.com/search/docs/appearance/structured-data/carousel
或最近正在并一直在改进的产品:
https://developers.google.com/search/blog/2022/08/pros-and-cons-structured-data
第二张也许是富有的卡片
https://developers.google.com/search/blog/2016/11/rich-cards-expands-to-more-verticals
通常,这是使用模式来完成的,这样内容就可以轻松地超出Google https://www.bing.com/webmasters/help/marking-up-your-site-with-structured-data-3a93e731。
虽然有些可以通过google控制台获得。
所有模式https://schema.org/docs/schemas.html
,他们没有直接的链接,但是左边的菜单会像在google上看到的那样通过每个菜单。文章是第一篇。https://developers.google.com/search/docs/appearance/structured-data/article
发布于 2022-10-12 19:19:24
将JSON-LD结构化数据插入网页的head元素中。遵循指导方针。
https://developers.google.com/search/docs/appearance/structured-data/intro-structured-data
https://webmasters.stackexchange.com/questions/140346
复制相似问题