Going Public

Communicating WITH the outside world IN the outside world
     
 
If I write it, will they come?
You've set up your blog. You've started posting entries. There's "content" and "value" for the "customers" and it's really interesting and mom keeps saying it's really really good except she wasn't sure what the reference to polymorphic functions in a non-dynamic language actually meant. She even added a comment saying "I read every entry Joe! Don't forget to call grandma for her birthday next week. Love! Mom". You really should explain to her the difference between blog comments and email.

But what about other people? How do you get other people to read your blog? How do you even know if other people are reading it?

Welcome to the world of marketing. You now need to reach your target audience or make sure they can find you easily. There are a number of techniques for doing so.

First of all, blogs are about community. Word of mouth is one of the best ways to get readers. Friends bring friends over. The problem you have is starting the process. If you target a specific group with your blog, like I did, sending them email saying "new blog, read it, pop quiz on Monday" is a good way to get them to come take a look. Most people will at least press the link if they know who you are. Whether or not they'll return to read it in the future is a separate issue. You might need to send a few such emails though that does tend to get annoying. Make sure your blog can easily be subscribed to (e.g. using the chicklets I desribed in a previous posting).

Next, make sure your blog can be found. If you've noticed the technorati keywords I've added to this and previous entries, they serve a double function. They let users quickly find other blogs with similar keywords, but they also let technorati know which keywords to associate with this post. Instead of the search engine having to figure out from the text what your blog is about, you can help it out and tell it how to classify it. Once you have the keywords in place, you should let technorati know there's an entry it should look at. This is called "pinging". Some blog engines (like webroller, used on this site) do so automatically whenever you post a new entry. Just go into the preferences and turn on pings to the sites you want to notify.

Alternatively, use a free service like pingomatic to notify a group of blog tracking sites. Pingomatic will create a URL you can use to automatically let all these sites know whenever you have a new entry.

But one of the best ways to get people to read your blog is to read other's blogs and comment on them. Communities are built on members. By finding other blogs that are related to your main topic and commenting on them, you create interest for other readers. Leave a link to your blog on the other site and people will click on it to come by. You can even have some interesting discussions generated that way.

There's an even better way, linking blogs and comments, but that will have to wait for another post which Stuart volunteered to do.

Eran Davidov

Technorati Tags
Del.icio.us Tags

Upcoming posts:
  • Measuring readership
  • Stuart's guest post - Back scratching: Trackback links
  • Shai's guest post - Dealing with inflammatory bloggers and comments
  • Yael's guest post - topic undefined
  • Amichai's guest post - Folksonomy and community based sites
  • Interviews with open source developers
If you have something to say about going public and interacting in the open world, I'm still looking for volunteers.
Posted by erand @ 08:48 PM PDT [ Comments [1] Trackback ]
 
 
 
 
Adding Bling-Bling to Your Blog - Tags, Categories and Chicklets
In the beginning there was the Internet. Then came the world wide web. Then websites started appearing like mushrooms after an IPO rain and lo and behold - there was too much information and no one knew where it was.

The first directories and search engines helped locate pages. Yahoo allowed you to find out what exists on the web. Going through their directory in the early days was a trip into uncharted territory where you'd never know what to find. The search engine in those days was responsible for finding any possible match to what you were looking for.

Nowadays most people assume everything is on the Internet and the search engines work to sift through tons of irrelevant information and weed out the stuff you don't want to let you access those few pages that contain what you really want.

Search engines use keywords and the actual text on the page to try and identify search terms. With so much content being added by individual users through their blogs, new forms of classification and searching are being created.

(Enter Tags, stage right)

Tags are ways for users to classify content. They let you say - this page is about this or that. There's not fixed tag list - anything goes. How does that work, you ask? With enough people tagging the web with their own unique views, enough people hit the same tagging categories for the system to work.

In some systems, like Delicious, surfers use personal tags to mark pages they've found. As a user of Delicious you can subscribe to a tag category and see what other people are adding to it. The other usage of tags is for marking how your blog entry should be classified. Blog searching systems like Technorati use this tagging information to let users better search and browse the blogosphere.

You can see examples of tags at the bottom. I've added both Technorati and Delicious tags. When Technorati looks at this blog page, it finds those tags by looking at the HTML of the page and identifying the special tag attribute. If you click on any of the tags you'll be taken into either Delicious or Technorati and shown other blogs or web pages marked with the same tag. Naturally if the tag is generic there'll be lots of content while if the tag is specific the shown link will be more targeted.

I use the following macros to add tags to my blog entries. I've pilfered them from some other website and changed them to suit my needs. Click on one of the links below this paragraph and a window pops up asking you what tags (comma delimited) you'd like to add. Once you specify and hit OK, a new box comes up with some HTML code in it. Simply cut-and-paste it into your blog and Viola! You've Got Tags.

Technorati Tags
Delicious Tags

If you'd like to use these macros in your own blog, either bookmark the links, or better yet - simply drag the two links into your bookmark toolbar at the top of the browser (works with IE and Firefox, I don't know about others) and you get a button that you can press to activate the tagging routines.

Categories
Now that we've talked about tags, let's briefly discuss categories. Categories in blogs are what dividers were in your high school binder. They let you easily manage multiple topics within the same notebook. In a blog, this means I can blog about personal stuff, project specific stuff, topical issues, and clearly mark them as such. As readers of the blog, you can easily select to only read my "Blogging" entries or only things related to "Project X". Categories are supported by a lot of the blogging software nowadays. What's more, a specific entry can be classified as belonging to many categories, not just one.

Take a look at The Aquarium to see an example of how this can be used. The Aquarium is an aggregator blog - it shows information from many sources. On the right hand side is a "categories" drop down box where you can select to see only posts from a specific category. In some sites you can even find an RSS feed for the category you're interested in and track only that from your blog reader.

Chicklets

Many blogs sport a set of buttons (called chicklets) or links on the side of the page that let readers add the blog to their blog-reader or more easily find the RSS feed. On the right-hand side of this page is a set of chicklets allowing you to add this blog to your yahoo, technorati or google reader, or jump to the Multi-RSS site and fine many other reader options.

Adding these chicklets is a two step process:
  1. To generate them, follow the link "Create Buttons" under the buttons on this page to go to a chicklet generator. Enter your blog name, URL and RSS source, choose the buttons you want generated and the website creates HTML code you can copy. A sample set of buttons is shown on the left side of the HTML code to so that you can see what it would look like.

  2. Once created, you need to plug the buttons on your site. Doing this is blog-site specific but the overall process is as follows: Choose to customize your template, find the HTML code for the main page or entry page (called "weblog" in the webroller engine this site uses) then find the part of the HTML that describes the side panel. Paste the generated code there. For easy searching, try searching for one of the elements shown on your panel.
    Warning: Be sure to keep a copy of your template somewhere just in case things get messed up. If you did not make any other modifications, then simply asking the blog engine to reset the template (or selecting a new one) will resolve any issues you have with the site.
Technorati Tags
Del.icio.us Tags
Posted by erand @ 09:51 PM PDT [ Comments [0] Trackback ]
 
 
 
 
 
« December 2009
SunMonTueWedThuFriSat
  
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
  
       
Today


Google Reader or Homepage
Add to My Yahoo!
MultiRSS
R|Mail
Add to Technorati Favorites!

Create Feed Buttons

 
© Going Public