Publicize Your Feeds
20 August 2007, Hedi Regaya |
If you’d like to increase your audience, you gotta have more subscribers to your RSS feed.
You can add the feed link to your blog’s head meta so that it can be auto-found by feed subscription software. This is incredibly simple to do and only takes a few minutes if it’s not already in place for your blog.
Add the following code between the <head> and </head> of your blog’s theme:
<link rel=”alternate” type=”application/rss+xml” title=”Title of your Feed” href=”http://www.link.com/to/your/feed.xml” />
For the WordPress users, you can add the following (most themes already come with it enabled, no need to have it twice):
<link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(’name’); ?>” href=”<?php bloginfo(’rss2_url’); ?>” />
Posted in Wordpress



