SlideShare una empresa de Scribd logo
1 de 22
WEB PLATFORMS SUPPORT FOR POSH
CONSTRUCTS IN ORDER TO
SEMANTICALLY DESCRIBE THE CONTENT.

                           Dinu Suman
WEB 3.0 AND SEMANTIC WEB
SEMANTIC WEB

      “… a place where machines can read Web
 pages much as we humans read them, a place
 where search engines and software agents can
 better troll the Net and find what we’re looking for.”
 (PCMag)
WHAT IS POSH ?

Plain Old Semantic HTML (POSH)

POSH ≈ “valid, semantic, accessible, well-structured
 HTML”
THE POSH CHECKLIST:
 The first rule of POSH is that you must validate
  your POSH.
 Second, drop the use of TABLEs for purely
  presentational purposes, spacer GIFs, and
  presentational-html in general.
 Next, fix your “Bed and BReakfast” markup.

 Eliminate “Anorexic Anchors”.

 Use good semantic-class-names.

 ...
                                      http://microformats.org/wiki/posh
SEMANTIC REPRESENTATIONS
 Microformats - 2005
 RDF – 2004 (not covered here)

 Microdata - 2011
USAGE:
   Search for reviews




   Search for songs, albums
USAGE
   http://www.flickr.com/map/ - Geo tagging
MICROFORMATS
 “A microformat is a web-based approach to
 semantic markup which seeks to re-use
 existing HTML/XHTML tags to
 convey metadata and other attributes in web pages
 and other contexts that support (X)HTML, such
 as RSS. This approach allows software to process
 information intended for end-users (such as contact
 information, geographic coordinates, calendar
 events, and the like) automatically.” (Wikipedia)
MICROFORMATS
 Easy to write
 Html attributes used:
     class
     rel
     rev
COMMONLY USED TYPE:
 hAtom
 hCalendar

 hCard

 hResume

 hReview

 rel=“tag”, rel=“nofollow”, rel=“licence”

 XFN
EXAMPLE 1 - HCARD
<div id="hcard-Dinu-Suman" class="vcard">
   <span class="fn">Dinu Suman</span>
   <div class="org">Universitatea Alexandru Ioan Cuza</div>
   <a class="email"
       href="mailto:dinu.suman@info.uaic.ro">dinu.suman@info.uaic.ro
       </a>
   <div class="adr">
        <div class="street-address">bd. Carol I</div>
        <span class="locality">Iasi</span>,
        <span class="postal-code">70100</span>
        <span class="country-name">Romania</span>
   </div>
   <div class="tel">(0232) 22-33-44</div>
</div>
EXAMPLE 2 - HCALENDAR
<div class="vevent" id="hcalendar-Web-Client-Presentation">
   <abbr class="dtstart" title="2012-01-10">January 10th</abbr> :
   <abbr class="dtend" title="2012-01-18">18th, 2012</abbr>
   <span class="summary">Web Client Presentation</span>
   <div class="description">Tema 2 la obiectul “Dezvoltarea aplicatiilor
       Web la nivel de client" </div>
   <div class="tags">Tags:
        <a rel="tag"
         href="http://eventful.com/events/tags/web">web</a>,
        <a rel="tag" href="http://eventful.com/events/tags/cliw">
         cliw</a>,
        <a rel="tag" href="http://eventful.com/events/tags/infoiasi">
         infoiasi</a>,
   </div>
</div>
EXAMPLE 3 - HREVIEW
<div class="hreview" id="hreview-cool-Monitor">
  <h2 class="summary">cool Monitor</h2>
  <abbr class="dtreviewed" title="2004-01-09T16:02">Jan 9, 2004</abbr>
  by
  <span class="reviewer vcard">
           <span class="fn">Dinu</span>
  </span>
  <img alt="photo of 'BenQ XL2410T'" src="http://bit.ly/xD5ohY"
  class="photo" />
  <div class="item">
           <a class="fn url" href="http://www.trustedreviews.com/BenQ-
           XL2410T_Monitor_review">BenQ XL2410T</a>
  </div>
  <abbr title="5" class="rating">★★★★★</abbr>
