> ## Documentation Index
> Fetch the complete documentation index at: https://docs.boxd.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Search Console

> Google Search Console provides tools to monitor, maintain, and troubleshoot your site's presence in Google Search results

Google Search Console provides tools to monitor, maintain, and troubleshoot your site's presence in Google Search results.

`google-search-console` · **9 tools** · no triggers

## Connect it

```bash theme={"theme":"github-dark"}
run auth google-search-console
run auth google-search-console --scope team    # shared with the organization
```

Or from the [Integrations page](https://app.boxd.sh/integrations) in the console. See [Connections](/guides/integrations/connections) for personal versus shared, and who may remove one.

## Use it

```bash theme={"theme":"github-dark"}
run google-search-console          # common commands
run google-search-console --all    # every command
```

```ts theme={"theme":"github-dark"}
import { googleSearchConsole } from "@boxd/run";
```

## Common tools

| Tool          | What it does                                                                                                                                                      |
| ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `add-site`    | Adds a site to the set of the user's sites in Google Search Console.                                                                                              |
| `get-site`    | Retrieves information about a specific Search Console site. Use when you need to get site details including permission level for a specific property.             |
| `delete-site` | Removes a site from the user's Google Search Console sites. This action permanently removes a site property from the authenticated user's Search Console account. |
| `get-sitemap` | Retrieves sitemap metadata (submitted/indexed counts, errors, warnings, last-submission timestamps) for a specific sitemap in Search Console.                     |
| `inspect-url` | Inspects a URL for indexing issues and status in Google Search Console.                                                                                           |

<Accordion title="All 9 tools" icon="list">
  | Tool                     | What it does                                                                                                                                                      |
  | ------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | `add-site`               | Adds a site to the set of the user's sites in Google Search Console.                                                                                              |
  | `delete-site`            | Removes a site from the user's Google Search Console sites. This action permanently removes a site property from the authenticated user's Search Console account. |
  | `get-site`               | Retrieves information about a specific Search Console site. Use when you need to get site details including permission level for a specific property.             |
  | `get-sitemap`            | Retrieves sitemap metadata (submitted/indexed counts, errors, warnings, last-submission timestamps) for a specific sitemap in Search Console.                     |
  | `inspect-url`            | Inspects a URL for indexing issues and status in Google Search Console.                                                                                           |
  | `list-sitemaps`          | Lists all sitemaps for a site in Google Search Console. Response fields `errors`, `warnings`, `contents.submitted`, and `contents.indexed` may be...              |
  | `list-sites`             | Lists all verified sites (properties) owned by the authenticated user in Google Search Console.                                                                   |
  | `search-analytics-query` | Queries Google Search Console for search analytics data including clicks, impressions, CTR, and position metrics.                                                 |
  | `submit-sitemap`         | Submits a sitemap to Google Search Console for indexing. This action registers or resubmits a sitemap for a verified property in Google Search Console.           |
</Accordion>

[Open Google Search Console in the console →](https://app.boxd.sh/integrations/detail/google_search_console)
