HighDots Forums  

html pages on the shopping cart site?

Search Engine Optimization Discussion about SEO/Search Engine Optimization (alt.internet.search-engines)


Discuss html pages on the shopping cart site? in the Search Engine Optimization forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
sergioschr@gmail.com
 
Posts: n/a

Default html pages on the shopping cart site? - 04-06-2005 , 05:17 AM






Is there any solution that I can implement on an existing site that
will convert my pages of categories and products to an HTML format (ex:
www.mysite.com/category.htm or /product.htm instead of having
Scripts/prodView.asp?idproduct=179)

I know that yahoo has something like that in their store builder (store
tags) and I also found one program that you need to download to your
machine and work on it there and then upload to your site... mmm.. I
don't know about that...

Is there anything else... I can see that bunch of sites using it.. but
do not really see many shopping carts offered like that.. or some other
solutions that can be used on existing site...

Any advice?


Reply With Quote
  #2  
Old   
vMike
 
Posts: n/a

Default Re: html pages on the shopping cart site? - 04-06-2005 , 01:47 PM







<sergioschr (AT) gmail (DOT) com> wrote

Quote:
Is there any solution that I can implement on an existing site that
will convert my pages of categories and products to an HTML format (ex:
www.mysite.com/category.htm or /product.htm instead of having
Scripts/prodView.asp?idproduct=179)

I know that yahoo has something like that in their store builder (store
tags) and I also found one program that you need to download to your
machine and work on it there and then upload to your site... mmm.. I
don't know about that...

Is there anything else... I can see that bunch of sites using it.. but
do not really see many shopping carts offered like that.. or some other
solutions that can be used on existing site...

Any advice?
In Asp.net you can use the httpcontext.current.rewritepath("newpath") to
convert mysite.com/prod1234.aspx requested by the user to process
mysite.com?prod=1234 internally. This way you can put links that look like
"static" pages which will process "dynamic" pages when clicked or typed in
the address bar.

You put the rewrite in Sub Application_BeginRequest in your global.asax and
look at the requested url before it is processed by asp.net. I don't know if
there is a similar way to do it with asp.

Mike




Reply With Quote
  #3  
Old   
Niel Drummond
 
Posts: n/a

Default Re: html pages on the shopping cart site? - 04-11-2005 , 07:31 PM



On Wed, 06 Apr 2005 02:17:29 -0700, sergioschr wrote:

Quote:
Is there any solution that I can implement on an existing site that
will convert my pages of categories and products to an HTML format (ex:
www.mysite.com/category.htm or /product.htm instead of having
Scripts/prodView.asp?idproduct=179)

We are currently doing this where I work, and I've
implemented it pretty quickly by running a spider over the site. This
leaves a few problems though and needs some manual grepping / perl.

I have heard other companies use product database dumps and rebuild
the site from there.. Sounds like too much work for me.

Take a look at Teleport:

http://www.tenmax.com/teleport/pro/home.htm

regards

- n


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.