PDA

View Full Version : How to Add H1 tag in my WordPress website?



shilparawat
10-16-2016, 07:38 AM
Hello Everyone!! help me about How to Add H1 tag in my WordPress website?

dennis123
11-17-2016, 12:59 AM
You can insert H1 tag by two methods:

1) manually:

In the "Write Post" area, switch to the "HTML" view (top right of the write post area).
<h1>A header goes here</h1>
A paragraph goes here.

2) Using Editor:

select the text you want to make a header, and click "Ctrl + 1 (or 2, or 3, etc for H2, H3, etc)

Andaman
11-17-2016, 01:22 AM
Hi,

It is said that if content is the king, then SEO (Search engine optimization) is the queen. Some of you may agree and some may not also, but you would definitely like to check if proper heading tags are used in your theme’s development. Proper use of heading tags are very important for SEO point of view. Search engines give more value to header tags when examining a webpage. The highest weight is given to <h1> tag, thus it should be a post title in detail page of your WordPress and it should be Blog Name in Homepage. One should also note that this <h1> should not be repeated twice in any page. It can be said, that <h1> is used to define the main topic in a page.