Music Rich Snippets: Musik und Lieder in den SERPs
Musik wird in Form von einzelnen Liedern mehrzeilig unter dem
normalen Snippet dargestellt. Zusätzlich werden einzelne Lieder direkt verlinkt und
mit einem Noten-Symbol ausgezeichnet. Damit sind die Music Rich Snippets von ihrer Darstellung
her ähnlich angelegt wie Events.
Link zur Doku: https://support.google.com/webmasters/answer/1623047
Beispiel: Music Rich Snippets
<div itemscope="itemscope" itemtype="http://schema.org/MusicGroup">
<h1 itemprop="name">Bitcoins Nr. 1</h1>
<h2>Bitcoin</h2>
<div itemprop="tracks" itemscope="itemscope" itemtype="http://schema.org/MusicRecording">
<span itemprop="name">The falling Course</span>
Length: <meta itemprop="duration" content="PT4M5S" />4:05 -
14300 Aufrufe
<meta itemprop="interactionCount" content="UserPlays:14300"/>
<a href="#listen" itemprop="audio">Anhören</a>
<a href="#buy" itemprop="offers">Kaufen</a>
Aus folgendem Album: <a href="#bitcoinsNr1" itemprop="inAlbum">Bitcoins Nr. 1</a>
<a href="#link" itemprop="url">Link</a>
</div>
<div itemprop="tracks" itemscope="itemscope" itemtype="http://schema.org/MusicRecording">
<span itemprop="name">The rising sun</span>
Length: <meta itemprop="duration" content="PT4M5S" />4:05 -
14300 Aufrufe
Aus folgendem Album: <a href="#bitcoinsNr1" itemprop="inAlbum">Bitcoins Nr. 1</a>
<a href="#link" itemprop="url">Link</a>
</div>
<div itemprop="tracks" itemscope="itemscope" itemtype="http://schema.org/MusicRecording">
<span itemprop="name">Bitcoins kaufen</span>
Length: <meta itemprop="duration" content="PT1S" />1
Aus folgendem Album: <a href="#bitcoinsNr1" itemprop="inAlbum">Schnell, einfach und sicher!</a>
<a href="#link" itemprop="url">Link</a>
</div>
<div itemprop="tracks" itemscope="itemscope" itemtype="http://schema.org/MusicRecording">
<span itemprop="name">Bitcoins kaufen</span>
Length: <meta itemprop="duration" content="PT1S" />1
Aus folgendem Album: <a href="#bitcoinsNr1" itemprop="inAlbum">Schnell, einfach und sicher!</a>
<a href="#link" itemprop="url">Link</a>
</div>
</div>
</div>