> For the complete documentation index, see [llms.txt](https://docs.babelshark.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.babelshark.net/setup/coexistence-with-other-translators.md).

# Coexistence with other translators

Letting two (or more) translation services is definitely a wrong idea. BabelShark tries to determine if you are using a service like Google Translator, and disables translations.

To avoid translators messing your content, disable third-party translators:

### Google Translator

Add meta tag to your website `<head>` section:

```html
<meta name="google" content="notranslate"> 
```

Alternatively, add `notranslate` class to `<body>` tag.
