Forum Moderators: open

Message Too Old, No Replies

SEs and "dynamic content"

if I move to oscommerce package, will our stuff be found?

         

Shadows Papa

4:31 am on Feb 24, 2004 (gmt 0)

10+ Year Member



Greetings,

Our current site consists of several pages of products- 5 pages of books, 2 of supplies, 3 of patterns and some other pages to do with a popular craft. I have pictures of all products ON the pages, with descriptions of each product on the page and an order button which runs a very simple CGI script "shopping cart". We are typically found because people go to google, altavista, whatever and type in "101 ways to do this craft" and the autors name, or whatever. And great, WE show up, they click the link, go to one of our books pages, for example, and place an order.
It's been suggested that it would be easier and cleaner if we move to a more complex sophisticated shoppig cart system like oscommerce or similar. Cool, pages would be much smaller (a books page can take 2 to 3 minutes to load, but we warn folks of this, but they load in order so there is something to look at and read while the rest of the page loads below)
Some claim it would be easier to add product (after looking at the docs, I'm not so sure!)
My BIIIG question is this - if we move to an ecommerce package where all the descriptions are in a database, and the raw HTML code does not contain book titles, descriptions, etc - will we still be found? Now the pages are static, so it's like any other page - it gets indexed and the page can be searched. I'm a bit confused on how the commerce packages really work and how SEs interact, or don't interact, with them. I simply do not know. Now I add product by adding a table, putting in the photos, adding the description, then a "form" which has an order button.
I could learn the packages, I'm sure - but I want to be found, I want customers to still be able to look for "how to make this thing" pattern, or "Jill's super ruler" acccessory and have people actually find our site, get a link to the very page it's actually on, like they do now.
Can anyone explain how google, altavista and others handle shopping cart systems? Or dynamic content?
Pros?
Cons?
Would we lose the ability of people to find a specific product on our site?

Shadows Papa

[edited by: agerhart at 3:34 pm (utc) on Feb. 24, 2004]
[edit reason] removed political comment [/edit]

KS_Katz

3:29 pm on Feb 24, 2004 (gmt 0)

10+ Year Member



There's nothing wrong with moving to a dynamic platform provided that it:

- uses search engine friendly URLs (OSCommerce does)
- allows for individual meta tagging of the products in the catalog (OSCommerce does not to my knowledge)

Keep in mind, that you're biggest challenge is finding a programmer that understands your marketing objectives and takes that into account when designing your site. The most issues I've had with dynamic sites is that they're not designed with SEO in mind. Therefore, I spend much of my time fixing issues that shouldn't be there in the first place.

You're probably looking at a custom solution. I have yet to find an out-of-the-box catalog/cart that is search engine friendly.

If anyone does, please let me know. ;)

rmjvol

8:31 pm on Feb 24, 2004 (gmt 0)

10+ Year Member



osC has an amazing amout of power for a free cart. But it was not desigend with SEO in mind. Out of the box, you'll get some real nice shopping cart benefits but your seo would suffer.

Fortunately, there are standard mods available from others that use & hack osc for you to plug in without reinventing the wheel. Make sure you get rid of the SID's for the robots.

My BIIIG question is this - if we move to an ecommerce package where all the descriptions are in a database, and the raw HTML code does not contain book titles, descriptions, etc - will we still be found?

The DB just stores that info until someone or something requests a page. Once a page is requested, your server sticks the template & the data together so the visitor gets it all toegther, not separate.

As long as you do the mods for osc, the search engines should like the site.

One bit of warning, the installation and modification of osc can be a bear. I'm not a programmer & wouldn't dream of trying to learn php/mysql on osc. I just have one of those nice guys with the propeller beanies do it for me.

Big_Balou

8:40 pm on Feb 24, 2004 (gmt 0)

10+ Year Member



KS_Katz,

out of the box OsCommerce does not allow for manipulation of individual meta tags but Linda's Header Tag contribution fixes this.

Harry

12:43 am on Feb 25, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm not a techie head, but out of the box, OSC was good for our business. Our products' pages are all featured on Google, a few weeks after we posted them.

Shadows Papa

2:28 am on Feb 25, 2004 (gmt 0)

10+ Year Member



Harry, can you sticky me a private with your site URL, what you sell, etc.
I'd like to do a search for your products, and see just how it looks in a couple of searches. That might help a bit so I would know how Google and others treat your site - and products, when a real person does a search. That would remove some of the "speculation" in my mind.

Shadows Papa

nalin

7:03 pm on Feb 27, 2004 (gmt 0)

10+ Year Member



SEF URL's are not fully implemented in OSC, their status is developmental as of the (most recent) ms2 release. They are partially implemented but I found using them required a heavy dose of mod_rewrite. I documented the rewrite rules (and other minor modifications) I used in the OSC forums.

Individual meta tagging of products and categories requires some manipulation of the code, I found no contribution which did it "right", but in fairness have not tried lindas modification above.

That said, I appreciate OSC as one of the best tools out there for what it is, and am using it right now for one live domain and some number of domains which are being built out. The live domain handles some subset of the widgets my company sells, and within a month was outperforming a prorietary site I inherited that sells our entire collection of widgets. I think OSC is a great project just wanted to voice here that some familiarity with php and a desire to get ones feet wet really should be a prerequisite if you want to use it and expect good search results.

Eccus

6:42 am on Feb 29, 2004 (gmt 0)

10+ Year Member



I have the same problem with an asp site. Currently, the category pages are built from search_2.asp?depid="the department id" -- the way is currently set up, only search_2.asp exists and there is only 1 generic set of keywords on the tags. How can I have fix this so that I have category pages with their own set of tags?