|
We have a large e-commerce site with over 90,000 SKUs and we currently hand make each of our html pages using basic html editors (frontpage, dreamweaver, etc). Adding and updating products is becoming an arduous task and we want to automate our web development.
I like using static html pages, as opposed to server generated dynamic pages, for SEO purposes. We don't necessarily need the server to be generating these pages on the fly so I was thinking maybe a custom CMS would be the answer. I don't like the url strings that dymanic pages generate.
What we want to do is create static html pages based on a predefined layout and we want to auto create html pages with title tags and buy buttons, etc. Ideally, I would like to be able to specify a keyword and have it automatically name the page with that keyword and add it as a title tag. Kind of the same way frontpage works when you create a page. ie: a page named "Colored Widgets" would be named colored_widgets.htm and the title tag would be "Colored Widgets".
Does anyone have any suggestions?
|