availableLanguage
Canonical URL: http://schema.org/availableLanguageA language someone may use with or at the item, service or place. 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
TouristAttraction
|
Examples
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.
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.
<h1>Neuschwanstein Castle</h1> <div>Neuschwanstein Castle is a nineteenth-century Romanesque Revival palace in Schwangau, in southwest Bavaria, Germany.</div> <div>Guided tours in German and English.</div>
<div itemscope itemtype="http://schema.org/TouristAttraction"> <h1><span itemprop="name">Neuschwanstein Castle</span></h1> <div>It is a nineteenth-century Romanesque Revival palace in <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> <span itemprop="addressLocality">Schwangau</span>, in <span itemprop="addressCountry">Germany</span>. </div> </div> <div>Guided tours in <div itemprop="availableLanguage" itemscope itemtype="http://schema.org/Language"> <span itemprop="name">German</span> </div> and <div itemprop="availableLanguage" itemscope itemtype="http://schema.org/Language"> <span itemprop="name">English</span>. </div> </div> </div>
<div vocab="http://schema.org" typeof="TouristAttraction"> <h1><span property="name">Neuschwanstein Castle</span></h1> <div>It is a nineteenth-century Romanesque Revival palace in <div property="address" typeof="PostalAddress"> <span property="addressLocality">Schwangau</span>, in <span property="addressCountry">Germany</span>. </div> </div> <div>Guided tours in <div property="availableLanguage" typeof="Language"> <span property="name">German</span> </div> and <div property="availableLanguage" typeof="Language"> <span property="name">English</span>. </div> </div> </div>
<script type="application/ld+json"> { "@context": "http://schema.org", "@type": "TouristAttraction", "name": "Neuschwanstein Castle", "address": { "@type": "PostalAddress", "addressLocality": "Schwangau", "addressCountry": "Germany" }, "availableLanguage": { "@type": "Language", "name": ["German","English"] } } </script>