TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Q: How best to populate a new site?

6 点作者 redcherry超过 15 年前
I've posted something similar on Reddit - but didn't get very far (most of the responses degenerated into a joke, but that's probably because my example was about a dating site)<p>And, I saw a similar post here on HN which leads to the OP's blog at http://startupblog.wordpress.com/2009/09/04/inventing-demand/ - but I think that works only for places that do actually trade physical goods, like eBay or any store-like sites.<p>Anyway, I'm hoping I'd get more thoughtful insights here.<p>So the question:<p>How best to populate a new site? sites that don't actually trade goods? (or simply trade on virtual goods)<p>To put in context, think: - craigslist - reddit - personals/dating - music/book/reviews<p>Some suggested scraping existing content from similar sites to create the initial population (creating dummy user accounts) - but that seems icky. And, likely not tenable in the long-run - actual early users will detect/notice scraped articles.<p>Using/asking friends and colleagues might not be as effective (eg: not having enough good writer friends, or willing to participate in a dating site)<p>I think, there are also services out there that offer to populate your site (like this: http://www.evercurrent.com/adding_profiles.html) but again, new members will likely try to connect with the dummy accounts and not get a response, so will not come back or deem your site useful.

5 条评论

yan超过 15 年前
There was an article posted here a few weeks ago about a guy starting a rental site. He basically created a lot of mock listings for popular products, and when someone actually chose to rent it, he'd buy it and rent it out to the person. Then either return it or keep it for more people (Memory not serving me currently)<p>edit: <a href="http://news.ycombinator.com/item?id=804310" rel="nofollow">http://news.ycombinator.com/item?id=804310</a>
评论 #818055 未加载
评论 #818284 未加载
zepolen超过 15 年前
Classic chicken egg problem inherent with sites that depend on users to generate the content.<p>Without existing content, users won't find it useful. Without users you can't get content.<p>In any case, don't fake it, duping your users is the worst thing you can do.
评论 #818100 未加载
DanielStraight超过 15 年前
Make it useful for people to join even when no one else is there. If it's a dating site, offer them fun stuff like personality tests and what not that they can do only if they sign up / create a profile. You get the idea.
评论 #818267 未加载
zaidf超过 15 年前
You have to seed it with some content.
Mz超过 15 年前
Is there market demand (ie some genuine unmet need)? If so, then put up some content and people will eventually come. It may be slow, depending in part on how much content you put up. I know of a site that started as a list of links and grew into a forum. The forum part took over and the resource part is now kind of underserved. I think the forum was better when the resource part was more important to the owner. I also know of forums that spring up spontaneously around good websites because folks want to talk and want to connect. People need a reason to be there to begin with.