SlideShare une entreprise Scribd logo
1  sur  39
Télécharger pour lire hors ligne
Metadatos
                       &

             Rich Snippets




 por: Ivan Pla Rodríguez y Cristina Luengo Maravert
Presentación
Sin METADATOS:

<div>
  Mi nombre es Ivan Pla. Este es mi perfil en LinkedIn:
  <a href="http://www.linkedin.com/in/iplarodriguez">Mi perfil</a>
  Vivo en Terrassa (Barcelona) y trabajo, entre otras cosas, en UX en
Grupo Intercom.
</div>


Con METADATOS:

<div itemscope itemtype="http://data-vocabulary.org/Person">
  Mi nombre es <span itemprop="name">Ivan Pla</span>.
  Este es mi perfil en LinkedIn:
  <a href="http://www.linkedin.com/in/iplarodriguez" itemprop="url">Mi
perfil</a>.
  Vivo en
  <span itemprop="address" itemscope
  itemtype="http://data-vocabulary.org/Address">
    <span itemprop="locality">Terrassa</span>
    (<span itemprop="region">Barcelona</span>)
  </span>
  y trabajo, entre otras cosas, en <span itemprop="title">UX</span>
  en <span itemprop="affiliation">Grupo Intercom</span>.
</div>
Metadatos:                     definición


"Metadata is structured information that describes,
explains, locates, or otherwise makes it easier to retrieve,
use, or manage an information resource."

"Metadata is key to ensuring that resources will survive and
continue to be accessible into the future."

TRADUCCIÓN:

"Los metadatos son información estructurada que describe, explica, localiza, o de cualquier otro modo
hacen que sea más fácil de recuperar, utilizar o administrar un recurso de información."

"Los metadatos son la clave para asegurar que los recursos sobrevivan con el paso del tiempo y
sigan siendo accesibles en el futuro."




 Fuente: http://www.niso.org/publications/press/UnderstandingMetadata.pdf
Metadatos:    ejemplo práctico

¿Cómo catalogaríais esta imagen?
Metadatos:                  ejemplo práctico




Fuente: http://500px.com/photo/7645023
Metadatos:   ejemplo práctico

                Autor




                Popularidad




                Descripción


                Palabras clave




                Características Técnicas
Metadatos:   método de introducción

                Autor




                Popularidad
                                           Metadatos
                                           manuales

                Descripción


                Palabras clave




                Características Técnicas   Metadatos
                                           automáticos
Metadatos:            tipos (según la NISO)


