Quick Help: H1 Tags On My Website

Discussion in 'Search Engine Optimization' started by rakers8, Sep 30, 2009.

  1. #1
    I'm trying to figure out if this h1 code is installed correctly.:

     <h1><td colspan="2" valign="bottom"><font color="#0A728F"><strong>Captiva Beachfront Luxury Cottage For Rent</strong></font></td></h1>
    Code (markup):
    Or does it have to wrapped directly around the target phrase.

    A startup company I just started with are trying to resolve a lot of SEO issues, something I have a small amount of experience with. Unfortunately, I still have to ask simple questions when it comes to programming.

    The page source can be found here.
    http://tinyurl.com/ycmnrkn
     
    rakers8, Sep 30, 2009 IP
  2. rakers8

    rakers8 Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Sorry, mods please move this to the HTML Design Section. I made a rookie mistake. :)
     
    rakers8, Sep 30, 2009 IP
  3. webdev007

    webdev007 Active Member

    Messages:
    1,037
    Likes Received:
    13
    Best Answers:
    3
    Trophy Points:
    88
    #3
    No !!

    it should be like

    <td colspan="2" valign="bottom"><h1><font color="#0A728F"><strong>Captiva Beachfront Luxury Cottage For Rent</strong></font></h1></td>
    Code (markup):
     
    webdev007, Sep 30, 2009 IP
  4. webwest

    webwest Peon

    Messages:
    55
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    <td colspan="2" valign="bottom"><font color="#0A728F"><strong><h1>Captiva Beachfront Luxury Cottage For Rent</h1></strong></font></td>
     
    webwest, Sep 30, 2009 IP
  5. rakers8

    rakers8 Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thank you for the replies. It has now installed correctly, but now I have formatting issues. Should be fine with a bit of research though, thanks again.
     
    rakers8, Sep 30, 2009 IP
  6. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    437
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Close, but no cigar. It should be

    
    <h1>Captiva Beachfront Luxury Cottage for Rent</h1>
    
    Code (markup):
    There's almost no need for that to go inside a table, and the presentation (the font and colors) should be handled by an external style sheet.
     
    Dan Schulz, Oct 2, 2009 IP