Advertisement
dprophit

Blogpost with Article Review

Nov 8th, 2015
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.82 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <title>Title</title>
  6. </head>
  7. <body>
  8. <header>
  9.     <h1>Denver's Sample website</h1>
  10. </header>
  11. <section>
  12.     <h1>Structured Data News</h1>
  13.     <article class="post" itemscope itemType="http://schema.org/BlogPosting">
  14.         <meta itemprop="inLanguage" content="en-US"/>
  15.         <a name="4114463250997066075"/>
  16.  
  17.         <h1 class="post-title">
  18.             <a href="http://www.xyz.com" itemprop="url">
  19.      <span itemprop="headline">
  20.       Introducing schema.org: Search engines come together for a richer web
  21.      </span>
  22.             </a>
  23.         </h1>
  24.         <img itemprop="image" src="http://images.apple.com/live/2015-mar-event/images/573cb_xlarge_2x.jpg"/>
  25.  
  26.         <h2>The Details About The Announcement</h2>
  27.  
  28.         <div class="date-header">
  29.             <span itemprop="datePublished" content="2011-05-06T10:00:00">6/02/2011 10:00:00 AM</span>
  30.         </div>
  31.         <p itemprop="articleBody">
  32.             Today we're announcing <a href="http://schema.org/">schema.org</a>, a new initiative from
  33.             Google, Bing and Yahoo! to create and support a common vocabulary for structured data markup
  34.             on web pages. With <a href="http://schema.org/">schema.org</a>, site owners and developers
  35.             can learn about structured data and improve how their sites appear in major search engines.
  36.             The site aims to be a one stop resource for webmasters looking to add markup to
  37.             their pages....
  38.         </p>
  39.  
  40.         <div itemprop="author" class="byline-author" itemscope itemtype="http://schema.org/Person">
  41.             Posted by
  42.             <span itemprop="name">Ramanathan Guha</span>,
  43.             <span itemprop="worksFor">Google</span> Fellow
  44.         </div>
  45.         <nav class="post-footer">
  46.             <h1>Navigation Links</h1>
  47.  
  48.             <p class="post-footer-line post-footer-line-1">
  49.                 <a itemprop="url" href="http://..." title="permanent link">Permalink</a>
  50.             </p>
  51.  
  52.             <div class="post-share-buttons">
  53.                 <a class="goog-inline-block share-button sb-twitter" href="..." title="Share to Twitter">
  54.                     <span class="share-button-link-text">Share to Twitter</span>
  55.                 </a>
  56.             </div>
  57.             <p class="post-footer-line post-footer-line-2">
  58.     <span class="post-labels">Labels:
  59.      <a href="...search" rel="tag">
  60.          <span itemprop="keywords">search</span></a></span>
  61.             </p>
  62.         </nav>
  63.         <section itemprop="review" itemscope itemtype="http://schema.org/Review">
  64.             <h1 itemprop="name">
  65.                 I'm Not a happy camper
  66.             </h1>
  67.             <footer>
  68.                 <span class="byline-author" itemprop="author" itemscope itemtype="http://schema.org/Person">
  69.                     <span itemprop="name"> Ellie May</span>
  70.                 </span>
  71.                 <meta itemprop="datePublished" content="2011-04-01">
  72.                 April 1, 2011
  73.             </footer>
  74.             <article>
  75.                 <h1 itemprop="itemReviewed" itemscope itemtype="http://schema.org/Thing">
  76.                     <span itemprop="name">Review of schema.org Announcement</span>
  77.                 </h1>
  78.  
  79.                 <p itemprop="reviewBody">
  80.                     They did not sell snow cones in the heat! I was really miserable!
  81.                 </p>
  82.                 <footer>
  83.                     <div itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating">
  84.                         <meta itemprop="worstRating" content="0.00">
  85.                         <span itemprop="ratingValue">3.4</span> / <span itemprop="bestRating">5.0</span> stars
  86.                     </div>
  87.                 </footer>
  88.             </article>
  89.         </section>
  90.     </article>
  91. </section>
  92. </body>
  93. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement