Organization

From getSchema
Jump to: navigation, search

This Page Semantic Annotations

Description

An organization such as a school, NGO, corporation, club, etc.

Example

<div itemscope itemtype="http://schema.org/Organization">   <img itemprop="image logo" src="http://cdn.regi-on.net/binarypark.org/images/bp_logo_big.png"/>    <div>      <a itemprop="url" href="http://www.binarypark.org">        <span itemprop="name">Binarypark</span>      </a>    </div>    <div itemprop="location" itemscope itemtype="http://schema.org/Place">    <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">       <span itemprop="streetAddress">Erich-Weinert-Str. 1,</span>       <span itemprop="postalCode">03046</span>       <span itemprop="addressLocality"> Cottbus</span>,        <span itemprop="addressCountry">Germany</span>    </div>    <div itemprop="telephone">0049355692931</div>    <div itemprop="faxNumber">0049355684171</div>    <div itemprop="email">[email protected]</div>    <span itemprop="geo" itemscope="" itemtype="http://schema.org/GeoCoordinates">      <meta itemprop="latitude" content="51.76449"/>      <meta itemprop="longitude" content="14.32711"/>    </span>  </div> </div> 

Also check subtypes of Organization.