# 面包屑导航

### 什么是面包屑导航

面包屑导航（Breadcrumb Navigation）是一种网站导航辅助工具，通常显示在网页的顶部或接近顶部的位置，以层次结构的方式展示用户当前位置与网站首页之间的路径。它类似于故事《汉塞尔与格蕾特》中面包屑标记路径的方式，因此得名。

典型的面包屑导航格式如下：

`首页 > 分类 > 子分类 > 当前页面`

每一个“>”符号（或斜杠）表示层级关系，用户可以点击任意层级的链接返回到对应的页面。

### 启用面包屑导航的好处有哪些

* **增强用户体验**：
  * 面包屑导航帮助用户清晰地了解他们在网站中的位置，尤其是在多层级结构的网站中。用户可以快速返回上一层级或其他相关页面，而不必多次点击“后退”按钮。
* **提升网站可用性**：
  * 对于内容较多或结构复杂的网站，面包屑导航可以显著提升网站的可用性。用户能够轻松地在不同的页面之间切换，提高了导航效率。
* **减少跳出率**：
  * 当用户通过搜索引擎直接进入某个深层页面时，面包屑导航可以引导他们浏览其他相关页面，减少直接离开网站的可能性。
* **有助于SEO优化**：
  * 面包屑导航不仅提升了用户体验，还为搜索引擎提供了清晰的结构信息。它有助于搜索引擎理解网站的层级结构，提高网页的索引效果。
* **降低用户迷失的风险**：
  * 对于多层级内容的网站，面包屑导航可以有效避免用户迷失方向，特别是在需要多步操作或浏览的情况下。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://en-ascent.webvista.studio/ascent-mu-ban-shi-yong-shuo-ming/quan-ju-she-zhi/mian-bao-xie-dao-hang.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
