Forum Moderators: buckworks

Message Too Old, No Replies

eCommerce Store to generate Static HTML Product Pages

eCommerce Store to generate Static HTML Product Pages

         

bleggee

6:23 pm on Aug 25, 2008 (gmt 0)

10+ Year Member



Does anyone have any suggestions for an eCommerce SOFTWARE/SCRIPTS to generate Static HTML Product Pages? I tried ZenCart and OSCommerce ... and a handful of others. They all seem to want to hide the Product Info in a Database. I need all info in Static HTML ...

Marshall

7:52 pm on Aug 25, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Hi bleggee and welcome to WebmasterWorld.

Check out Ecommerce Templates (personally I have not used this, but other people on this forum have spoken highly of it). While the content is dynamically generated, you can use static URL's. It works with either .php or .asp. Another option would be something like Cart32 which allows you to insert the buy codes directly into the page.

Marshall

T_Miller

12:08 am on Aug 26, 2008 (gmt 0)

10+ Year Member



I use Ecommerce Templates and use the Static Page Url option they have. But it's still database driven as far as the products into the pages. The static pages have a couple include line that generate the products on the page. And they have to be .asp or .php urls, not .html

OP, I'm a little confused about what you're really after. Looking for SEs to spider the product data? (database driven will do that) OR are you just wanting a cart system where you still have to hand code the pages & buy buttons? (not sure why you want that torture, been there, done that - PayPal's free shopping cart deal works like that)

What's the reason for wanting full static pages?

bleggee

2:11 am on Aug 26, 2008 (gmt 0)

10+ Year Member



Well, Mostly for the SE's ... not for the torture ;-) but I am being a little fussy about my SEO. I have 1 set of products that are especially competitive, and want to maximize my ability to optimize, over & above just having the SE Bots index my pages. (I want to have/add keyworded Title tags, keyworded URL's, Description tags, etc) It seems to me that I see higher PageRank (well, Google Toolbar's version of PR) on Product Pages of sites with Static Pages, and that almost all of the Product Pages that I see with a "?" in the URL are almost always "Not Ranked" according to that Google Toolbar PR indicator. Make sense? All comments/help here is appreciated!

Marshall

4:52 am on Aug 26, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Well, Mostly for the SE's

Not plugging Ecommerce Templates, but something like that with the option to use static URL's should fit your needs. I use an XML to dynamically generate products on a few ecommerce sites combined with static URL's and have no problems with the SE's. And in the long run, using a database for your product, regardless of the type, is a lot easier than hand coding the "add to cart" buttons unless, of course, you are only talking about a handful of products.

Marshall

T_Miller

1:37 pm on Aug 26, 2008 (gmt 0)

10+ Year Member



Trust Me, these days SEs have no problem with dynamic pages. ONE "?" won't pose a problem according the most experts. More than one "?" might be a little more difficult. The real issue is many people throw up dynamic ecommerce sites with zero thought to SEO because it's so easy to populate large amounts of products.

A dynamic ecommerce package with SEO features (like ECT) will do everything you want. Anything over a handful of products and dynamic is the only way to go.

ECT's product pages use just one "?" out of the box w/o using the static url feature. I don't use the static url feature for any product pages and my products do quite well on SEs. Through the product admin, I still have full control of descriptions. And I use the dynamic titles feature to automatically create page titles based on my categories and products names. But the static page option is still their IF I thought I needed it. I don't.

What I do use static urls in ECT for is my category pages, though SEs have never had a problem indexing the cats I didn't do static pages for.

lorax

1:28 am on Aug 27, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



>> these days SEs have no problem with dynamic pages

That's true in large part but when a page with a dynamic URL is compared with a page of the same worth that has a URL that ends simply in .html (or htm) the page that uses variables will lose out. The reason is the URL string. In ecommerce, correction, especially in ecommerce, the URL needs to be clean and accurate and intelligible. Compare a URL for a General Electric toaster:
The dynamic version may be something like - www.examplestore.com/store.php?cat=3455&id=34
while the static appearing URL may be more like - www.examplestore.com/generalelectric/toaster/perfecttoast/

SE's are working hard to deliver results that make sense to people. I for one review the URLs when I click on a link or look over the SERPs. I want to know if I'm being given a page of value or a page of BS. I think the SEs are on the same thoughtline. With the sheer volume of cloaking and techno tricks based on search queries I imagine (no proof of course) that the SE's look at dynamic URLs with a bit of skepticism. Granted, there are plenty of tricks to make dynamic IPs appear static but the obvious dynamically generated page will always loose to the static page in an even draw.

T_Miller

12:20 am on Aug 28, 2008 (gmt 0)

10+ Year Member



Lorax, I just haven't found a dynamic product page url to be an issue with ECT (which is pretty clean for dynamic) at all.

Maybe it's my fine SEO skills in other areas ;>)

I've really found good SEO page titles and product descriptions with an H1 descriptive header to be far more powerful than a static url for SEO sake. I've got plenty of SEO'd static pages on our ecommerce site for categories and some key products and I still have dynamic product pages kicking those page's butts for the same target keywords...Go figure.

But in regards to the OP, I'd say it'd foolish to overlook the advantages of dynamic ecommerce scripts solely for hard coded static html pages... JMO