Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7605225
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T00:06:46+00:00 2026-05-31T00:06:46+00:00

Is the structure below correct or is the section tag not needed? For SEO,

  • 0

Is the structure below correct or is the section tag not needed?

For SEO, assuming the relevant keywords are the page title not the site title, is the structure bellow the best optomisation? Thanks

    <header>
        <h1>Site Title</h1>
    </header>

    <section>
        <h1>Page Title</h1>
        <p>Page Content Here</p>
    </section> 
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T00:06:47+00:00Added an answer on May 31, 2026 at 12:06 am

    Don’t abuse the usage of section and article tags using them for structure, instead keep using divs.

    In html5, when using headings and sections, you must check that each section has its own title. You can use the outliner to see how is the structure.
    http://gsnedders.html5.org/outliner/

    According to your case you’ll notice that the Site Title has still more relevancy than the Page Title. That’s okay. But better use a div for dividing the header from the content.

    // Reply 12/03/01

    You can try using some weird position absolute to achieve your goal:
    First of all, the section must have a heading, if not it will be null.

    <header>
       <h1 id="position-me-in-section">Page Title h1</h1>
    </header>
    
    <div id="content">
        <section>
            <h6 id="position-me-in-header">Site Title h6</h6>
            <p>Page Content Here</p>
        </section> 
    </div>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have mysql database structure like below: CREATE TABLE test ( id int(11) NOT
I'm modifying JQuery UI Accordion Menu, which currently has a structure as below: <h3>Title</h3>
I am writing the below structure in to the file using Binary Writer. File
I have a Zend Framework application structure as below: /application /library /Zend /Core /Filter
It's possible to declare variables with the below structure in C++ private: public: protected:
I am trying to convert an array of the RECT structure (given below) into
Below is the definition of sockaddr_storage structure ( rfc2553 ). According rfc2553, the sockaddr_storage
I have a polygon structure in an sql2005 db as described below. CREATE TABLE
I have a data structure which is as given below: class File { public
If I am using a tree structure of nodes similar to the code below,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.