header tags

This section is for posting questions which are not directly related to WYSIWYG Web Builder.
Examples of off topics: web server configuration, hosting, programming related questions, third party scripts.

Note that these questions will generally not be answered by the administrators of this forum.
Post Reply
wb_user
 
 
Posts: 1099
Joined: Sun Jul 05, 2015 7:03 am

header tags

Post by wb_user »

in https://www.wysiwygwebbuilder.com/seo_assistant.html page, i see :

Code: Select all

Correct:
<h1>Page title</h1>
  <h2>Section heading 1</h2>
  …
  <h3>Section heading 2</h3>


<h1>Page title</h1>
  <h2>Section heading 1</h2>
  …
  <h3>Section heading 2</h3>
  …
  <h2>Section heading 1</h2>
  …
  <h3>Section heading 2</h3>
every time I create page, I use this method :

Code: Select all

<h1>Page title</h1>
<p></p>
<h2>Section heading 1</h2>
<p></p>
<h2>Section heading 1</h2>
<p></p>
<h2>Section heading 1</h2>
<p></p>
<h2>Section heading 1</h2>
<p></p>
is this incorrect for seo and change my way ?
User avatar
Pablo
 
Posts: 21508
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: header tags

Post by Pablo »

The order of the headings is important so you are doing it correct.
Post Reply