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

# Add google-site-verification TXT record to domain

<Tip>The same idea applies to **Facebook Business Manager** verification (`facebook-domain-verification`).</Tip>

Sometimes you must **verify domain ownership** at Google (Search Console, Google Workspace, and similar) by publishing a **TXT** record, for example:

```text theme={null}
google-site-verification=<random_characters>
```

<Steps>
  <Step title="Go to Domains">
    Go to **Domains** in the hosting panel.

    <Frame>
      <img src="https://perfgrid-guides.s3.eu-west-par.io.cloud.ovh.net/V36BFLnIUoQo95DdoaOJqR4XA.png" alt="Domains page" style={{ borderRadius: '0.5rem' }} />
    </Frame>
  </Step>

  <Step title="Access the DNS Zone Editor">
    Click on **DNS** for the domain you want to make the change, this will bring up the DNS Editor

    <Frame>
      <img src="https://perfgrid-guides.s3.eu-west-par.io.cloud.ovh.net/DRbPtk4vC5DVnw0N1zRVChP4j.png" alt="DNS Editor" style={{ borderRadius: '0.5rem' }} />
    </Frame>
  </Step>

  <Step title="Add the TXT record">
    Click the **Add new Record** button, and add the entry as follows:

    <Frame>
      <img src="https://perfgrid-guides.s3.eu-west-par.io.cloud.ovh.net/4zT0uroLZ4bQDoQfhZUI5V2F4.png" alt="Add Google Site Verification TXT Record" style={{ borderRadius: '0.5rem' }} />
    </Frame>

    The **Type** should be **TXT**, the **Name** should be `@`, the **TTL** can be anything to your liking.

    <Note>
      We use `google-site-verification=ttGSnqPLbuB1oS13J1TG4aDM` as an example here! The actual site verification string can be found in your Google Search Console.
    </Note>
  </Step>

  <Step title="Apply the settings">
    Click the **Save zone changes** button, and your changes are applied and propagated across our nameservers within **5-10 seconds**.
  </Step>
</Steps>
