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 description meta tag |
lzm-meta-keywords | Phrase is the text from a keywords meta tag |
lzm-meta-og:description | Phrase is the text from a Facebook Open Graph: Description meta tag |
lzm-meta-og:title | Phrase is the text from a Facebook Open Graph: Title meta tag |
lzm-meta-twitter:description | Phrase is the text from a Twitter: Description meta tag |
lzm-meta-twitter:title | Phrase is the text from a Twitter: Title meta tag |
lz-page-title | Phrase 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 Name | Description |
---|---|
lza-alt | Phrase is the text from an alt attribute |
lza-aria-label | Phrase is the text from an aria-label attribute |
lza-isolate | Phrase contains an isolate , data-isolate or class="localize-isolate" attribute |
lza-placeholder | Phrase is the text from a placeholder attribute |
lza-pluralize | Phrase contains a pluralize or data-pluralize attribute |
lza-title | Phrase is the text from a title attributeNOTE: This is NOT the page title! |
lz-dynamic-phrase | The phrase contains a variable that was created in the dashboard using the Define Variables feature. |
lz-has-variable | The phrase contains a <var> tag |
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 over 1 year ago