SeoStatus

字段

字段名 类型 格式 是否必填
property string 必填
health string 必填
lastPullAt string | null
googleOk boolean | null
bingOk boolean | null
googleNote string | null
bingNote string | null
openIssues integer 必填
criticalIssues integer
metrics object
deltas object

示例 JSON

{
    "property": "string",
    "health": "string",
    "lastPullAt": "string",
    "googleOk": false,
    "bingOk": false,
    "googleNote": "string",
    "bingNote": "string",
    "openIssues": 0,
    "criticalIssues": 0,
    "metrics": [],
    "deltas": []
}