How To Use H1 & H2 Tags On WordPress Posts

Jul 11 2011 in All by Wizzer

It is important to use the H1 & H2 tags…

…for Search Engine Optimisation purposes.

Depending on the WordPress theme you are using your headings will look different as with many themes you can customise the size, font and colour of the text in your headings.

Many themes now allow you to make these changes in an “options” area but if that is not a feature of your theme you can still make the changes but will need to edit the Style.css file.

I should first clarify that H1 tags are NOT like tags used when creating your posts. Those tags are used to help your visitors find relevant content – a kind of labelling exercise. H1, H2, H3 etc, are used to change the look of the headings used on your posts and are taken into consideration by the search engines in their calculation of the relevance of your content,

H1 is the largest heading through to H6 being the smallest.

To use the H1 & H2 (or indeedany of the heading tags) you simply have to highlight the text you wish to use as a heading and click the “Paragraph” pull down box when in the WordPress Visual Editor:

using h1 & h2 tags in wordpress

This is Heading One

And some standard “paragraph” text to follow

This is Heading Two

This is Heading Three

A really easy way to check whether you are using H tags on your posts is to install the Firebug Add-On to the Firefox browser.

All you need to do is to highlight the relevant text, right click the mouse and choose “Inspect Element”. A box at the bottom half of the screen will open and you can instantly see if the text has the relevant tags associated with it:

inspecting H tags using firebug

You can get the free  Firebug add-on here. It is far more useful than for just checking H tags but a discussion regarding its use for other purposes is beyond the scope of this posts.