How to de-index Linguana subdomain
Please follow the instructions below to de-index the Linguana subdomain, and only index the main domain:
1. robots.txt
Add the following text to your website's robots.txt, save changes, and publish:
User-agent: *
Disallow: /
We will replace Disallow
to Allow
in the proxy, so the main domain will get proxied.
2. Meta tag
Add the following meta tag to the <head>
section in global Custom code of your website:
<meta name="robots" content="noindex">
Linguana will automatically delete this line on the main domain, so it will only de-index the Linguana subdomain.
Last updated