What is the best for tags/heading ?

by elsoar
13 replies
  • SEO
  • |
Hello guys. I have a site and I would like to provide you my plan in the H
PHP Code:
<h2>Important line</h2>
<
h2>Important line</h2>
<
h3>Important line</h3
Is this the best,?

or
PHP Code:
<h2>Important line</h2>
<
h2>Important line</h2>
<
h2>Important line</h2
#tags or heading
  • Profile picture of the author luciesmazanska
    You should use in that way .
    Put your post title in H1 tag. <H1> Post title <H1>
    Put your all sub heading in H3 tag. <H3> sub heading <H3>
    put one sub heading in H2 tag . <h2> sub heading <H2>
    Signature
    ★★★★★
    {{ DiscussionBoard.errors[10920403].message }}
    • Profile picture of the author elsoar
      Originally Posted by luciesmazanska View Post

      You should use in that way .
      Put your post title in H1 tag. <H1> Post title <H1>
      Put your all sub heading in H3 tag. <H3> sub heading <H3>
      put one sub heading in H2 tag . <h2> sub heading <H2>
      why "one" in H2 tag ? I mean why only one?
      {{ DiscussionBoard.errors[10922326].message }}
  • Profile picture of the author Zarine Khan
    <h1> Tag is Title Tag
    <h2> to <h6> Tag Sub Title Tag
    h1 to h6 All Header Tag are good for Promotion.

    Thanks.
    {{ DiscussionBoard.errors[10921359].message }}
  • Profile picture of the author paulgl
    That's not php code. Maybe that's the bigger problem than h1 nonsense.

    But hey, that 3 h2s looks pretty darn good!!!!!!!!!!!!!!!!!!!! You rock!

    The new math: 3 x h2 = h1

    Paul
    Signature

    If you were disappointed in your results today, lower your standards tomorrow.

    {{ DiscussionBoard.errors[10922369].message }}
  • Profile picture of the author dave_hermansen
    It does not matter at all. Neither provides an SEO difference (or anything vitally significant SEO-wise).
    Signature
    BizSellers.com - The #1 place to buy & sell websites!
    We help sellers get the MAXIMUM amount for their websites and all buyers know that these sites are 100% vetted.
    {{ DiscussionBoard.errors[10922518].message }}
  • use <h1> tag for your post tittle and <h2> to
    <h6> tag for other headings and sub headings, this is the best option for heading tags
    {{ DiscussionBoard.errors[10922721].message }}
    • Profile picture of the author KarenByerly
      Originally Posted by carltonfite22091991 View Post

      use <h1> tag for your post tittle and <h2> to
      <h6> tag for other headings and sub headings, this is the best option for heading tags
      Can we mention keywords in each heading tag? Or any recommendation for that?
      {{ DiscussionBoard.errors[10924428].message }}
  • Profile picture of the author manojobject
    I think your task is completely wrong regarding SEO.

    Formatting of the Heading and subheading have a proper structure.

    Main Heading in <h1></h1>
    Subheading in Main Heading <h2></h2>
    if You have Subheading inside the Subheading use the <h3></h3>

    and so on.

    Example
    <h1>Heading 1</h1>
    <h2>Subheading 1 in Heading 1</h2>
    <h2>Subheading 2in Heading 1</h2>

    <h1>Heading 2</h1>
    <h2>Subheading 3 in Heading 2</h2>
    <h3>Subheading in the Subheading 3</h3>
    <h2>Subheading 4 in Heading 2</h2>
    {{ DiscussionBoard.errors[10922728].message }}
  • Profile picture of the author marktay
    For main heading use <h1>
    For 2nd main heading use <h2>
    for all sub headings use <h3>
    {{ DiscussionBoard.errors[10926487].message }}
    • Profile picture of the author elsoar
      Originally Posted by marktay View Post

      For main heading use <h1>
      For 2nd main heading use <h2>
      for all sub headings use <h3>
      sub headings like what?
      {{ DiscussionBoard.errors[10949294].message }}
      • Profile picture of the author paulgl
        Originally Posted by elsoar View Post

        sub headings like what?
        Forget it man. It's over your head. You still don't know what php is.

        Try using h6 for your most unimportant words. That way, google will know.

        Paul
        Signature

        If you were disappointed in your results today, lower your standards tomorrow.

        {{ DiscussionBoard.errors[10949518].message }}
  • Profile picture of the author NestZone
    Originally Posted by elsoar View Post

    Hello guys. I have a site and I would like to provide you my plan in the H
    PHP Code:
    <h2>Important line</h2>
    <
    h2>Important line</h2>
    <
    h3>Important line</h3
    Is this the best,?

    or
    PHP Code:
    <h2>Important line</h2>
    <
    h2>Important line</h2>
    <
    h2>Important line</h2
    It may look nice with your design, but it is no good to SEO.

    Most useful tags: h1, h2 & h3.
    {{ DiscussionBoard.errors[10949537].message }}
  • Profile picture of the author savidge4
    Lets take this out of the realm of SEO for a moment shall we. The principles behind the H tag is an outline. you can look up "examples of an outline" if you need further instruction.

    So the idea behind an outline is to have a primary topic and the sub topics. As needed you may have sub sub topics and maybe sub sub sub topics. it might look like this:

    A. Main Topic
    ###1. Sub Topic #1
    #####a. Sub Sub Topic #1
    #####b. Sub Sub Topic #2
    ###2. Sub Topic #2
    #####a. Sub Sub Topic #1
    #####b. Sub Sub Topic #2
    ###3. Sub Topic #3
    #####a. Sub Sub Topic #1
    #####b. Sub Sub Topic #2

    Now I will reintroduce the H tags to give you a better idea:

    A. Main Topic < H1 >
    ###1. Sub Topic #1 < H2 >
    #####a. Sub Sub Topic #1 < H3 >
    #####b. Sub Sub Topic #2 < H3 >
    ###2. Sub Topic #2 < H2 >
    #####a. Sub Sub Topic #1 < H3 >
    #####b. Sub Sub Topic #2 < H3 >
    ###3. Sub Topic #3 < H2 >
    #####a. Sub Sub Topic #1 < H3 >
    #####b. Sub Sub Topic #2 < H3 >


    As much as there is a small bit of this that effects SEO, the reality is it has more to do with proper English grammar and how to display ideas and concepts in an orderly manor.
    Signature
    Success is an ACT not an idea
    {{ DiscussionBoard.errors[10949574].message }}

Trending Topics