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

时间:2017-01-15 09:25:36

标签: seo google-search

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

product view in hierarchy

我尝试了“如何通过元标记在层次结构中设置产品列表”这样的关键字,但我找不到我想要的内容。

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

如上所述,这是一个重复的问题,但我已经告诉我,我尝试过关键字,如何在层次结构中设置产品设计,因为我不知道它的特定关键字,我没有复制它。

1 个答案:

答案 0 :(得分:0)

在Schema Markup中称为站点导航,它允许您在SEO中提供帮助,

Site Navigation Schema Markup

这是

的代码(微数据)
<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>

并参考以下链接以获取更多信息

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