Announcement

Collapse
No announcement yet.

Global Meta Keywords

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

    #16
    You can also include keywords for a section into the keywords list for all sub-sections by setting 'Include Meta Keywords from All Parent Sections' to 'True'

    Thats backwards!
    Quote "You can also include keywords for a section into the keywords list for all sub-sections by setting" which is what we were trying to do.....

    .....to, Quote "true"

    .....when in actual fact in needed to be "false" ie it would then take on the specific entered keywords in the details tab.

    either way it's cracked now, so once again thanks to all for their help

    Comment


      #17
      You're misreading it. It's saying that setting it to true will include the keywords from all the Parent sections as well as those entered for the specific section. This is what you had happening.

      i.e. it included the keywords for the parent sections mattresses & 3ft single, as well as those for Pimlico.

      By setting it to false it no longer includes the kewords from the parent sections and just uses those entered at that specific level. i.e. Pimlico.

      Mike
      -----------------------------------------

      First Tackle - Fly Fishing and Game Angling

      -----------------------------------------

      Comment


        #18
        I wonder how many people have this happening on their actinic website as we speak?

        View your source code in a browser. Any section page will do.

        If what you see is the same as what you have entered in actinic then all should be well.

        Comment


          #19
          I have same problem on my website, but now looks fine. many thanks!!!!

          But still showing wrong keywords on brochure section.(same keywords and description like main page.

          Can you advice me, please How to change keywords on brochure section different to main page?

          Once again thanks to all for their help

          MM

          www.japautosolutions.com

          (LINKS - Section)
          www.japautosolutions.com

          www.japautosolutions.co.uk

          Japanese Automotive Solutions is the premier supplier of Genuine OEM and JDM car parts within the UK and European Union.

          Comment


            #20
            Hi,

            Can you advice me, please How to change keywords on brochure section different to main page?
            Have you entered some keywords on the general tab of the home page details pane? If so can you post the code that you have for your keywords and I'll see why it's not working (should be on your overall layout).
            ********************
            Tracey
            SellerDeck

            Comment


              #21
              <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 T<actinic:variable name="InfoText" />TR/html4/loose.dtd">
              <html>
              <head>
              <title><actinic:variable name="PageTitle" /></title>
              <actinic:variable name="BaseHref" />

              <actinic:variable name="MetaTags" />



              site links.html (exactly same like on index.html )

              many thanks for your time...

              MM
              www.japautosolutions.com

              www.japautosolutions.co.uk

              Japanese Automotive Solutions is the premier supplier of Genuine OEM and JDM car parts within the UK and European Union.

              Comment


                #22
                Hi,

                Thanks for this but unfortunately, this isn't quite the right bit I need. If you go to the layout code window on the 'Design' tab and then double-click on the 'MetaTags' variable, it should then load the 'Standard Meta Tags' layout in the window. It is that code that I need.

                Also, the '<actinic:variable name="InfoText" />' bit in the first line of code you posted doesn't look right. All my overall layouts just show:

                Code:
                <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
                "http://www.w3.org/TR/html4/loose.dtd">
                ********************
                Tracey
                SellerDeck

                Comment


                  #23
                  Thats Layout Code .....

                  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
                  <meta http-equiv="MSThemeCompatible" content="yes" />
                  <actinic:block if="%28%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%21%3d%20%22Section%22%29%20AND%20%28%3cactinic%3avariable%20name%3d%22GlbMetaKeywords%22%20%2f%3e%20%21%3d%20%22%22%29" >
                  <meta name="keywords" content="<actinic:variable name="GlbMetaKeywords" />" />
                  </actinic:block>
                  <actinic:block if="%28%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%21%3d%20%22Section%22%29%20AND%20%28%3cactinic%3avariable%20name%3d%22GlbMetaDescription%22%20%2f%3e%20%21%3d%20%22%22%29" >
                  <meta name="description" content="<actinic:variable name="GlbMetaDescription" />" />
                  </actinic:block>
                  <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Section%22" >
                  <actinic:block if="%3cactinic%3avariable%20name%3d%22MetaKeywords%22%20%2f%3e%20%21%3d%20%22%22">
                  <meta name="keywords" content="<actinic:variable name="MetaKeywords" />" />
                  </actinic:block>
                  </actinic:block>
                  <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Section%22" >
                  <actinic:block if="%3cactinic%3avariable%20name%3d%22MetaDescription%22%20%2f%3e%20%21%3d%20%22%22">
                  <meta name="description" content="<actinic:variable name="MetaDescription" />" />
                  </actinic:block>
                  </actinic:block>
                  www.japautosolutions.com

                  www.japautosolutions.co.uk

                  Japanese Automotive Solutions is the premier supplier of Genuine OEM and JDM car parts within the UK and European Union.

                  Comment


                    #24
                    Your code is different to the default so can you try replacing the code in that layout with:

                    Code:
                       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
                       <meta http-equiv="MSThemeCompatible" content="yes" />
                    <actinic:block if="%28%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%21%3d%20%22Section%22%20AND%20%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%21%3d%20%22Brochure%22%29%20OR%20%3cactinic%3avariable%20name%3d%22IsStoreFrontPage%22%20%2f%3e" >
                       <actinic:block if="%3cactinic%3avariable%20name%3d%22GlbMetaKeywords%22%20%2f%3e%20%21%3d%20%22%22" >
                    		<meta name="keywords" content="<actinic:variable name="GlbMetaKeywords" />" />
                       </actinic:block>
                       <actinic:block if="%3cactinic%3avariable%20name%3d%22GlbMetaDescription%22%20%2f%3e%20%21%3d%20%22%22" >
                    		<meta name="description" content="<actinic:variable name="GlbMetaDescription" />" />
                       </actinic:block>
                    </actinic:block>
                    <actinic:block if="%28%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Section%22%20OR%20%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Brochure%22%29%20AND%20%3cactinic%3avariable%20name%3d%22IsStoreFrontPage%22%20%2f%3e%20%3d%3d%20FALSE" >
                    	<actinic:block if="%3cactinic%3avariable%20name%3d%22MetaKeywords%22%20%2f%3e%20%21%3d%20%22%22" >
                    		<meta name="keywords" content="<actinic:variable name="MetaKeywords" />" />
                    	</actinic:block>
                    	<actinic:block if="%3cactinic%3avariable%20name%3d%22MetaDescription%22%20%2f%3e%20%21%3d%20%22%22" >
                    		<meta name="description" content="<actinic:variable name="MetaDescription" />" />
                    	</actinic:block>
                    </actinic:block>
                    (This would have the same effect of reverting it back to factory settings in the 'Design | Library')
                    ********************
                    Tracey
                    SellerDeck

                    Comment


                      #25
                      Many thanks, is working perfect now.

                      Thank you for your time and help.
                      www.japautosolutions.com

                      www.japautosolutions.co.uk

                      Japanese Automotive Solutions is the premier supplier of Genuine OEM and JDM car parts within the UK and European Union.

                      Comment


                        #26
                        Originally posted by TraceyG View Post
                        Hi,

                        Can you check under 'Settings | Site Options | Links' if you have 'Include Parent Meta Content in Each Section' set to 'True'. Setting it to 'False' should stop the parent content from being added to each section.
                        Thanks, this helped me too Tracey.

                        Comment

                        Working...
                        X