Microformats compliant would be a great improvement
-
The only breadcrumbs I know for WP with this feature are the ones generated by WordPress SEO by Yoast.
It’s very easy to adapt to Breadcrumbs everywhere plugin.
The final html produced for breadcrumbs should look like this:
<span xmlns:v="https://rdf.data-vocabulary.org/#"> <span typeof="v:Breadcrumb"> <a href="https://mysite.com" rel="v:url" property="v:title">Home</a> </span> ( ? or sep ) <span typeof="v:Breadcrumb"> <a href="https://mysite.com/my-category/" rel="v:url" property="v:title"> Name of the category</a> </span> ( ? or sep ) <span typeof="v:Breadcrumb"> <strong property="v:title">Title of the post</strong> </span> </span>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Microformats compliant would be a great improvement’ is closed to new replies.