This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WordPress Fix HTML5 Validation

Description

This plugin fixes current HTML syntax errors raised due to how WordPress
currently returns some links with rel=”category tag”.

Hopefully this plugin is temporary and WordPress will fix this problem.

At present it looks doubtful this will be fixed.

You can read more about this problem by
[Searching WordPress for related discussions](https://www.google.com/search?q=”site:wordpress.org”+”category tag”+”rel”+”validation error”)…

Especially WordPress Ticket #22095
talks about what has been fixed (2 problems) and what has been
deferred indefinitely (1 problem).

Like This Plugin?

This plugin is provided for free.

If you like using it + like to say thanks…

Buy a copy of my “Beautiful Business” Kindle Book and
post an Amazon Review of what you enjoyed most.

Why This Plugin is Essential

The following is purely my opinion about this matter.

In most cases, your best option when having Web development work done is to make your
payment contingent on the following checklist… meaning you only pay
for your Web development after all checklist items are 100% met. No exceptions.

Some diehards in the audience may say Validator code lags standards. True. And
I’d prefer adhering to the current Validator code rather than constantly
trying to determine which errors and warnings are acceptable and which are real.

Your Web development checklist:

  • W3C HTML Validator – 100% clean HTML syntax validation. Zero errors.
    Zero warnings. No exceptions, save one. The single exception is one warning,
    which the validator currently emits if you use an HTML5 Doctype ().
  • W3C CSS Validator – 100% clean CSS syntax validation. Zero errors.
    Zero warnings. No exceptions.
  • Web Page Test – A score in ever category. No exceptions, save one. Do yourself
    a favor and skip using a CDN, unless you’re serving huge video files off your site.
    Even then, unless your CDN supports true streaming (meaning you can move the scrubber
    bar and the video playback position tracks + changes correctly) you’re better off hiring
    some to correctly tool your site. Follow this checklist and a CDN will rarely give you
    any measurable speed increase.
  • Google PageSpeed – 100 out of 100 PageSpeed Score.
    In other words, all tests pass. No exceptions.

Having “No exceptions” in each case will also require you use a Hosting Company run by
Wicked Smart Uber Geeks. I’ve yet to find any company who can tune up a Web server to
run as fast as I tune mine, so I run my own “Iron” (servers which I admin personally).

This said, you may have some exceptions. You’ll have to determine which are acceptable for you.

For me, “No exceptions” is mandatory.

Enough rambling.

Installation

This section describes how to install the plugin and get it working.

Best to just install through the WordPress admin panel.

Please note: If you’re using any plugin that caches content, you must navigate to
your cache plugin settings and hit “Flush Cache”. Otherwise rel=”category tag” will
be returned for every cached page, until each page expires (exceeds your cache timeout).

If you’re using a front-end caching system like Varnish, best just flush all content.
If you’re savvy enough to be running Varnish, you’ll understand how to do this.

You can also manually install this plugin, via the normal…

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place <?php do_action('plugin_name_hook'); ?> in your templates

FAQ-e

Have a question?

Post it under the Support Tab + I’ll add it to the FAQ along with my answer.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“WordPress Fix HTML5 Validation” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0 – Initial Release