Submit Your Article Forum Rules

Results 1 to 7 of 7

Thread: Am I hurting the semantic ?

  1. #1
    Senior Member Mamoon Rashid's Avatar
    Join Date
    Oct 2005
    Location
    Lahore, Pakistan
    Posts
    308

    Am I hurting the semantic ?

    Hi,

    I normally do this.

    <h1> Heading </h1>


    Para </p>


    Para 2 </p>
    <h1> Heading 2 </h1>

    and so on....

    recently I checked my page with google semantics and while it showed the text inside <h1> </h1> it was not showing text in the

    </p>

    so I instad of doing

    </p> for paragraphs.. I did this..

    <h1> Heading </h1>
    <h2> Para 1 </h2>
    <h2 Para 2 </h2>
    <h1> Heading 2 </h1>
    <h2> para 1 </h2>
    <h2> para 2 </h2>

    and so on..

    now when I check the semantics..it shows me all the text on my page...

    now I am wondering...cuz I know this is kinda wrong use for <h2> instead of

    ... that if I can get penalized for trying something like this ?

    comments ?
    Mamoon Rashid
    Hashe Computer Solutions - Offering Full Time offshore IT staff, programming and web design services.
    Hashe on FaceBook - Please Join Us on FaceBook

  2. #2
    Senior Member Mamoon Rashid's Avatar
    Join Date
    Oct 2005
    Location
    Lahore, Pakistan
    Posts
    308
    hmm... noone has anything to say !?!?
    Mamoon Rashid
    Hashe Computer Solutions - Offering Full Time offshore IT staff, programming and web design services.
    Hashe on FaceBook - Please Join Us on FaceBook

  3. #3

  4. #4
    WebProWorld MVP incrediblehelp's Avatar
    Join Date
    Jan 2004
    Posts
    7,567
    you can use multiple headings just use <h1>, <h2>, <h3>, etc....

  5. #5
    WebProWorld MVP Webnauts's Avatar
    Join Date
    Aug 2003
    Location
    European Community
    Posts
    9,028
    Quote Originally Posted by incrediblehelp
    you can use multiple headings just use <h1>, <h2>, <h3>, etc....
    Jaan, the question was if it is semantically correct using the <h1> more than once.

    The answer again is NO! http://www.htmlhelp.com/reference/html40/block/h1.html

    If you use more than once, you screw the document outlining.

  6. #6

  7. #7
    WebProWorld MVP Webnauts's Avatar
    Join Date
    Aug 2003
    Location
    European Community
    Posts
    9,028

    Re: Am I hurting the semantic ?

    Quote Originally Posted by Mamoon Rashid
    Hi,

    I normally do this.

    <h1> Heading </h1>


    Para </p>


    Para 2 </p>
    <h1> Heading 2 </h1>

    and so on....
    You must do:

    <h1> Heading </h1>


    Para </p>


    Para 2 </p>
    <h2> Heading 2 </h2>

    and so on....

Similar Threads

  1. Semantic link selling.
    By kgun in forum Search Engine Optimization Forum
    Replies: 0
    Last Post: 06-24-2008, 07:59 PM
  2. Semantic web, semantic ...
    By kgun in forum Webmaster Resources Discussion Forum
    Replies: 0
    Last Post: 10-07-2007, 10:24 AM
  3. Semantic Markup
    By Steven1976a in forum Search Engine Optimization Forum
    Replies: 1
    Last Post: 05-26-2007, 09:06 AM
  4. Google does Semantic Technology?
    By Webnauts in forum Google Discussion Forum
    Replies: 3
    Last Post: 05-08-2007, 12:33 AM
  5. Semantic Drama
    By zephyria in forum Google Discussion Forum
    Replies: 4
    Last Post: 09-30-2005, 04:58 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •