Acciones

Diferencia entre revisiones de «Venciclopedia:Zona de pruebas»

De La Venciclopedia

mSin resumen de edición
mSin resumen de edición
Línea 1: Línea 1:
<!--No borres este mensaje-->{{Titular zp}}
<!--No borres este mensaje-->{{Titular zp}}
<!--Haz las pruebas debajo de esta línea, gracias-->
<!--Haz las pruebas debajo de esta línea, gracias-->
Music test json-ld
<script type="application/ld+json">
<script type="application/ld+json">
{
{
  "@context": "https://schema.org",
"@context": "https://schema.org",
  "@type": "MusicAlbum",
"@type": "MusicAlbum",
  "byArtist": {
"byArtist": {
    "@type": "MusicGroup",
"@type": "MusicGroup",
    "name": "Sentimiento Muerto"
"name": "Sentimiento Muerto"
  },
},
  "genre": "Alt/Punk",
"genre": "Alt/Punk",
  "image": "king-of-limbs.jpg",
"image": "king-of-limbs.jpg",
  "name": "King of Limbs",
"name": "King of Limbs",
  "numTracks": "8",
"numTracks": "8",
  "track": [
"track": [
    {
{
      "@type": "MusicRecording",
"@type": "MusicRecording",
      "duration": "PT5M14S",
"duration": "PT5M14S",
      "name": "Bloom",
"name": "Bloom",
      "url": "/artist/radiohead/album/the-king-of-limbs/track/bloom"
"url": "/artist/radiohead/album/the-king-of-limbs/track/bloom"
    },
},
    {
{
      "@type": "MusicRecording",
"@type": "MusicRecording",
      "duration": "PT4M40S",
"duration": "PT4M40S",
      "name": "Morning Mr Magpie",
"name": "Morning Mr Magpie",
      "url": "/artist/radiohead/album/the-king-of-limbs/track/morning-mr-magpie"
"url": "/artist/radiohead/album/the-king-of-limbs/track/morning-mr-magpie"
    }
}
  ],
],
  "url": "/artist/radiohead/album/the-king-of-limbs"
"url": "/artist/radiohead/album/the-king-of-limbs"
}
}
</script>
</script>

Revisión del 23:34 5 ene 2024

Music test json-ld <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "MusicAlbum", "byArtist": { "@type": "MusicGroup", "name": "Sentimiento Muerto" }, "genre": "Alt/Punk", "image": "king-of-limbs.jpg", "name": "King of Limbs", "numTracks": "8", "track": [ { "@type": "MusicRecording", "duration": "PT5M14S", "name": "Bloom", "url": "/artist/radiohead/album/the-king-of-limbs/track/bloom" }, { "@type": "MusicRecording", "duration": "PT4M40S", "name": "Morning Mr Magpie", "url": "/artist/radiohead/album/the-king-of-limbs/track/morning-mr-magpie" } ], "url": "/artist/radiohead/album/the-king-of-limbs" } </script>