> For the complete documentation index, see [llms.txt](https://blog.jasonzhang.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.jasonzhang.cc/google-dev/search-console-bang-zhu/zhuan-men-mian-xiang-nei-rong-de-zhi-nan/bo-ke.md).

# 播客

![](https://lh3.googleusercontent.com/dveHl3OH3-eTEQ6YVALm108eOWZ7zqYKaIE0nCTn-vPx5_XXc_jujyTdSnD577PxNuQ=w673)

Google 可以通过多种不同的机制向用户呈现播客，其中包括：

* [Google 搜索结果](https://www.google.com/search?q=fresh+air+podcast)，作为指向播客页面的链接或作为内嵌剧集播放器
* [Android 版 Google 搜索应用](https://www.google.com/search/about/)（需要 v6.5 或更高版本的 Google 搜索应用）
* [Google 播客应用](https://play.google.com/store/apps/details?id=com.google.android.apps.podcasts)
* [Google Home](https://support.google.com/googlehome/answer/7072800)
* [Google 助理的内容操作](https://developers.google.com/actions/content-actions/)
* [Android Auto](https://www.android.com/auto/)

Google 只需查找您的播客并将其编入索引，即可向用户呈现该播客。[请点击此处了解如何在 Google 上发布您的播客](https://developers.google.com/search/docs/guides/podcast-overview)。<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://blog.jasonzhang.cc/google-dev/search-console-bang-zhu/zhuan-men-mian-xiang-nei-rong-de-zhi-nan/bo-ke.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
