<?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: modify x-robots-tag: none from directory in Content Strategy &amp; SEO</title>
    <link>https://community.hubspot.com/t5/Content-Strategy-SEO/modify-x-robots-tag-none-from-directory/m-p/1175994#M3963</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/965692"&gt;@IshuSingh94&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let's leverage generative AI to answer this query:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;H3 data-start="180" data-end="226"&gt;1. Determine Where the Header Is Being Set&lt;/H3&gt;
&lt;P data-start="228" data-end="282"&gt;The &lt;CODE data-start="232" data-end="246"&gt;X-Robots-Tag&lt;/CODE&gt; HTTP header might be configured in:&lt;/P&gt;
&lt;UL data-start="284" data-end="582"&gt;
&lt;LI data-start="284" data-end="339"&gt;
&lt;P data-start="286" data-end="339"&gt;Apache &lt;CODE data-start="293" data-end="304"&gt;.htaccess&lt;/CODE&gt; or main &lt;CODE data-start="313" data-end="325"&gt;httpd.conf&lt;/CODE&gt; configuration&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="340" data-end="384"&gt;
&lt;P data-start="342" data-end="384"&gt;NGINX &lt;CODE data-start="348" data-end="360"&gt;nginx.conf&lt;/CODE&gt; or site-specific config&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="385" data-end="432"&gt;
&lt;P data-start="387" data-end="432"&gt;Server-side code (PHP, Node.js, Python, etc.)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="433" data-end="487"&gt;
&lt;P data-start="435" data-end="487"&gt;Web hosting control panels (such as cPanel or Plesk)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="488" data-end="540"&gt;
&lt;P data-start="490" data-end="540"&gt;CDN or firewall layers (like Cloudflare or Sucuri)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="541" data-end="582"&gt;
&lt;P data-start="543" data-end="582"&gt;Application frameworks or CMS platforms&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-start="584" data-end="701"&gt;Use a tool like &lt;CODE data-start="600" data-end="609"&gt;curl -I&lt;/CODE&gt; or an online HTTP header checker to identify which files or directories return this header.&lt;/P&gt;
&lt;P data-start="584" data-end="701"&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 data-start="703" data-end="760"&gt;2. Modify the Configuration Based on Your Environment&lt;/H3&gt;
&lt;P data-start="762" data-end="806"&gt;&lt;STRONG data-start="762" data-end="806"&gt;Apache (via &lt;CODE data-start="776" data-end="787"&gt;.htaccess&lt;/CODE&gt; or &lt;CODE data-start="791" data-end="803"&gt;httpd.conf&lt;/CODE&gt;)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P data-start="808" data-end="1018"&gt;Search for a line that sets the &lt;CODE data-start="840" data-end="854"&gt;X-Robots-Tag&lt;/CODE&gt; header. If it is set to "none", you will need to either remove the line or change it to "index, follow". After modifying &lt;CODE data-start="976" data-end="988"&gt;httpd.conf&lt;/CODE&gt;, make sure to restart Apache.&lt;/P&gt;
&lt;P data-start="808" data-end="1018"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1020" data-end="1029"&gt;&lt;STRONG data-start="1020" data-end="1029"&gt;NGINX&lt;/STRONG&gt;&lt;/P&gt;
&lt;P data-start="1031" data-end="1251"&gt;In the server block or location block of your configuration, locate any directive setting &lt;CODE data-start="1121" data-end="1135"&gt;X-Robots-Tag&lt;/CODE&gt; to "none". You can remove this line or change it to "index, follow". After editing, reload the NGINX configuration.&lt;/P&gt;
&lt;P data-start="1031" data-end="1251"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1253" data-end="1286"&gt;&lt;STRONG data-start="1253" data-end="1286"&gt;PHP or Other Application Code&lt;/STRONG&gt;&lt;/P&gt;
&lt;P data-start="1288" data-end="1500"&gt;If the header is being set in server-side code, locate and modify or remove the function that adds the &lt;CODE data-start="1391" data-end="1411"&gt;X-Robots-Tag: none&lt;/CODE&gt; header. You can also explicitly set it to "index, follow" to ensure indexing is allowed.&lt;/P&gt;
&lt;P data-start="1288" data-end="1500"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1502" data-end="1539"&gt;&lt;STRONG data-start="1502" data-end="1539"&gt;Cloudflare or Other CDN Providers&lt;/STRONG&gt;&lt;/P&gt;
&lt;P data-start="1541" data-end="1730"&gt;Check the response header rules within your CDN dashboard. If there is a rule applying &lt;CODE data-start="1628" data-end="1648"&gt;X-Robots-Tag: none&lt;/CODE&gt; to specific URLs or file types, remove it or change the value to "index, follow".&lt;/P&gt;
&lt;P data-start="1541" data-end="1730"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1732" data-end="1751"&gt;&lt;STRONG data-start="1732" data-end="1751"&gt;robots.txt File&lt;/STRONG&gt;&lt;/P&gt;
&lt;P data-start="1753" data-end="1992"&gt;While not related to the &lt;CODE data-start="1778" data-end="1792"&gt;X-Robots-Tag&lt;/CODE&gt; header directly, ensure your &lt;CODE data-start="1822" data-end="1834"&gt;robots.txt&lt;/CODE&gt; file is not disallowing the directory or file in question. A &lt;CODE data-start="1896" data-end="1906"&gt;Disallow&lt;/CODE&gt; rule for the path will prevent search engines from crawling it regardless of headers.&lt;/P&gt;
&lt;P data-start="1753" data-end="1992"&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 data-start="1994" data-end="2041"&gt;3. Confirm That the Header Has Been Updated&lt;/H3&gt;
&lt;P data-start="2043" data-end="2309"&gt;After making changes, test the URL again using a header inspection tool or by running a curl command. The response should no longer contain &lt;CODE data-start="2183" data-end="2203"&gt;X-Robots-Tag: none&lt;/CODE&gt;. If present, it should now read &lt;CODE data-start="2236" data-end="2251"&gt;index, follow&lt;/CODE&gt;, or be entirely absent, which by default allows indexing.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
    <pubDate>Mon, 14 Jul 2025 05:36:01 GMT</pubDate>
    <dc:creator>karstenkoehler</dc:creator>
    <dc:date>2025-07-14T05:36:01Z</dc:date>
    <item>
      <title>modify x-robots-tag: none from directory</title>
      <link>https://community.hubspot.com/t5/Content-Strategy-SEO/modify-x-robots-tag-none-from-directory/m-p/1175992#M3962</link>
      <description>&lt;P&gt;How to change and modify "x-robots-tag: none" from a file or directory to indexing the page easily in search engines ?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 05:30:05 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Content-Strategy-SEO/modify-x-robots-tag-none-from-directory/m-p/1175992#M3962</guid>
      <dc:creator>IshuSingh94</dc:creator>
      <dc:date>2025-07-14T05:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: modify x-robots-tag: none from directory</title>
      <link>https://community.hubspot.com/t5/Content-Strategy-SEO/modify-x-robots-tag-none-from-directory/m-p/1175994#M3963</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/965692"&gt;@IshuSingh94&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let's leverage generative AI to answer this query:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;H3 data-start="180" data-end="226"&gt;1. Determine Where the Header Is Being Set&lt;/H3&gt;
