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.

Last updated