Google搜索中如何设置网站层次结构?

How to set the hierarchy design of website in Google Search?

我想在 Google 中按层次结构显示我的产品 搜索如:

我尝试了"how to set product list in hierarchy through meta tags"这样的关键字,但没有找到我想要的。

如何在Google中搜索此类问题以及如何设置产品设计层次结构?

如上所述,这是一个重复的问题,但我已经说过我尝试过关键字,例如 how to set product design in hierarchy 因为我不知道它的具体关键字,所以我没有复制它。

它在架构标记中称为站点导航,可以帮助您进行 SEO,

这是相关的代码(微数据)

<ul itemscope itemtype="http://www.schema.org/SiteNavigationElement">
  <li itemprop="name"><a itemprop="url" href="http://www.example.com/our-advantage">Our Advantage</a></li>
  <li itemprop="name"><a itemprop="url" href="http://www.example.com/our-travel-experts">Travel Experts</a></li>
  <li itemprop="name"><a itemprop="url" href="http://www.example.com/destinations">Destinations</a></li>
  <li itemprop="name"><a itemprop="url" href="http://www.example.com/cruises">Cruises</a></li>
  <li itemprop="name"><a itemprop="url" href="http://www.example.com/interests">Interests</a></li>
  <li itemprop="name"><a itemprop="url" href="http://www.example.com/explore-your-world/interests/hotels-and-resorts">Hotels</a></li>
  <li itemprop="name"><a itemprop="url" href="http://www.example.com/travel-guides">Travel Resources</a></li>
</ul>

并参考以下内容link了解更多信息

http://searchengineland.com/schema-markup-structured-data-seo-opportunities-site-type-231077