SeoStatus

Properties

Name Type Format Required
property string required
health string required
lastPullAt string | null
googleOk boolean | null
bingOk boolean | null
googleNote string | null
bingNote string | null
openIssues integer required
criticalIssues integer
metrics object
deltas object

Example JSON

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