&lt;P data-start="228" data-end="282"&gt;The &lt;CODE data-start="232" data-end="246"&gt;X-Robots-Tag&lt;/CODE&gt; HTTP header might be configured in:&lt;/P&gt;
&lt;UL data-start="284" data-end="582"&gt;
&lt;LI data-start="284" data-end="339"&gt;
&lt;P data-start="286" data-end="339"&gt;Apache &lt;CODE data-start="293" data-end="304"&gt;.htaccess&lt;/CODE&gt; or main &lt;CODE data-start="313" data-end="325"&gt;httpd.conf&lt;/CODE&gt; configuration&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="340" data-end="384"&gt;
&lt;P data-start="342" data-end="384"&gt;NGINX &lt;CODE data-start="348" data-end="360"&gt;nginx.conf&lt;/CODE&gt; or site-specific config&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="385" data-end="432"&gt;
&lt;P data-start="387" data-end="432"&gt;Server-side code (PHP, Node.js, Python, etc.)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="433" data-end="487"&gt;
&lt;P data-start="435" data-end="487"&gt;Web hosting control panels (such as cPanel or Plesk)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="488" data-end="540"&gt;
&lt;P data-start="490" data-end="540"&gt;CDN or firewall layers (like Cloudflare or Sucuri)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="541" data-end="582"&gt;
&lt;P data-start="543" data-end="582"&gt;Application frameworks or CMS platforms&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-start="584" data-end="701"&gt;Use a tool like &lt;CODE data-start="600" data-end="609"&gt;curl -I&lt;/CODE&gt; or an online HTTP header checker to identify which files or directories return this header.&lt;/P&gt;
&lt;P data-start="584" data-end="701"&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 data-start="703" data-end="760"&gt;2. Modify the Configuration Based on Your Environment&lt;/H3&gt;
&lt;P data-start="762" data-end="806"&gt;&lt;STRONG data-start="762" data-end="806"&gt;Apache (via &lt;CODE data-start="776" data-end="787"&gt;.htaccess&lt;/CODE&gt; or &lt;CODE data-start="791" data-end="803"&gt;httpd.conf&lt;/CODE&gt;)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P data-start="808" data-end="1018"&gt;Search for a line that sets the &lt;CODE data-start="840" data-end="854"&gt;X-Robots-Tag&lt;/CODE&gt; header. If it is set to "none", you will need to either remove the line or change it to "index, follow". After modifying &lt;CODE data-start="976" data-end="988"&gt;httpd.conf&lt;/CODE&gt;, make sure to restart Apache.&lt;/P&gt;
&lt;P data-start="808" data-end="1018"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1020" data-end="1029"&gt;&lt;STRONG data-start="1020" data-end="1029"&gt;NGINX&lt;/STRONG&gt;&lt;/P&gt;
&lt;P data-start="1031" data-end="1251"&gt;In the server block or location block of your configuration, locate any directive setting &lt;CODE data-start="1121" data-end="1135"&gt;X-Robots-Tag&lt;/CODE&gt; to "none". You can remove this line or change it to "index, follow". After editing, reload the NGINX configuration.&lt;/P&gt;
&lt;P data-start="1031" data-end="1251"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1253" data-end="1286"&gt;&lt;STRONG data-start="1253" data-end="1286"&gt;PHP or Other Application Code&lt;/STRONG&gt;&lt;/P&gt;
&lt;P data-start="1288" data-end="1500"&gt;If the header is being set in server-side code, locate and modify or remove the function that adds the &lt;CODE data-start="1391" data-end="1411"&gt;X-Robots-Tag: none&lt;/CODE&gt; header. You can also explicitly set it to "index, follow" to ensure indexing is allowed.&lt;/P&gt;
&lt;P data-start="1288" data-end="1500"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1502" data-end="1539"&gt;&lt;STRONG data-start="1502" data-end="1539"&gt;Cloudflare or Other CDN Providers&lt;/STRONG&gt;&lt;/P&gt;
&lt;P data-start="1541" data-end="1730"&gt;Check the response header rules within your CDN dashboard. If there is a rule applying &lt;CODE data-start="1628" data-end="1648"&gt;X-Robots-Tag: none&lt;/CODE&gt; to specific URLs or file types, remove it or change the value to "index, follow".&lt;/P&gt;
&lt;P data-start="1541" data-end="1730"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1732" data-end="1751"&gt;&lt;STRONG data-start="1732" data-end="1751"&gt;robots.txt File&lt;/STRONG&gt;&lt;/P&gt;
&lt;P data-start="1753" data-end="1992"&gt;While not related to the &lt;CODE data-start="1778" data-end="1792"&gt;X-Robots-Tag&lt;/CODE&gt; header directly, ensure your &lt;CODE data-start="1822" data-end="1834"&gt;robots.txt&lt;/CODE&gt; file is not disallowing the directory or file in question. A &lt;CODE data-start="1896" data-end="1906"&gt;Disallow&lt;/CODE&gt; rule for the path will prevent search engines from crawling it regardless of headers.&lt;/P&gt;
&lt;P data-start="1753" data-end="1992"&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 data-start="1994" data-end="2041"&gt;3. Confirm That the Header Has Been Updated&lt;/H3&gt;
&lt;P data-start="2043" data-end="2309"&gt;After making changes, test the URL again using a header inspection tool or by running a curl command. The response should no longer contain &lt;CODE data-start="2183" data-end="2203"&gt;X-Robots-Tag: none&lt;/CODE&gt;. If present, it should now read &lt;CODE data-start="2236" data-end="2251"&gt;index, follow&lt;/CODE&gt;, or be entirely absent, which by default allows indexing.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 05:36:01 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Content-Strategy-SEO/modify-x-robots-tag-none-from-directory/m-p/1175994#M3963</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2025-07-14T05:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: modify x-robots-tag: none from directory</title>
      <link>https://community.hubspot.com/t5/Content-Strategy-SEO/modify-x-robots-tag-none-from-directory/m-p/1176007#M3964</link>
      <description>&lt;P&gt;how to change the hubspot default website&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 06:23:42 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Content-Strategy-SEO/modify-x-robots-tag-none-from-directory/m-p/1176007#M3964</guid>
      <dc:creator>IshuSingh94</dc:creator>
      <dc:date>2025-07-14T06:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: modify x-robots-tag: none from directory</title>
      <link>https://community.hubspot.com/t5/Content-Strategy-SEO/modify-x-robots-tag-none-from-directory/m-p/1176009#M3965</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/965692"&gt;@IshuSingh94&lt;/a&gt;&amp;nbsp;I'm not sure what exactly you're referring to. Could you please share a bit more context?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're referring to the default page you're seeing when accessing the app, you can set that under Settings&amp;nbsp;→ General&amp;nbsp;→ Profile.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 06:25:51 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Content-Strategy-SEO/modify-x-robots-tag-none-from-directory/m-p/1176009#M3965</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2025-07-14T06:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: modify x-robots-tag: none from directory</title>
      <link>https://community.hubspot.com/t5/Content-Strategy-SEO/modify-x-robots-tag-none-from-directory/m-p/1176025#M3969</link>
      <description>&lt;P&gt;I want to index my HubSpot website URL, &lt;A href="https://toptechtarget-243220195.hs-sites-na2.com/toptechtarget" target="_blank" rel="noopener"&gt;https://toptechtarget-243220195.hs-sites-na2.com/toptechtarget&lt;/A&gt;,&amp;nbsp;in a search engine. but got a error for indexing and crawling in PageSpeed Insights.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture_error.PNG" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/150607i99C52A64A8511629/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture_error.PNG" alt="Capture_error.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;H2&gt;how to access this file or directory to modify these changes&lt;/H2&gt;&lt;H2&gt;&amp;nbsp;&lt;/H2&gt;</description>
      <pubDate>Mon, 14 Jul 2025 06:57:07 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Content-Strategy-SEO/modify-x-robots-tag-none-from-directory/m-p/1176025#M3969</guid>
      <dc:creator>IshuSingh94</dc:creator>
      <dc:date>2025-07-14T06:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: modify x-robots-tag: none from directory</title>
      <link>https://community.hubspot.com/t5/Content-Strategy-SEO/modify-x-robots-tag-none-from-directory/m-p/1176027#M3970</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/965692"&gt;@IshuSingh94&lt;/a&gt;&amp;nbsp;could you confirm the following?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI data-start="794" data-end="855"&gt;
