verify_site
Claim site ownership in Google Search Console after the verification token is live. Checks DNS, meta tag, or file, then marks the account as owner; retry until propagation.
Instructions
Claim ownership once the token from get_verification_token is live. Google fetches the DNS record, meta tag or file and, if it matches, marks this Google account an owner of the site. It fails until the token is actually reachable, which with DNS means waiting for propagation, sometimes several minutes. Retrying is safe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | INET_DOMAIN for a domain property (sc-domain:), SITE for a URL-prefix property. | |
| method | Yes | The same method the token was minted for. | |
| account | No | Which signed-in Google account to act as, by email. Omit to use the default. Call list_accounts to see what is signed in. | |
| identifier | Yes | The same identifier passed to get_verification_token. |