TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Choices for Start Blogging

5 pointsby rlmwabout 14 years ago
I'm going to start doing some startup blogging and there seems to be basically three main choices for blogging:<p>1. Hosted solution - I'm thinking posterous here. 2. Installed open source solution - eg Wordpress. 3. Static page generation.<p>I'm somewhat interested in what the effect on SEO and traffic will be for the differing options. For example, will it be easier to drive traffic to something like posterous? Do many people use their email system to signup to blogs, can you get traffic cross-pollination from being listed on there?<p>How good are search engines at indexing content on Wordpress and dynamic blogging sites such as posterous? Is there any disadvantage over dumping out static pages from a script?<p>Thanks for any advice on the matter.

6 comments

autalphaabout 14 years ago
What kind of programming languages/stack are you more familiar with? Usually, Wordpress should really fit all your blogging needs. It's easy and has a lot of SEO tools to go with it.<p>But as I am not at all comfortable with Wordpress' issues that surfaced a while back: upgrade, security etc., so I plan to use one of the Django blog platform. But that means I'm not blogging at all, but worrying more about how to have the blog installed.<p>There seems to always be a trade off. But one thing is for sure, you should choose to install Wordpress or any chosen bloggin platform on your domain rather than having it redirect to another domain... like blogger, wordpress.com etc.<p>Good luck and good writing.
tnorthcuttabout 14 years ago
WordPress is likely to be the best option for a blog. There are cases where it won't be, but more often that not it is. It's great because it's easy to setup and get going very quickly. However, you still have the option to customize as much as you want, when you want. It can also grow as your needs change - you won't be stuck with "just a blog" if you need the site to do more later on. It's great from an SEO perspective, and there are a vast number of plugins available, many of them excellent quality.
kellyreidabout 14 years ago
as someone who's brought a niche blog into the mainstream (in my niche at least), just use something like WordPress. If you're already worrying about SEO, you're losing. your focus should be nothing beyond generating great content and getting readers.<p>i stared on Blogger, then moved to WP hosted on a dedicated host, and its never been a regret. focus on the content. if you're talking about writing scripts, you should probably be coding instead of blogging. good CMS systems exist already so don't reinvent the wheel.
seangeoabout 14 years ago
Enki (<a href="http://www.enkiblog.com/" rel="nofollow">http://www.enkiblog.com/</a>) is a pretty good free, customizable and lightweight blog if you're into Ruby on Rails.
logicalmoronabout 14 years ago
Wordpress has been great for us despite a few hiccups — but those are mostly on our end, not really because of the software.
guynamedlorenabout 14 years ago
4. Code your own solution, making it lightweight and suited to your needs.