Tell me more ×
Answers OnStartups is a question and answer site for entrepreneurs looking to start or run a new business. It's 100% free, no registration required.

EDIT: SHORT VERSION - From a user's point of view what's better: One big site (Wikipedia) or multiple smaller sites (Spanishpedia and Techpedia)

LONG VERSION:

I'm starting a site where people work together to collaborate on creating articles. The way people work together is sort of like a wiki, but not exactly.

The site will have many different unrelated categories, eg: sports, technology, Spanish, etc. Each category will have many different subcategories.

What do you think is better:

  1. Having one large site, www.example.com that has all of the content separated into categories, which would be further separated into subcategories.
    or

  2. Having subsites like sports.example.com and tech.example.com and each subsite is dedicated solely to that category. Each subsite would really be it's own site dedicated to the category, and pitch itself as a site where people can go to collaborate on articles about the specific category.

I'm thinking option 2 has the benefit that users interested in a topic will feel like they have a site dedicated to their interest, and it will create communities around people with common interests.

However option 1 has the benefit that users are more likely to see another category they are interested in and then possibly participate in articles on that topic too.

What do you guys think is better?

share|improve this question

2 Answers

Funny you should ask. Joel, yes that Joel, has an article about just this topic at http://blog.stackoverflow.com/2010/09/merging-season/ that covers when to break stackexchange into different sites and when not.

share|improve this answer
So you would say that multiple sites are the way to go for such unrelated categories as Spanish and Tech? It's kind of like having Wikipedia vs having separate more focused things like techpedia and spanishpedia. – Kyle Sep 26 '10 at 0:40
It all depends on the level of community and collaboration you want to foster. As Joel mentions, too big, and it's hard to make it feel like a community. Too small and you don't have enough people that know the topic to write about it. Joel is much more experienced than I am with this topic, so pay attention to him, not me. :-). – Dror Sep 26 '10 at 8:25

Sub-domains (i.e sports.example.com and tech.example.com) will introduce the issue of multiple logins (or the use of SSO: Single-Sign-On coding) for your user-base; Note: Sub-domains are usually considered different domains both by the search engines and when setting cookies.

So... example.com/sports and example.com/tech might be easier to work with if you decide on separate sites.

What do you guys think is better?

  • "One big site" is easier to manage at the start.
  • Multiple sites (possibly) gives you a better chance of having one become popular, and you won't have "all your eggs in one basket." Also, if you decide on multiple sites, you might want different domain names.

What do you guys think...

IMO, there is no easy answer, but it is a good question. :o)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.