1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
<!doctype html>
<html lang="en">
<head prefix="og: http://ogp.me/ns#">
<meta charset="utf-8">
<title>Minimum required properties</title>
<meta property="og:title" content="Minimum required properties">
<link rel="canonical" href="http://examples.opengraphprotocol.us/required.html">
<meta property="og:url" content="http://examples.opengraphprotocol.us/required.html">
<meta property="og:image" content="http://examples.opengraphprotocol.us/media/images/50.png">
</head>
<body>
<p>Minimum <a href="http://ogp.me/#metadata">required</a> properties:</p>
<ul>
<li>title</li>
<li>image</li>
<li>url</li>
</ul>
<p>The type property is also required but if absent the page will be treated as type website.</p>
</body>
</html>
|