</div>
MICRODATA
 Only in Html5 and XHtml 5
 (X)Html5 attributes:
       itemscope
       itemtype
       itemid
       itemprop
       itemref
COMMONLY USED TYPE:
 Creative works: CreativeWork, Book, Movie,
MusicRecording, Recipe, TVSeries ...
 Embedded non-text
  objects: AudioObject, ImageObject, VideoObject
 Event

 Organization

 Person

 Place, LocalBusiness, Restaurant ...

 Product, Offer, AggregateOffer

 Review, AggregateRating
EXAMPLE 1 - PERSON
<div itemscope itemtype="http://schema.org/Person">
     <a itemprop="url" href="www.info.uaic.ro/~dinu.suman">
         <div itemprop="name"><strong>Dinu Suman</strong></div>
     </a>
     <div itemscope itemtype="http://schema.org/Organization">
         <span itemprop="name">Universitatea Alexandru Ioan Cuza</span>
     </div>
     <div itemprop="jobtitle">Student</div>
     <div itemprop="description">Student anul 3</div>
     <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
          <div>
             <span itemprop="addressLocality">Iasi</span>
          </div>
          <div itemprop="postalCode">70000</div>
          <div itemprop="addressCountry">Romania</div>
     </div>
     <div itemprop="email">dinu.suman@info.uaic.ro</div>
     <div>
         <meta itemprop="birthDate" content="1-01-1990">DOB: 01/1990/1
     </div>
</div>
EXAMPLE 2 - PRODUCT
<div itemscope itemtype="http://schema.org/Product">
     <a itemprop="url" href="www.mouse.com/razer-x123">
         <div itemprop="name"><strong>Mouse Razer X123</strong></div>
     </a>
     <div itemprop="description">Cel mai bun Mouse</div>
     <div itemprop="brand" itemscope itemtype="http://schema.org/Organization">
         <span itemprop="name">Logitech</span>
     </div>
     <div>Model: <span itemprop="model">Razer X123</span></div>
     <div>Product ID: <span itemprop="productID">1</span></div>
     <div itemprop="aggregateRating" itemscope
         itemtype="http://schema.org/AggregateRating">
         <span itemprop="ratingValue">3.7</span> based on <span
             itemprop="reviewCount">20</span> reviews</div>
         <div itemprop="offers" itemscope      itemtype="http://schema.org/Offer">
         <span itemprop="price">500</span>
         <link itemprop="itemCondition" href="http://schema.org/NewCondition" />
         New
     </div>
</div>
EXAMPLE 3 - MOVIE
<div itemscope itemtype="http://schema.org/Movie">
   <a itemprop="url" href="www.imdb.com/title/tt1375666/">
            <div itemprop="name"><strong>Inception</strong></div>
   </a>
    <div itemprop="director" itemscope itemtype="http://schema.org/Person">
   Directed by: <span itemprop="name">Christopher Nolan</span>
    </div>
    <div>
        Starring:
        <div itemprop="actors" itemscope itemtype="http://schema.org/Person">
            <span itemprop="name">Leonardo DiCaprio</span>
        </div>
        <div itemprop="actors" itemscope itemtype="http://schema.org/Person">
            <span itemprop="name">Ken Watanabe</span>
    </div>
   </div>
</div>
TOOLS:
   Firefox Addon “Operator” -
    https://addons.mozilla.org/en-
    US/firefox/addon/operator/




 IE Addon “Oomph 2” -
  http://www.ieaddons.com/en/addons/detail.aspx?id
  =1110
 Safari -
  http://zappatic.net/projects/safarimicroformats
REFERENCES + USEFUL RESOURCES:
 http://microformats.org/
 http://schema.org



 http://developer.search.yahoo.com/start
 http://support.google.com/webmasters/bin/topic.py?
  hl=en&topic=21997
 http://bit.ly/yNolQE - Microformats Cheat-Sheet

 http://schema-creator.org
Q&A?

