Is Getting A Wordpress Site Coded In HTML 5 Worth It?

contract

::\\\ Motivªtion ///::
Dec 28, 2011
1,920
33
0
California, USA
Considering both user experience, and SEO positives and negatives. Not sure what to do, reading a bunch of blogs dated from like 1-2 years ago.. But what's the current word?

Costs extra which isn't a concern, but curious about it since I have no idea how to code (that well)...

Also should note, I don't use ANY video, flash, funky forms, etc. Just normal stuff.
 


I'd be interested to hear any supposed benefits to SEO from HTML5 as I can't see how it would make any difference at all

Check this page out if you've not seen it to figure out whether any of these points apply to your website or your opinion of possible SEO factors:

Why HTML5 Rocks - HTML5 Rocks

IMO you should be using HTML5 for new sites but it shouldn't cost any more than HTML4 for "normal stuff" and it's not worth rewriting HTML4 to HTML5 just for the sake of either
 
Yes, you should look to implement HTML 5 whenever it's 1.) a cost-effective decision to do so and 2.) your audience isn't plagued with non-compatible browser users, but not because it provides some secret sauce over previous versions.

As of today, it's very clear that HTML 5 is going to be the long-running standard as is shown by the amount of support from the Google dev heads.

As far as SEO is concerned, HTML 5 doesn't communicate the content structure better, it just does so differently. For example, in HTML 4, the <h1> tag communicates the overall topic of the page. In HTML 5, the <h1> tag applies specifically to sections of content. This means that our knee-jerk reaction to refrain from using too many <h1> tags might actually communicate our content inaccurately when Google crawls our pages in HTML 5. View the changelog differences from HTML 4 to 5 here.

So if your answers to points 1 and 2 are yes, then a third question you should be asking is "is this theme using HTML 5 correctly?" Because that's probably the biggest downfall to HTML 5. While it's a relatively simple semantic for what an SEO wants to achieve, there are still people who don't understand how to use it correctly (think MLA/APA formatting, for the web).

When a new technology is introduced, it's generally good practice to stay away from using it in production until you start to see communities and other dependent tech start to adopt it. And even then, you've got to wait for old tech to phase out. I think 2013 is a good year to start the move towards HTML 5, but there are still plenty of cases where it doesn't matter immediately.


 
Why wouldn't you? Making the switch to HTML5 isn't even all that time-consuming and it shouldn't be costing you more like the person above said.
 
it's more important to be sure that your site passes W3C standards and is clean, than worrying about what version HTML you are using.
 
it's more important to be sure that your site passes W3C standards and is clean, than worrying about what version HTML you are using.

This has probably been the best answer thus far. The problem extends from the fact that HTML5 is not, in many respects, that different from other HTML versions. There are some major differences mind you, but in a simple site, that doesn't extend these (such as HTML5 video), you're unlikely to notice.

In short, tell them to eat shit, unless the price really isn't all that great.
 
I deal with alot of e-commerce sites so personally I dont suggest it.

For portfolio/games/blogs.. sure.. but I dont suggest using new technology on a site that brings in actual sales.

You wont be happy when the reason you didnt get a sale is because elements didnt render properly due to the use of HTML5.