NEO – custom tags not working right

  • Bekahb

    #10010

    Hi,

    I’m trying to add custom <head> tags in NEO. When I enter the code below, which is correct, at the top of my mobile site it says “page content”. This is the same way I add it for the desktop version and its fine, its just happening on the mobile. Please help!

    http://www.pwwrheavyequipmentandmachinerytx.com

    <!-- Google Tag Manager -->
    <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-5365BG"
    height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
    <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
    '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
    })(window,document,'script','dataLayer','GTM-5365BG');</script>
    <!-- End Google Tag Manager -->

    <html>
    <head>
    <meta name="msvalidate.01" content="C63E071079300FF660ECFB4343986258" />
    <title>Your SEO optimized title</title>
    </head>
    <body>
    page contents
    </body>
    </html>
    Admin

    Syahir Hakim

    #45125

    You should not need to add this part. It’s what causing the issue:

    <html>
    <head>
    <meta name="msvalidate.01" content="C63E071079300FF660ECFB4343986258" />
    <title>Your SEO optimized title</title>
    </head>
    <body>
    page contents
    </body>
    </html>

    Instead, just replace the above with this line:

    <meta name="msvalidate.01" content="C63E071079300FF660ECFB4343986258" />

    Bekahb

    #45126

    That worked! Thank You!! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.