Según la NISO (http://www.niso.org):


Los metadatos descriptivos describen un recurso para
finalidades tales como descubrimiento e identificación. Puede incluir
elementos como título, autor o palabras clave.

Los metadatos estructurales indican cómo elementos
compuestos se unifican: por ejemplo, cómo se ordenan las páginas
para formar capítulos.

Los metadatos administrativos nos dan información para
ayudarnos a organizar un recurso, como por ejemplo cuándo y cómo
fue creado, el tipo de archivo y otra información técnica, y quién puede
acceder a ella.
Metadatos:                  sintaxis

Dublin Core Text
(http://dublincore.org/documents/dc-text/)

@prefix dcterms: <http://purl.org/dc/terms/> .

DescriptionSet (
 Description (
 ResourceURI ( <http://example.org/123> )
 Statement (
  PropertyURI ( dcterms:subject )
  ValueURI ( <http://example.org/taxonomy/D003.53> )
  )
 )
)
Metadatos:          sintaxis

Dublin Core RDF-XML (http://dublincore.
org/documents/dc-rdf/)

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dcterms="http://purl.org/dc/terms/">

 <rdf:Description rdf:about="http://example.org/123">
  <dcterms:subject rdf:resource="http://example.org/taxonomy/D003.
53"/>
 </rdf:Description>

</rdf:RDF>
Metadatos:          sintaxis

Dublin Core HTML (http://dublincore.org/documents/dc-
html/)

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
   "http://www.w3.org/TR/html4/strict.dtd">
<html>
  <head profile="http://dublincore.org/documents/2008/08/04/dc-
html/">
    <title>Services to Government</title>
    <link rel="schema.DCTERMS" href="http://purl.org/dc/terms/" >
    <link rel="DCTERMS.subject" href="http://example.
org/topics/archives" >
  </head>
  <body>
  </body>
</html>
Metadatos:        estructura


    Jerárquica                  Lineal




     Schema.org                DCMES (DCMI)
Metadatos:   granularidad



       -



                            -   +



      +
Metadatos:      soportes


       Físico                               Electrónico

Libros                                  Imágenes Digitales
CDs                                   Fotografías Digitales
DVDs                                 Documentos Digitales
Mapas                               Archivos de Programas
Mesas                                     Tablas de BBDD
Sillas                                                   ...
Floreros
...



           Todo material sensible a ser catalogado
Metadatos:                  campos




Ciencias de la Información
Medicina
Derecho
Estadística
Geografia
Medio ambiente
Tecnología (CDs, DVDs, ...)
Audiovisuales (Foto, Video, Música, ...)
Internet (Virtualización de datos, Cloud Computing, repositorios, Web, ...)
Metadatos:      web


Viejos conocidos:

METATAGS más comunes

title
description
keywords
robots
charset
Metadatos:           web


Bienvenidos:

Nuevos formatos de
marcado


RDFa
Microformatos
Microdatos
Metadatos:           web

RDFa:
<div xmlns:v="http://rdf.data-vocabulary.org/#" typeof="v:Review">
   <span property="v:itemreviewed">L’Amourita Pizza</span>
   Reviewed by
   <span property="v:reviewer">Ulysses Grant</span> on
   <span property="v:dtreviewed" content="2009-01-06">Jan 6</span>.
   <span property="v:summary">Delicious, tasty pizza on Eastlake!
</span>
   <span property="v:description">L'Amourita serves up traditional
wood-fired
   Neapolitan-style pizza, brought to your table promptly and without
fuss.
   An ideal neighborhood pizza joint.</span>
   Rating:
   <span property="v:rating">4.5</span>
</div>
Metadatos:           web

Microformatos:
<div class="hreview">
   <span class="item">
      <span class="fn">L’Amourita Pizza</span>
   </span>
   Reviewed by <span class="reviewer">Ulysses Grant</span> on
   <span class="dtreviewed">
      Jan 6<span class="value-title" title="2009-01-06"></span>
   </span>.
   <span class="summary">Delicious, tasty pizza on Eastlake!</span>
   <span class="description">L'Amourita serves up traditional wood-
fired
   Neapolitan-style pizza, brought to your table promptly and without
fuss.
   An ideal neighborhood pizza joint.</span>
   Rating:
   <span class="rating">4.5</span>
</div>
Metadatos:           web

Microdatos:
<div>
  <div itemscope itemtype="http://data-vocabulary.org/Review">
    <span itemprop="itemreviewed">L’Amourita Pizza</span>
    Reviewed by <span itemprop="reviewer">Ulysses Grant</span> on
    <time itemprop="dtreviewed" datetime="2009-01-06">Jan 6</time>.
    <span itemprop="summary">Delicious, tasty pizza in Eastlake!
</span>
    <span itemprop="description">L'Amourita serves up traditional
wood-fired Neapolitan-style pizza,
      brought to your table promptly and without fuss. An ideal
neighborhood pizza joint.</span>
    Rating: <span itemprop="rating">4.5</span>
  </div>
</div>
Metadatos:   web -> microdatos


    RDFa         Microdatos         Microformatos



              data-vocabulary
           http://data-vocabulary.org



                   schema
               http://schema.org
Metadatos:   web -> microdatos

               http://schema.org
Metadatos:                  web -> microdatos -> Google Rich Snippets

http://support.google.com/webmasters/bin/topic.py?hl=en&topic=1088474&parent=21997&ctx=topic


Aplicaciones de software
Contactos
Eventos
Vídeos
Música
Opiniones
Organizaciones
Productos
Puntuaciones de opiniones
Recetas
Rutas de exploración
Metadatos:                 web -> microdatos -> GRS -> Aplicaciones
<div itemscope itemtype="http://schema.org/SoftwareApplication">

<img itemprop="image" src="https://ssl.gstatic.com/android/market/com.zeptolab.ctr.
paid/hi-124-11" />
<span itemprop="name">Cut the Rope</span> -
<div itemprop="author" itemscope itemtype="http://schema.org/Organization">
<a itemprop="url" href="http://zeptolab.com"><span itemprop="name">Zeptolab</span></a>
</div>

<span itemprop="description">Cut the Rope, catch a star, and feed Om Nom candy in this
award-winning game! The long-awaited hit game has finally arrived at Android!
</span>

REQUIRES <span itemprop="operatingSystems">ANDROID</span>: <span itemprop="
operatingSystemVersion">1.6</span> and up

<div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
 Price: <span itemprop="price">$1.00</span>
 <meta itemprop="priceCurrency" content="USD" />
 <link itemprop="availability" href="http://schema.org/InStock" />INSTALL
</div>

</div>
Metadatos:                 web -> microdatos -> GRS -> Contactos
<div itemscope itemtype="http://data-vocabulary.org/Person">
  My name is <span itemprop="name">Bob Smith</span>,
  but people call me <span itemprop="nickname">Smithy</span>.
  Here is my homepage:
  <a href="http://www.example.com" itemprop="url">www.example.com</a>.
  I live in
  <span itemprop="address" itemscope itemtype="http://data-vocabulary.org/Address">
    <span itemprop="locality">Albuquerque</span>,
    <span itemprop="region">NM</span>
  </span>
  and work as an <span itemprop="title">engineer</span>
  at <span itemprop="affiliation">ACME Corp</span>.
  My friends:
  <a href="http://darryl-blog.example.com" rel="friend">Darryl</a>,
  <a href="http://edna-blog.example.com" rel="friend">Edna</a>
</div>
Metadatos:                     web -> microdatos -> GRS -> Eventos
<div itemscope itemtype="http://data-vocabulary.org/Event">
  ​<a href="http://www.example.com/events/spinaltap" itemprop="url" >
      <span itemprop="summary">Spinal Tap</span>
  </a>
    <img itemprop="photo" src="spinal_tap.jpg" />

  <span itemprop="description">After their highly-publicized search for a new drummer,
Spinal Tap kicks off their latest comeback tour with a San Francisco show.</span>

  When:
  <time itemprop="startDate" datetime="2015-10-15T19:00-08:00">Oct 15, 7:00PM</time>—
  <time itemprop="endDate" datetime="2015-10-15T19:00-08:00">Oct 15, 9:00PM</time>

  Where:
  ​<span itemprop="location" itemscope itemtype="http://data-vocabulary.org/​Organization">
       ​<span itemprop="name">Warfield Theatre</span>
        ​<span itemprop="address" itemscope itemtype="http://data-vocabulary.org/Address">
              <span itemprop="street-address">982 Market St</span>,
              <span itemprop="locality">San Francisco</span>,
              <span itemprop="region">CA</span>
       </span>
    ...
</div>
Metadatos:                 web -> microdatos -> GRS -> Vídeos
<div itemprop="video" itemscope itemtype="http://schema.org/VideoObject">
   <h2>Video: <span itemprop="name">Title</span></h2>
   <meta itemprop="duration" content="T1M33S" />
   <meta itemprop="thumbnailUrl" content="thumbnail.jpg" />
   <meta itemprop="contentURL" content="http://www.example.com/video123.flv" />
   <meta itemprop="embedURL" content="http://www.example.com/videoplayer.swf?video=123"
/>
   <meta itemprop="uploadDate" content="2011-07-05T08:00:00+08:00" />
   <meta itemprop="expires" content="2012-01-30T19:00:00+08:00" />
   <object ...>
     <param ...>
     <embed type="application/x-shockwave-flash" ...>
   </object>
   <span itemprop="description">Video description</span>
</div>




       ¿                                                                        ?
Metadatos:                 web -> microdatos -> GRS -> Música
<div itemscope itemtype="http://schema.org/MusicGroup">
  <h1 itemprop="name">The Parrot Family</h1>
  <h2>Songs</h2>
    <div itemprop="tracks" itemscope itemtype="http://schema.org/MusicRecording">
      <span itemprop="name">Hello, World!</span>
      Length: <meta itemprop="duration" content="PT4M5S" />4:05 -
      14300 plays
      <meta itemprop="interactionCount" content="UserPlays:14300"/>
      <a href="parrot-family-helloworld-link.html" itemprop="url">Link</a>
      <a href="parrot-family-helloworld-play.html" itemprop="audio">Play</a>
      <a href="parrot-family-helloworld-buy.html" itemprop="offers">Buy</a>
      From album: <a href="parrot-family-yellow-album.html" itemprop="inAlbum">The
Yellow Album</a>
    </div>
  <div itemscope itemtype="http://schema.org/MusicRecording">
    <span itemprop="name">Parrot Power</span>
    Length: <meta itemprop="duration" content="PT6M33S" />6:33 -
    11700 plays
    <meta itemprop="interactionCount" content="UserPlays:11700"/>
    <a href="parrot-family-parrotpower-link.html" itemprop="url">Link</a>
    <a href="parrot-family-parrotpower-play.html" itemprop="audio">Play</a>
    <a href="parrot-family-parrotpower-buy.html" itemprop="offers">Buy</a>
    From album: <a href="parrot-family-yellow-album.html" itemprop="inAlbum">The Yellow
Album</a>
  </div>
</div>
Metadatos:                 web -> microdatos -> GRS -> Opiniones
<div itemscope itemtype="http://data-vocabulary.org/Review">
    <span itemprop="itemreviewed">L’Amourita Pizza</span>
    Reviewed by <span itemprop="reviewer">Ulysses Grant</span> on
    <time itemprop="dtreviewed" datetime="2009-01-06">Jan 6</time>.
    <span itemprop="summary">Delicious, tasty pizza in Eastlake!</span>
    <span itemprop="description">L'Amourita serves up traditional wood-fired Neapolitan-
style pizza, brought to your table promptly and without fuss. An ideal neighborhood
pizza joint.</span>
    Rating: <span itemprop="rating">4.5</span>
</div>
Metadatos:                 web -> microdatos -> GRS -> Organizaciones
<div itemscope itemtype="http://data-vocabulary.org/Organization">
    <span itemprop="name">L’Amourita Pizza</span>
    Located at
    <span itemprop="address" itemscope
      itemtype="http://data-vocabulary.org/Address">
      <span itemprop="street-address">123 Main St</span>,
      <span itemprop="locality">Albuquerque</span>,
      <span itemprop="region">NM</span>.
    </span>
    Phone: <span itemprop="tel">206-555-1234</span>.
    <a href="http://www.example.com" itemprop="url">http://pizza.example.com</a>.
</div>




       ¿                                                                       ?
Metadatos:                 web -> microdatos -> GRS -> Productos
<div itemscope itemtype="http://data-vocabulary.org/Product">
  <span itemprop="brand">ACME</span> <span itemprop="name">Executive
    Anvil</span>
  <img itemprop="image" src="anvil_executive.jpg" />

  <span itemprop="description">Sleeker than ACME's Classic Anvil, the Executive Anvil is
perfect for the business traveler looking for something to drop from a height.
  </span>
  Category: <span itemprop="category" content="Hardware > Tools > Anvils">Anvils</span>
  Product #: <span itemprop="identifier" content="mpn:925872">
    925872</span>
  <span itemprop="offerDetails" itemscope temtype="http://data-vocabulary.org/Offer">
    Regular price: $179.99
    <meta itemprop="currency" content="USD" />
    $<span itemprop="price">119.99</span>
    (Sale ends <time itemprop="priceValidUntil" datetime="2020-11-05">5 November!
</time>)
    Available from: <span itemprop="seller">Executive Objects</span>
    Condition: <span itemprop="condition" content="used">Previously owned,
      in excellent condition</span>
    <span itemprop="availability" content="in_stock">In stock! Order now!</span>
  </span>
</div>
Metadatos:                 web -> microdatos -> GRS -> Puntuaciones
<div itemscope itemtype="http://data-vocabulary.org/Review">
   <span class="rating-foreground" style="width:90%">
      <meta itemprop="rating" content="4.5" />
   </span>
</div>


<div itemscope itemtype="http://data-vocabulary.org/Review">
   <span itemprop="itemreviewed">Blast 'Em Up</span>—Game Review
   Rating: <span itemprop="rating">3.5</span> out of 5
</div>


<div itemscope itemtype="http://data-vocabulary.org/Review">
   <span itemprop="itemreviewed">Blast 'Em Up</span>—Game Review
   <span itemprop="rating" itemscope itemtype="http://data-vocabulary.org/Rating">
         Rating:
         <span itemprop="value">7</span> out of
         <span itemprop="best">10</span>
    </span>
</div>
Metadatos:                 web -> microdatos -> GRS -> Recetas
<div itemscope itemtype="http://data-vocabulary.org/Recipe" >
  <h1 itemprop="name">Grandma's Holiday Apple Pie</h1>
  <img itemprop="photo" src="apple-pie.jpg" />
  By <span itemprop="author">Carol Smith</span>
  Published: <time datetime="2009-11-05" itemprop="published">November 5, 2009</time>
  <span itemprop="summary">This is my grandmother's apple pie recipe. I like to add a
    dash of nutmeg.</span>
  Total time: <time datetime="PT1H30M" itemprop="totalTime">1 hour 30 min</time>
  Yield: <span itemprop="yield">1 9" pie (8 servings)</span>
  <span itemprop="nutrition" itemscope itemtype="http://data-vocabulary.org/Nutrition">
    Serving size: <span itemprop="servingSize">1 medium slice</span>
    Calories per serving: <span itemprop="calories">250</span>
    Fat per serving: <span itemprop="fat">12g</span>
  </span>
  Ingredients:
    <span itemprop="ingredient" itemscope itemtype="http://data-vocabulary.
org/RecipeIngredient">
      <span itemprop="name">White sugar</span>:
      <span itemprop="amount">3/4 cup</span>
    </span>
  Directions:
    <div itemprop="instructions">
      1. Cut and peel apples
      ...
    </div>
</div>
Metadatos:                 web -> microdatos -> GRS -> Breadcrumbs
<div itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
  <a href="http://www.example.com/dresses" itemprop="url">
    <span itemprop="title">Dresses</span>
  </a> ›
</div>
<div itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
  <a href="http://www.example.com/dresses/real" itemprop="url">
    <span itemprop="title">Real Dresses</span>
  </a> ›
</div>
<div itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
  <a href="http://www.example.com/clothes/dresses/real/green" itemprop="url">
    <span itemprop="title">Real Green Dresses</span>
  </a>
</div>
Metadatos:   web -> microdatos -> Google Testing Tool




                          http://www.google.com/webmasters/tools/richsnippets
Metadatos:   web -> microdatos -> Google Testing Tool
Metadatos:   web -> microdatos -> Google -> ¿peligro?




                   VS
                                                 https://www.google.com/advisor/home




                       http://www.bankimia.com
¡Muchas gracias!
   Ivan Pla Rodríguez: @iplarodriguez
http://www.linkedin.com/in/iplarodriguez

              Con la colaboración de...
   Cristina Luengo Maravert: @cluengomaravert
http://es.www.linkedin.com/in/cluengomaravert
Metadatos
                       &

             Rich Snippets




 por: Ivan Pla Rodríguez y Cristina Luengo Maravert

Contenu connexe

Similaire à "Meta datos & Google Rich Snippets" por @iplarodriguez

Beneficios del HTML5 al SEO de una web - Montiu Noviembre 2013
Beneficios del HTML5 al SEO de una web - Montiu Noviembre 2013Beneficios del HTML5 al SEO de una web - Montiu Noviembre 2013
Beneficios del HTML5 al SEO de una web - Montiu Noviembre 2013Santiago Montiu Torguet
 
Linked Data In Use (Cursos de Verano UPM 2011)
Linked Data In Use (Cursos de Verano UPM 2011)Linked Data In Use (Cursos de Verano UPM 2011)
Linked Data In Use (Cursos de Verano UPM 2011)Guillermo Álvaro Rey
 
Anotaciones semanticas
Anotaciones semanticasAnotaciones semanticas
Anotaciones semanticasMartin Coronel
 
Herramientas para linked data
Herramientas para linked dataHerramientas para linked data
Herramientas para linked dataIván Ruiz-Rube
 
iDay Feb 2017 - Marcado de datos estructurados. Pónselo fácil a Google
iDay Feb 2017 - Marcado de datos estructurados. Pónselo fácil a GoogleiDay Feb 2017 - Marcado de datos estructurados. Pónselo fácil a Google
iDay Feb 2017 - Marcado de datos estructurados. Pónselo fácil a GoogleMiguel Ángel Pau
 
SEO semántico y búsqueda semántica
SEO semántico y búsqueda semánticaSEO semántico y búsqueda semántica
SEO semántico y búsqueda semánticaNatzir Turrado
 
Aplicaciones de la web semántica
Aplicaciones de la web semánticaAplicaciones de la web semántica
Aplicaciones de la web semánticaDiego Berrueta
 
Estándares Web con Chico UI
Estándares Web con Chico UIEstándares Web con Chico UI
Estándares Web con Chico UIGuillermo Paz
 

Similaire à "Meta datos & Google Rich Snippets" por @iplarodriguez (20)

Las tic en bibliotecas y centros de documentacion musical
Las tic en bibliotecas y centros de documentacion musicalLas tic en bibliotecas y centros de documentacion musical
Las tic en bibliotecas y centros de documentacion musical
 
Beneficios del HTML5 al SEO de una web - Montiu Noviembre 2013
Beneficios del HTML5 al SEO de una web - Montiu Noviembre 2013Beneficios del HTML5 al SEO de una web - Montiu Noviembre 2013
Beneficios del HTML5 al SEO de una web - Montiu Noviembre 2013
 
2009 09 21 Optimizacioncodigofuente V1
2009 09 21 Optimizacioncodigofuente V12009 09 21 Optimizacioncodigofuente V1
2009 09 21 Optimizacioncodigofuente V1
 
2009 09 21 Optimizacioncodigofuente V1
2009 09 21 Optimizacioncodigofuente V12009 09 21 Optimizacioncodigofuente V1
2009 09 21 Optimizacioncodigofuente V1
 
Linked Data In Use (Cursos de Verano UPM 2011)
Linked Data In Use (Cursos de Verano UPM 2011)Linked Data In Use (Cursos de Verano UPM 2011)
Linked Data In Use (Cursos de Verano UPM 2011)
 
Anotaciones semanticas
Anotaciones semanticasAnotaciones semanticas
Anotaciones semanticas
 
Herramientas para linked data
Herramientas para linked dataHerramientas para linked data
Herramientas para linked data
 
iDay Feb 2017 - Marcado de datos estructurados. Pónselo fácil a Google
iDay Feb 2017 - Marcado de datos estructurados. Pónselo fácil a GoogleiDay Feb 2017 - Marcado de datos estructurados. Pónselo fácil a Google
iDay Feb 2017 - Marcado de datos estructurados. Pónselo fácil a Google
 
Web2 Quiensomos
Web2 QuiensomosWeb2 Quiensomos
Web2 Quiensomos
 
SEO semántico y búsqueda semántica
SEO semántico y búsqueda semánticaSEO semántico y búsqueda semántica
SEO semántico y búsqueda semántica
 
Curso integración Web Semántica
Curso integración Web Semántica Curso integración Web Semántica
Curso integración Web Semántica
 
Introducción a RDFa
Introducción a RDFaIntroducción a RDFa
Introducción a RDFa
 
Curso
CursoCurso
Curso
 
Aplicaciones de la web semántica
Aplicaciones de la web semánticaAplicaciones de la web semántica
Aplicaciones de la web semántica
 
Introducción a la Web Semántica
Introducción a la Web SemánticaIntroducción a la Web Semántica
Introducción a la Web Semántica
 
Desarrollo De Aplicaciones Web 2
Desarrollo De Aplicaciones Web 2Desarrollo De Aplicaciones Web 2
Desarrollo De Aplicaciones Web 2
 
Apuntes de DTD
Apuntes de DTDApuntes de DTD
Apuntes de DTD
 
Gdg 2013
Gdg 2013Gdg 2013
Gdg 2013
 
La Web Semantica
La Web SemanticaLa Web Semantica
La Web Semantica
 
Estándares Web con Chico UI
Estándares Web con Chico UIEstándares Web con Chico UI
Estándares Web con Chico UI
 

Plus de webcat

"Demystifying development techniques" por @eturino
"Demystifying development techniques" por @eturino"Demystifying development techniques" por @eturino
"Demystifying development techniques" por @eturinowebcat
 
"Inception" por @CarlosTheSailor
"Inception" por @CarlosTheSailor"Inception" por @CarlosTheSailor
"Inception" por @CarlosTheSailorwebcat
 
"Cómo hicimos la web responsive y accesible de cierto equipo de fútbol y otro...
"Cómo hicimos la web responsive y accesible de cierto equipo de fútbol y otro..."Cómo hicimos la web responsive y accesible de cierto equipo de fútbol y otro...
"Cómo hicimos la web responsive y accesible de cierto equipo de fútbol y otro...webcat
 
"unoStringSynth: hack musical con Arduino" por @unoStringSynth
"unoStringSynth: hack musical con Arduino" por @unoStringSynth"unoStringSynth: hack musical con Arduino" por @unoStringSynth
"unoStringSynth: hack musical con Arduino" por @unoStringSynthwebcat
 
"UX en 10 películas" por @nunile
"UX en 10 películas" por @nunile"UX en 10 películas" por @nunile
"UX en 10 películas" por @nunilewebcat
 
"Continuous Deployment" por @fredfigueiredo
"Continuous Deployment" por @fredfigueiredo"Continuous Deployment" por @fredfigueiredo
"Continuous Deployment" por @fredfigueiredowebcat
 
"WebView, the fifth element" por @fernando_cejas
"WebView, the fifth element" por @fernando_cejas"WebView, the fifth element" por @fernando_cejas
"WebView, the fifth element" por @fernando_cejaswebcat
 
"Pushing the boundaries" por @danielguillan
"Pushing the boundaries" por @danielguillan"Pushing the boundaries" por @danielguillan
"Pushing the boundaries" por @danielguillanwebcat
 
"One size fits none" por @martuishere
"One size fits none" por @martuishere"One size fits none" por @martuishere
"One size fits none" por @martuisherewebcat
 
"Designing digital products for kids" por @karinai
"Designing digital products for kids" por @karinai"Designing digital products for kids" por @karinai
"Designing digital products for kids" por @karinaiwebcat
 
"How to write better User Stories" por @jrhuerta
"How to write better User Stories" por @jrhuerta"How to write better User Stories" por @jrhuerta
"How to write better User Stories" por @jrhuertawebcat
 
"GTD & Pomodoro Technique" por @deambulando
"GTD & Pomodoro Technique" por @deambulando"GTD & Pomodoro Technique" por @deambulando
"GTD & Pomodoro Technique" por @deambulandowebcat
 
"Esqueuomorfismo: la ruptura de la metáfora" por @omixam
"Esqueuomorfismo: la ruptura de la metáfora" por @omixam"Esqueuomorfismo: la ruptura de la metáfora" por @omixam
"Esqueuomorfismo: la ruptura de la metáfora" por @omixamwebcat
 
"The work I love" por @karinai
"The work I love" por @karinai"The work I love" por @karinai
"The work I love" por @karinaiwebcat
 
"APIS, como reutilizar contenidos en tu web" por @daniel_julia
"APIS, como reutilizar contenidos en tu web" por @daniel_julia"APIS, como reutilizar contenidos en tu web" por @daniel_julia
"APIS, como reutilizar contenidos en tu web" por @daniel_juliawebcat
 
"Web performance optimization for everyone" por @abellonch
"Web performance optimization for everyone" por @abellonch"Web performance optimization for everyone" por @abellonch
"Web performance optimization for everyone" por @abellonchwebcat
 
"HTML & CSS apps & internet powered TV" por @JeronimJackson
"HTML & CSS apps & internet powered TV" por @JeronimJackson"HTML & CSS apps & internet powered TV" por @JeronimJackson
"HTML & CSS apps & internet powered TV" por @JeronimJacksonwebcat
 
"Cuadro de mandos para UX. El método HEART" por @galu
"Cuadro de mandos para UX. El método HEART" por @galu"Cuadro de mandos para UX. El método HEART" por @galu
"Cuadro de mandos para UX. El método HEART" por @galuwebcat
 
"CSS Preprocessors Time!" por @nahuelsotelo
"CSS Preprocessors Time!" por @nahuelsotelo"CSS Preprocessors Time!" por @nahuelsotelo
"CSS Preprocessors Time!" por @nahuelsotelowebcat
 
"Wordpress for web designers. What, when, how, where" por @nuriarai
"Wordpress for web designers. What, when, how, where" por @nuriarai"Wordpress for web designers. What, when, how, where" por @nuriarai
"Wordpress for web designers. What, when, how, where" por @nuriaraiwebcat
 

Plus de webcat (20)

"Demystifying development techniques" por @eturino
"Demystifying development techniques" por @eturino"Demystifying development techniques" por @eturino
"Demystifying development techniques" por @eturino
 
"Inception" por @CarlosTheSailor
"Inception" por @CarlosTheSailor"Inception" por @CarlosTheSailor
"Inception" por @CarlosTheSailor
 
"Cómo hicimos la web responsive y accesible de cierto equipo de fútbol y otro...
"Cómo hicimos la web responsive y accesible de cierto equipo de fútbol y otro..."Cómo hicimos la web responsive y accesible de cierto equipo de fútbol y otro...
"Cómo hicimos la web responsive y accesible de cierto equipo de fútbol y otro...
 
"unoStringSynth: hack musical con Arduino" por @unoStringSynth
"unoStringSynth: hack musical con Arduino" por @unoStringSynth"unoStringSynth: hack musical con Arduino" por @unoStringSynth
"unoStringSynth: hack musical con Arduino" por @unoStringSynth
 
"UX en 10 películas" por @nunile
"UX en 10 películas" por @nunile"UX en 10 películas" por @nunile
"UX en 10 películas" por @nunile
 
"Continuous Deployment" por @fredfigueiredo
"Continuous Deployment" por @fredfigueiredo"Continuous Deployment" por @fredfigueiredo
"Continuous Deployment" por @fredfigueiredo
 
"WebView, the fifth element" por @fernando_cejas
"WebView, the fifth element" por @fernando_cejas"WebView, the fifth element" por @fernando_cejas
"WebView, the fifth element" por @fernando_cejas
 
"Pushing the boundaries" por @danielguillan
"Pushing the boundaries" por @danielguillan"Pushing the boundaries" por @danielguillan
"Pushing the boundaries" por @danielguillan
 
"One size fits none" por @martuishere
"One size fits none" por @martuishere"One size fits none" por @martuishere
"One size fits none" por @martuishere
 
"Designing digital products for kids" por @karinai
"Designing digital products for kids" por @karinai"Designing digital products for kids" por @karinai
"Designing digital products for kids" por @karinai
 
"How to write better User Stories" por @jrhuerta
"How to write better User Stories" por @jrhuerta"How to write better User Stories" por @jrhuerta
"How to write better User Stories" por @jrhuerta
 
"GTD & Pomodoro Technique" por @deambulando
"GTD & Pomodoro Technique" por @deambulando"GTD & Pomodoro Technique" por @deambulando
"GTD & Pomodoro Technique" por @deambulando
 
"Esqueuomorfismo: la ruptura de la metáfora" por @omixam
"Esqueuomorfismo: la ruptura de la metáfora" por @omixam"Esqueuomorfismo: la ruptura de la metáfora" por @omixam
"Esqueuomorfismo: la ruptura de la metáfora" por @omixam
 
"The work I love" por @karinai
"The work I love" por @karinai"The work I love" por @karinai
"The work I love" por @karinai
 
"APIS, como reutilizar contenidos en tu web" por @daniel_julia
"APIS, como reutilizar contenidos en tu web" por @daniel_julia"APIS, como reutilizar contenidos en tu web" por @daniel_julia
"APIS, como reutilizar contenidos en tu web" por @daniel_julia
 
"Web performance optimization for everyone" por @abellonch
"Web performance optimization for everyone" por @abellonch"Web performance optimization for everyone" por @abellonch
"Web performance optimization for everyone" por @abellonch
 
"HTML & CSS apps & internet powered TV" por @JeronimJackson
"HTML & CSS apps & internet powered TV" por @JeronimJackson"HTML & CSS apps & internet powered TV" por @JeronimJackson
"HTML & CSS apps & internet powered TV" por @JeronimJackson
 
"Cuadro de mandos para UX. El método HEART" por @galu
"Cuadro de mandos para UX. El método HEART" por @galu"Cuadro de mandos para UX. El método HEART" por @galu
"Cuadro de mandos para UX. El método HEART" por @galu
 
"CSS Preprocessors Time!" por @nahuelsotelo
"CSS Preprocessors Time!" por @nahuelsotelo"CSS Preprocessors Time!" por @nahuelsotelo
"CSS Preprocessors Time!" por @nahuelsotelo
 
"Wordpress for web designers. What, when, how, where" por @nuriarai
"Wordpress for web designers. What, when, how, where" por @nuriarai"Wordpress for web designers. What, when, how, where" por @nuriarai
"Wordpress for web designers. What, when, how, where" por @nuriarai
 

Dernier

Herramientas de corte de alta velocidad.pptx
Herramientas de corte de alta velocidad.pptxHerramientas de corte de alta velocidad.pptx
Herramientas de corte de alta velocidad.pptxRogerPrieto3
 
Redes direccionamiento y subredes ipv4 2024 .pdf
Redes direccionamiento y subredes ipv4 2024 .pdfRedes direccionamiento y subredes ipv4 2024 .pdf
Redes direccionamiento y subredes ipv4 2024 .pdfsoporteupcology
 
International Women's Day Sucre 2024 (IWD)
International Women's Day Sucre 2024 (IWD)International Women's Day Sucre 2024 (IWD)
International Women's Day Sucre 2024 (IWD)GDGSucre
 
Trabajo Mas Completo De Excel en clase tecnología
Trabajo Mas Completo De Excel en clase tecnologíaTrabajo Mas Completo De Excel en clase tecnología
Trabajo Mas Completo De Excel en clase tecnologíassuserf18419
 
9egb-lengua y Literatura.pdf_texto del estudiante
9egb-lengua y Literatura.pdf_texto del estudiante9egb-lengua y Literatura.pdf_texto del estudiante
9egb-lengua y Literatura.pdf_texto del estudianteAndreaHuertas24
 
EPA-pdf resultado da prova presencial Uninove
EPA-pdf resultado da prova presencial UninoveEPA-pdf resultado da prova presencial Uninove
EPA-pdf resultado da prova presencial UninoveFagnerLisboa3
 
pruebas unitarias unitarias en java con JUNIT
pruebas unitarias unitarias en java con JUNITpruebas unitarias unitarias en java con JUNIT
pruebas unitarias unitarias en java con JUNITMaricarmen Sánchez Ruiz
 
CLASE DE TECNOLOGIA E INFORMATICA PRIMARIA
CLASE  DE TECNOLOGIA E INFORMATICA PRIMARIACLASE  DE TECNOLOGIA E INFORMATICA PRIMARIA
CLASE DE TECNOLOGIA E INFORMATICA PRIMARIAWilbisVega
 
Proyecto integrador. Las TIC en la sociedad S4.pptx
Proyecto integrador. Las TIC en la sociedad S4.pptxProyecto integrador. Las TIC en la sociedad S4.pptx
Proyecto integrador. Las TIC en la sociedad S4.pptx241521559
 
POWER POINT YUCRAElabore una PRESENTACIÓN CORTA sobre el video película: La C...
POWER POINT YUCRAElabore una PRESENTACIÓN CORTA sobre el video película: La C...POWER POINT YUCRAElabore una PRESENTACIÓN CORTA sobre el video película: La C...
POWER POINT YUCRAElabore una PRESENTACIÓN CORTA sobre el video película: La C...silviayucra2
 
guía de registro de slideshare por Brayan Joseph
guía de registro de slideshare por Brayan Josephguía de registro de slideshare por Brayan Joseph
guía de registro de slideshare por Brayan JosephBRAYANJOSEPHPEREZGOM
 
Presentación guía sencilla en Microsoft Excel.pptx
Presentación guía sencilla en Microsoft Excel.pptxPresentación guía sencilla en Microsoft Excel.pptx
Presentación guía sencilla en Microsoft Excel.pptxLolaBunny11
 
trabajotecologiaisabella-240424003133-8f126965.pdf
trabajotecologiaisabella-240424003133-8f126965.pdftrabajotecologiaisabella-240424003133-8f126965.pdf
trabajotecologiaisabella-240424003133-8f126965.pdfIsabellaMontaomurill
 
KELA Presentacion Costa Rica 2024 - evento Protégeles
KELA Presentacion Costa Rica 2024 - evento ProtégelesKELA Presentacion Costa Rica 2024 - evento Protégeles
KELA Presentacion Costa Rica 2024 - evento ProtégelesFundación YOD YOD
 
Global Azure Lima 2024 - Integración de Datos con Microsoft Fabric
Global Azure Lima 2024 - Integración de Datos con Microsoft FabricGlobal Azure Lima 2024 - Integración de Datos con Microsoft Fabric
Global Azure Lima 2024 - Integración de Datos con Microsoft FabricKeyla Dolores Méndez
 

Dernier (15)

Herramientas de corte de alta velocidad.pptx
Herramientas de corte de alta velocidad.pptxHerramientas de corte de alta velocidad.pptx
Herramientas de corte de alta velocidad.pptx
 
Redes direccionamiento y subredes ipv4 2024 .pdf
Redes direccionamiento y subredes ipv4 2024 .pdfRedes direccionamiento y subredes ipv4 2024 .pdf
Redes direccionamiento y subredes ipv4 2024 .pdf
 
International Women's Day Sucre 2024 (IWD)
International Women's Day Sucre 2024 (IWD)International Women's Day Sucre 2024 (IWD)
International Women's Day Sucre 2024 (IWD)
 
Trabajo Mas Completo De Excel en clase tecnología
Trabajo Mas Completo De Excel en clase tecnologíaTrabajo Mas Completo De Excel en clase tecnología
Trabajo Mas Completo De Excel en clase tecnología
 
9egb-lengua y Literatura.pdf_texto del estudiante
9egb-lengua y Literatura.pdf_texto del estudiante9egb-lengua y Literatura.pdf_texto del estudiante
9egb-lengua y Literatura.pdf_texto del estudiante
 
EPA-pdf resultado da prova presencial Uninove
EPA-pdf resultado da prova presencial UninoveEPA-pdf resultado da prova presencial Uninove
EPA-pdf resultado da prova presencial Uninove
 
pruebas unitarias unitarias en java con JUNIT
pruebas unitarias unitarias en java con JUNITpruebas unitarias unitarias en java con JUNIT
pruebas unitarias unitarias en java con JUNIT
 
CLASE DE TECNOLOGIA E INFORMATICA PRIMARIA
CLASE  DE TECNOLOGIA E INFORMATICA PRIMARIACLASE  DE TECNOLOGIA E INFORMATICA PRIMARIA
CLASE DE TECNOLOGIA E INFORMATICA PRIMARIA
 
Proyecto integrador. Las TIC en la sociedad S4.pptx
Proyecto integrador. Las TIC en la sociedad S4.pptxProyecto integrador. Las TIC en la sociedad S4.pptx
Proyecto integrador. Las TIC en la sociedad S4.pptx
 
POWER POINT YUCRAElabore una PRESENTACIÓN CORTA sobre el video película: La C...
POWER POINT YUCRAElabore una PRESENTACIÓN CORTA sobre el video película: La C...POWER POINT YUCRAElabore una PRESENTACIÓN CORTA sobre el video película: La C...
POWER POINT YUCRAElabore una PRESENTACIÓN CORTA sobre el video película: La C...
 
guía de registro de slideshare por Brayan Joseph
guía de registro de slideshare por Brayan Josephguía de registro de slideshare por Brayan Joseph
guía de registro de slideshare por Brayan Joseph
 
Presentación guía sencilla en Microsoft Excel.pptx
Presentación guía sencilla en Microsoft Excel.pptxPresentación guía sencilla en Microsoft Excel.pptx
Presentación guía sencilla en Microsoft Excel.pptx
 
trabajotecologiaisabella-240424003133-8f126965.pdf
trabajotecologiaisabella-240424003133-8f126965.pdftrabajotecologiaisabella-240424003133-8f126965.pdf
trabajotecologiaisabella-240424003133-8f126965.pdf
 
KELA Presentacion Costa Rica 2024 - evento Protégeles
KELA Presentacion Costa Rica 2024 - evento ProtégelesKELA Presentacion Costa Rica 2024 - evento Protégeles
KELA Presentacion Costa Rica 2024 - evento Protégeles
 
Global Azure Lima 2024 - Integración de Datos con Microsoft Fabric
Global Azure Lima 2024 - Integración de Datos con Microsoft FabricGlobal Azure Lima 2024 - Integración de Datos con Microsoft Fabric
Global Azure Lima 2024 - Integración de Datos con Microsoft Fabric
 

"Meta datos & Google Rich Snippets" por @iplarodriguez

  • 1. Metadatos & Rich Snippets por: Ivan Pla Rodríguez y Cristina Luengo Maravert
  • 2. Presentación Sin METADATOS: <div> Mi nombre es Ivan Pla. Este es mi perfil en LinkedIn: <a href="http://www.linkedin.com/in/iplarodriguez">Mi perfil</a> Vivo en Terrassa (Barcelona) y trabajo, entre otras cosas, en UX en Grupo Intercom. </div> Con METADATOS: <div itemscope itemtype="http://data-vocabulary.org/Person"> Mi nombre es <span itemprop="name">Ivan Pla</span>. Este es mi perfil en LinkedIn: <a href="http://www.linkedin.com/in/iplarodriguez" itemprop="url">Mi perfil</a>. Vivo en <span itemprop="address" itemscope itemtype="http://data-vocabulary.org/Address"> <span itemprop="locality">Terrassa</span> (<span itemprop="region">Barcelona</span>) </span> y trabajo, entre otras cosas, en <span itemprop="title">UX</span> en <span itemprop="affiliation">Grupo Intercom</span>. </div>
  • 3. Metadatos: definición "Metadata is structured information that describes, explains, locates, or otherwise makes it easier to retrieve, use, or manage an information resource." "Metadata is key to ensuring that resources will survive and continue to be accessible into the future." TRADUCCIÓN: "Los metadatos son información estructurada que describe, explica, localiza, o de cualquier otro modo hacen que sea más fácil de recuperar, utilizar o administrar un recurso de información." "Los metadatos son la clave para asegurar que los recursos sobrevivan con el paso del tiempo y sigan siendo accesibles en el futuro." Fuente: http://www.niso.org/publications/press/UnderstandingMetadata.pdf
  • 4. Metadatos: ejemplo práctico ¿Cómo catalogaríais esta imagen?
  • 5. Metadatos: ejemplo práctico Fuente: http://500px.com/photo/7645023
  • 6. Metadatos: ejemplo práctico Autor Popularidad Descripción Palabras clave Características Técnicas
  • 7. Metadatos: método de introducción Autor Popularidad Metadatos manuales Descripción Palabras clave Características Técnicas Metadatos automáticos
  • 8. Metadatos: tipos (según la NISO) Según la NISO (http://www.niso.org): Los metadatos descriptivos describen un recurso para finalidades tales como descubrimiento e identificación. Puede incluir elementos como título, autor o palabras clave. Los metadatos estructurales indican cómo elementos compuestos se unifican: por ejemplo, cómo se ordenan las páginas para formar capítulos. Los metadatos administrativos nos dan información para ayudarnos a organizar un recurso, como por ejemplo cuándo y cómo fue creado, el tipo de archivo y otra información técnica, y quién puede acceder a ella.
  • 9. Metadatos: sintaxis Dublin Core Text (http://dublincore.org/documents/dc-text/) @prefix dcterms: <http://purl.org/dc/terms/> . DescriptionSet ( Description ( ResourceURI ( <http://example.org/123> ) Statement ( PropertyURI ( dcterms:subject ) ValueURI ( <http://example.org/taxonomy/D003.53> ) ) ) )
  • 10. Metadatos: sintaxis Dublin Core RDF-XML (http://dublincore. org/documents/dc-rdf/) <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dcterms="http://purl.org/dc/terms/"> <rdf:Description rdf:about="http://example.org/123"> <dcterms:subject rdf:resource="http://example.org/taxonomy/D003. 53"/> </rdf:Description> </rdf:RDF>
  • 11. Metadatos: sintaxis Dublin Core HTML (http://dublincore.org/documents/dc- html/) <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head profile="http://dublincore.org/documents/2008/08/04/dc- html/"> <title>Services to Government</title> <link rel="schema.DCTERMS" href="http://purl.org/dc/terms/" > <link rel="DCTERMS.subject" href="http://example. org/topics/archives" > </head> <body> </body> </html>
  • 12. Metadatos: estructura Jerárquica Lineal Schema.org DCMES (DCMI)
  • 13. Metadatos: granularidad - - + +
  • 14. Metadatos: soportes Físico Electrónico Libros Imágenes Digitales CDs Fotografías Digitales DVDs Documentos Digitales Mapas Archivos de Programas Mesas Tablas de BBDD Sillas ... Floreros ... Todo material sensible a ser catalogado
  • 15. Metadatos: campos Ciencias de la Información Medicina Derecho Estadística Geografia Medio ambiente Tecnología (CDs, DVDs, ...) Audiovisuales (Foto, Video, Música, ...) Internet (Virtualización de datos, Cloud Computing, repositorios, Web, ...)
  • 16. Metadatos: web Viejos conocidos: METATAGS más comunes title description keywords robots charset
  • 17. Metadatos: web Bienvenidos: Nuevos formatos de marcado RDFa Microformatos Microdatos
  • 18. Metadatos: web RDFa: <div xmlns:v="http://rdf.data-vocabulary.org/#" typeof="v:Review"> <span property="v:itemreviewed">L’Amourita Pizza</span> Reviewed by <span property="v:reviewer">Ulysses Grant</span> on <span property="v:dtreviewed" content="2009-01-06">Jan 6</span>. <span property="v:summary">Delicious, tasty pizza on Eastlake! </span> <span property="v:description">L'Amourita serves up traditional wood-fired Neapolitan-style pizza, brought to your table promptly and without fuss. An ideal neighborhood pizza joint.</span> Rating: <span property="v:rating">4.5</span> </div>
  • 19. Metadatos: web Microformatos: <div class="hreview"> <span class="item"> <span class="fn">L’Amourita Pizza</span> </span> Reviewed by <span class="reviewer">Ulysses Grant</span> on <span class="dtreviewed"> Jan 6<span class="value-title" title="2009-01-06"></span> </span>. <span class="summary">Delicious, tasty pizza on Eastlake!</span> <span class="description">L'Amourita serves up traditional wood- fired Neapolitan-style pizza, brought to your table promptly and without fuss. An ideal neighborhood pizza joint.</span> Rating: <span class="rating">4.5</span> </div>
  • 20. Metadatos: web Microdatos: <div> <div itemscope itemtype="http://data-vocabulary.org/Review"> <span itemprop="itemreviewed">L’Amourita Pizza</span> Reviewed by <span itemprop="reviewer">Ulysses Grant</span> on <time itemprop="dtreviewed" datetime="2009-01-06">Jan 6</time>. <span itemprop="summary">Delicious, tasty pizza in Eastlake! </span> <span itemprop="description">L'Amourita serves up traditional wood-fired Neapolitan-style pizza, brought to your table promptly and without fuss. An ideal neighborhood pizza joint.</span> Rating: <span itemprop="rating">4.5</span> </div> </div>
  • 21. Metadatos: web -> microdatos RDFa Microdatos Microformatos data-vocabulary http://data-vocabulary.org schema http://schema.org
  • 22. Metadatos: web -> microdatos http://schema.org
  • 23. Metadatos: web -> microdatos -> Google Rich Snippets http://support.google.com/webmasters/bin/topic.py?hl=en&topic=1088474&parent=21997&ctx=topic Aplicaciones de software Contactos Eventos Vídeos Música Opiniones Organizaciones Productos Puntuaciones de opiniones Recetas Rutas de exploración
  • 24. Metadatos: web -> microdatos -> GRS -> Aplicaciones <div itemscope itemtype="http://schema.org/SoftwareApplication"> <img itemprop="image" src="https://ssl.gstatic.com/android/market/com.zeptolab.ctr. paid/hi-124-11" /> <span itemprop="name">Cut the Rope</span> - <div itemprop="author" itemscope itemtype="http://schema.org/Organization"> <a itemprop="url" href="http://zeptolab.com"><span itemprop="name">Zeptolab</span></a> </div> <span itemprop="description">Cut the Rope, catch a star, and feed Om Nom candy in this award-winning game! The long-awaited hit game has finally arrived at Android! </span> REQUIRES <span itemprop="operatingSystems">ANDROID</span>: <span itemprop=" operatingSystemVersion">1.6</span> and up <div itemprop="offers" itemscope itemtype="http://schema.org/Offer"> Price: <span itemprop="price">$1.00</span> <meta itemprop="priceCurrency" content="USD" /> <link itemprop="availability" href="http://schema.org/InStock" />INSTALL </div> </div>
  • 25. Metadatos: web -> microdatos -> GRS -> Contactos <div itemscope itemtype="http://data-vocabulary.org/Person"> My name is <span itemprop="name">Bob Smith</span>, but people call me <span itemprop="nickname">Smithy</span>. Here is my homepage: <a href="http://www.example.com" itemprop="url">www.example.com</a>. I live in <span itemprop="address" itemscope itemtype="http://data-vocabulary.org/Address"> <span itemprop="locality">Albuquerque</span>, <span itemprop="region">NM</span> </span> and work as an <span itemprop="title">engineer</span> at <span itemprop="affiliation">ACME Corp</span>. My friends: <a href="http://darryl-blog.example.com" rel="friend">Darryl</a>, <a href="http://edna-blog.example.com" rel="friend">Edna</a> </div>
  • 26. Metadatos: web -> microdatos -> GRS -> Eventos <div itemscope itemtype="http://data-vocabulary.org/Event"> ​<a href="http://www.example.com/events/spinaltap" itemprop="url" > <span itemprop="summary">Spinal Tap</span> </a> <img itemprop="photo" src="spinal_tap.jpg" /> <span itemprop="description">After their highly-publicized search for a new drummer, Spinal Tap kicks off their latest comeback tour with a San Francisco show.</span> When: <time itemprop="startDate" datetime="2015-10-15T19:00-08:00">Oct 15, 7:00PM</time>— <time itemprop="endDate" datetime="2015-10-15T19:00-08:00">Oct 15, 9:00PM</time> Where: ​<span itemprop="location" itemscope itemtype="http://data-vocabulary.org/​Organization"> ​<span itemprop="name">Warfield Theatre</span> ​<span itemprop="address" itemscope itemtype="http://data-vocabulary.org/Address"> <span itemprop="street-address">982 Market St</span>, <span itemprop="locality">San Francisco</span>, <span itemprop="region">CA</span> </span> ... </div>
  • 27. Metadatos: web -> microdatos -> GRS -> Vídeos <div itemprop="video" itemscope itemtype="http://schema.org/VideoObject"> <h2>Video: <span itemprop="name">Title</span></h2> <meta itemprop="duration" content="T1M33S" /> <meta itemprop="thumbnailUrl" content="thumbnail.jpg" /> <meta itemprop="contentURL" content="http://www.example.com/video123.flv" /> <meta itemprop="embedURL" content="http://www.example.com/videoplayer.swf?video=123" /> <meta itemprop="uploadDate" content="2011-07-05T08:00:00+08:00" /> <meta itemprop="expires" content="2012-01-30T19:00:00+08:00" /> <object ...> <param ...> <embed type="application/x-shockwave-flash" ...> </object> <span itemprop="description">Video description</span> </div> ¿ ?
  • 28. Metadatos: web -> microdatos -> GRS -> Música <div itemscope itemtype="http://schema.org/MusicGroup"> <h1 itemprop="name">The Parrot Family</h1> <h2>Songs</h2> <div itemprop="tracks" itemscope itemtype="http://schema.org/MusicRecording"> <span itemprop="name">Hello, World!</span> Length: <meta itemprop="duration" content="PT4M5S" />4:05 - 14300 plays <meta itemprop="interactionCount" content="UserPlays:14300"/> <a href="parrot-family-helloworld-link.html" itemprop="url">Link</a> <a href="parrot-family-helloworld-play.html" itemprop="audio">Play</a> <a href="parrot-family-helloworld-buy.html" itemprop="offers">Buy</a> From album: <a href="parrot-family-yellow-album.html" itemprop="inAlbum">The Yellow Album</a> </div> <div itemscope itemtype="http://schema.org/MusicRecording"> <span itemprop="name">Parrot Power</span> Length: <meta itemprop="duration" content="PT6M33S" />6:33 - 11700 plays <meta itemprop="interactionCount" content="UserPlays:11700"/> <a href="parrot-family-parrotpower-link.html" itemprop="url">Link</a> <a href="parrot-family-parrotpower-play.html" itemprop="audio">Play</a> <a href="parrot-family-parrotpower-buy.html" itemprop="offers">Buy</a> From album: <a href="parrot-family-yellow-album.html" itemprop="inAlbum">The Yellow Album</a> </div> </div>
  • 29. Metadatos: web -> microdatos -> GRS -> Opiniones <div itemscope itemtype="http://data-vocabulary.org/Review"> <span itemprop="itemreviewed">L’Amourita Pizza</span> Reviewed by <span itemprop="reviewer">Ulysses Grant</span> on <time itemprop="dtreviewed" datetime="2009-01-06">Jan 6</time>. <span itemprop="summary">Delicious, tasty pizza in Eastlake!</span> <span itemprop="description">L'Amourita serves up traditional wood-fired Neapolitan- style pizza, brought to your table promptly and without fuss. An ideal neighborhood pizza joint.</span> Rating: <span itemprop="rating">4.5</span> </div>
  • 30. Metadatos: web -> microdatos -> GRS -> Organizaciones <div itemscope itemtype="http://data-vocabulary.org/Organization"> <span itemprop="name">L’Amourita Pizza</span> Located at <span itemprop="address" itemscope itemtype="http://data-vocabulary.org/Address"> <span itemprop="street-address">123 Main St</span>, <span itemprop="locality">Albuquerque</span>, <span itemprop="region">NM</span>. </span> Phone: <span itemprop="tel">206-555-1234</span>. <a href="http://www.example.com" itemprop="url">http://pizza.example.com</a>. </div> ¿ ?
  • 31. Metadatos: web -> microdatos -> GRS -> Productos <div itemscope itemtype="http://data-vocabulary.org/Product"> <span itemprop="brand">ACME</span> <span itemprop="name">Executive Anvil</span> <img itemprop="image" src="anvil_executive.jpg" /> <span itemprop="description">Sleeker than ACME's Classic Anvil, the Executive Anvil is perfect for the business traveler looking for something to drop from a height. </span> Category: <span itemprop="category" content="Hardware > Tools > Anvils">Anvils</span> Product #: <span itemprop="identifier" content="mpn:925872"> 925872</span> <span itemprop="offerDetails" itemscope temtype="http://data-vocabulary.org/Offer"> Regular price: $179.99 <meta itemprop="currency" content="USD" /> $<span itemprop="price">119.99</span> (Sale ends <time itemprop="priceValidUntil" datetime="2020-11-05">5 November! </time>) Available from: <span itemprop="seller">Executive Objects</span> Condition: <span itemprop="condition" content="used">Previously owned, in excellent condition</span> <span itemprop="availability" content="in_stock">In stock! Order now!</span> </span> </div>
  • 32. Metadatos: web -> microdatos -> GRS -> Puntuaciones <div itemscope itemtype="http://data-vocabulary.org/Review"> <span class="rating-foreground" style="width:90%"> <meta itemprop="rating" content="4.5" /> </span> </div> <div itemscope itemtype="http://data-vocabulary.org/Review"> <span itemprop="itemreviewed">Blast 'Em Up</span>—Game Review Rating: <span itemprop="rating">3.5</span> out of 5 </div> <div itemscope itemtype="http://data-vocabulary.org/Review"> <span itemprop="itemreviewed">Blast 'Em Up</span>—Game Review <span itemprop="rating" itemscope itemtype="http://data-vocabulary.org/Rating"> Rating: <span itemprop="value">7</span> out of <span itemprop="best">10</span> </span> </div>
  • 33. Metadatos: web -> microdatos -> GRS -> Recetas <div itemscope itemtype="http://data-vocabulary.org/Recipe" > <h1 itemprop="name">Grandma's Holiday Apple Pie</h1> <img itemprop="photo" src="apple-pie.jpg" /> By <span itemprop="author">Carol Smith</span> Published: <time datetime="2009-11-05" itemprop="published">November 5, 2009</time> <span itemprop="summary">This is my grandmother's apple pie recipe. I like to add a dash of nutmeg.</span> Total time: <time datetime="PT1H30M" itemprop="totalTime">1 hour 30 min</time> Yield: <span itemprop="yield">1 9" pie (8 servings)</span> <span itemprop="nutrition" itemscope itemtype="http://data-vocabulary.org/Nutrition"> Serving size: <span itemprop="servingSize">1 medium slice</span> Calories per serving: <span itemprop="calories">250</span> Fat per serving: <span itemprop="fat">12g</span> </span> Ingredients: <span itemprop="ingredient" itemscope itemtype="http://data-vocabulary. org/RecipeIngredient"> <span itemprop="name">White sugar</span>: <span itemprop="amount">3/4 cup</span> </span> Directions: <div itemprop="instructions"> 1. Cut and peel apples ... </div> </div>
  • 34. Metadatos: web -> microdatos -> GRS -> Breadcrumbs <div itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> <a href="http://www.example.com/dresses" itemprop="url"> <span itemprop="title">Dresses</span> </a> › </div> <div itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> <a href="http://www.example.com/dresses/real" itemprop="url"> <span itemprop="title">Real Dresses</span> </a> › </div> <div itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> <a href="http://www.example.com/clothes/dresses/real/green" itemprop="url"> <span itemprop="title">Real Green Dresses</span> </a> </div>
  • 35. Metadatos: web -> microdatos -> Google Testing Tool http://www.google.com/webmasters/tools/richsnippets
  • 36. Metadatos: web -> microdatos -> Google Testing Tool
  • 37. Metadatos: web -> microdatos -> Google -> ¿peligro? VS https://www.google.com/advisor/home http://www.bankimia.com
  • 38. ¡Muchas gracias! Ivan Pla Rodríguez: @iplarodriguez http://www.linkedin.com/in/iplarodriguez Con la colaboración de... Cristina Luengo Maravert: @cluengomaravert http://es.www.linkedin.com/in/cluengomaravert
  • 39. Metadatos & Rich Snippets por: Ivan Pla Rodríguez y Cristina Luengo Maravert