<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Head meta tags being moved into body in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Head-meta-tags-being-moved-into-body/m-p/749595#M32624</link>
    <description>&lt;P&gt;I am having this same issue. The "Accepted Solution" is not a solution for me. I build my own templates from scratch and insert the meta tags inside the head tag.&lt;/P&gt;</description>
    <pubDate>Tue, 31 Jan 2023 18:37:09 GMT</pubDate>
    <dc:creator>eemcc</dc:creator>
    <dc:date>2023-01-31T18:37:09Z</dc:date>
    <item>
      <title>Head meta tags being moved into body</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Head-meta-tags-being-moved-into-body/m-p/325610#M15701</link>
      <description>&lt;P&gt;In our hubspot template, meta tags that are in the head are being moved into the body when the template loads. We discovered this issue when running our pages through the SEO tool in hubspot and it flagged that the meta viewport tags weren't in the head. Has anyone encountered this issue?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 18:09:39 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Head-meta-tags-being-moved-into-body/m-p/325610#M15701</guid>
      <dc:creator>cswarbreck</dc:creator>
      <dc:date>2020-03-12T18:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Head meta tags being moved into body</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Head-meta-tags-being-moved-into-body/m-p/325908#M15710</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/123908"&gt;@cswarbreck&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;where do you insert the meta tags in the template exactly?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="screenshot from a blank drag&amp;amp;drop template" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/24897i31E2AEC6CF3453B4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bildschirmfoto 2020-03-15 um 16.00.34.png" alt="screenshot from a blank drag&amp;amp;drop template" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;screenshot from a blank drag&amp;amp;drop template&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;1,2,3 and 5 are not for &amp;lt;head&amp;gt;-tags.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you put it into 4 then it should be in the &amp;lt;head&amp;gt;-tag.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there's an issue, you can try to solve it with a small jquery&lt;/P&gt;
&lt;PRE&gt;&amp;lt;script&amp;gt;
$('head').append( 'INSERT-YOUR-META-TAG-HERE' );
&amp;lt;/script&amp;gt;&lt;/PRE&gt;
&lt;P&gt;it should look something like this:&lt;/P&gt;
&lt;PRE&gt;&amp;lt;script&amp;gt;
$('head').append( '&amp;lt;meta name="robots" content="noindex,nofollow"&amp;gt;' );
&amp;lt;/script&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;regards,&lt;/P&gt;
&lt;P&gt;Anton&lt;/P&gt;</description>
      <pubDate>Sun, 15 Mar 2020 15:08:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Head-meta-tags-being-moved-into-body/m-p/325908#M15710</guid>
      <dc:creator>Anton</dc:creator>
      <dc:date>2020-03-15T15:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Head meta tags being moved into body</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Head-meta-tags-being-moved-into-body/m-p/749595#M32624</link>
      <description>&lt;P&gt;I am having this same issue. The "Accepted Solution" is not a solution for me. I build my own templates from scratch and insert the meta tags inside the head tag.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 18:37:09 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Head-meta-tags-being-moved-into-body/m-p/749595#M32624</guid>
      <dc:creator>eemcc</dc:creator>
      <dc:date>2023-01-31T18:37:09Z</dc:date>
    </item>
  </channel>
</rss>

