Announcement

Collapse
No announcement yet.

How to stop Homepage & all Brochure Pages having same <title> Tags?

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

    How to stop Homepage & all Brochure Pages having same <title> Tags?

    Is this possible ...

    The ACT_BROCHUREPRIMARY.html page at the moment has the following <title> tags:

    <title>Dutchwest Ltd - Supplier for Philips Spare Parts, Philips Accessories and Philips Consumer Lifestyle Electrical Products</title>

    So every Brochure page I create has the same Page Title.

    What do I need to change in order to have different page titles for each of the brochure pages I create?

    #2
    Put a title in on each brochure page itself, there's a field for it. Yours are probably all the same because you have not added any in, so defaulting to the standard one?

    Comment


      #3
      Am wondering because long time ago when I setup the Act_Brochureprimary.html page I removed the:

      <title>NETQUOTEVAR:PAGETITLE</title>

      from the template file,

      should I change the template to the above and reupload the site. ?

      I do have the fields filled in for the TITLE on Actinic, but dont have the attribute in place as above.

      Comment


        #4
        ...and in In the template the reference just needs to be like this:
        <title>NETQUOTEVAR:PAGETITLE</title>
        it will then pick them up from Actinic.

        Comment


          #5
          Why would you remove it? It's the most important part of html on a page. Put it back in for sure.

          Comment


            #6
            I know - No idea as to why I removed it, probs when testing something out and forgot to change the code back.

            Have made the necessary amendments & re-uploading the site

            Comment

            Working...
            X