# 在功能手机上进行移动浏览

功能手机上的 Google 网页搜索可让用户搜索 Google 索引中针对桌面网络浏览器的所有内容。由于该内容不是专门为功能手机和设备编写的，因此可能会无法正常显示。用户是通过我们的转码器来查看网页搜索结果的，该转码器会分析原始 HTML 代码并将其转换成适用于移动设备的格式。为确保在您的手机或其他移动设备上显示最优质且最易用的网页，Google 可能会调整图片大小、调节文本格式和/或转换网页功能的某些方面。

如果您不希望 Google 在功能手机上对您的网页进行转码，则可请求 Google 在用户尝试通过转码器查看网页时将用户重定向到备用网页。为此，您可在自己网页的 HTML 文件中的 `<head>` 部分添加下面这行代码：

```
<link rel="alternate" media="handheld" href="alternate_page.htm" />
```

备用网页应是原始网页针对移动设备进行优化后的版本，或者应通过显示一条消息告知用户该网站无法在手机上呈现。


---

# 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://blog.jasonzhang.cc/google-dev/search-console-bang-zhu/zhuan-men-mian-xiang-nei-rong-de-zhi-nan/google-yi-dong/zai-gong-neng-shou-ji-shang-jin-hang-yi-dong-liu-lan.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.
