Dublin Core Meta Information for HTML5 Cheatsheet

Include Dublin Core schema in the HTML5 page:

<link rel="schema.DC" href="http://purl.org/dc/terms/">

Add meta tags to include semantic information:

<meta name="DC.title" content="A really interesting article">

Dublin Core Terms

title A name given to the resource.
description A description of the resource.
subject The topic of the resource.
language The language of the resource.
created Date of creation of the resource.
modified Date on which the resource was changed.
creator An entity primarily responsible for making the resource.
publisher An entity responsible for making the resource available.