Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
1 <html xmlns:og="http://ogp.me/ns#">
2 <head>
3 <meta property="og:title" content=">This is my title<"/>
4 <meta property="og:url" content="https://www.mozilla.org"/>
5 <meta property="og:image" content="https://www.mozilla.org/favicon.png"/>
6 <meta property="og:site_name" content=">My simple test page<"/>
7 <meta property="og:description"
8 content="A test corpus file for open graph tags we care about"/>
9 </head>
10 <body>
11 Open Graph Test Page
12 </body>
13 </html>