availableLanguage

Canonical URL: http://schema.org/availableLanguage

Thing > Property > availableLanguage

A language someone may use with the item. Please use one of the language codes from the IETF BCP 47 standard. See also inLanguage

Usage: Between 1000 and 10,000 domains
Values expected to be one of these types
Language
Text
Used on these types
ContactPoint
LodgingBusiness
ServiceChannel


Examples

Example 1
This example is in microdata only.
<div itemscope itemtype="http://schema.org/Hotel">
  <h1><span itemprop="name">ACME Hotel Innsbruck</span></h1>
  <span itemprop="description">A beautifully located business hotel right in the
heart of the alps. Watch the sun rise over the scenic Inn valley while
enjoying your morning coffee.</span>
  We speak:
  <ul>
    <li itemprop="availableLanguage" itemscope itemtype="http://schema.org/Language">
      <span itemprop="name">English</span>
    </li>
    <li itemprop="availableLanguage" itemscope itemtype="http://schema.org/Language">
      <span itemprop="name">German</span>
    </li>
  </ul>
</div>
This example is in microdata only.
This example is in microdata only.

Schema Version 3.2