# Google Indexing

The module provides integration with Google Indexing API

## Settings

| Parameter            | Default | Description                                                        |
| -------------------- | ------- | ------------------------------------------------------------------ |
| Service Account File | -       | Service account private key JSON file of your Google Cloud project |

## Business processes <a href="#biznes-processy" id="biznes-processy"></a>

**Google Indexing: Update page** - notify Google of a new URL to crawl or that content at a previously-submitted URL has been updated.

**Input**&#x20;

* **url** (string) - url to update.

**Google Indexing: Remove page** - after you delete a page from your servers, notify Google so that we can remove the page from our index and so that we don't attempt to crawl the URL again.

**Input**&#x20;

* **url** (string) - url to update.
