OLD | NEW |
(Empty) | |
| 1 <html> |
| 2 <head> |
| 3 <title>Markup Test Page Title</title> |
| 4 |
| 5 <!-- OpenGraphProtocol Markup Info --> |
| 6 <meta property="og:title" content="Marked-up Markup Test Page Title"> |
| 7 <meta property="og:type" content="Article"> |
| 8 <meta property="og:url" content="http://test/markup.html"> |
| 9 <meta property="og:image" content="http://test/markup1.jpeg"> |
| 10 <meta property="og:image:url" content="http://test/markup1.jpeg"> |
| 11 <meta property="og:image:secure_url" content="https://test/markup1.jpeg"> |
| 12 <meta property="og:image:type" content="jpeg"> |
| 13 <meta property="og:image:width" content="600"> |
| 14 <meta property="og:image:height" content="400"> |
| 15 <meta property="og:image" content="http://test/markup2.gif"> |
| 16 <meta property="og:image:url" content="http://test/markup2.gif"> |
| 17 <meta property="og:image:secure_url" content="https://test/markup2.gif"> |
| 18 <meta property="og:image:type" content="gif"> |
| 19 <meta property="og:image:width" content="1000"> |
| 20 <meta property="og:image:height" content="600"> |
| 21 |
| 22 </head> |
| 23 |
| 24 <body> |
| 25 |
| 26 <div> |
| 27 <p>Lorem ipsum dolor sit amet, at alia aliquip vel. Quas inani labore an vel. Se
d an nemore minimum accusata. Sint inermis tacimates est ex, ad movet iracundia
mei, delicata iracundia laboramus ei eos. Illud principes complectitur te nec, i
us alienum insolens ea, cu quo oratio omnesque. |
| 28 |
| 29 <p>Lorem ipsum dolor sit amet, at alia aliquip vel. Quas inani labore an vel. Se
d an nemore minimum accusata. Sint inermis tacimates est ex, ad movet iracundia
mei, delicata iracundia laboramus ei eos. Illud principes complectitur te nec, i
us alienum insolens ea, cu quo oratio omnesque. |
| 30 </div> |
| 31 |
| 32 <br> |
| 33 |
| 34 <!-- Schema.Org Markup Info --> |
| 35 <div itemscope itemtype="http://schema.org/Article"> |
| 36 <span itemprop="description">This page tests Markup Info.</span> |
| 37 <div itemscope itemtype="http://schema.org/Person" itemprop="author">Author: |
| 38 <span itemprop="name">Whoever Authored</span> |
| 39 </div> |
| 40 <div itemscope itemtype="http://schema.org/Organization" itemprop="publisher">
Publisher: |
| 41 <span itemprop="name">Whoever Published</span> |
| 42 </div> |
| 43 <span itemprop="datePublished">July 23, 2014</span> + |
| 44 <time itemprop="dateModified" datetime="2014-07-23T23:59">July 23, 2014 11:59p
m</time> |
| 45 <span itemprop="copyrightYear">2000-2014</span> |
| 46 <span itemprop="copyrightHolder">Whoever Copyrighted</span> |
| 47 <span itemprop="articleSection">Whatever Section</span> |
| 48 </div> |
| 49 |
| 50 </body> |
| 51 </html> |
OLD | NEW |