Quantcast
Channel: WordPress.org Forums » [Yoast SEO] Support
Viewing all articles
Browse latest Browse all 41909

tolgapaksoy on "[Plugin: WordPress SEO by Yoast] Breadcrumbs do not validate as HTML5"

$
0
0

I am using Wordpress version 3.5.1

I am using Wordpress SEO version 1.4.2

When I run my website through a validator, they always complain about the xhtml attributes in the breadcrumbs.

There is a microformat for breadcrumbs, found here: http://microformats.org/wiki/breadcrumbs-formats

Which would make the breadcrumbs something like this:

<div class="breadcrumbs" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
  <a class="breadcrumb-link" href="/" itemprop="url">
    <span itemprop="title">Home</span>
  </a> >
  <div itemprop="child" itemscope itemtype="http://data-vocabulary.org/Breadcrumb" style="display: inline;">
    <a class="breadcrumb-link trail" href="/child" itemprop="url">
      <span itemprop="title">Child</span>
    </a> >
  </div>
</div>

The customers are requesting a lot of HTML5 valid codes with correct microformat use, so something like this would be nice to have as an option.

http://wordpress.org/extend/plugins/wordpress-seo/


Viewing all articles
Browse latest Browse all 41909

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>