If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > Search Engine Friendly URLs

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-08-05, 02:15
ricoche ricoche is offline
Registered User
 
Join Date: Mar 2005
Posts: 9
Search Engine Friendly URLs

Hello,

I am not sure if I am posting this in the right area, but I think it has something to do with database concepts and design.

We are an electrical company that uses an SQL database and software Called CommercCenter. www.p21.com/commercecenter

Along with this system we added a shopping cart that pulls data from this database. The shopping cart can be viewed here: http://ebiz3.bell-electrical.com/

You can test the inventory search using this product ID if you like: HBL23000G

My question is this. How might one go about converting these dynamic URLs to something search engine friendly? Or should I use a different catalog/shopping cart system. If so, any recommendations?

We would like Google for example to be able to spider and list our electrical item URLs. I presume many database admins out there probably want a similar function.

Any candid advice would surely be appreciated.

Thank you,

Jim
Reply With Quote
  #2 (permalink)  
Old 03-08-05, 08:13
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,524
it's not a database question (well, not entirely)

since the site uses asp, go to the webmaster and inquire about the equivalent of "mod rewrite" (which is what i think it's called in apache) and then get the webmaster together with your asp developers to agree on how the url rewrite scheme should work

the calls to the database will be unchanged, but the asp will require some work to intercept and translate the friendly urls
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On