> Portal Navigation:
> 
> - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version.
> - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages).
> - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`).
> - Top-level index of all portals: https://dev.wix.com/docs/llms.txt
> - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt

# Resource: Site Readiness V1

# Type: Site Readiness Object

# Link: https://dev.wix.com/docs/api-reference/business-management/seo/google-search-console/site-readiness-v1/site-readiness-object.md

## Description: The site's standing in Google Search Console setup.

A read projection assembled from the connected Google account. It carries
no Google identity and no credentials.

## Schema:

```json
 Type: Site Readiness Object | type: SiteReadiness
 Description: The site's standing in Google Search Console setup.

A read projection assembled from the connected Google account. It carries
no Google identity and no credentials.
       - name: status  | type: string | description: Whether the site has completed Google Search Console setup.
           enum: UNKNOWN_READINESS_STATUS, READY, NOT_READY
       - name: blockingReason  | type: string | description: The first setup step that's still blocking the site. Only returned when `status` is `NOT_READY`.
           enum: UNKNOWN_BLOCKING_REASON, TOKEN_INVALID, SITE_OWNER_NOT_VERIFIED, DOMAIN_MISSING, SITE_NOT_CREATED

```