Announcement

Collapse
No announcement yet.

Meta tags not showing on live site???

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

    Meta tags not showing on live site???

    Hi Guys

    Something weird is happening with http://www.theguitargrotto.co.uk we've added details in all the meta tags (title, description, keywords etc) in Actinic but whe you go to the live site and view source they're not there???

    Any ideas?

    Many thanks in advance

    Neil
    Neil Bosley
    The Ink Depot
    http://www.theinkdepot.co.uk
    nb@theinkdepot.co.uk

    #2
    Click Design menu > Library > Layouts > Meta Tags > Double click the 'MetaTags' Selector and ensure the 'Initial Value' and 'Top Level Value' are not blank. Seems quite a common issue with this particular selector, don't know why. If it is empty, click the Values tab and move 'Standard Meta Tags' from the left column to the right column.

    Failing that, check your 'Web Page Outer Layout' to ensure the 'MetaTags' layout is called inside the <head> area of the outer layout.

    PS. I would assume you have added this tag to the Outer Layout, which is already included in the 'Standard Meta Tags' layout as default, thus duplicating it:
    Code:
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

    Comment


      #3
      Hi Grant

      Thanks so much for the advice, I'll nip over to my clients and check it out...will let you know the outcome.

      Many thanks

      Neil
      Neil Bosley
      The Ink Depot
      http://www.theinkdepot.co.uk
      nb@theinkdepot.co.uk

      Comment


        #4
        This is driving me crazy

        I cant find the Meta Tags under Layout in the Libary...

        Here's the code from Actinic

        Code:
        <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> <actinic:block if="%3cactinic%3avariable%20name%3d%22IsP3PPolicyUsed%22%20%2f%3e">
        <link rel="P3Pv1" href="<actinic:variable name="P3PFullPolicyLink" />
        "></actinic:block> <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%21%3d%20%22Contact%20Us%22" >
        Any ideas?

        Many thanks

        Neil
        Neil Bosley
        The Ink Depot
        http://www.theinkdepot.co.uk
        nb@theinkdepot.co.uk

        Comment


          #5
          Have you seen this thread

          http://community.actinic.com/showthr...ight=meta+tags

          Comment


            #6
            Hi Jo

            Many thanks for that but all sounds really confusing...I cant even find the meta tag layout in the libary and I'm sure they used to be fine.

            My client is going made and I'm pulling my hair out....

            Many thanks

            Neil
            Neil Bosley
            The Ink Depot
            http://www.theinkdepot.co.uk
            nb@theinkdepot.co.uk

            Comment

            Working...
            X