Más contenido relacionado

La actualidad más candente (12)

The Devil and HTML5
The Devil and HTML5The Devil and HTML5
The Devil and HTML5
 
Diy frozen snow globe
Diy frozen snow globeDiy frozen snow globe
Diy frozen snow globe
 
Guia de-estudio-2
Guia de-estudio-2Guia de-estudio-2
Guia de-estudio-2
 
Reacting to a Virtual World
Reacting to a Virtual WorldReacting to a Virtual World
Reacting to a Virtual World
 
Creative chase busting v2
Creative chase busting   v2Creative chase busting   v2
Creative chase busting v2
 
Angular js quickstart
Angular js quickstartAngular js quickstart
Angular js quickstart
 
Test upload
Test uploadTest upload
Test upload
 
FrontInBahia 2014: 10 dicas de desempenho para apps mobile híbridas
FrontInBahia 2014: 10 dicas de desempenho para apps mobile híbridasFrontInBahia 2014: 10 dicas de desempenho para apps mobile híbridas
FrontInBahia 2014: 10 dicas de desempenho para apps mobile híbridas
 
Javascript basic programs
Javascript basic programsJavascript basic programs
Javascript basic programs
 
QuickConnect
QuickConnectQuickConnect
QuickConnect
 
shoubox script
shoubox scriptshoubox script
shoubox script
 
Xss is more than a simple threat
Xss is more than a simple threatXss is more than a simple threat
Xss is more than a simple threat
 

Similar a Semantic web support for POSH

Microdata semantic-extend
Microdata semantic-extendMicrodata semantic-extend
Microdata semantic-extend
Seek Tan
 
Makroekonomi topik-8-1
Makroekonomi topik-8-1Makroekonomi topik-8-1
Makroekonomi topik-8-1
020881
 

Similar a Semantic web support for POSH (20)

Microdata semantic-extend
Microdata semantic-extendMicrodata semantic-extend
Microdata semantic-extend
 
Microformats - a quick primer
Microformats - a quick primerMicroformats - a quick primer
Microformats - a quick primer
 
smoke1272528461
smoke1272528461smoke1272528461
smoke1272528461
 
Advanced Schema Markup Techniques As Told by Super Saiyans
Advanced Schema Markup Techniques As Told by Super SaiyansAdvanced Schema Markup Techniques As Told by Super Saiyans
Advanced Schema Markup Techniques As Told by Super Saiyans
 
Structured data
Structured dataStructured data
Structured data
 
Bootstrap
BootstrapBootstrap
Bootstrap
 
Seo Cheat Sheet
Seo Cheat SheetSeo Cheat Sheet
Seo Cheat Sheet
 
Seo cheat-sheet
Seo cheat-sheetSeo cheat-sheet
Seo cheat-sheet
 
HTML5 Essentials
HTML5 EssentialsHTML5 Essentials
HTML5 Essentials
 
TOSSUG HTML5 讀書會 新標籤與表單
TOSSUG HTML5 讀書會 新標籤與表單TOSSUG HTML5 讀書會 新標籤與表單
TOSSUG HTML5 讀書會 新標籤與表單
 
Get Structured, Get Sexy... Get Schema!
Get Structured, Get Sexy... Get Schema!Get Structured, Get Sexy... Get Schema!
Get Structured, Get Sexy... Get Schema!
 
Moz SEO Web cheat sheet 2016
Moz SEO Web cheat sheet 2016Moz SEO Web cheat sheet 2016
Moz SEO Web cheat sheet 2016
 
Seo cheat-sheet
Seo cheat-sheetSeo cheat-sheet
Seo cheat-sheet
 
The Web Developer's SEO Cheat Sheet
The Web Developer's SEO Cheat Sheet The Web Developer's SEO Cheat Sheet
The Web Developer's SEO Cheat Sheet
 
Seo cheat sheet
Seo cheat sheetSeo cheat sheet
Seo cheat sheet
 
Seo cheat sheet
Seo cheat sheetSeo cheat sheet
Seo cheat sheet
 
