<!-- Schema Artikel --> <html itemscope itemtype="http://schema.org/Article"> <head> <meta itemprop="name" content="Just a test article..."> <meta itemprop="description" content="Just testing the way that articles appear in content..."> <meta itemprop="image" content="http://wheresgus.com/schema/article.png"> <meta itemprop="url" content="http://wheresgus.com/schema/article.html"> <meta itemprop="author" content="Gus Class"> <meta itemprop="contentRating" content="MPAA G"> <meta itemprop="copyrightYear" content="2012"> <meta itemprop="dateCreated" content="20120703"> <meta itemprop="datePublished" content="20120703"> </head> <body> <p>Note how this content is now ignored because schema markup is specified.</p> </body> </html>