On 2/19/08, Jaysen Pollard <[EMAIL PROTECTED]> wrote: > > I have a ticket site. > > http://www.GotTickets.com > > From a SEO perspective which is better: > > #1. Is it better to use sub directories > > /Sports > /Sports/basketball > /sports/basketball/Lakers
All lower case, as case is really a url encoded value. think of the replacement of spaces with %20, capital letters are the same thing. or subdomains > > Lakers.gottickets.com > Kings.gottickets.com No sub domains as each hold their own index and since you will be linking to all of your ticket areas from within one site you should go with sub directories and keep the whole website under one index. #2. In a directory solution is it better to have > > /sports/basketball/lakerstickets.cfm > > or > > /sports/basketball/lakers/lakerstickets.cfm Neither How about /sports/basketball/lakers/ #3. File names: > > lakerstickets.cfm > > or > > Lakers_Tickets.cfm index.cfm if you need tickets, add a directory /bball/team/tickets/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:299386 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

