|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en-US" class="no-js"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <title>Accordion</title> |
| 6 | + <link rel="stylesheet" href="css/component.css" /> |
| 7 | +</head> |
| 8 | +<body> |
| 9 | + <div itemscope itemtype="https://schema.org/Blog"> |
| 10 | + <article class="Post" id="post-<?php the_ID(); ?>" itemscope itemtype="https://schema.org/BlogPosting"> |
| 11 | + <section class="Post-content" itemprop="mainEntityOfPage"> |
| 12 | + <header> |
| 13 | + <!-- thanks to 10up for this --> |
| 14 | + <div itemprop="image" itemscope itemtype="http://schema.org/ImageObject"> |
| 15 | + <img src="https://placekitten.com/g/400/150" srcset="https://placekitten.com/g/400/150 1x, https://placekitten.com/g/800/300 2x" alt="header image" /> |
| 16 | + <meta itemprop="url" content="https://placekitten.com/g/400/150" /> |
| 17 | + <meta itemprop="width" content="400" /> |
| 18 | + <meta itemprop="height" content="150" /> |
| 19 | + </div><!--/itemprop=image--> |
| 20 | + <h1 class="Post-title" itemprop="headline">Article Title</h1> |
| 21 | + <div class="PostMeta"> |
| 22 | + <p><strong>Author</strong>: |
| 23 | + <span itemprop="author">Author Name</span> |
| 24 | + </p> |
| 25 | + <p><strong>Publish Date</strong>: |
| 26 | + <time datetime="2017-01-04">January 4, 2017</time> |
| 27 | + </p> |
| 28 | + </div> |
| 29 | + <div itemprop="publisher" itemscope="itemscope" itemtype="https://schema.org/Organization"> |
| 30 | + <div itemprop="logo" itemscope="itemscope" itemtype="https://schema.org/ImageObject"> |
| 31 | + <meta itemprop="url" content="https://placekitten.com/g/100/100" /> |
| 32 | + <meta itemprop="width" content="100" /> |
| 33 | + <meta itemprop="height" content="100" /> |
| 34 | + </div> |
| 35 | + <meta itemprop="name" content="Company Name" /> |
| 36 | + </div> |
| 37 | + </header> |
| 38 | + <div class="Post-body" itemprop="articleBody"> |
| 39 | + <p> |
| 40 | + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec non rhoncus tortor. Nam odio risus, blandit auctor gravida et, vulputate in dui. Ut quis tellus sed lorem dignissim sagittis. Duis pharetra at leo a viverra. Maecenas sagittis aliquam tellus, eget faucibus arcu blandit vel. Duis vestibulum viverra orci, sed rutrum augue congue sit amet. Curabitur arcu enim, interdum consectetur maximus in, ornare nec elit. |
| 41 | + </p> |
| 42 | + </div> |
| 43 | + </section> |
| 44 | + </article> |
| 45 | + </div> |
| 46 | +</body> |
| 47 | +</html> |
0 commit comments