HTML5 and SEO

Default avatar.
October 18, 2012
HTML5 and SEO.

ThumbSince the advent of the first web search engines, designers and developers have struggled with issues of how to increase their placement on a search engine results page.

With the major search engines (Google, Bing, etc.) unwilling to reveal their ranking algorithms — protecting them from "black hat" search engine optimizers attempting to game the system — "white hat" search engine experts must play a constant guessing game to determine which tactics will be most effective.

The continuing development of technologies, from HTML and XML to JavaScript and Flash, has made the pursuit of prime search engine real estate a massive industry in its own right.

The introduction of HTML5 has simplified many tasks, but adds another layer of complexity in this area.

HTML5 and multimedia

For many years, web designers and developers have used plug-ins such as Adobe Flash and Microsoft Silverlight to add audio, video and graphics content to their projects. These plug-ins have enabled professionals to create glossy, eye-catching designs that have attracted visitors and won numerous awards.

However, these sites have traditionally suffered from poor search engine ranking due to webcrawler's inability to index this type of content. Great strides were being made in this area just prior to the death of Flash, but to a large degree, investment in the area of plugin indexing has now ceased altogether.

HTML5 allows for indexing multimedia content, such as menus, audio and video, with new markup tags. The content within these tags can improve a site's search engine ranking. Indeed an HTML5 site consistently ranks higher than the equivalent site built with a plugin; however there is some question as to HTML5's suitability for all tasks.

Google frequently tells us to build a site for the user, with 'natural' content. We may need to wait for HTML6 for that to be possible.

Chess

Chess image via Shutterstock

HTML5 and link types

In previous years, developers would use the "rel" attribute on their link tags to specify which links that a web crawler should not follow:

<a href="no-follow.htm" rel="nofollow">Don't Follow This Link</a>

In HTML5, new values for the “rel” attribute of the link tag allow us to create a context for a document that, moving forward, should provide greatly improved search results for users:

Alternate allows us to specify alternate content, the same text in PDF format for example, or the same content in a different language.

<link rel="alternate" hreflang="es" href="espanol.html">

Author enables us to link to an author's profile. This is of great benefit on Google if the author is signed up to Google+.

<link rel="author" href="https://plus.google.com/0123456789">

Bookmark lets blogs link to an article's permanent URL, helpful if your articles are usually published on a home page.

<a rel="bookmark" href="https://mysite.com/article.html">Permalink</a>

Help is designed to be used by third party apps to provide access to help files. Not much use on a blog page, but invaluable for web-based apps.

<link rel="help" href="helpfiles.html">

License provides a link to licensing information.

<a rel="license" href="licensing.html">License information</a>

Next and Prev are used when a document is part of a series, giving context to the current page.

<a rel="next" href="page-2.html">Next</a>
<a rel="prev" href="page-0.html">Previous</a>

Search provides a link to a resource that can be used to search through the current document and its related pages.

<link rel="search" href="https://www.mysite.com/mysearch.xml">

The full specification for these attribute values can be found on the W3C site.

HTML5 and ranking

In late 2010, John Mueller of Google remarked that HTML5 is "still very much a work in progress" and that the company is still working on ways to index HTML5 content. However, the company is making a sincere effort to incorporate the indexing of HTML5 content into its newest generation of web crawlers.

Chess

Chimp chess image via Shutterstock

While Google's relationship with HTML5 standards remains in flux, and while Google remains the focus of most SEO efforts, HTML5's introduction of new content and ways of describing that content is unlikely to offer any real SERP benefits.

However, the merits of allowing more content to be indexed with less effort is not in dispute, and with HTML5 rapidly becoming the new standard for web design it is just a matter of time before HTML5 sites outrank xHTML sites. Webdesigners should be planning for that future today.

Do you take full advantage of HTML5's extra markup? Have you seen any SEO benefit of coding in HTML5 over xHTML? Let us know in the comments.

Gerald Hanks

Gerald Hanks has been involved in web development applications since 1996. He has designed applications with JavaScript, ASP.NET and PHP, as well as building databases in MS SQL Server and MySQL. He lives in Houston, Texas.

Read Next

10+ Best Resources & Tools for Web Designers (2024 update)

Is searching for the best web design tools to suit your needs akin to having a recurring bad dream? Does each…

3 Essential Design Trends, April 2024

Ready to jump into some amazing new design ideas for Spring? Our roundup has everything from UX to color trends…

How to Plan Your First Successful Website

Planning a new website can be exciting and — if you’re anything like me — a little daunting. Whether you’re an…

15 Best New Fonts, March 2024

Welcome to March’s edition of our roundup of the best new fonts for designers. This month’s compilation includes…

LimeWire Developer APIs Herald a New Era of AI Integration

Generative AI is a fascinating technology. Far from the design killer some people feared, it is an empowering and…

20 Best New Websites, March 2024

Welcome to our pick of sites for March. This month’s collection tends towards the simple and clean, which goes to show…

Exciting New Tools for Designers, March 2024

The fast-paced world of design never stops turning, and staying ahead of the curve is essential for creatives. As…

Web Tech Trends to Watch in 2024 and Beyond

It hardly seems possible given the radical transformations we’ve seen over the last few decades, but the web design…

6 Best AI Productivity Apps in 2024

There’s no escaping it: if you want to be successful, you need to be productive. The more you work, the more you…

3 Essential Design Trends, February 2024

From atypical typefaces to neutral colors to unusual user patterns, there are plenty of new website design trends to…

Surviving the Leap from College to Real-World Design

So, you’ve finished college and are ready to showcase your design skills to the world. This is a pivotal moment that…

20 Mind-Bending Illusions That Will Make You Question Reality

Mind-bending videos. Divisive Images. Eye-straining visuals. This list of optical illusions has it all. Join us as we…