Announcement

Collapse
No announcement yet.

Title Tag

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Title Tag

    Hi

    Will this affect actinic at all if i swap the following around?

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <title>
    <actinic:variable name="PageTitle" />
    </title>

    to

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <title>
    <actinic:variable name="PageTitle" />
    </title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">


    For SEO purposes I want the title tag as the very first thing in the code after the <head>

    Also, just before the innercontent variable can I add a line of text for SEO purposes?
    ***************************************
    Water is both ordered and flexible at the same time. It maintains its own identity, but conforms as necessary to the circumstances around it.

    -Miyamoto Musashi - The Book of Five Rings

    Jake
    Buy Fire Extinguishers
    Fire Extinguishers

    #2
    Jake,

    I hope you're not referencing one of those spammy-looking "text before content" style sites, with a line of text appearing as the first thing on the page in the top left corner. Nothing says it clearer than SPAM.

    Comment


      #3
      Nope, the site is to do with fire safety equipment.

      In the central column I want to it to start with a line of text as a header stating what we do, which also happens to be a main key word.

      <div id="c2">
      <div class="content">
      Title Text
      <Actinic:Variable Name="INNERLAYOUT"/>
      </div>
      ***************************************
      Water is both ordered and flexible at the same time. It maintains its own identity, but conforms as necessary to the circumstances around it.

      -Miyamoto Musashi - The Book of Five Rings

      Jake
      Buy Fire Extinguishers
      Fire Extinguishers

      Comment


        #4
        Why not just use the Header Variable in Site Options?

        Army Gore-tex
        Winter Climbing Mitts
        webD's Blog: Website design, SEO and other ramblings…
        Twitter LinkedIN

        If you think a post is good, rate it!

        Find the answers in the Knowledge Base | Have you read the User Guides

        Comment


          #5
          Exactly - use the Header/Footer variables within Actinic. This is exactly what they are for. You can customise them as you please, too.

          Comment


            #6
            Didn't know there was one

            Cheers
            ***************************************
            Water is both ordered and flexible at the same time. It maintains its own identity, but conforms as necessary to the circumstances around it.

            -Miyamoto Musashi - The Book of Five Rings

            Jake
            Buy Fire Extinguishers
            Fire Extinguishers

            Comment

            Working...
            X