<?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 Internal private blog - what's the best way? in Blog, Website &amp; Page Publishing</title>
    <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/Internal-private-blog-what-s-the-best-way/m-p/389213#M4207</link>
    <description>&lt;P&gt;&lt;STRONG&gt;I'm looking to create a Hubspot blog for internal use &lt;U&gt;only,&lt;/U&gt; to share company news on a weekly basis.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know I can hide the blog from the SERPs, however, is there a way to add password protection to it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe you can do this on landing pages but I've read about not being able to do it on a blog, and it seems that other links (if doing it on a landing page) would still be accessible without password protection. I don't want external parties to access this information and so the ideal scenario would be a login...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Any solutions/alternative ideas that could work for this are much appreciated!&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:55:00 GMT</pubDate>
    <dc:creator>SWeller</dc:creator>
    <dc:date>2020-11-25T16:55:00Z</dc:date>
    <item>
      <title>Internal private blog - what's the best way?</title>
      <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/Internal-private-blog-what-s-the-best-way/m-p/389213#M4207</link>
      <description>&lt;P&gt;&lt;STRONG&gt;I'm looking to create a Hubspot blog for internal use &lt;U&gt;only,&lt;/U&gt; to share company news on a weekly basis.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know I can hide the blog from the SERPs, however, is there a way to add password protection to it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe you can do this on landing pages but I've read about not being able to do it on a blog, and it seems that other links (if doing it on a landing page) would still be accessible without password protection. I don't want external parties to access this information and so the ideal scenario would be a login...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Any solutions/alternative ideas that could work for this are much appreciated!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:55:00 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/Internal-private-blog-what-s-the-best-way/m-p/389213#M4207</guid>
      <dc:creator>SWeller</dc:creator>
      <dc:date>2020-11-25T16:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Internal private blog - what's the best way?</title>
      <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/Internal-private-blog-what-s-the-best-way/m-p/389263#M4208</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/150274"&gt;@SWeller&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have CMS Hub Enterprise you can control audience access for blogs from Settings &amp;gt; Website &amp;gt; Blog using Memberships. If you do not have Enterprise you could do something like :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Create a List for the people you want to have access to the blog&lt;/P&gt;
&lt;P&gt;2. Create a Login page using a plain ol Hubspot form that redirects to the blog&lt;/P&gt;
&lt;P&gt;3. On the blog template add an if statement to only show the content if the current user is in that particular list.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;!-- replace XXXX with the ID number of your list which can be found in the URL of the list --&amp;gt;
{% if XXXX in request_contact.list_memberships %}
   Your Blog Content
{% else %}
   You do not have access to this content.
{% endif %}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 21:56:29 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/Internal-private-blog-what-s-the-best-way/m-p/389263#M4208</guid>
      <dc:creator>alyssamwilie</dc:creator>
      <dc:date>2020-11-25T21:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Internal private blog - what's the best way?</title>
      <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/Internal-private-blog-what-s-the-best-way/m-p/528589#M5535</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/91608"&gt;@alyssamwilie&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We do not have CMS Hub Enterprise, so I am attempting to restrict access to a blog per your recommendation.&lt;/P&gt;&lt;P&gt;I have created a list for the people who should have access&lt;/P&gt;&lt;P&gt;I have created a page with a Hubspot that redirects to my blog when a use clicks the submit button&lt;/P&gt;&lt;P&gt;I have also added the IF statement to my blog template as the first lines of code, before {% set template_css&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Blog Template IF.png" style="width: 541px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/54146i98407E1D8DC6D5F2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Blog Template IF.png" alt="Blog Template IF.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, this is not restricting access to the blog.&amp;nbsp; Have I added the IF statement in the wrong spot?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 18:54:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/Internal-private-blog-what-s-the-best-way/m-p/528589#M5535</guid>
      <dc:creator>JessAtCNC</dc:creator>
      <dc:date>2021-11-18T18:54:34Z</dc:date>
    </item>
  </channel>
</rss>

