ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Search Engine Optimization
  New Posts New Posts RSS Feed - Generating static HTM pages
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Topic ClosedGenerating static HTM pages

 Post Reply Post Reply Page  <12345 8>
Author
Message Reverse Sort Order
Greg Dinger View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers
Avatar

Joined: 23-September-2006
Location: United States
Status: Offline
Points: 238
Direct Link To This Post Posted: 09-May-2008 at 10:55pm
I have a question about installing this for stores that have been online for a while.
 
After installing the mod, I tested a page such as mystore.com/store/pc/viewcategories.asp?idcategory=22 using the http://gsitecrawler.com/tools/server-status.aspx tool, and I still get a 200 response.  The page clearly renders.
 
Is that a problem?  Is that not the source of a "duplicate content" issue? 
Back to Top
The internets View Drop Down
Newbie
Newbie


Joined: 30-April-2008
Status: Offline
Points: 0
Direct Link To This Post Posted: 08-May-2008 at 2:31pm
It has been some time since this was introduced.  What are the results for those of you that implemented this?
Back to Top
ProductCart View Drop Down
Admin Group
Admin Group

ProductCart Team

Joined: 01-October-2003
Status: Offline
Points: 135
Direct Link To This Post Posted: 23-April-2008 at 4:16am
Hi Brett,

Two comments on this:
  • The scenario that you describe in your example is probably not a common real-life occurrence. It's hard to imagine a situation where you would have multiple, different URLs pointing to the same page (other than maybe user error).
  • Don't overestimate the "duplicate content penalty". Google has been rather clear in indicating that the penalty - if any - only applies when there is a scenario of substantial duplication of content (e.g. syndication of content). For example, see the following posting by Matt Cutts on the topic.
The ProductCart Team

Home of ProductCart shopping cart software
Back to Top
Brett View Drop Down
Groupie
Groupie
Avatar

Joined: 22-April-2008
Location: Phoenix, AZ
Status: Offline
Points: 89
Direct Link To This Post Posted: 22-April-2008 at 6:09pm
I'm looking at using ProductCart for our e-commerce website. This SEO issue is one of our main hangups at the moment.

The problem arises from the possibility of duplicated content. Check these links out (taken from one of the featured ProductCart sites):
http://www.nutralife.com/supplements/pc/SAMe-400mg-30-tablet s-2p59.htm

That is the correct link, using the custom 404 as intended. However, there is an issue with duplicate content, because the link isn't really tamper-proof. Check this out:
http://www.nutralife.com/allcompletejibberishdoesntmatterata ll-2p59.htm

It doesnt matter what the first part of the URL is, as long as the last few characters (I'm assuming whatever's after the last hyphen) are correct, because that's what the custom 404 page is reading.

Supposedly this has to do with the IIS server's lack of a mod_rewrite equivalent. For example, check out page site running on a linux server with a php-based ecommerce solution:

http://www.balance-your-hormones.com/hormone-test/hormone-te st.html

You'll notice that there are no characters at the end of the URL, only the product name. This makes it much more unlikely that duplicate URLs will be produced and indexed.

Do you think this problem with possible duplicate URLs will be an issue in search engine rankings? Creating a static page for each of our products simply isn't an option, as we have over 10,000 products waiting to be entered into whatever software we decide to use.

Back to Top
loracady View Drop Down
Newbie
Newbie
Avatar

Joined: 28-December-2007
Location: United States
Status: Offline
Points: 2
Direct Link To This Post Posted: 01-April-2008 at 10:57am

Hi Andi-

My problem was just what early impact described.  I had the wrong URL in the error handler on the server.  When I fixed that, it worked just fine.  Following is the URL that worked for me /store/pc/404.asp. 

Good luck!

Lora

www.TheSleepShop.com
Back to Top
ProductCart View Drop Down
Admin Group
Admin Group

ProductCart Team

Joined: 01-October-2003
Status: Offline
Points: 135
Direct Link To This Post Posted: 31-March-2008 at 4:56am
Make sure that you have edited the 404 error handler on the server. The 404 error type must be a URL and the URL location of the 404.asp file in the "pc" subfolder of your store.

If you are not given a choice between a "File" and "URL" as the 404 error type, then simply set it to point to 404.asp.

Different hosting companies allow you to perform this task in a different way. For example, here is how this is setup on one of our test stores (this is hosted at GoDaddy).


The ProductCart Team

Home of ProductCart shopping cart software
Back to Top
andi.magill View Drop Down
Newbie
Newbie
Avatar

Joined: 12-February-2008
Location: United Kingdom
Status: Offline
Points: 0
Direct Link To This Post Posted: 31-March-2008 at 4:18am
Hi

Having exactly the same problem - Seems to be quite a problem for a lot of people - yet seems to work fine for others - must be summit or nowt? Please advise if u have had the same problem & managed to find a solution.

kind regards
Andi Magill
Dijitalhub
Just doin the do!
Back to Top
loracady View Drop Down
Newbie
Newbie
Avatar

Joined: 28-December-2007
Location: United States
Status: Offline
Points: 2
Direct Link To This Post Posted: 28-December-2007 at 3:48pm

I have tried all day to get this redirect to work.  I have followed the directions exactly three times to make sure that I got it right.  I am having the same problem as jackalope in that he (or she) keeps getting the 404 error.  To quote:   "I can see the different categories with the new .htm links. However, when I click on any category I get an "HTTP 404 Not Found" error. And when checking one of my product links using the static .htm address, I get "Result code: 404 (NotFound / Not Found)"."  

I am running version 3.11a and I used the corresponding files from early impact.  Does anyone have any ideas?  Thanks!

Back to Top
ProductCart View Drop Down
Admin Group
Admin Group

ProductCart Team

Joined: 01-October-2003
Status: Offline
Points: 135
Direct Link To This Post Posted: 17-November-2007 at 6:00pm

Uploaded files compatible with version 3.11:

ProductCart v3.1: 2007-11-17_175837_pcSEP_v3.11_111607.zip (11.16.07)

The ProductCart Team

Home of ProductCart shopping cart software
Back to Top
Jackalope View Drop Down
Groupie
Groupie


Joined: 07-July-2006
Status: Offline
Points: 0
Direct Link To This Post Posted: 10-October-2007 at 5:48pm

I followed the instructions and went through the process more than twice just to make sure I hadn't missed a step. When I check http://gsitecrawler.com/tools/server-status.aspx for a page that should be there like home.asp, I get a "Result code: 200 (OK / OK)", and when I check for a page that should not be there, I get a "Result code: 404 (NotFound / Not Found)". I think this is how it should be. And when I navigate to viewCategories.asp, I can see the different categories with the new .htm links. However, when I click on any category I get an "HTTP 4004 Not Found" error. And when checking one of my product links using the static .htm address, I get "Result code: 404 (NotFound / Not Found)". I even tried generating a Store Map to see what happened. The file generated fine and the links all point to the static .htm pages, but clicking on each link gives the "HTTP 4004 Not Found" error.

Just checking from within the PC control panel, if I locate a product and go to preview it, it has the original "viewPrd.asp?idproduct=..." address. Is this correct or should it have the .htm address?

I'm baffled and don't know what to do? Any help is much appreciated.



Edited by Jackalope - 10-October-2007 at 6:17pm
Back to Top
 Post Reply Post Reply Page  <12345 8>
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.047 seconds.