Announcement

Collapse
No announcement yet.

Eliminating Duplicate Meta Titles

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

    Eliminating Duplicate Meta Titles

    Having now sorted out most of the issues on our site thanks to the great support from members of this forum.

    I’ve now started to use Google’s webmaster tools to identify what parts of our site www.paragon-matrix.com Google has issues with and have noticed that Google highlights that our site has duplicate Meta title tags ie; “Paragon Matrix Limited” on the following pages:

    /acatalog/info.html
    /acatalog/search.html
    /acatalog/sitemap.html

    I think actinic takes the “Paragon Matrix Limited” from the business settings/company/contact name field and puts it into the title tags of the pages outlined about. But since Google does not like sites to have the same title tags on different pages, is there a simple way to put individual, different title tags onto the pages outlined above within the actinic system?.

    All suggestions much appreciated.

    Phil G

    #2
    http://community.actinic.com/showpos...0&postcount=33

    Comment


      #3
      Many thanks Jo - this is great

      Phil G

      Comment


        #4
        I had exactly the same question. How do i use that piece of code?

        thanks,

        Jonathan

        Comment


          #5
          Originally posted by JonathanB View Post
          I had exactly the same question. How do i use that piece of code?

          thanks,

          Jonathan
          Replace the existing <title>PageTitle</title> in the design mode with Jo's code

          Malcolm

          SellerDeck Accredited Partner,
          SellerDeck 2016 Extensions, and
          Custom Packages

          Comment


            #6
            thanks so much.

            Comment


              #7
              Hi all,

              Can someone clarify for me exactly where this code should go?

              Are we talking about putting it in Act_Primary ?

              My concern is that i use my own page titles using a customvar...

              So the first few lines of code in my Act_primary are;

              Code:
              <html>
              <head>
                 <TITLE>
                 <!--NETQUOTEVAR:PAGETITLE -->
                 CUSTOMVAR:OWNTITLE
                 </TITLE>
                 <Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF"/>
                 <META NAME="ACTINICTITLE" CONTENT="NETQUOTEVAR:PAGEHEADER">
              Google is telling me I have the same title tags for

              info.html
              sitemap.html

              ...and I do.

              By the way I'm actually using version 7

              any advice?

              Cheers
              Arka Tribal Jewellery

              Comment


                #8
                The code in the link is v8/v9... the use of block if's will not work in lower versions... blocks if's are the unsung heroes of the later releases and allow just such modifications to be implemented.


                Bikster
                SellerDeck Designs and Responsive Themes

                Comment


                  #9
                  Hi Jont,

                  So If I'm on version 7 , and using my own page titles using a customvar...
                  Can I change the page titles on the contact, sitemap and info pages?

                  google is listing these pages as errors as they have the same page title.

                  Best Regards,
                  Mark
                  Arka Tribal Jewellery

                  Comment

                  Working...
                  X