> For the complete documentation index, see [llms.txt](https://docs.seodity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.seodity.com/troubleshooting/how-to-verify-ownership.md).

# How to verify ownership?

{% hint style="info" %}
Domain verification is only required for on-site auditing in Seodity. All other modules will work without domain verification.
{% endhint %}

## Why is Domain Verification Important for On-site Auditing?

Seodity requires domain verification for on-site auditing to ensure that only authorized users can access sensitive data and make changes to the website.&#x20;

Verifying your domain in Seodity unlocks the full potential of its on-site auditing capabilities, allowing you to analyze your website's SEO performance and make informed decisions to optimize it.

<br>

## Three Methods for Domain Verification in Seodity

Seodity offers three ways to verify your domain ownership for on-site auditing:

1. DNS record
2. HTML file
3. HTML tag

### DNS Record

To verify your domain ownership using the DNS record method, follow these steps:

a. Log in to your Seodity account and navigate to the On-site tab.

<figure><img src="/files/lu528DdHsEIPQZmZWuvE" alt=""><figcaption></figcaption></figure>

b. Check the "DNS record" method.<br>

<figure><img src="/files/4T3POSpV9SGM4dRLpCye" alt=""><figcaption></figcaption></figure>

c. Seodity will provide you with a unique TXT record value.

d. Sign in to your domain name provider's account (e.g., GoDaddy.com, Namecheap.com).

e. Navigate to the DNS management section for your domain.

f. Create a new TXT record using the value provided by Seodity.

g. Save the changes and allow time for the DNS record to propagate.

h. Return to Seodity and click "Check Ownership" to complete the domain verification process.

<figure><img src="/files/aUOamMZbUCGHbwJsIr6l" alt=""><figcaption></figcaption></figure>

### HTML File

To verify your domain ownership using the HTML file method, follow these steps:

a. Log in to your Seodity account and navigate to the On-site tab.

<figure><img src="/files/lu528DdHsEIPQZmZWuvE" alt=""><figcaption></figcaption></figure>

b. Select the "HTML file" method.

<figure><img src="/files/gXyaPrAInxhQH5r9x94X" alt=""><figcaption></figcaption></figure>

c. Seodity will provide you with a unique HTML file name. You have to make an empty file.

d. Upload the HTML file to the root directory of your website, ensuring it is accessible via the URL provided by Seodity.

e. Note that the HTML file should be empty.

f. Return to Seodity and click "Check Ownership" to complete the domain verification process.

<figure><img src="/files/aUOamMZbUCGHbwJsIr6l" alt=""><figcaption></figcaption></figure>

### HTML Tag

To verify your domain ownership using the HTML tag method, follow these steps:

a. Log in to your Seodity account and navigate to the On-site tab.

<figure><img src="/files/lu528DdHsEIPQZmZWuvE" alt=""><figcaption></figcaption></figure>

b. Check the "HTML tag" method.

<figure><img src="/files/qj6JDrt3x2oFcX0N6iKs" alt=""><figcaption></figcaption></figure>

c. Seodity will provide you with a unique meta tag.

d. Add the provided meta tag to your domain's homepage's \<head> section.

e. Save the changes and publish the updated homepage.

f. Return to Seodity and click "Check Ownership" to complete the domain verification process.

<figure><img src="/files/aUOamMZbUCGHbwJsIr6l" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.seodity.com/troubleshooting/how-to-verify-ownership.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
