Search Console 网址测试工具 API 使用入门
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
您可以通过多种方式开始使用 Search Console 网址 Testing Tools API。
一分钟体验
在浏览器中使用 API Explorer
要在浏览器中快速试用该 API,而无需编写任何代码,请使用任意 API 参考页面旁边的试试看!按钮。
在命令行中使用 curl
您可以在命令行中使用 curl
来测试运行您的命令。如需使用 curl
,请执行以下操作:
- 获取 API 客户端密钥
- 在命令行上,运行以下命令,注意以您自己的 API 密钥和要测试的网页网址替换掉。
curl -H 'Content-Type: application/json' --data '{url: "YOUR_URL"}' 'https://searchconsole.googleapis.com/v1/urlTestingTools/mobileFriendlyTest:run?key=YOUR_API_KEY'
一小时体验
如需了解介绍如何上手使用的分步教程,请按照您的第一个应用中的相关说明进行操作。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-02-21。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"没有我需要的信息"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"太复杂/步骤太多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"内容需要更新"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻译问题"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/代码问题"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"易于理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"解决了我的问题"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]