System-generated Labels for Mobile
When new phrases are added to your dashboard by Localize, system-generated labels will be automatically added to specific content types.
These labels can be used to filter your phrases to help you find specific types of content, e.g. title
tags and meta descriptions
, etc.
Localize highly recommends that you have human translators craft the language in these tags and attributes as a best practice for SEO.
Types of System Labels
The following are the types of system labels available.
Metadata in the <head> Section of Your Website
Label Name | Description |
---|---|
lzm-meta-description | Phrase is the text from a |
lzm-meta-keywords | Phrase is the text from a |
lzm-meta-og:description | Phrase is the text from a |
lzm-meta-og:title | Phrase is the text from a |
lzm‑meta‑twitter:description | Phrase is the text from a |
lzm-meta-twitter:title | Phrase is the text from a |
lz-page-title | Phrase is the text from a |
<meta name="description" content="this is a phrase" />
<meta name="keywords" content="this is a phrase, keyword 2, keyword 3" />
<meta name="og:description" content="this is a phrase" />
<meta name="og:title" content="this is a phrase" />
<meta name="twitter:description" content="this is a phrase" />
<meta name="twitter:title" content="this is a phrase" />
<title>this is a phrase</title>
HTML Attributes in the <body> Section of Your Website
Label Name | Description |
---|---|
lza-alt | Phrase is the text from an |
lza-aria-label | Phrase is the text from an |
lza-isolate | Phrase contains an |
lza‑placeholder | Phrase is the text from a |
lza-pluralize | Phrase contains a |
lza-title | Phrase is the text from a |
lz-has-variable | The phrase contains a |
lz-image | The phrase contains a URL for the source language image file. |
lz-audio | The phrase contains a SRC URL for the source language audio file. |
<img src="some_URL" alt="this is a phrase" />
<p aria-label="this is a phrase">Another phrase</p>
<p class="localize-isolate">this is a phrase</p>
<p data-isolate>this is a phrase</p>
<p isolate>this is a phrase</p>
<input type="text" placeholder="this is a phrase">Another phrase</input>
You have <var pluralize="1">one</var> notification.
You have <var data-pluralize="1">one</var> notification.
<p title="this is a phrase">This is a different phrase.</p>
My roommate's name is: <var roommate>Nicole</var>.
Updated about 1 year ago