It should be obvious, but we often forget. So here is how you add your TypePad RSS feed to your TypePad blog.
Login to admin. Go to your blog. Choose the Settings tab. On the left, choose Feeds.
Optional: Connect to Feedburner. This is a good idea since you can then get stats on if anyone is reading your feed or not. This is theoretically easy but due to ambigious terms and directions on how to find and put your blog feed on your blog it is never obvious.
If you create a Feedburner account and hook it up in the admin area above, bravo!
Now we want to display the RSS feed link on your blog so people can add it to their newsreaders or iGoogle or Yahoo home, etc.
Go to the Design tab this time. (along the top in admin of your blog).
Choose the Content link in the left menu of the Design admin area. This is where you add modules to your page columns. At the top, in the right box, scroll down to find "Post Feed". Choose it and then when it pops over on the left column, drag it where you want.
Want the helpful orange RSS icon? You can use my friend's by pasting this code in the HTML box:
<img src="http://www.carchick.ca/social_rss_button_orange_24.png" align="left" border="0" />
Nice free social icons compliments of http://www.yootheme.com/icons/freebies#set1
Drag the module to be on top of your Post Feed module.
Now if you want that orange icon to link to your RSS feed, on your blog, hover over the Post Feed link and copy the link. Then add it as a link around the image. It will look like this with "http://www.carchick.ca/atom.xml" replaced by your feed url.
<a href="http://www.carchick.ca/atom.xml"><img src="http://www.carchick.ca/social_rss_button_orange_24.png" align="left" border="0" /></a>