forked from niallkennedy/open-graph-protocol-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.html
27 lines (27 loc) · 1.28 KB
/
book.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!doctype html>
<html lang="en">
<head prefix="og: http://ogp.me/ns# book: http://ogp.me/ns/book#">
<meta charset="utf-8">
<title>Steve Jobs</title>
<meta property="og:title" content="Steve Jobs">
<meta property="og:site_name" content="Open Graph protocol examples">
<meta property="og:type" content="book">
<meta property="og:locale" content="en_US">
<link rel="canonical" href="http://examples.opengraphprotocol.us/book.html">
<meta property="og:url" content="http://examples.opengraphprotocol.us/book.html">
<meta property="og:image" content="http://examples.opengraphprotocol.us/media/images/50.png">
<meta property="og:image:secure_url" content="https://d72cgtgi6hvvl.cloudfront.net/media/images/50.png">
<meta property="og:image:width" content="50">
<meta property="og:image:height" content="50">
<meta property="og:image:type" content="image/png">
<meta property="book:author" content="http://examples.opengraphprotocol.us/profile.html">
<meta property="book:isbn" content="978-1451648539">
<meta property="book:release_date" content="2011-10-24">
<meta property="book:tag" content="Steve Jobs">
<meta property="book:tag" content="Apple">
<meta property="book:tag" content="Pixar">
</head>
<body>
<p>Example of a <a href="http://ogp.me/#type_book">book</a> object with an ISBN-13.</p>
</body>
</html>