<?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: How to noindex blog tags, categories and news archives in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/How-to-noindex-blog-tags-categories-and-news-archives/m-p/182375#M5208</link>
    <description>&lt;P&gt;You can always use the robots.txt file configuration in your &lt;STRONG&gt;Content Settings &amp;gt; Web Pages &amp;gt;&amp;nbsp; Page Templates&amp;nbsp;&lt;/STRONG&gt;area. There you could disallow the crawling of the directories you would like. See here for more info on using the robots.txt file: &lt;A href="https://moz.com/learn/seo/robotstxt" target="_self"&gt;https://moz.com/learn/seo/robotstxt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another way to do it is to use HubL in the blog template header and check&amp;nbsp;for tags listing pages / archives and then insert a meta tag for no-index no-follow into the header that way. Something like the following (I have not tested this but it should be close to this):&lt;/P&gt;&lt;PRE&gt;{% if is_listing_view %}
   {% if topic or content.archived %}
   &amp;lt;meta name="robots" content="noindex, nofollow"&amp;gt;
   {% endif %}
{% endif %}&lt;/PRE&gt;&lt;P&gt;You can use the "Developer info" from the hubspot&amp;nbsp;sprocket dropdown on the front end to find the exact variables you would need:&lt;/P&gt;&lt;P&gt;&lt;A href="https://designers.hubspot.com/docs/hubl/how-to-use-developer-info-on-cos-pages" target="_self"&gt;https://designers.hubspot.com/docs/hubl/how-to-use-developer-info-on-cos-pages&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!&amp;nbsp;&lt;/P&gt;&lt;P&gt;-AJ&lt;/P&gt;</description>
    <pubDate>Tue, 20 Mar 2018 14:42:23 GMT</pubDate>
    <dc:creator>AJLaPorte_diagr</dc:creator>
    <dc:date>2018-03-20T14:42:23Z</dc:date>
    <item>
      <title>How to noindex blog tags, categories and news archives</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-to-noindex-blog-tags-categories-and-news-archives/m-p/182340#M5203</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My website analysis shows that google indexes the blog tags, categories and news archives of my sites. And this is creating multiple duplicate title, meta description and content issues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly let me know the way to noindex the blog tags, authors pages in Hubspot&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 10:39:53 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-to-noindex-blog-tags-categories-and-news-archives/m-p/182340#M5203</guid>
      <dc:creator>srid2706</dc:creator>
      <dc:date>2018-03-20T10:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to noindex blog tags, categories and news archives</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-to-noindex-blog-tags-categories-and-news-archives/m-p/182375#M5208</link>
      <description>&lt;P&gt;You can always use the robots.txt file configuration in your &lt;STRONG&gt;Content Settings &amp;gt; Web Pages &amp;gt;&amp;nbsp; Page Templates&amp;nbsp;&lt;/STRONG&gt;area. There you could disallow the crawling of the directories you would like. See here for more info on using the robots.txt file: &lt;A href="https://moz.com/learn/seo/robotstxt" target="_self"&gt;https://moz.com/learn/seo/robotstxt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another way to do it is to use HubL in the blog template header and check&amp;nbsp;for tags listing pages / archives and then insert a meta tag for no-index no-follow into the header that way. Something like the following (I have not tested this but it should be close to this):&lt;/P&gt;&lt;PRE&gt;{% if is_listing_view %}
   {% if topic or content.archived %}
   &amp;lt;meta name="robots" content="noindex, nofollow"&amp;gt;
   {% endif %}
{% endif %}&lt;/PRE&gt;&lt;P&gt;You can use the "Developer info" from the hubspot&amp;nbsp;sprocket dropdown on the front end to find the exact variables you would need:&lt;/P&gt;&lt;P&gt;&lt;A href="https://designers.hubspot.com/docs/hubl/how-to-use-developer-info-on-cos-pages" target="_self"&gt;https://designers.hubspot.com/docs/hubl/how-to-use-developer-info-on-cos-pages&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!&amp;nbsp;&lt;/P&gt;&lt;P&gt;-AJ&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 14:42:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-to-noindex-blog-tags-categories-and-news-archives/m-p/182375#M5208</guid>
      <dc:creator>AJLaPorte_diagr</dc:creator>
      <dc:date>2018-03-20T14:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to noindex blog tags, categories and news archives</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-to-noindex-blog-tags-categories-and-news-archives/m-p/216228#M9640</link>
      <description>&lt;P&gt;Can&amp;nbsp; you guide me on how to add this to my blog header for&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://www.cobblestonesoftware.com/blog/archive/2016/02&amp;nbsp;" target="_blank"&gt;https://www.cobblestonesoftware.com/blog/archive/2016/02&amp;nbsp;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do I need to update the code you shared?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Nov 2018 20:48:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-to-noindex-blog-tags-categories-and-news-archives/m-p/216228#M9640</guid>
      <dc:creator>ravenousblue</dc:creator>
      <dc:date>2018-11-12T20:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to noindex blog tags, categories and news archives</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-to-noindex-blog-tags-categories-and-news-archives/m-p/216230#M9641</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/63951"&gt;@ravenousblue&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since this was posted, HubSpot has made some updates. If you go to your &lt;STRONG&gt;Settings &amp;gt; Website &amp;gt; Pages &amp;gt; SEO &amp;amp; Crawlers Tab&lt;/STRONG&gt; you will see some settings for canonicals.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Under the "Pages and blog posts" area, choose:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- Add self-referencing canonical URLs to all pages and blog posts (Recommended)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Under the "Blog Listing Pages" &lt;STRONG&gt;if you choose the option of "Set each blog listing page’s canonical URL to the first page in its series" this will essentially stop Google from listing all the paginated pages in your site&lt;/STRONG&gt; and instead each paginated listing will point to the first page in the series as the canonical.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;There has been some chatter about these settings in the developer slack. Also, in &lt;A href="https://www.searchenginejournal.com/seo-friendly-pagination/275557/" target="_self"&gt;a recent article from Search Engine Journal&lt;/A&gt;, there was talk about whether the duplicate content that is flagged is actually an issue. The article references &lt;A href="https://twitter.com/jdevalk/status/973616460705730560?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E973688530873585664&amp;amp;ref_url=https%3A%2F%2Fwww.searchenginejournal.com%2Fseo-friendly-pagination%2F275557%2F" target="_self"&gt;this tweet exchange from&amp;nbsp;Joose de Valk (of Yoast SEO WP Plugin) and John Mu (Webmaster Trends Analyst at Google)&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hopefully, this helps point you in the correct direction.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-AJ&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-----------------------&lt;BR /&gt;AJ LaPorte&lt;BR /&gt;&lt;A href="http://www.wsol.com" target="_blank"&gt;www.wsol.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Nov 2018 21:08:40 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-to-noindex-blog-tags-categories-and-news-archives/m-p/216230#M9641</guid>
      <dc:creator>AJLaPorte_diagr</dc:creator>
      <dc:date>2018-11-12T21:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to noindex blog tags, categories and news archives</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-to-noindex-blog-tags-categories-and-news-archives/m-p/218615#M9947</link>
      <description>&lt;P&gt;Thanks AJ. I updated the blog settings accordingly.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 20:29:44 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-to-noindex-blog-tags-categories-and-news-archives/m-p/218615#M9947</guid>
      <dc:creator>ravenousblue</dc:creator>
      <dc:date>2018-11-27T20:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to noindex blog tags, categories and news archives</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-to-noindex-blog-tags-categories-and-news-archives/m-p/218616#M9948</link>
      <description>&lt;P&gt;No Problem! Let me know if you have any additional questions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-AJ&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 20:31:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-to-noindex-blog-tags-categories-and-news-archives/m-p/218616#M9948</guid>
      <dc:creator>AJLaPorte_diagr</dc:creator>
      <dc:date>2018-11-27T20:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to noindex blog tags, categories and news archives</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-to-noindex-blog-tags-categories-and-news-archives/m-p/329635#M15938</link>
      <description>&lt;P&gt;is this even working? I updated it to "&lt;SPAN&gt;&lt;STRONG&gt;Set each blog listing page’s canonical URL to the first page in its series"&lt;/STRONG&gt;&lt;/SPAN&gt; on our blog and Google is still showing all the paginated pages / blog tag pages. Been a few weeks now since making change.&amp;nbsp; For reference, the blog is: &lt;A href="https://www.frontrowinsurance.com/articles" target="_blank" rel="noopener"&gt;https://www.frontrowinsurance.com/articles&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Apr 2020 20:46:53 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-to-noindex-blog-tags-categories-and-news-archives/m-p/329635#M15938</guid>
      <dc:creator>grantfrontrow</dc:creator>
      <dc:date>2020-04-04T20:46:53Z</dc:date>
    </item>
  </channel>
</rss>

