| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| DesignersTalk > URLs and Branding - Subdomain vs. Directory |
|
LinkBack | Thread Tools | Search this Thread |
|
|
#1 (permalink) |
|
Registered User
Join Date: Oct 2006
Posts: 12
|
URLs and Branding - Subdomain vs. Directory
Hi All, Which type of URLs make better sense from a branding perspective? Subdomain URLs, like finance.yahoo.com or Directory URLs, like digg.com/podcasts. Subdomains seem to be commonplace, but I wonder if it would be better from a brand perspective to use directories. Using directories, the customer would associate the brand before the content - yahoo.com/finance as opposed to finance.yahoo.com. I'm not saying either is the correct way, I'm just curious to see if anyone else out there has thoughts on this. Thanks~ j |
|
|
|
|
|
#2 (permalink) |
|
Senior Member
Join Date: Oct 2006
Posts: 2,097
|
The "bbc.co.uk" has done well using directories rather than subdomains. Entering in subdomains confuses a lot end users. I always get asked by clients "do I type the http://www.". And every time without fail I want to ram their head through the monitor. But I don't, I just say no. In my mind subdomains are better left for other services which use other ports. Like mail.domain.com pop3.domain.com smtp.domain.com ftp.domain.com irc.domain.com |
|
|
|
#3 (permalink) |
|
Doodler.
Join Date: Dec 2006
Location: Manchester, UK
Posts: 1,348
|
BBC and directories you say eh? - BBC NEWS | News Front Page ? |
|
|
|
#4 (permalink) | |
|
Senior Member
Join Date: Oct 2006
Posts: 2,097
|
Quote:
D'oh! |
|
|
|
|
#6 (permalink) |
|
For all your goober needs
Join Date: Dec 2004
Location: Coventry, UK
Posts: 1,468
|
personally, i used subdomains for development sites eg client.mysite.co.uk so the client could see the site developing in a 'live' environmment. no other use really. Time is really the only capital that any human being has, and the one thing that he can’t afford to lose. - Thomas Edison
prem ghinde |
|
|
|
#7 (permalink) | |
|
Senior Member
Join Date: Oct 2006
Posts: 2,097
|
Quote:
Might be because they can point them to different servers. Like you could have your website in ASP.NET hosted on a windows server, then have your php forums hosted on a linux server. www.domain.com -> Windows Server forums.domain.com -> Linux Server |
|
|
|
|
#10 (permalink) |
|
For all your goober needs
Join Date: Dec 2004
Location: Coventry, UK
Posts: 1,468
|
i wouldn't mind so much if it led to a nice site! let's face it, annoying as it may be, it's just the same as slapping a link in your signature. Time is really the only capital that any human being has, and the one thing that he can’t afford to lose. - Thomas Edison
prem ghinde |
|
|
|
#11 (permalink) |
|
Senior Member
|
the problem is the guy's only offering marginal advice most of the time. back ontopic: I wouldn't mind seperate subdomains for clearly distinct sites within the same domain. If there's no overlap between the functionality on the different domains and people usually don't navigate between them in a single visit it shouldn't be a problem. |
|
|
|
#12 (permalink) |
|
Senior Member
Join Date: May 2007
Location: England
Posts: 213
|
Why dont you offer both? theres nothing to stop you having subdomain and directory just have one set up as a redirect. BBC does this rather well,, type in bbc. co.uk/news and you get redirected to news.bbc we all do things slightly different and there are people around who can barely understand the concept of webaddresses , having to enter sub domains is confusing to them etc. so offering a folder option is good. |
|
|
|
#13 (permalink) |
|
Registered User
Join Date: Jul 2007
Posts: 9
|
sub domain or directory, basically it depends on how your web application. Web application usually will use directory approached.. for example: news.google.com and google.com use different web application therefore they use subdomain instead directory. but i love to use subdomain if possible the cons: I have to add more configuration if the user misstyped subdomain (because it will produce ungly web page) and if i use directory based, i could just use .htaccess to redirect to somewhere just my opinion |
|
![]() |