<?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 : Google Crawl Errors Relating to SEO URL rewrite?</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Using ProductCart : Google Crawl Errors Relating to SEO URL rewrite?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 10 Apr 2026 20:17:10 +0000</pubDate>
  <lastBuildDate>Wed, 15 Jun 2011 19:43:47 +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=4338</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[Google Crawl Errors Relating to SEO URL rewrite? : Fantastic information! That sounds...]]></title>
   <link>https://forum.productcart.com/google-crawl-errors-relating-to-seo-url-rewrite_topic4338_post17794.html#17794</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=239">Rick_N</a><br /><strong>Subject:</strong> 4338<br /><strong>Posted:</strong> 15-June-2011 at 7:43pm<br /><br />Fantastic information! That sounds like a great route to start from. I'll hunt down external links from other sites and see what is going on. In the meantime I'll fire up IIS and do the rewrites as you mentioned.&nbsp;Thanks for going the extra mile and&nbsp;providing the string.<DIV>Thanks again for&nbsp;your valuable input and&nbsp;time.</DIV>]]>
   </description>
   <pubDate>Wed, 15 Jun 2011 19:43:47 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/google-crawl-errors-relating-to-seo-url-rewrite_topic4338_post17794.html#17794</guid>
  </item> 
  <item>
   <title><![CDATA[Google Crawl Errors Relating to SEO URL rewrite? : Our webmaster tools reported broken...]]></title>
   <link>https://forum.productcart.com/google-crawl-errors-relating-to-seo-url-rewrite_topic4338_post17793.html#17793</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=89">whizzinpc</a><br /><strong>Subject:</strong> 4338<br /><strong>Posted:</strong> 15-June-2011 at 7:24pm<br /><br />Our webmaster tools reported broken links that we couldn't find anywhere... I later found out those links are coming from other sites that are linking to us...the problem i think is that googlebot keeps on trying to browse the site with the broken url. The absolute URL's are obviously going to work..... but the relative URL's will continue to be broken. <br>That's my theory. Do a google search to see if you can find if a site that has an incorrect link to you. We've fixed these using isapi to redirect the original broken link to a fixed one. An example is... a link would come in missing part of the url... in your case its missing the lingerie part <table width="99%"><tr><td><pre class="BBcode">http://www.eveningsecrets.com/pc/Brazilian-Bikini-4p1732.ht</pre></td></tr></table> if your links are relative...then it will never put the lingerie back... you need to use ISAPI to automatically add the lingerie back to the url. This is how we corrected the issue. Here is what our code looks like. This is with Rewrite v2. Not sure if it works on the latest version. Basically we are redirecting any url that is completely missing /productcart/pc/, only missing /productcart/ or only missing /pc/ to the correct structure.<br><table width="99%"><tr><td><pre class="BBcode"><br>RewriteRule /(&#091;^./&#093;+\.htm) http://www.abc.com/productcart/pc/$1 &#091;I,RP&#093; <br>RewriteRule /productcart/(&#091;^./&#093;+)\.htm http\://www.abc.com/productcart/pc/$1.htm &#091;I,RP&#093;<br>RewriteRule /pc/(&#091;^./&#093;+)\.htm http\://www.abc.com/productcart/pc/$1.htm &#091;I,RP&#093;<br></pre></td></tr></table><br><br>]]>
   </description>
   <pubDate>Wed, 15 Jun 2011 19:24:59 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/google-crawl-errors-relating-to-seo-url-rewrite_topic4338_post17793.html#17793</guid>
  </item> 
  <item>
   <title><![CDATA[Google Crawl Errors Relating to SEO URL rewrite? : Hi and thanks for the quick response. I...]]></title>
   <link>https://forum.productcart.com/google-crawl-errors-relating-to-seo-url-rewrite_topic4338_post17792.html#17792</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=239">Rick_N</a><br /><strong>Subject:</strong> 4338<br /><strong>Posted:</strong> 15-June-2011 at 6:49pm<br /><br />Hi and thanks for the quick response.<DIV>I have gone through every single page twice to find any offending links. I cannot find anything.</DIV><DIV>The includes folder is correct and the sitemap.xml generates perfect links, as does all the other navigation links.</DIV><DIV>This is an image&nbsp;from my header file</DIV><DIV>&nbsp;</DIV><DIV><img src="https://www.earlyimpact.com/forum/uploads/239/badLinks2.jpg" height="196" width="773" border="0" /></DIV><DIV>&nbsp;</DIV><DIV>So if you look at the image in my prior post, any link that I have hardcoded in the file shows correct. The images, where I only reference the image directory where the file is located, ie images/mcard.gif shows up as a bad link in the image in the prior post.</DIV><DIV>&nbsp;</DIV><DIV>Not sure what else you can think of but thanks again!</DIV>]]>
   </description>
   <pubDate>Wed, 15 Jun 2011 18:49:16 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/google-crawl-errors-relating-to-seo-url-rewrite_topic4338_post17792.html#17792</guid>
  </item> 
  <item>
   <title><![CDATA[Google Crawl Errors Relating to SEO URL rewrite? : You must have those links somewhere....]]></title>
   <link>https://forum.productcart.com/google-crawl-errors-relating-to-seo-url-rewrite_topic4338_post17791.html#17791</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1">ProductCart</a><br /><strong>Subject:</strong> 4338<br /><strong>Posted:</strong> 15-June-2011 at 6:39pm<br /><br />You must have those links somewhere. Do you have any page that is outside of the "lingerie/pc/" folder? If so, that's probably the issue.<br /><br />Otherwise: are you submitting a sitemap? Review the URLs included in the sitemap. If there is an issue, make sure that the code has not been altered, and that the "includes/productcartfolder.asp" file includes the correct folder name.]]>
   </description>
   <pubDate>Wed, 15 Jun 2011 18:39:11 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/google-crawl-errors-relating-to-seo-url-rewrite_topic4338_post17791.html#17791</guid>
  </item> 
  <item>
   <title><![CDATA[Google Crawl Errors Relating to SEO URL rewrite? : OK, just had to rehash this one...]]></title>
   <link>https://forum.productcart.com/google-crawl-errors-relating-to-seo-url-rewrite_topic4338_post17790.html#17790</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=239">Rick_N</a><br /><strong>Subject:</strong> 4338<br /><strong>Posted:</strong> 15-June-2011 at 6:34pm<br /><br />OK, just had to rehash this one more time. I finally got around to checking out what is gong on. It appears that any full URL, an absolute link, that I&nbsp;have in my pages shows corrrectly. If I use a relative link, such as in my header file for images, the link shows up bad. Does not associate the directories above it. <DIV>&nbsp;</DIV><DIV>Has this to do with Parent Paths Enabled or Disabled? The server I am on has parent paths enabled and of course all the files I have for PC are PPE files. I attached another two&nbsp;images of some of the files that show as broken links.</DIV><DIV>&nbsp;</DIV><DIV><img src="https://www.earlyimpact.com/forum/uploads/239/badLinks.jpg" height="256" width="412" border="0" /></DIV><DIV>&nbsp;</DIV><DIV><img src="https://www.earlyimpact.com/forum/uploads/239/badLinks1.jpg" height="98" width="461" border="0" /></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Thanks in advance for any information.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 15 Jun 2011 18:34:49 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/google-crawl-errors-relating-to-seo-url-rewrite_topic4338_post17790.html#17790</guid>
  </item> 
  <item>
   <title><![CDATA[Google Crawl Errors Relating to SEO URL rewrite? : Hi Rick,You&amp;#039;re welcome, sorry...]]></title>
   <link>https://forum.productcart.com/google-crawl-errors-relating-to-seo-url-rewrite_topic4338_post17456.html#17456</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1142">TangoHosting</a><br /><strong>Subject:</strong> 4338<br /><strong>Posted:</strong> 08-May-2011 at 4:19pm<br /><br />Hi Rick,<br><br>You're welcome, sorry we weren't able to point you to the solution.<br><br>Good luck<br><br><br>]]>
   </description>
   <pubDate>Sun, 08 May 2011 16:19:59 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/google-crawl-errors-relating-to-seo-url-rewrite_topic4338_post17456.html#17456</guid>
  </item> 
  <item>
   <title><![CDATA[Google Crawl Errors Relating to SEO URL rewrite? : Hi TH, no I didn&amp;#039;t think...]]></title>
   <link>https://forum.productcart.com/google-crawl-errors-relating-to-seo-url-rewrite_topic4338_post17455.html#17455</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=239">Rick_N</a><br /><strong>Subject:</strong> 4338<br /><strong>Posted:</strong> 08-May-2011 at 4:12pm<br /><br />Hi TH,<DIV>no I didn't think it had anything to do with with the PC code, but was hoping this may have been obvious to someone. Everything was fine before I migrated over to a new server. I checked to make sure I was returning a 404 status code and everything appears to be setup as per the SEO instructions(PC WIKI).</DIV><DIV>&nbsp;</DIV><DIV>I'll keep hunting for the file(s) and if I ever figure it out I'll let you know.</DIV><DIV>&nbsp;</DIV><DIV>Thanks again for the help.</DIV>]]>
   </description>
   <pubDate>Sun, 08 May 2011 16:12:44 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/google-crawl-errors-relating-to-seo-url-rewrite_topic4338_post17455.html#17455</guid>
  </item> 
  <item>
   <title><![CDATA[Google Crawl Errors Relating to SEO URL rewrite? :       Rick_N wrote:I found...]]></title>
   <link>https://forum.productcart.com/google-crawl-errors-relating-to-seo-url-rewrite_topic4338_post17451.html#17451</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1142">TangoHosting</a><br /><strong>Subject:</strong> 4338<br /><strong>Posted:</strong> 07-May-2011 at 5:35pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by Rick_N" alt="Originally posted by Rick_N" style="vertical-align: text-bottom;" /> <strong>Rick_N wrote:</strong><br /><br />I found one file in my root folder called index.html, which is not used. There was a link in there as follows:<div><a href="http://www.eveningsecrets.com/pc/default.asp" target="_blank">http://www.eveningsecrets.com/pc/default.asp</a></div><div>Is it possible the bot crawled this link and continued through creating the links without the scPcFolder? It's the only thing left I can think of. I removed the page altogether and I guess I'll have to wait and see.</div></td></tr></table><br><br>Hello Rick,<br><br>It seem very unlikely that google WMT would create and attempt to crawl links that do not exist. I'm pretty sure that there is a file or files that are/were referencing the non-existent URLs in your web site.<br><br>Bottom-line: The issue is not related to the default ProductCart system code. You may find further assistance through the google webmaster tools  group:<br><br><a href="http://groups.google.com/group/Google_Webmaster_Help-Tools/topics" target="_blank">http://groups.google.com/group/Google_Webmaster_Help-Tools/topics</a><br><br>Thank you<br><span style="font-size:10px"><br /><br />Edited by TangoHosting - 07-May-2011 at 5:46pm</span>]]>
   </description>
   <pubDate>Sat, 07 May 2011 17:35:14 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/google-crawl-errors-relating-to-seo-url-rewrite_topic4338_post17451.html#17451</guid>
  </item> 
  <item>
   <title><![CDATA[Google Crawl Errors Relating to SEO URL rewrite? : I found one file in my root folder...]]></title>
   <link>https://forum.productcart.com/google-crawl-errors-relating-to-seo-url-rewrite_topic4338_post17450.html#17450</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=239">Rick_N</a><br /><strong>Subject:</strong> 4338<br /><strong>Posted:</strong> 07-May-2011 at 4:38pm<br /><br />I found one file in my root folder called index.html, which is not used. There was a link in there as follows:<DIV><a href="http://www.eveningsecrets.com/pc/default.asp" target="_blank">http://www.eveningsecrets.com/pc/default.asp</A></DIV><DIV>Is it possible the bot crawled this link and continued through creating the links without the scPcFolder? It's the only thing left I can think of. I removed the page altogether and I guess I'll have to wait and see.</DIV>]]>
   </description>
   <pubDate>Sat, 07 May 2011 16:38:35 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/google-crawl-errors-relating-to-seo-url-rewrite_topic4338_post17450.html#17450</guid>
  </item> 
  <item>
   <title><![CDATA[Google Crawl Errors Relating to SEO URL rewrite? :   TangoHosting wrote:Hello Rick,You&amp;#039;re...]]></title>
   <link>https://forum.productcart.com/google-crawl-errors-relating-to-seo-url-rewrite_topic4338_post17449.html#17449</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=239">Rick_N</a><br /><strong>Subject:</strong> 4338<br /><strong>Posted:</strong> 07-May-2011 at 10:13am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by TangoHosting" alt="Originally posted by TangoHosting" style="vertical-align: text-bottom;" /> <strong>TangoHosting wrote:</strong><br /><br />Hello Rick,<BR><BR>You're right. Did you create sitemaps or back door pages with the 404 error links?<DIV></td></tr></table> </DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV><DIV>&nbsp;</DIV><DIV><DIV>Thanks again for the help folks!</DIV><DIV>I'm not sure I understand what you mean with that. I have not not done anything with the error links...they are just there <img src="https://forum.productcart.com/smileys/smiley5.gif" height="17" width="17" border="0" alt="C&#111;nfused" /></DIV><DIV>&nbsp;</DIV><DIV>If I check the link as mentioned in google I come up with no pages found; ie link:http://www.eveningsecrets.com/pc/Brazilian-Bikini-4p1732.htm<DIV>which is a page that one of the errors are linked from.</DIV><DIV>&nbsp;</DIV><DIV>I have checked all my internal links that would relate to the product list and do not see anything odd. The storemap has all the correct links as well. I'll go through the site again, but it appears the link is being generated somewhere, as any of the pages that link to the offending URL's do not exist on my site.</DIV><DIV>&nbsp;</DIV><DIV>Thanks.</DIV><DIV>Rick</DIV></DIV></DIV></DIV>]]>
   </description>
   <pubDate>Sat, 07 May 2011 10:13:50 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/google-crawl-errors-relating-to-seo-url-rewrite_topic4338_post17449.html#17449</guid>
  </item> 
 </channel>
</rss>