Linguana
  • 🐣Getting started
    • What is Linguana
    • Quick start
    • How to translate content
    • FAQs
  • ✍️Translating your website
    • Create a new project
    • Adding new languages
    • Remove language
    • Translate manually
    • Translate using AI
    • Translate instances of identical elements
    • Redirections
    • Language switchers
    • Custom domains
    • Automations
    • Fix outdated live website
    • Fix untranslated text
    • Fix missing whitespace between text
    • Add translated links
    • Block indexing for Linguana subdomain
    • Hide content
    • Skip translation for content
    • Import or export translations
  • 🤖AI translations
    • AI credits
    • Purchasing AI credits
  • ⚙️Settings
    • Account settings
    • Change password
    • Notification settings
    • Billing settings
    • Delete your account
Powered by GitBook
On this page
  1. Translating your website

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.

PreviousAdd translated linksNextHide content

Last updated 2 months ago

✍️