> For the complete documentation index, see [llms.txt](https://docs.linguana.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.linguana.io/translating-your-website/block-indexing-for-linguana-subdomain.md).

# Block indexing for Linguana subdomain

Please follow the instructions below to de-index the Linguana subdomain (*linguana.your-website.com*), and only index the main domain (*your-website.com*).

**1. robots.txt**

Add the following text to your website's **robots.txt**, save the changes, and publish.

*`User-agent: *`*

*`Disallow: /`*

Linguana will replace `Disallow` to `Allow` in the proxy, so the main domain will still get proxied.

**2. Meta tag**

Add the following meta tag to the `<head>` section in the global custom code of your website.

`<meta name="robots" content="noindex, nofollow">`

Linguana will automatically delete this line on the main domain, so only the Linguana subdomain will be de-indexed.
