the_category()
function in WordPress generates some invalid markup by creating an anchor tag with a rel attribute that looks like "category tag" (see the markup for the "Uncategorized" link here).
It seems the problem is category is not a valid value, and also it should be one word.
Most people are deleting it completely, but I was looking at the list of valid values and was wondering if any of them would be appropriate for a link to category page (such as this one)?
In particular tag
, section
, and subsection
caught my eye, but their intended uses are not clear to me.