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>No media properties</title>
<meta property="og:title" content="No media properties">
<meta property="og:site_name" content="Open Graph protocol examples">
<meta name="description" content="Required and optional properties without associated media.">
<meta property="og:description" content="Required and optional properties without associated media.">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<meta property="og:determiner" content="the">
<link rel="canonical" href="http://examples.opengraphprotocol.us/nomedia.html">
<meta property="og:url" content="http://examples.opengraphprotocol.us/nomedia.html">
<meta property="og:image" content="http://examples.opengraphprotocol.us/media/images/50.png">
</head>
<body>
<p>All <a href="http://ogp.me/#metadata">required</a> and <a href="http://ogp.me/#optional">optional</a> properties without associated media.</p>
</body>
</html>
|