doc.ohreally.nl


The 'translator' meta tag

The translator meta tag is used to give credit to, and provide contact info for, the translator of a document.

Syntax

<meta name="translator" content="Firstname Lastname <user@example.com>">

or

<meta name="translator" content="Organization <http://www.example.com/>">

Description

The content value of the translator meta tag is a free form text describing the name and contact information for the person or organization responsible for the translation of a document.

The suggested form is

name + ' <' + email address | website address | telephone number + '>'

Placement

The translator meta tag is placed in the <head> section of the HTML document, just like any other meta tags.

There may be more than one translator meta tag per document.

Tip:
Use the origin meta tag to refer to the original document.

Current language and original text

It is explicitly NOT this meta tag's job to

Example

This could be the source of http://www.example.com/document.nl.html:

<!DOCTYPE html>
<html lang="nl">
<head>
<title>The title</title>
<meta name="translator" content="Rob la Lau <https://doc.ohreally.nl/contact>">
<meta name="origin" content="http://www.example.com/document.fr.html" lang="fr">
</head>
<body>
… the text …
</body>
</html>

Use cases

Note to implementors

The content value of the translator meta tag is not translatable.

Documentation

The documentation for the translator meta tag is available at https://doc.ohreally.nl/metatag-translator.

Status

The translator meta tag has been added to the MetaExtensions registry as a proposed standard.

Last modified:
https://doc.ohreally.nl/metatag-translator
Printed: