![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am tyring to find the site, but I am seeing more and more web sites with the really long html names and also nicely broken down by category that sits on a related directory and/or subdomain on the server. so like: a white kenmore gasrange would be: forthekitchen.someappliancestore.com/kenmore/gasranges/white/4564-kenmore-be st-white-fridge.asp and the model number and title combined into one page name. are these page names generated before hand? wow!! How is this done? |
#3
| |||
| |||
|
|
Danny wrote in xQOnc.11516$CC4.5586730 (AT) news4 (DOT) srv.hcvlny.cv.net I am tyring to find the site, but I am seeing more and more web sites with the really long html names and also nicely broken down by category that sits on a related directory and/or subdomain on the server. so like: a white kenmore gasrange would be: forthekitchen.someappliancestore.com/kenmore/gasranges/white/4564-kenmore-be st-white-fridge.asp and the model number and title combined into one page name. are these page names generated before hand? wow!! How is this done? The pages are generated on the fly - "asp" indicates an Active Server Page - the example you've quoted is probably drawn from a database of products. -- PeterMcC If you feel that any of the above is incorrect, inappropriate or offensive in any way, please ignore it and accept my apologies. |
#4
| |||
| |||
|
|
I am tyring to find the site, but I am seeing more and more web sites with the really long html names and also nicely broken down by category that sits on a related directory and/or subdomain on the server. so like: a white kenmore gasrange would be: forthekitchen.someappliancestore.com/kenmore/gasranges/white/4564-kenmore-be st-white-fridge.asp and the model number and title combined into one page name. are these page names generated before hand? wow!! How is this done? |
#5
| |||
| |||
|
|
but are the pages and also subdirectories generated on the fly or prepared before hand by the shopping cart software or html publishing software. The links seem to already exist for all the products. |
#6
| |||
| |||
|
|
Danny wrote: I am tyring to find the site, but I am seeing more and more web sites with the really long html names and also nicely broken down by category that sits on a related directory and/or subdomain on the server. so like: a white kenmore gasrange would be: forthekitchen.someappliancestore.com/kenmore/gasranges/white/4564-kenmore-be st-white-fridge.asp and the model number and title combined into one page name. are these page names generated before hand? wow!! How is this done? There are various ways to do that. I use often mod_rewrite in combination with a program that extracts the content from a database. That way you can even get rid of the extension (asp in this case) or change it to html :-D. John -- SEO Company Services and Search Engine Optimization http://searchengineoptimizationcompanyservices.com/ |
#7
| |||
| |||
|
|
But is the mod_rewrite a way to just make the url look different by redirecting or does it actually rewrite the pages so the search engines will find them when browsing your site. you can actually rewrite something like the above to an .html or .asp page? like www.hellothere.com/test.cgi?hello=3434&there=222 can be -> www.hellothere.com/test/hello/there.asp? or am I way off. |
#8
| |||
| |||
|
|
But is the mod_rewrite a way to just make the url look different by |
![]() |
| Thread Tools | |
| Display Modes | |
| |