<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>ProductCart Shopping Cart Software Forums : How to add noindex, nofollow to Content Page??</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Search Engine Optimization : How to add noindex, nofollow to Content Page??]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 10 Apr 2026 18:22:52 +0000</pubDate>
  <lastBuildDate>Sun, 22 May 2011 18:25:56 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.productcart.com/RSS_post_feed.asp?TID=4502</WebWizForums:feedURL>
  <image>
   <title><![CDATA[ProductCart Shopping Cart Software Forums]]></title>
   <url>https://forum.productcart.com/forum_images/pc_logo_50.png</url>
   <link>https://forum.productcart.com/</link>
  </image>
  <item>
   <title><![CDATA[How to add noindex, nofollow to Content Page?? : &amp;#034;I&amp;#039;d rather see someone...]]></title>
   <link>https://forum.productcart.com/how-to-add-noindex-nofollow-to-content-page_topic4502_post17574.html#17574</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2213">CakeGal</a><br /><strong>Subject:</strong> 4502<br /><strong>Posted:</strong> 22-May-2011 at 6:25pm<br /><br />"I'd rather see someone make a list of everything we'd like to control on a per-content-page basis, and integrate all of that at once to give full control over the meta tags (etc) on each page."<br /><br />I second that!]]>
   </description>
   <pubDate>Sun, 22 May 2011 18:25:56 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/how-to-add-noindex-nofollow-to-content-page_topic4502_post17574.html#17574</guid>
  </item> 
  <item>
   <title><![CDATA[How to add noindex, nofollow to Content Page?? : Well obviously it doesn&amp;#039;t,...]]></title>
   <link>https://forum.productcart.com/how-to-add-noindex-nofollow-to-content-page_topic4502_post17573.html#17573</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1159">Brett</a><br /><strong>Subject:</strong> 4502<br /><strong>Posted:</strong> 22-May-2011 at 6:21pm<br /><br />Well obviously it doesn't, as I just told you you'd need to modify header.asp to get it done ;)<br /><br />It wouldn't take long to integrate this into the back end, but you'd want to ask yourself what else you wanted to integrate into that, as it would be a waste of time to make the necessary modifications for JUST the robots tag. I'd rather see someone make a list of everything we'd like to control on a per-content-page basis, and integrate all of that at once to give full control over the meta tags (etc) on each page.]]>
   </description>
   <pubDate>Sun, 22 May 2011 18:21:47 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/how-to-add-noindex-nofollow-to-content-page_topic4502_post17573.html#17573</guid>
  </item> 
  <item>
   <title><![CDATA[How to add noindex, nofollow to Content Page?? : Thanks for the reply.  If ProductCart...]]></title>
   <link>https://forum.productcart.com/how-to-add-noindex-nofollow-to-content-page_topic4502_post17572.html#17572</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2213">CakeGal</a><br /><strong>Subject:</strong> 4502<br /><strong>Posted:</strong> 22-May-2011 at 6:18pm<br /><br />Thanks for the reply.<br /><br />If ProductCart does not ye include this page-specific feature--it definitely should in the future.]]>
   </description>
   <pubDate>Sun, 22 May 2011 18:18:33 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/how-to-add-noindex-nofollow-to-content-page_topic4502_post17572.html#17572</guid>
  </item> 
  <item>
   <title><![CDATA[How to add noindex, nofollow to Content Page?? : On your header.asp, you might...]]></title>
   <link>https://forum.productcart.com/how-to-add-noindex-nofollow-to-content-page_topic4502_post17571.html#17571</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1159">Brett</a><br /><strong>Subject:</strong> 4502<br /><strong>Posted:</strong> 22-May-2011 at 6:11pm<br /><br />On your header.asp, you might want to put:<br /><br /><table width="99%"><tr><td><pre class="BBcode"><br />&lt;%if Request.ServerVariables("HTTP_X_REWRITE_URL") = "the-url-of-your content-page"%&gt;<br />&lt;META NAME="Robots" CONTENT="noindex,nofollow"&gt;<br />&lt;%else%&gt;<br />&lt;META NAME="Robots" CONTENT="index,follow"&gt; <br />&lt;%end if%&gt;<br /></pre></td></tr></table><br />So you'll have to do some custom modifications on header.asp.<span style="font-size:10px"><br /><br />Edited by Brett - 22-May-2011 at 6:12pm</span>]]>
   </description>
   <pubDate>Sun, 22 May 2011 18:11:57 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/how-to-add-noindex-nofollow-to-content-page_topic4502_post17571.html#17571</guid>
  </item> 
  <item>
   <title><![CDATA[How to add noindex, nofollow to Content Page?? : Hi,  I&amp;#039;ve tried to find any...]]></title>
   <link>https://forum.productcart.com/how-to-add-noindex-nofollow-to-content-page_topic4502_post17563.html#17563</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2213">CakeGal</a><br /><strong>Subject:</strong> 4502<br /><strong>Posted:</strong> 22-May-2011 at 12:12pm<br /><br />Hi,<br /><br />I've tried to find any reference to this in wiki and in the forum, but no luck.<br /><br />I have a content page with an iframe to another site (mutual business agreement between our sites).<br /><br />I don't want the search engines to index or follow anything on this page.<br /><br />I cannot find a way to change the line of code below for this page:<br /><br />&lt;META NAME="Robots" CONTENT="index,follow"&gt;<br /><br />I want it to be:<br /><br />&lt;META NAME="Robots" CONTENT="noindex,nofollow"&gt;<br /><br />For content pages, ProductCart seems to only allow me to edit meta code for Title, Description, and Keywords.<br /><br />Does anyone know how I can edit this code?<br /><br />Thank you!]]>
   </description>
   <pubDate>Sun, 22 May 2011 12:12:46 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/how-to-add-noindex-nofollow-to-content-page_topic4502_post17563.html#17563</guid>
  </item> 
 </channel>
</rss>