demosthenes.info

I’m Dudley Storey, the author of Pro CSS3 Animation. This is my blog, where I talk about web design and development with , and . To receive more information, including news, updates, and tips, you should follow me on Twitter or add me on Google+.

web developer guide

my books

Book cover of Pro CSS3 AnimationPro CSS3 Animation, Apress, 2013

my projects

tipster.ioAutomatically provides local tipping customs and percentages for services anywhere.

What metatags are supported in HTML5?

seo / metatags

Estimated. reading time: 43 seconds

As a whole, HTML5 has moved away from attempts to summarize entire pages in very broad terms via metatags to descriptions of individual pieces of content via microdata and microformats. While you can add traditional descriptive metatags into an HTML5 page, search engines largely ignore them… and anything outside of the standard HTML5 specification needs to be registered with WHATWG and the W3C as a namespace in order to be supported. As of this writing, the Dublin Core organization has not shown any interest in doing so, eliminating the use of DC metatags as well.

So if Dublin Core is not supported in HTML5, and if you’re not yet comfortable in using microdata or microformats, what does that leave you with to summarize an HTML5 page?

The answer is somewhat surprising: it’s the <link /> tag (or more precisely and correctly, the rel attribute.