Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Stimulate Correct Headings

Beschrijving

This plugin stimulates WordPress editors to use correct headings for accessibility and seo. The heading tags are on the second row and hidden in the WYSIWYG editor in WordPress by default. The (non visual) text edit screen has no heading tag buttons at all.
Editors will make heading bold instead of using the correct heading while the use of correct (nested) heading is important for accessibility and seo.
This plugin add the format menu with heading tags in the first row of the WYSIWYG editor and add heading tags to the text editor.

Accessibility

[Section 508](<a href=”http://squizlabs.github.io/HTML_CodeSniffer/Standards/Section508/) states that your largest header must be an <h1> followed by an other <h1> or a subordinate heading element (h2 to h6). The structure of the headers should reflex the structure of your document. So the heading structure should be logically nested. Screen readers read this semantic heading structure to construct a table of contents. Screen readers don’t use any formatted style. Visual readers use the formatted style in stead of the semantic structure. See also: http://accessibility.psu.edu/headings.

SEO

When the importance of a heading is established with HTML tags, you’re actually making it easy for the search engine robots to determine what your web page is all about. The search engine doesn’t have to guess at it. It can see exactly what your main topic is and place you under the appropriate keywords so your potential customers will be able to find you on the WWW.

Nov 18 ’11, Rupesh Pawar

Also read: The heading structure for your blog

Contribute!

If you have suggestions for a new feature or improvement, feel free to contact us on Twitter. Alternatively, you can fork the plugin from Github.

Requirements

Support

We are always happy to help you. If you have any question regarding this code. Send us a message or contact us on twitter @JamedoWebsites.

Schermafdrukken

  • Dropdown formatting menu in the WYSIWYG editor
  • Heading buttons in the text editor

Installatie

  1. You can download and install this plugin using the built in WordPress plugin installer. If you download the Stimulate Correct Headings plugin manually, make sure it is uploaded to “/wp-content/plugins/stimulate_correct_headings/”.

  2. Activate Stimulate Correct Headings in the “Plugins” admin panel using the “Activate” link.

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Stimulate Correct Headings” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Stimulate Correct Headings” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.0

  • First version