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 NameDescription
lzm-meta-descriptionPhrase is the text from a description meta tag
lzm-meta-keywordsPhrase is the text from a keywords meta tag
lzm-meta-og:descriptionPhrase is the text from a Facebook Open Graph: Description meta tag
lzm-meta-og:titlePhrase is the text from a Facebook Open Graph: Title meta tag
lzm-meta-twitter:descriptionPhrase is the text from a Twitter: Description meta tag
lzm-meta-twitter:titlePhrase is the text from a Twitter: Title meta tag
lz-page-titlePhrase is the text from a title tag
<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 NameDescription
lza-altPhrase is the text from an alt attribute
lza-aria-labelPhrase is the text from an aria-label attribute
lza-isolatePhrase contains an isolate, data-isolate or class="localize-isolate" attribute
lza-placeholderPhrase is the text from a placeholder attribute
lza-pluralizePhrase contains a pluralize or data-pluralize attribute
lza-titlePhrase is the text from a title attribute
NOTE: This is NOT the page title!
lz-dynamic-phraseThe phrase contains a variable that was created in the dashboard using the Define Variables feature.
lz-has-variableThe phrase contains a <var> tag
lz-imageThe phrase contains a URL for the source language image file.
lz-audioThe 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>.