Acciones

Diferencia entre revisiones de «Venciclopedia:Zona de pruebas»

De La Venciclopedia

mSin resumen de edición
m (Página reemplazada por «<!--No borres este mensaje-->{{Titular zp}} <!--Haz las pruebas debajo de esta línea, gracias--> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "MusicEvent", "location": { "@type": "MusicVenue", "name": "Chicago Symphony Center", "address": "220 S. Michigan Ave, Chicago, Illinois, USA" }, "name": "Shostakovich Leningrad", "offers": { "@type": "Offer", "url": "/examples/ticket/12341234", "price…»)
Etiqueta: Reemplazo
 
(No se muestra una edición intermedia del mismo usuario)
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": "MusicEvent",
"byArtist": {
  "location": {
"@type": "MusicGroup",
    "@type": "MusicVenue",
"name": "Sentimiento Muerto"
    "name": "Chicago Symphony Center",
},
    "address": "220 S. Michigan Ave, Chicago, Illinois, USA"
"genre": "Alt/Punk",
  },
"image": "king-of-limbs.jpg",
  "name": "Shostakovich Leningrad",
"name": "King of Limbs",
  "offers": {
"numTracks": "8",
    "@type": "Offer",
"track": [
    "url": "/examples/ticket/12341234",
{
    "price": "40",
"@type": "MusicRecording",
    "priceCurrency": "USD",
"duration": "PT5M14S",
    "availability": "https://schema.org/InStock"
"name": "Bloom",
  },
"url": "/artist/radiohead/album/the-king-of-limbs/track/bloom"
  "performer": [
},
    {
{
      "@type": "MusicGroup",
"@type": "MusicRecording",
      "name": "Chicago Symphony Orchestra",
"duration": "PT4M40S",
      "sameAs": [
"name": "Morning Mr Magpie",
        "http://cso.org/",
"url": "/artist/radiohead/album/the-king-of-limbs/track/morning-mr-magpie"
        "http://en.wikipedia.org/wiki/Chicago_Symphony_Orchestra"
}
      ]
],
    },
"url": "/artist/radiohead/album/the-king-of-limbs"
    {
      "@type": "Person",
      "image": "/examples/jvanzweden_s.jpg",
      "name": "Jaap van Zweden",
      "sameAs": "http://www.jaapvanzweden.com/"
    }
  ],
  "startDate": "2014-05-23T20:00",
  "workPerformed": [
    {
      "@type": "CreativeWork",
      "name": "Britten Four Sea Interludes and Passacaglia from Peter Grimes",
      "sameAs": "http://en.wikipedia.org/wiki/Peter_Grimes"
    },
    {
      "@type": "CreativeWork",
      "name": "Shostakovich Symphony No. 7 (Leningrad)",
      "sameAs": "http://en.wikipedia.org/wiki/Symphony_No._7_(Shostakovich)"
    }
  ]
}
}
</script>
</script>

Revisión actual - 00:19 6 ene 2024

<script type="application/ld+json"> {

 "@context": "https://schema.org",
 "@type": "MusicEvent",
 "location": {
   "@type": "MusicVenue",
   "name": "Chicago Symphony Center",
   "address": "220 S. Michigan Ave, Chicago, Illinois, USA"
 },
 "name": "Shostakovich Leningrad",
 "offers": {
   "@type": "Offer",
   "url": "/examples/ticket/12341234",
   "price": "40",
   "priceCurrency": "USD",
   "availability": "https://schema.org/InStock"
 },
 "performer": [
   {
     "@type": "MusicGroup",
     "name": "Chicago Symphony Orchestra",
     "sameAs": [
       "http://cso.org/",
       "http://en.wikipedia.org/wiki/Chicago_Symphony_Orchestra"
     ]
   },
   {
     "@type": "Person",
     "image": "/examples/jvanzweden_s.jpg",
     "name": "Jaap van Zweden",
     "sameAs": "http://www.jaapvanzweden.com/"
   }
 ],
 "startDate": "2014-05-23T20:00",
 "workPerformed": [
   {
     "@type": "CreativeWork",
     "name": "Britten Four Sea Interludes and Passacaglia from Peter Grimes",
     "sameAs": "http://en.wikipedia.org/wiki/Peter_Grimes"
   },
   {
     "@type": "CreativeWork",
     "name": "Shostakovich Symphony No. 7 (Leningrad)",
     "sameAs": "http://en.wikipedia.org/wiki/Symphony_No._7_(Shostakovich)"
   }
 ]

} </script>