blob: a2218aac0d0e45e9a23da2f2f8924923c772235f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Structured data with schema.org codelab</title>
</head>
<body itemscope itemtype="http://schema.org/TechArticle">
<h1 itemprop="name">Structured data with schema.org codelab</h1>
<img style="float:right" src="squares.png" itemprop="image" />
<meta itemprop="educationalUse" content="codelab">
<p class="byline">
By <span itemprop="author"><a href="http://example.com/AuthorName">Author Name</a></span>,
<time itemprop="datePublished" content="20140129">January 29, 2014</time>
</p>
<div itemprop="description">
<h2>About this codelab</h2>
</div>
<div itemprop="articleBody">
<h2>Exercise 1: From basic HTML to RDFa: first steps</h2>
<h2>Exercise 2: Embedded types</h2>
<h2>Exercise 3: From strings to things</h2>
</div>
</body>
</html>
|