Sites
资源表示形式
包含有关 Search Console 网站的权限级别信息。有关详情,请参阅 Search Console 中的权限。
{
"siteUrl": string,
"permissionLevel": string
}
属性名称 |
价值 |
说明 |
备注 |
permissionLevel |
string |
用户对网站的权限级别。
可接受的值:
- "
siteFullUser "
- "
siteOwner "
- "
siteRestrictedUser "
- "
siteUnverifiedUser "
|
|
siteUrl |
string |
要添加的资源的网址。示例:http://www.example.com/ (适用于网址前缀资源)或 sc-domain:example.com (适用于网域资源)
|
|
方法
- 添加
- 将某个网站添加到 Search Console 中用户的网站集合中。
- 删除
- 将某个网站从用户的 Search Console 网站组中移除。
- get
- 检索特定网站的相关信息。
- list
- 列出用户的 Search Console 网站。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-07-23。
[null,null,["最后更新时间 (UTC):2024-07-23。"],[[["This resource outlines site permission levels within Google Search Console, including details on ownership, full user, restricted user, and unverified user roles."],["It provides structured data representation with properties like `siteUrl` and `permissionLevel` to manage Search Console sites."],["Users can utilize provided methods (add, delete, get, list) for managing their websites within Google Search Console via the API."],["This information assists developers in programmatically interacting with Search Console to retrieve site data and manage site settings based on user permissions."]]],[]]