<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Nick Wilsdon&#187; Feeds</title>
	<atom:link href="http://nickwilsdon.com/tag/feeds/feed/" rel="self" type="application/rss+xml" />
	<link>http://nickwilsdon.com</link>
	<description></description>
	<lastBuildDate>Thu, 01 Apr 2010 08:54:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Check Your Feeds: Latest WordPress 2.5x Blanks RSS</title>
		<link>http://nickwilsdon.com/check-your-feeds-latest-wordpress-25x-blanks-rss/</link>
		<comments>http://nickwilsdon.com/check-your-feeds-latest-wordpress-25x-blanks-rss/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 12:35:10 +0000</pubDate>
		<dc:creator>Nick Wilsdon</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[General Interest]]></category>
		<category><![CDATA[Feeds]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://nickwilsdon.com/?p=209</guid>
		<description><![CDATA[Sorry if it&#8217;s seemed a bit quiet round here recently. The latest WordPress versions 2.5.0/2.5.1 have a bug which kills off some RSS addresses. If you look at the feed URL in a browser it will have no posts there or errors. It may have done the same to your blog too, so have a [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://nickwilsdon.com/wp-content/uploads/2008/06/icon-wordpress.jpg" alt="icon wordpress Check Your Feeds: Latest WordPress 2.5x Blanks RSS" title="icon-wordpress" width="200" height="179" class="float-right" />Sorry if it&#8217;s seemed a bit quiet round here recently. The latest WordPress versions 2.5.0/2.5.1 <a href="http://wordpress.org/support/topic/169110">have a bug</a> which kills off some RSS addresses. If you look at the feed URL in a browser it will have no posts there or errors. It may have done the same to your blog too, so have a check.</p>
<p>Some of the feed addresses in WordPress, namely wp-rss2.php, wp-rss.php and wp-rdf.php no longer work in these versions. The www.yourblog.com?feed=rss2 or www.yourblog.com/feed/ addresses still work. As Otto42 one of the WP Moderators <a href="http://wordpress.org/support/topic/169110#post-781179">writes</a>:</p>
<blockquote><p>The fix for this will be in 2.5.2.</p>
<p>And you should never have been using wp-rss2.php in the first place. The correct feed URL, for all WordPress blogs, is either ?feed=rss2 or /feed. It has been that way for all versions since 2.0. The wp-rss stuff is a left over from the old 1.5 days, over three years ago. We really should remove it, IMO.</p>
<p>BTW, if you are using non-default permalinks, then you can simply DELETE the wp-rss.php and wp-rss2.php file, and all your feed users will get redirected to the correct URL of /feed the next time they hit the site. Those got integrated into the permalinks, there&#8217;s no need to keep those files around anymore. This will fix it right now, no waiting around.</p>
</blockquote>
<p>Of course this issue is a major problem if you are feeding one of these &#8216;legacy&#8217; addresses into <a href="http://www.feedburner.com/fb/a/home">FeedBurner</a>, as I was on this blog. Update that to yourblog.com/feed/ immediately. Deleting the problem files as Otto42 suggested didn&#8217;t work for me, returning a 404 &#8220;page not found&#8221;. Instead, I&#8217;ve updated my .htaccess file as follows to point everything to /feed/ and then onto my FeedBurner URL</p>
<p><code><br />
# BEGIN Redirect Feeds<br />
Redirect 301 /wp-rss2.php http://yourdomain.com/feed/<br />
Redirect 301 /wp-rss.php http://yourdomain.com/feed/<br />
Redirect 301 /wp-rdf.php http://yourdomain.com/feed/<br />
Redirect 301 /feed/ http://your-feedburner-url/<br />
# END Redirect Feeds<br />
</code>
</p>
<p>You could probably do the same job with the <a href="http://www.google.com/support/feedburner/bin/answer.py?answer=78483">FeedSmith Plugin</a> but you would still have ensure that you are not using a legacy feed URL as the source in FeedBurner.</p>
<p><strong>Update 30/06/08</strong></p>
<p>Grrr&#8230;just realised that updating the empty FeedBurner URL may have sent some of you some of the old posts your missed. Sorry about that, didn&#8217;t mean to flood you.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Blogging' rel='tag' target='_self'>Blogging</a>, <a class='technorati-link' href='http://technorati.com/tag/Feeds' rel='tag' target='_self'>Feeds</a>, <a class='technorati-link' href='http://technorati.com/tag/WordPress' rel='tag' target='_self'>WordPress</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://nickwilsdon.com/?ak_action=api_record_view&id=209&type=feed" alt=" Check Your Feeds: Latest WordPress 2.5x Blanks RSS"  title="Check Your Feeds: Latest WordPress 2.5x Blanks RSS" />]]></content:encoded>
			<wfw:commentRss>http://nickwilsdon.com/check-your-feeds-latest-wordpress-25x-blanks-rss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 Advanced Tips to Optimise Your Blog Feeds</title>
		<link>http://nickwilsdon.com/3-advanced-tips-optimise-blog-feeds/</link>
		<comments>http://nickwilsdon.com/3-advanced-tips-optimise-blog-feeds/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 13:50:56 +0000</pubDate>
		<dc:creator>Nick Wilsdon</dc:creator>
				<category><![CDATA[Search Marketing]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Feeds]]></category>
		<category><![CDATA[FeedSmith]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://nickwilsdon.com/?p=187</guid>
		<description><![CDATA[As my regular readers know, we recently launched an RSS aggregator called SocialBlogroll.com. The project went very well and it’s now happily churning through 1500+ news feeds from the online marketing community. Viewing all those feeds and blogs made me realise that more than a few people out there aren&#8217;t aware of the following tips. [...]]]></description>
			<content:encoded><![CDATA[<p>As my regular readers know, we recently launched an RSS aggregator called <a href="http://socialblogroll.com">SocialBlogroll.com</a>. The project went very well and it’s now happily churning through 1500+ news feeds from the online marketing community. Viewing all those feeds and blogs made me realise that more than a few people out there aren&#8217;t aware of the following tips. If you&#8217;re <a href="http://www.redflymarketing.com">doing all these perfectly</a> then give yourself an A+ and move along.</p>
<p><strong>1. Make Your Feed Links More Visible</strong></p>
<p>OK, hardly a new point but have we really taken it in? Apparently not. During the testing of SocialBlogroll we often struggled to find the RSS feed for some blogs. For most users, that means not signing up and walking away. <strong>Make the icons larger and stick links at the foot on every post.</strong> After all, when is a user most likely to think about subscribing? You got it.</p>
<p>Worse offenders were blogspot and forum owners. This is quite surprising as vBulletin, the software behind most of the forums, already provides RSS support. You can find this feed link by viewing the code and doing a search for ‘RSS’. It&#8217;s in the head of the web document, before the closing &#60;/head&#62; tag. Someone tell <a href="http://www.v7n.com/forums/">v7n</a>, <a href="http://www.wickedfire.com/">WickedFire</a> and <a href="http://www.ihelpyou.com/forums/">IHelpYou</a> for a start. Even your most dedicated user isn&#8217;t going to start hunting through source code for an RSS link!</p>
<p><strong>It&#8217;s also a good idea to add an alternative email subscription link</strong>. Everyone understands email and even in technical niches, we have picked up a number of extra subscribers by adding this feature.<img src="http://nickwilsdon.com/wp-content/uploads/2008/04/feedburner-email-setup.gif" alt="feedburner email setup 3 Advanced Tips to Optimise Your Blog Feeds" title="feedburner-email-setup" width="199" height="120" class="right" /> Setting email subscriptions up is easy if you already use the <a href="http://www.feedburner.com">FeedBurner service</a>. Go to the <strong>Publicize</strong> section of the feed settings and you can find the code to insert on your pages. This gives you email subscriber statistics and conveniently leaves FeedBurner to deal with delivery and spam issues.</p>
<p><strong>2. Make Use of RSS Auto-Discovery</strong></p>
<p>As I previously mentioned, there&#8217;s a method of linking your RSS feed in the head section of a web document. You&#8217;ve probably seen this technique used to link external style sheets. Here’s the code you need if you have a standard RSS 2.0. feed (most of you):</p>
<p><code><br />
&#60;link rel=&#34;alternate&#34; type=&#34;application/rss+xml&#34; title=&#34;RSS&#34; href=&#34;http://your-rss-feed-address&#34; /&#62;</code></p>
<p>Jeremy Zawodny was <a href="http://jeremy.zawodny.com/blog/archives/000967.html">writing about this</a> back in 2003 but the concept hasn’t really been taken on board. Many online applications and services, like SocialBlogroll are programmed to search for this link when collecting your RSS feed.</p>
<p><img src="http://nickwilsdon.com/wp-content/uploads/2008/04/browser-autodiscover.png" alt="Auto-Discover Highlights RSS Icon in FireFox" title="browser-autodiscover" width="154" height="69" class="right" />All the search engines use auto-discovery to indicate if the page you are visiting has an RSS feed available. If you are reading this in a browser, check the top right corner of the address bar. Netvibes or other RSS readers search for this link by default. Auto-Discovery is catching on, especially in automated Web 2.0 mashups and applications.</p>
<p>Let’s take <a href="http://www.mattcutts.com">Matt Cutts blog</a> as an example. He’s installed WordPress into a directory on his domain (<a href="http://www.mattcutts.com/blog/">http://www.mattcutts.com/blog/</a>). Although this RSS discovery link appears in the blog section, there is no copy of this link on the main index page of the domain. This means people who enter his well branded and memorable domain name into their RSS reader, will receive an error (seen below).</p>
<p><img src="http://nickwilsdon.com/wp-content/uploads/2008/04/netvibes-autodiscover.png" alt="netvibes autodiscover 3 Advanced Tips to Optimise Your Blog Feeds" title="netvibes-autodiscover" width="397" height="229" class="center" /></p>
<p>They need to specifically add the exact RSS feed address or http://www.mattcutts.com/blog/. This doesn&#8217;t take advantage of the auto-discovery system or the branding Matt has built up for his domain. If he had linked the RSS on his index page, this user would have successfully subscribed to his blog.</p>
<p><strong>Add your RSS discovery link across all your site pages, not just your blog sections</strong>. This will allow your feed to get picked up by more services, give your feed option greater visibility and make life easy for potential readers who can’t remember your exact feed address.</p>
<p><strong>3. Consolidate your RSS feed addresses</strong></p>
<p>Now you understand about auto-discovery you may also have realised there is a glaring hole in your plan to track your RSS subscriptions. Although you carefully placed the FeedReader or tracking code onto your pages, did you also change the auto-discovery link? Even if you did change this, could copies of your old link have been cached in the past by other users and web services?</p>
<p><strong>To solve this, consolidate or redirect all your feeds to one URL</strong>. If you are using WordPress, then the easiest method is to install the <a href="http://www.google.com/support/feedburner/bin/answer.py?answer=78483">FeedSmith plugin</a>. This lets you enter the FeedBurner or other tracking URL into the admin section and all variations of your feed URL will be redirected here.</p>
<p>However if you want more control or are using another platform, set up 301 redirects yourself. Create or open up your .htaccess file, in the root of your site and copy in the following:</p>
<p><code># BEGIN Consolidate Feeds<br />
Redirect 301 /wp-rss.php http://www.mydomain.com/wp-rss2.php<br />
Redirect 301 /wp-rdf.php http://www.mydomain.com /wp-rss2.php<br />
Redirect 301 /wp-atom.php http://www.mydomain.com/wp-rss2.php<br />
Redirect 301 /feed http://www.mydomain.com/wp-rss2.php<br />
Redirect 301 /wp-rss2.php http://your-feedburner-url/<br />
# END Consolidate Feeds</code></p>
<p>As you see, we redirect all the main feed variations (in this case WordPress) to our wp-rss2.php page. On the last line we redirect this to our tracking URL. If we ever want to change this tracking URL, you simply replace the one line at the end.</p>
<p>Of course, consolidating your feeds <strong>can result in a nice jump in subscriber numbers</strong>. Let me know how it goes in the comments.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Blogging+Tips' rel='tag' target='_self'>Blogging Tips</a>, <a class='technorati-link' href='http://technorati.com/tag/Feeds' rel='tag' target='_self'>Feeds</a>, <a class='technorati-link' href='http://technorati.com/tag/FeedSmith' rel='tag' target='_self'>FeedSmith</a>, <a class='technorati-link' href='http://technorati.com/tag/RSS' rel='tag' target='_self'>RSS</a>, <a class='technorati-link' href='http://technorati.com/tag/Tips' rel='tag' target='_self'>Tips</a>, <a class='technorati-link' href='http://technorati.com/tag/WordPress' rel='tag' target='_self'>WordPress</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://nickwilsdon.com/?ak_action=api_record_view&id=187&type=feed" alt=" 3 Advanced Tips to Optimise Your Blog Feeds"  title="3 Advanced Tips to Optimise Your Blog Feeds" />]]></content:encoded>
			<wfw:commentRss>http://nickwilsdon.com/3-advanced-tips-optimise-blog-feeds/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
