logo
A Schema.org Property
- Canonical URL: https://schema.org/logo
- Check for open issues.
An associated logo.
Values expected to be one of these types
Used on these types
Acknowledgements
GoodRelations Vocabulary Terms
Examples
Example 1
Copied
Example notes or example HTML without markup.
<h1>ACME Hotel Innsbruck</h1> <img src="../media/logo.png" alt="hotel logo" /> <span>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> <img src="../media/hotel_front.png" alt="Front view of the hotel" /> </div>
Example encoded as Microdata embedded in HTML.
<div itemscope itemtype="https://schema.org/Hotel"> <h1><span itemprop="name">ACME Hotel Innsbruck</span></h1> <img itemprop="logo" src="../media/logo.png" alt="hotel logo" /> <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> <img itemprop="photo" src="../media/hotel_front.png" alt="Front view of the hotel" /> </div>