Announcement

Collapse
No announcement yet.

Meta tags not showing in source code

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

    Meta tags not showing in source code

    I've just noticed how our meta tags don't show when looking at the page source.

    the meta content is set to "true" in settings / site options / links

    Here's the <head> code:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <title><actinic:variable name="PageTitle" /></title>
    <actinic:variable name="BaseHref" />
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta http-equiv="MSThemeCompatible" content="yes" />
    <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 if="%3cactinic%3avariable%20name%3d%22IsP3PPolicyUsed%22%20%2f%3e"><link rel="P3Pv1" href="<actinic:variable name="P3PFullPolicyLink" />"></actinic:block>

    <link href="actinic.css" rel="stylesheet" type="text/css">
    <script language="javascript" type="text/javascript" src="actiniccore.js"></script>
    <script language="javascript" type="text/javascript" src="actinicextras.js"></script>

    <!-- Placeholder of cookie checking javascript code. Do not remove it! -->
    <Actinic:COOKIECHECK />

    <script language="javascript" type="text/javascript">
    <!--
    saveReferrer();
    // -->
    </script>
    <meta name="verify-v1" content="W9aPxV2YBtZTALXDPi/G0aITUX1ojl468tiIPf+kd5c=" />
    </head>

    Is something missing?

    The site is here

    #2
    A copy of the source from your live site shows

    <head>
    <title>Home, Bathrooms 4U</title>
    <Actinic:BASEHREF VALUE="http://www.bathrooms4udirect.com/" FORCED=1 />
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><meta http-equiv="MSThemeCompatible" content="yes" />
    <meta name="keywords" content="Bathrooms 4U, online bathrooms, bathrooms stoke-on-trent, bathroom suites, bathroom furniture, showers, baths, vanities, basins, toilets, taps" />
    <meta name="description" content="Bathrooms 4U. Online bathroom shop - buy luxury bathroom suites, bathroom furniture, showers, baths, whirlpools, vanity units, basins, toilets, bidets, taps and bathroom accessories." />
    which meta tags are you expecting to see that aren't there?

    Comment


      #3
      which meta tags aren't showing ?

      I see

      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
      <html>
      <head>
      <title>Home, Bathrooms 4U</title>
      <Actinic:BASEHREF VALUE="http://www.bathrooms4udirect.com/" FORCED=1 /><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><meta http-equiv="MSThemeCompatible" content="yes" />
      <meta name="keywords" content="Bathrooms 4U, online bathrooms, bathrooms stoke-on-trent, bathroom suites, bathroom furniture, showers, baths, vanities, basins, toilets, taps" />
      <meta name="description" content="Bathrooms 4U. Online bathroom shop - buy luxury bathroom suites, bathroom furniture, showers, baths, whirlpools, vanity units, basins, toilets, bidets, taps and bathroom accessories." />
      Beaten to it by Jo. Must get faster...
      -----------------------------------------

      First Tackle - Fly Fishing and Game Angling

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

      Comment


        #4
        thanks guys, sorted before you posted anyway. schoolboy error.

        Comment


          #5
          sorted before you posted anyway.
          Would have been nice if you'd told us then.

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

          First Tackle - Fly Fishing and Game Angling

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

          Comment


            #6
            Apologies Mike (and to Jo) it was the end of the working day, and I didn't get back online till the evening. Thanks for taking the time to look anyway.

            Comment

            Working...
            X