@ jdMorgan,
Thank you so much for the detail explanation.
Prior to this url structure I did some thing like this. At that time the url structure was
www.tea.com/teafertilizer/products/organic-fertilizer/teaorganic.html
"organic-fertilizer" looked bit complicated to me, so I changed it to the present structure and used the Permanent Redirect (301) option available in cPanel in Linux shared hosting server.
We also use a 301 redirect to redirect www.tea.com to www.tea.com/teafertilizer/index.html
As of now we have only 9 pages at www.tea.com/teafertilizer/ ... The number of pages will increase only if we make more products. Which is about 1 page increase every 6-8 months.
We do have a help section and a blog but those are hosted in a sub domains. We have blog posting ONCE IN EVERY WEEK.
help.tea.com which is same as www.tea.com/help
blog.tea.com which is redirected to a blog platform outside our server.
The main reason for having such product url is that to append the new product all i have to do is the following url change
present url structure
www.tea.com/teafertilizer/products/organicfertilizer/teaorganic.html
proposed new url structure
www.tea.com/teafertilizer/products/biopesticides/teabiopesticide.html
As of now our URL is the SAME AS DIRECTORY structure.
My understanding from your post is that you are suggesting to let the DIRECTORY structure remain the same but for the web viewing, we should change it to the following using .httacess
www.tea.com/index.html
www.tea.com/contactus.html
www.tea.com/aboutus.html
www.tea.com/teafertilizer.com .. etc
QUESTION.
1 . If i change the present url (our directory and url structure are the same)
www.tea.com/teafertilizer/products/organicfertilizer/teafertilizer.html
to using .htaccess
www.tea.com/teafertilizer.html
Will my ranking in my search engines remain the same?
2. How about using a 301 permanent redirect to change the url instate of .htaccess?
Thank you,
[edited by: tedster at 2:04 am (utc) on Oct 28, 2010]
[edit reason] make example urls visible [/edit]