HTML 5 and SEO
Author:
Carly
Search Engine Optimisation, SEO
In the 5th revision of the HTML standard, there are many lovely new features to learn about and get to grips with.
Some of the new syntactical features include <video> and <audio> which will make it much easier to include and distinguish multimedia content on the web. The SEO benefit of videos being easier to handle would be getting them cached first. The authority needs to remain with our site as the original author.
The <article> tag is really quite a significant new addition in terms of article addition for those clients who we do external distributions for. The tag is intended to mark separate entries in an online blog, publication or article site.
A <section> tag can simply be used to indicate the separate sections on a page but may not always be necessary to use in addition to the other tags.
The <header> tag is different to the <head> element. It is more similar to the <h1> but this new tag can include whole paragraphs of text, <h1> <h2> tags and hard coded links which is going to be invaluable in terms of SEO. We can give higher priority to internal links.
There is a <nav> tag to identify a collection of links to the main pages of the site. This will give them slightly more weight than less important sub pages.
There is a new <footer > tag but is slightly less useful compared to the <header> tag. However, it is much more flexible in that these tags can be used many times on one page. This means that you can potentially have separate <header> and <footer> tags for each section of the page.
These are just a small selection of the new features that I thought might be useful from an SEO point of view. It this selection, it is mostly about improving page segmentation, prioritising and most of all, reducing the coding. In these instances, the new tags can eliminate the use of quite so many <div>s. Therefore HTML 5 is full of SEO goodness that we need to make the most of. Lets learn to use and enjoy!
