HTML code mystery

Discussion in 'HTML & Website Design' started by daabomb2002, May 13, 2007.

  1. #1
    Ok here is the first part of my source code for my directory:

    <head>
    <meta name="verify-v1" content="LTszeF5uN7m5TzS46r1S5UOmgSEPWLB6wZVp1mgRu iE=" />
    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://rss.icerocket.com/xmlfeed?id=8086" />
    <title>Directory|SEO Web Directory</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <link rel="stylesheet" type="text/css" href="/templates/springbreak3/style/main.css" />
    <meta name="keywords" content="google page rank,internet marketing,seo directory,online advertising,web site traffic,paid web directory,search engine marketing,free traffic,reciprocal links,improve search results,add site,submit site" />
    <meta name="description" content="Increase your page rank.Search engine friendly directory" />
    <meta name="author" content="Linkdumptube.com" />
    <meta name="copyright" content="Copyright (c) 2007 by Linkdumptube.com. All rights reserved!" />
    <meta name="robots" content="index, follow" />
    <meta name="generator" content="PHP Link Directory 3.1.0" />
    </head>
    <body>
    <div id="page">
    <div id="advert">

    (THE ABOVE IS FOUND AFTER GOING to my site and clicking on VIEW SOURCE CODE in IE)

    One problem is that when I log into my phpld3 admin and go to the HEADER.TPL file I don't see all of the above. I only see this:

    <meta name="verify-v1" content="LTszeF5uN7m5TzS46r1S5UOmgSEPWLB6wZVp1mgRu iE=" />
    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://rss.icerocket.com/xmlfeed?id=8086" />
    {* Document/Browser title *}
    <title>{if empty ($TITLE)}{$smarty.const.DIRECTORY_TITLE|escape|tri m}{/if}{$smarty.capture.title|strip|trim}</title>
    {* Document character set *}
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    {* CSS Style file *}
    <link rel="stylesheet" type="text/css" href="{$smarty.const.DOC_ROOT}/templates/{$smarty.const.USE_TEMPLATE}/style/main.css" />
    {* Custom META tags *}
    {if $smarty.const.ENABLE_META_TAGS}
    {if !empty($MetaKeywords)}
    <meta name="keywords" content="{$MetaKeywords|strip|escape|trim}" />
    {/if}
    {if !empty($MetaDescription)}
    <meta name="description" content="{$MetaDescription|strip|escape|trim}" />
    {/if}
    {if !empty($MetaAuthor)}
    <meta name="author" content="{$MetaAuthor|strip|escape|trim}" />
    {/if}
    {if !empty($MetaCopyright)}
    <meta name="copyright" content="{$MetaCopyright|strip|escape|trim}" />
    {/if}
    {if !empty($MetaRobots)}
    <meta name="robots" content="{$MetaRobots|strip|escape|trim}" />
    {/if}
    {/if}



    Where do I put the H1 and h2 tags if I need to put them in this space above?Can you place my h1 and h2 tags in the above example on where they'd should go please?

    My problem is,there are NO h1 or H2 meta tags which I would like to put it. Now i have found an example of an h1 and h2 meta tags here:

    <H1>Your Heading</H1>
    <H2>Your Sub Heading</H2>



    My question is,where do I place this h1 and h2 meta tags. Can you place them into my html code above please in the exact place they'll go.

    in the main.tpl file i didn't see any H1 tag. i did a EDIT,FIND and typed in H1 but it didn't find any.however i found the h2 and h3 tags:

    <h2><a href="{if $smarty.const.ENABLE_REWRITE}{$cat.TITLE_URL|escap e}/{else}index.php?c={$cat.ID}{/if}">{$cat.TITLE|escape}</a>{if $smarty.const.CATS_COUNT} <span class="count">({$cat.COUNT})</span>{/if}</h2>

    {if $smarty.const.FTR_ENABLE == 1 and !empty($feat_links)}
    <h3>{l}Featured Links{/l}</h3>

    So where do I type in my h2 tag words?

    And where do I type in my h3 tag words?

    What about my H1 tag? Where do i type that?

    Can someone add my h1 and h2 and h3 tags into this example. put them exactly where they're ment to go.

    Also,how do I make ONE keywords BOLD. I'm told this is a SEO trick to get higher google rankings. Is it <b> TEXT HERE </b> ??
     
    daabomb2002, May 13, 2007 IP
  2. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Do you have any experience with Smarty templates, and how familiar are you with semantic HTML (by the way, semantically speaking, headings are bold by default, so there's no need to use more HTML code to make them even more bold - CSS can do that for you)?
     
    Dan Schulz, May 13, 2007 IP