Seo cheat-sheet
Seo cheat-sheetSeo cheat-sheet
Seo cheat-sheet
 
Seo onpage for Developer
Seo onpage for DeveloperSeo onpage for Developer
Seo onpage for Developer
 
Microformats and SEO
Microformats and SEOMicroformats and SEO
Microformats and SEO
 
Makroekonomi topik-8-1
Makroekonomi topik-8-1Makroekonomi topik-8-1
Makroekonomi topik-8-1
 

Último

Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 

Último (20)

PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Magic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxMagic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptx
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 

Semantic web support for POSH

  • 1. WEB PLATFORMS SUPPORT FOR POSH CONSTRUCTS IN ORDER TO SEMANTICALLY DESCRIBE THE CONTENT. Dinu Suman
  • 2. WEB 3.0 AND SEMANTIC WEB
  • 3. SEMANTIC WEB “… a place where machines can read Web pages much as we humans read them, a place where search engines and software agents can better troll the Net and find what we’re looking for.” (PCMag)
  • 4. WHAT IS POSH ? Plain Old Semantic HTML (POSH) POSH ≈ “valid, semantic, accessible, well-structured HTML”
  • 5. THE POSH CHECKLIST:  The first rule of POSH is that you must validate your POSH.  Second, drop the use of TABLEs for purely presentational purposes, spacer GIFs, and presentational-html in general.  Next, fix your “Bed and BReakfast” markup.  Eliminate “Anorexic Anchors”.  Use good semantic-class-names.  ... http://microformats.org/wiki/posh
  • 6. SEMANTIC REPRESENTATIONS  Microformats - 2005  RDF – 2004 (not covered here)  Microdata - 2011
  • 7. USAGE:  Search for reviews  Search for songs, albums
  • 8. USAGE  http://www.flickr.com/map/ - Geo tagging
  • 9. MICROFORMATS “A microformat is a web-based approach to semantic markup which seeks to re-use existing HTML/XHTML tags to convey metadata and other attributes in web pages and other contexts that support (X)HTML, such as RSS. This approach allows software to process information intended for end-users (such as contact information, geographic coordinates, calendar events, and the like) automatically.” (Wikipedia)
  • 10. MICROFORMATS  Easy to write  Html attributes used:  class  rel  rev
  • 11. COMMONLY USED TYPE:  hAtom  hCalendar  hCard  hResume  hReview  rel=“tag”, rel=“nofollow”, rel=“licence”  XFN
  • 12. EXAMPLE 1 - HCARD <div id="hcard-Dinu-Suman" class="vcard"> <span class="fn">Dinu Suman</span> <div class="org">Universitatea Alexandru Ioan Cuza</div> <a class="email" href="mailto:dinu.suman@info.uaic.ro">dinu.suman@info.uaic.ro </a> <div class="adr"> <div class="street-address">bd. Carol I</div> <span class="locality">Iasi</span>, <span class="postal-code">70100</span> <span class="country-name">Romania</span> </div> <div class="tel">(0232) 22-33-44</div> </div>
  • 13. EXAMPLE 2 - HCALENDAR <div class="vevent" id="hcalendar-Web-Client-Presentation"> <abbr class="dtstart" title="2012-01-10">January 10th</abbr> : <abbr class="dtend" title="2012-01-18">18th, 2012</abbr> <span class="summary">Web Client Presentation</span> <div class="description">Tema 2 la obiectul “Dezvoltarea aplicatiilor Web la nivel de client" </div> <div class="tags">Tags: <a rel="tag" href="http://eventful.com/events/tags/web">web</a>, <a rel="tag" href="http://eventful.com/events/tags/cliw"> cliw</a>, <a rel="tag" href="http://eventful.com/events/tags/infoiasi"> infoiasi</a>, </div> </div>
  • 14. EXAMPLE 3 - HREVIEW <div class="hreview" id="hreview-cool-Monitor"> <h2 class="summary">cool Monitor</h2> <abbr class="dtreviewed" title="2004-01-09T16:02">Jan 9, 2004</abbr> by <span class="reviewer vcard"> <span class="fn">Dinu</span> </span> <img alt="photo of 'BenQ XL2410T'" src="http://bit.ly/xD5ohY" class="photo" /> <div class="item"> <a class="fn url" href="http://www.trustedreviews.com/BenQ- XL2410T_Monitor_review">BenQ XL2410T</a> </div> <abbr title="5" class="rating">★★★★★</abbr> </div>
  • 15. MICRODATA  Only in Html5 and XHtml 5  (X)Html5 attributes:  itemscope  itemtype  itemid  itemprop  itemref
  • 16. COMMONLY USED TYPE:  Creative works: CreativeWork, Book, Movie, MusicRecording, Recipe, TVSeries ...  Embedded non-text objects: AudioObject, ImageObject, VideoObject  Event  Organization  Person  Place, LocalBusiness, Restaurant ...  Product, Offer, AggregateOffer  Review, AggregateRating
  • 17. EXAMPLE 1 - PERSON <div itemscope itemtype="http://schema.org/Person"> <a itemprop="url" href="www.info.uaic.ro/~dinu.suman"> <div itemprop="name"><strong>Dinu Suman</strong></div> </a> <div itemscope itemtype="http://schema.org/Organization"> <span itemprop="name">Universitatea Alexandru Ioan Cuza</span> </div> <div itemprop="jobtitle">Student</div> <div itemprop="description">Student anul 3</div> <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> <div> <span itemprop="addressLocality">Iasi</span> </div> <div itemprop="postalCode">70000</div> <div itemprop="addressCountry">Romania</div> </div> <div itemprop="email">dinu.suman@info.uaic.ro</div> <div> <meta itemprop="birthDate" content="1-01-1990">DOB: 01/1990/1 </div> </div>
  • 18. EXAMPLE 2 - PRODUCT <div itemscope itemtype="http://schema.org/Product"> <a itemprop="url" href="www.mouse.com/razer-x123"> <div itemprop="name"><strong>Mouse Razer X123</strong></div> </a> <div itemprop="description">Cel mai bun Mouse</div> <div itemprop="brand" itemscope itemtype="http://schema.org/Organization"> <span itemprop="name">Logitech</span> </div> <div>Model: <span itemprop="model">Razer X123</span></div> <div>Product ID: <span itemprop="productID">1</span></div> <div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating"> <span itemprop="ratingValue">3.7</span> based on <span itemprop="reviewCount">20</span> reviews</div> <div itemprop="offers" itemscope itemtype="http://schema.org/Offer"> <span itemprop="price">500</span> <link itemprop="itemCondition" href="http://schema.org/NewCondition" /> New </div> </div>
  • 19. EXAMPLE 3 - MOVIE <div itemscope itemtype="http://schema.org/Movie"> <a itemprop="url" href="www.imdb.com/title/tt1375666/"> <div itemprop="name"><strong>Inception</strong></div> </a> <div itemprop="director" itemscope itemtype="http://schema.org/Person"> Directed by: <span itemprop="name">Christopher Nolan</span> </div> <div> Starring: <div itemprop="actors" itemscope itemtype="http://schema.org/Person"> <span itemprop="name">Leonardo DiCaprio</span> </div> <div itemprop="actors" itemscope itemtype="http://schema.org/Person"> <span itemprop="name">Ken Watanabe</span> </div> </div> </div>
  • 20. TOOLS:  Firefox Addon “Operator” - https://addons.mozilla.org/en- US/firefox/addon/operator/  IE Addon “Oomph 2” - http://www.ieaddons.com/en/addons/detail.aspx?id =1110  Safari - http://zappatic.net/projects/safarimicroformats
  • 21. REFERENCES + USEFUL RESOURCES:  http://microformats.org/  http://schema.org  http://developer.search.yahoo.com/start  http://support.google.com/webmasters/bin/topic.py? hl=en&topic=21997  http://bit.ly/yNolQE - Microformats Cheat-Sheet  http://schema-creator.org
  • 22. Q&A?