&lt;P data-start="796" data-end="855"&gt;Settings &amp;gt; Content&amp;nbsp;&amp;gt; Pages &amp;gt; SEO &amp;amp; Crawlers&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="856" data-end="898"&gt;
&lt;P data-start="858" data-end="898"&gt;Scroll down to “Custom &lt;CODE data-start="883" data-end="895"&gt;Robots.txt&lt;/CODE&gt;”&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="899" data-end="1017"&gt;
&lt;P data-start="901" data-end="1017"&gt;Make sure your path (&lt;CODE data-start="922" data-end="938"&gt;/toptechtarget&lt;/CODE&gt;) is not disallowed (e.g., &lt;CODE data-start="969" data-end="995"&gt;Disallow: /toptechtarget&lt;/CODE&gt; should not be listed)&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Also, can you confirm your page itself is not set to no-index?&amp;nbsp;&lt;A href="https://knowledge.hubspot.com/seo/prevent-content-from-appearing-in-search-results" target="_blank"&gt;https://knowledge.hubspot.com/seo/prevent-content-from-appearing-in-search-results&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 07:07:40 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Content-Strategy-SEO/modify-x-robots-tag-none-from-directory/m-p/1176027#M3970</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2025-07-14T07:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: modify x-robots-tag: none from directory</title>
      <link>https://community.hubspot.com/t5/Content-Strategy-SEO/modify-x-robots-tag-none-from-directory/m-p/1176086#M3971</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/965692"&gt;@IshuSingh94&lt;/a&gt;&amp;nbsp;- You can set up this setting on both a domain level and a page level. If you want to control it at the domain level, go to Settings &amp;gt; Content &amp;gt; Pages &amp;gt; SEO &amp;amp; Crawlers. I would advise editing or updating this if you understand how it works.&lt;BR /&gt;&lt;BR /&gt;I'd suggest checking HubSpot's robots.txt to get some ideas:&amp;nbsp;&lt;A href="https://www.hubspot.com/robots.txt" target="_blank" rel="noopener"&gt;https://www.hubspot.com/robots.txt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;If you're thinking of indexing your website, ensure you've setup sitemap.xml as well, which you can access from: Settings &amp;gt; Content &amp;gt; Domains &amp;amp; URLs &amp;gt; Sitemap&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 09:45:57 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Content-Strategy-SEO/modify-x-robots-tag-none-from-directory/m-p/1176086#M3971</guid>
      <dc:creator>Aakar</dc:creator>
      <dc:date>2025-07-14T09:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: modify x-robots-tag: none from directory</title>
      <link>https://community.hubspot.com/t5/Content-Strategy-SEO/modify-x-robots-tag-none-from-directory/m-p/1176126#M3972</link>
      <description>&lt;P&gt;Hi @aakarpost, Thanks for helping me out to successfully submit my sitemap.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="toptechtarget sitemap" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/150625iB1F930DA31DB74F2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="solutions.PNG" alt="toptechtarget sitemap" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;toptechtarget sitemap&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 11:31:49 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Content-Strategy-SEO/modify-x-robots-tag-none-from-directory/m-p/1176126#M3972</guid>
      <dc:creator>IshuSingh94</dc:creator>
      <dc:date>2025-07-14T11:31:49Z</dc:date>
    </item>
  </channel>
</rss>

