Announcement

Collapse
No announcement yet.

Meta tags not showing!

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

    Meta tags not showing!

    Hi Everyone

    I have spent all morning looking for an answer to this and cant find anything, the prroblem is that I am trying to put unique meta keywords and Descriptions in each section so I go on the "Meta Tags" tab and then fill that in but it isnt showing in the source!

    Our webdesigner recently left the company and we have had to hire someone new that hasnt used actinic before but has a good knowledge of html so if you could point us in the right direction that would be great.

    I have tried filling in the meta keywords and descriptions on the following page!

    http://www.zuccionline.co.uk/acatalo...k_junkies.html

    I have also looked at afew other actinic site and the coding seems to be alot neater! So any help on cleaning up the code would also be great!

    Thanks in advance

    #2
    The answer is simply that your site has been heavily redesigned and the variables that load the meta tags are missing. I seem to remember this same question being asked about this site before?

    Comment


      #3
      OK...

      Where would I find the code to put back? As I say our webdesigner has left so we are just trying to find out what he has done!! and how to fix it!!

      Comment


        #4
        Originally posted by _Phil_
        I have also looked at afew other actinic site and the coding seems to be alot neater! So any help on cleaning up the code would also be great!
        It's not really something you can get a lot of help on, you either know and understand it or don't. A designer with no actinic experience is of little use at the moment, why not have a look on the actinic site for a local designer and get some professional help?

        Comment


          #5
          So any help on cleaning up the code would also be great!
          Use the design and upgrade to V8 while using the current design as the outer layout

          Comment


            #6
            Where would I find the code to put back?
            Your new designer is going to have to learn Actinic very fast! - load a copy of V7 onto another PC and compare your code with the code of the default site - you will see the differences.

            Comment


              #7
              Your title tag is also screwed so you need to sort that as well. this is the area on a default site you need to be loking at -
              <TITLE>
              NETQUOTEVAR:PAGETITLE
              </TITLE>
              <Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF"/>
              <META NAME="ACTINICTITLE" CONTENT="NETQUOTEVAR:PAGEHEADER">
              <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
              <!--@act NETQUOTEVAR:HEADERMETA -->

              Comment

              Working...
              X