<?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>Take More RisksBlogging</title>
	<atom:link href="http://www.takemorerisks.com/category/blogging/feed" rel="self" type="application/rss+xml" />
	<link>http://www.takemorerisks.com</link>
	<description>A Northern Irish Blogger on Web Development, Domaining and Site Flipping.</description>
	<lastBuildDate>Mon, 26 Apr 2010 19:21:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Is Having Different Titles For Each Index Page On A Blog Good For SEO?</title>
		<link>http://www.takemorerisks.com/is-having-different-titles-for-each-index-page-on-a-blog-good-for-seo.html</link>
		<comments>http://www.takemorerisks.com/is-having-different-titles-for-each-index-page-on-a-blog-good-for-seo.html#comments</comments>
		<pubDate>Thu, 08 Jan 2009 14:39:48 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Blogging]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.takemorerisks.com/?p=477</guid>
		<description><![CDATA[OK let&#8217;s say that you have a blog that has a set title on the index page, for example &#8220;Buy Widgets Online. Great Widgets and Pink Widgets For Sale&#8221;. Your blog subsequently ranks well for &#8220;Buy Widgets Online&#8221; and &#8220;Pink Widgets For Sale&#8221; but you later encounter other keyphrases that you would like to rank [...]]]></description>
			<content:encoded><![CDATA[<p>OK let&#8217;s say that you have a blog that has a set title on the index page, for example &#8220;Buy Widgets Online. Great Widgets and Pink Widgets For Sale&#8221;. Your blog subsequently ranks well for &#8220;Buy Widgets Online&#8221; and &#8220;Pink Widgets For Sale&#8221; but you later encounter other keyphrases that you would like to rank for.</p>
<p>One option is to stuff the title with all of these key phrases. This will make the title appear messy and will devalue the weight that the other keywords in the title holds.</p>
<p>The other option is to change the titles of the next index page to target the desired keywords. By this I mean pages <a href="http://www.takemorerisks.com/pages/2/">like http://www.takemorerisks.com/pages/2/</a> which show older posts from my blog.</p>
<p>As an experiment I drafted up some rough code in PHP which I placed within the header.php file of another website and I then tested it out.</p>
<pre>$request = $_SERVER['REQUEST_URI'];
if($request == "/blog/" || $request == "/blog/page/1/") {
$title = "Buy Widgets Online. Great Widgets and Pink Widgets For Sale";
}
elseif(strstr($request, "page/2")) {
$title = "Free Widgets, Widgets For Adults, Widgets For Children";
}
elseif(strstr($request, "page/3")) {
$title = "Blue Widgets, Widgets That Bark, Invisible Widgets";
}
else {
$title = the_title('','', false);
}</pre>
<p>My question is, would this have any beneficial effect on SEO? We&#8217;re told repeatedly that key phrases placed within the title tag hold the greatest weight on a page, so surely we should at least rank for some of these keywords? What if we used a similar technique to automatically inject unique content onto these pages that was related to the keywords in the title?</p>
<p>Injecting a significant amount of content into these pages could help them bypass the most lenient of duplicate content filters but probably not Google. We could maybe combat this by limiting the number of posts that appear on each of the index pages but this could be overkill for such a potentially small reward.</p>
<p>It&#8217;s an interesting idea but one I haven&#8217;t much experience with yet. I&#8217;d appreciate your thoughts and or experiences with this!</p>
<p>Update : I&#8217;ve just found the <a href="http://www.netconcepts.com/seo-title-tag-plugin/">SEO Title Tag Wordpress plugin</a> which allows you to edit any of the titles on your blog, which might be useful for this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.takemorerisks.com/is-having-different-titles-for-each-index-page-on-a-blog-good-for-seo.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Reflections on Shoemoney&#8217;s Seven Deadly Sins</title>
		<link>http://www.takemorerisks.com/reflections-on-shoemoneys-seven-deadly-sins.html</link>
		<comments>http://www.takemorerisks.com/reflections-on-shoemoneys-seven-deadly-sins.html#comments</comments>
		<pubDate>Wed, 07 Jan 2009 15:49:43 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Paid Posts]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.takemorerisks.com/?p=471</guid>
		<description><![CDATA[This post is in response to Shoemoney&#8217;s article about the Seven Deadly Sins For People Trying to Make Money Online. I stumbled across it yesterday and it really made me think, so I thought it&#8217;d be useful to write about my own sins and my thoughts about them.
I&#8217;d love to hear about your own responses [...]]]></description>
			<content:encoded><![CDATA[<p>This post is in response to <a href="http://www.shoemoney.com/2009/01/05/seven-deadly-sins-for-people-trying-to-make-money-online">Shoemoney&#8217;s article about the Seven Deadly Sins For People Trying to Make Money Online.</a> I stumbled across it yesterday and it really made me think, so I thought it&#8217;d be useful to write about my own sins and my thoughts about them.</p>
<p>I&#8217;d love to hear about your own responses to this too.</p>
<h2>Hope</h2>
<p>For me hope has lead to distraction in the past. I&#8217;ve become so excited about certain projects that I&#8217;ve lost focus entirely on them. Instead of writing any code I&#8217;ve been guilty of spending a lot of time simply planning and dreaming. Now there&#8217;s nothing wrong with planning if it serves to propel the project along. However my planning mainly revolved around how I planned to celebrate the success of the project, yet I&#8217;d barely written a line of code.</p>
<p>What the fuck? Talk about delusional!</p>
<p>Hope is meaningless unless you&#8217;re prepared to actualise the ideas you have. Ideas are delusions until they are realised or at the very least, mapped down on paper.</p>
<p>The biggest problem for me is that hope often casts the shadow of doubt when something fails. Instead of investigating WHY something didn&#8217;t work, I&#8217;d often just quit and return to scratching my balls and complaining about how retarded people are on reddit or digg for not upvoting my posts.</p>
<h2>Envy</h2>
<p>I&#8217;ve felt envious of other peoples success in the past which is ridiculous as the more time I spend focusing on other peoples success the less time I&#8217;ve spent working towards my own.</p>
<p>I&#8217;m now a firm believer that you should welcome success wherever you see it because by keeping such a positive mental attitude you&#8217;re more likely to attract success into your own life.</p>
<p>We&#8217;re all on our own individual paths, which is <a href="http://www.grandmasterb.com/i-wanna-be-a-john-chow-clone/">why trying to follow someone else is fucking stupid.</a> You&#8217;ve gotta make your own mistakes and fashion your own way in the world. Reading blogs and forum posts should count for 10% max in terms of progressing. The rest must come from your own experience and that comes from trying shit out. No matter how insignificant it may seem.</p>
<h2>Inconsistency / Laziness</h2>
<p>When I&#8217;m working on a site I tend to pause once I&#8217;ve created 3 or 4 pages and then survey my work. This is when I become distracted and I start checking stats etcetera, thus disturbing any creative flow I originally had.</p>
<p>In all honesty I just haven&#8217;t worked hard enough to deserve success so I can have no complaints in that area, especially recently where I haven&#8217;t being doing any online stuff at all.</p>
<p>Much of my inconsistency stems from self doubt. I&#8217;m constantly over analysing things and putting my ideas down before I&#8217;ve fully worked them through. It&#8217;s good to be critical to an extent, we all need to have our bullshit detectors tuned to 10 at times, but it can impede productivity too much.</p>
<p>There comes a time when you must switch the inner critic off and just regain some focus on what you&#8217;re aiming towards.</p>
<p>This is why it&#8217;s so crucial to have goals, because then you have something to aim towards and the pull of the inner critic weakens. I&#8217;m aiming to be free of my own inner critic soon so that I can realise my aims of moving into my own apartment by the end of the year.</p>
<p>The idea of still living at home with my parents at the age of 25 is terrifying, which is why I&#8217;ve started blogging here again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.takemorerisks.com/reflections-on-shoemoneys-seven-deadly-sins.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>8 Ways To Protect Small Niche Wordpress Blogs From Dying And/Or Becoming Unsellable.</title>
		<link>http://www.takemorerisks.com/ways-to-protect-small-niche-wordpress-blogs-from-becoming-unsellable.html</link>
		<comments>http://www.takemorerisks.com/ways-to-protect-small-niche-wordpress-blogs-from-becoming-unsellable.html#comments</comments>
		<pubDate>Tue, 06 Jan 2009 14:20:16 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Blogging]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.takemorerisks.com/?p=458</guid>
		<description><![CDATA[We&#8217;ve all created blogs that we&#8217;ve left to drop in the past due to a possible variety of reasons. Maybe they weren&#8217;t getting enough hits. Maybe they were proving too hard to manage. Maybe they just plain sucked.
Here are a few tips that I&#8217;ve learnt the hard ways that should help you prolong the life [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve all created blogs that we&#8217;ve left to drop in the past due to a possible variety of reasons. Maybe they weren&#8217;t getting enough hits. Maybe they were proving too hard to manage. Maybe they<em> just plain sucked</em>.</p>
<p>Here are a few tips that I&#8217;ve learnt the hard ways that should help you prolong the life of your blog or even make it a success. If anyone has any additional ideas about this please leave them in the comments section.</p>
<ol>
<li>If you&#8217;re not entirely certain that you&#8217;ll update the blog anymore, then <a href="http://corymiller.com/advice-i-give-my-clients/removing-the-date-from-posts/">remove all traces of the date from your posts</a>. In Wordpress his may involve <a href="http://www.lancelhoff.com/wordpress-removing-post-date-from-permalinks/">altering your permalink structure so that it no longer includes the date in the URL</a>, as well as removing &lt;?php the_time(&#8217;M.d, Y&#8217;) ?&gt; from both the index, single post and category templates in Wordpress.</li>
<li>Enable Akismet immediately. I don&#8217;t know how many times I&#8217;ve created a small blog and within a few months I&#8217;ve had 1,000&#8217;s of spam comments to moderate. A bad situation is made worse when there are legitimate comments from your readers mixed in there too. The screenshot below is taken from a blog I created only 4-5 months ago.
<p><img class="alignnone" src="http://www.takemorerisks.com/manage_comments.gif" alt="" width="469" height="213" /></p>
<p>I&#8217;ve 2 options now with this blog 1) Leave the comments as they are or 2) Study some of the contents of the spam addresses, look for common keywords within the messages and run an SQL DELETE query from phpMyAdmin on the wp_comments table using LIKE within WHERE e.g. &#8220;DELETE FROM wp_comments WHERE comment_content LIKE &#8216;%viagra%&#8221;. (There&#8217;s probably a less primitive way of doing this. If anyone knows of a better way please get in touch!)</li>
<li>Instead of creating and publishing 20 posts immediately, set the <a href="http://www.zuruzuru.org/archives/2008/12/19/wordpress-tip-change-scheduled-post-date-information/">Publish Date to sometime within the future</a> so that if you do try to sell it later on, potential buyers will think it&#8217;s been updated more recently and are more likely to make an offer.</li>
<li><a href="http://andywibbels.com/2007/01/how-to-add-google-analytics-to-your-wordpress-blog/">Install Google Analytics immediately on your blog</a> so that you have a complete history of the sites traffic.  There&#8217;s nothing worse than creating a blog that eventually receives  traffic but is forgotten about. Besides having all of the statistics will increase a buyers peace of mind when evaluating whether your website is worth buying.</li>
<li>In a similar vain to number 4 it can be helpful <a href="http://performancing.com/revenue/can-you-monetize-a-blog-too-soon">to monetize your site discreetly early on</a> in order to tap into the earning potential in that particular market. However you risk<a href="http://www.doshdosh.com/blogging-tip-dont-make-the-mistake-of-monetizing-your-blog-too-early/"> harming your sites reputation especially if you go overboard with advertisements</a>. From my own perspective if I see a website is making some money I&#8217;m motivated to work on it more. By having a clear indication of how much each of your sites are earning you can then use this as a factor into the projects you want to prioritize.</li>
<li>Never underestimate the possibility of your blog becoming an unexpected hit. For this reason I sometimes set up the blog <a href="http://www.bizquarium.com/install-wordpress-subdirectory">in a seperate blog subfolder in the site</a>, instead of installing it in the root directory if I anticpate that it will be popular amongst users. That way I can build a community around the blog without much hassle.</li>
<li><a href="http://www.dailyseoblog.com/2008/04/tags-and-categories-seo-and-usability/">Create categories for your blog as early on as possible</a>. When I&#8217;m starting a blog in a niche <a href="https://adwords.google.com/select/KeywordToolExternal">I start with the Google Adwords Sandbox</a> where I search for the niche and use the suggestions to come up with names for the categories that will appear on the site. I normally then use each of these additional keyphrases to search for more specific topics using the same tool. It&#8217;s a great way to come up with ideas for posts.</li>
<li>Following on from 7, ensure that you target at least some key phrases related to your niche that appear in <a href="http://www.wordtracker.com">Wordtracker</a> or the <a href="https://adwords.google.com/select/KeywordToolExternal">Google Adwords Sandbox</a>.  This will help increase your chances of receiving search engine traffic early on which is often invaluable, especially when these <a href="http://www.terrydean.org/using-long-tail-keywords-for-profit/">visitors are targetted</a> and <a href="http://www.successful-blog.com/1/what-do-you-want-to-contribute-as-social-media-community-member/">contribute to your community.</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.takemorerisks.com/ways-to-protect-small-niche-wordpress-blogs-from-becoming-unsellable.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Every Site Should Be Built For A Reason &#8211; Even If The Reason Is Only Money</title>
		<link>http://www.takemorerisks.com/every-site-should-be-built-for-a-reason-even-if-the-reason-is-only-money.html</link>
		<comments>http://www.takemorerisks.com/every-site-should-be-built-for-a-reason-even-if-the-reason-is-only-money.html#comments</comments>
		<pubDate>Wed, 30 Jan 2008 19:37:21 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Ramblings]]></category>

	<!-- AutoMeta Start -->
	<category>reason</category>
	<category>exact</category>
	<category>building</category>
	<category>process</category>
	<category>design</category>
	<category>important</category>
	<category>website</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.takemorerisks.com/every-site-should-be-built-for-a-reason-even-if-the-reason-is-only-money.html</guid>
		<description><![CDATA[I think it&#8217;s important to know the exact reason behind building a website during the design process. This is especially important if you&#8217;re building low-quality niche websites that don&#8217;t have a purpose other than to serve as Made For Adsense (MFA) pages.
For example I built Jesus Illusion during the summer of 2007 for seemingly no [...]]]></description>
			<content:encoded><![CDATA[<p>I think it&#8217;s important to know the exact reason behind building a website during the design process. This is especially important if you&#8217;re building low-quality niche websites that don&#8217;t have a purpose other than to serve as Made For Adsense (MFA) pages.</p>
<p>For example I built <a href="http://www.jesusillusion.info">Jesus Illusion</a> during the summer of 2007 for seemingly no reason at all. My initial intention was to monetize it through Adsense, but due to the risque nature of the content I was unable to do so. In the end, I&#8217;m left with a site that&#8217;s basically worthless and I&#8217;ve no real intention of updating it.</p>
<p>So from now on I&#8217;m gonna put a bit more thought into planning the site&#8217;s purpose before even registering a domain. I feel quite ashamed at the amount of money I&#8217;ve wasted by buying silly names. At one point it was almost an addiction! Nowadays I&#8217;m much more restrained. I&#8217;ve went full circle and become very conservative about business as the negatives have been outweighing the positives. I&#8217;m determined to keep at it though and to maybe even try to post here again a wee bit more regularly!</p>
<p><a href="http://www.takemorerisks.com/wp-content/uploads/2008/01/expiringdomains.gif" title="expiringdomains.gif"><img src="http://www.takemorerisks.com/wp-content/uploads/2008/01/expiringdomains.gif" alt="expiringdomains.gif" /></a><br />
<em>I&#8217;m gonna let all of these domains expire&#8230;&#8230;.Tragic.</em></p>
<p>I&#8217;ve really missed blogging to be honest. I&#8217;ve missed all of this stuff! I&#8217;ve just been so busy with college it&#8217;s unreal!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.takemorerisks.com/every-site-should-be-built-for-a-reason-even-if-the-reason-is-only-money.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Happy 1st Birthday Take More Risks.com</title>
		<link>http://www.takemorerisks.com/happy-1st-birthday-take-more-riskscom.html</link>
		<comments>http://www.takemorerisks.com/happy-1st-birthday-take-more-riskscom.html#comments</comments>
		<pubDate>Sat, 11 Aug 2007 09:30:58 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Blogging]]></category>

	<!-- AutoMeta Start -->
	<category>born</category>
	<category>write</category>
	<category>year</category>
	<category>website</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.takemorerisks.com/happy-1st-birthday-take-more-riskscom.html</guid>
		<description><![CDATA[This website was born on this day exactly a year ago. I don&#8217;t know what else to write. I&#8217;m finding it pretty hard to get back into the ways of Web Development. It just doesn&#8217;t interest me much at the minute. Yet at the same time I don&#8217;t do anything during the day. This is [...]]]></description>
			<content:encoded><![CDATA[<p>This website was born on this day exactly a year ago. I don&#8217;t know what else to write. I&#8217;m finding it pretty hard to get back into the ways of Web Development. It just doesn&#8217;t interest me much at the minute. Yet at the same time I don&#8217;t do anything during the day. This is shit. How the fuck do you pull yourself out of a rut? Could anyone point me to a post offering practical advice on how to &#8220;Stop Scratching Your Balls And Actually Do Some Work&#8221;?</p>
<p>I&#8217;m going on holiday on Monday. Hopefully I get mugged or something. Or at least kicked up the ass. Something to kickstart me, y&#8217;know?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.takemorerisks.com/happy-1st-birthday-take-more-riskscom.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The John Chow Effect And How It Was All Worth It</title>
		<link>http://www.takemorerisks.com/the-john-chow-effect-and-how-it-was-all-worth-it.html</link>
		<comments>http://www.takemorerisks.com/the-john-chow-effect-and-how-it-was-all-worth-it.html#comments</comments>
		<pubDate>Wed, 16 May 2007 20:33:05 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Blogging]]></category>

	<!-- AutoMeta Start -->
	<category>chow</category>
	<category>john</category>
	<category>reviewme</category>
	<category>february</category>
	<category>review</category>
	<category>spent</category>
	<category>back</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.takemorerisks.com/the-john-chow-effect-and-how-it-was-all-worth-it.html</guid>
		<description><![CDATA[Remember how I spent $125 on a John Chow review from Reviewme.com back in February? Well, after the review was published, I started to question whether it was a wise investment or not. I felt as though my blog wasn&#8217;t ready for the influx of visitors that the review provided.

Well it seems as though the [...]]]></description>
			<content:encoded><![CDATA[<p>Remember how I spent $125 on a <a href="http://www.johnchow.com/everyone-should-take-more-risk/">John Chow review</a> from Reviewme.com back in February? Well, after the review was published, I started to question whether it was a wise investment or not. I felt as though my blog wasn&#8217;t ready for the influx of visitors that the review provided.</p>
<p><a href="http://www.takemorerisks.com/wp-content/uploads/2007/05/johnchow.jpg" title="johnchow.jpg"><img src="http://www.takemorerisks.com/wp-content/uploads/2007/05/johnchow.jpg" alt="johnchow.jpg" /></a></p>
<p>Well it seems as though the review was much more valuable than I had anticpated! The most impressive thing is that even though my posting frequency has taken a dive recently the subscribers tally has remained steady since the post-Chow peak, even increasing in recent weeks. I was expecting subscribers to drop off like flies after February!</p>
<p>I think this goes to show that paid reviews can be effective if you even have a little bit of interesting content, especially if you buy a review off a blog with a readership as devoted as John&#8217;s.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.takemorerisks.com/the-john-chow-effect-and-how-it-was-all-worth-it.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My Blogging Mistakes At The Start Of 2007.</title>
		<link>http://www.takemorerisks.com/my-blogging-mistakes-at-the-start-of-2007.html</link>
		<comments>http://www.takemorerisks.com/my-blogging-mistakes-at-the-start-of-2007.html#comments</comments>
		<pubDate>Wed, 16 May 2007 20:06:54 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Blogging]]></category>

	<!-- AutoMeta Start -->
	<category>grammar</category>
	<category>subscribers</category>
	<category>regret</category>
	<category>readers</category>
	<category>mistakes</category>
	<category>entries</category>
	<category>gauging</category>
	<category>proscrastinating</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.takemorerisks.com/my-blogging-mistakes-at-the-start-of-2007.html</guid>
		<description><![CDATA[
I regret buying blogs that have potential but are related to topics that I have no knowledge of interest in.
I&#8217;ve spent too much time worrying about grammar nazis and what they&#8217;ll make of my writing. This has stopped me from writing entries in the past. It&#8217;s my aim to write in a way that I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>I regret buying blogs that have potential but are related to topics that I have no knowledge of interest in.</li>
<li>I&#8217;ve spent too much time worrying about grammar nazis and what they&#8217;ll make of my writing. This has stopped me from writing entries in the past. It&#8217;s my aim to write in a way that I&#8217;m comfortable and that can be understood by the majority of my readers. A few spelling/grammar mistakes aren&#8217;t that important.</li>
<li>As I mentioned yesterday, I should have started postdating entries much earlier!</li>
<li>I feel like I&#8217;ve neglected interacting with other bloggers. I rarely comment on blogs and it can take me a few days to answer emails. I guess that I&#8217;m just a little bit shy.</li>
<li>I&#8217;ve placed too much emphasis on post quantites and word counts.  I need to evaluate my work with a more goal orientated approach (How many new subscribers should each new post attract? How many backlinks on average? How much revenue should each post generate per day?). Word count isn&#8217;t strictly tied to post quality. Aaron Wall is great at getting a point across using very few words.</li>
<li>I need to reintroduce a weekly &#8220;Powerful Posts of The Week&#8221; entry that links to some of the best stuff out there.  This will be especially useful when I&#8217;m struggling to come up with ideas for posts.</li>
<li>I need to stop proscrastinating and actually implement ideas instead of getting boiled down in the specifics and doing nothing.</li>
<li>I&#8217;ve undervalued feed subscribers for far too long. Some of you might remember <a href="http://www.takemorerisks.com/have-feed-subscriber-counts-become-nothing-more-than-a-popularity-contest.html">this ill-informed rant a few months ago which questioned the need for subscribers.</a> Since then I&#8217;ve realised that review sites take into consideration your subscriber tally when they decide upon your price, which is only fair as it&#8217;s a reasonable means of gauging a blogs popularity.</li>
<li>I regret adding only reciprocal links to my Blogroll in recent months. I think it should contain links that are useful to people out there.</li>
<li>I regret spending too much time writing articles for Digg rather than my readers. Although to be honest from August 2006 to February 2007 I didn&#8217;t have very many. I still think it&#8217;s crucial to cater for your existing readers even if they are in single figures. It&#8217;s far too easy to overlook word of mouth as a means of popularising your blog.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.takemorerisks.com/my-blogging-mistakes-at-the-start-of-2007.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A sad day&#8230;..</title>
		<link>http://www.takemorerisks.com/a-sad-day.html</link>
		<comments>http://www.takemorerisks.com/a-sad-day.html#comments</comments>
		<pubDate>Sun, 29 Apr 2007 07:27:54 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Blogging]]></category>

	<!-- AutoMeta Start -->
	<category>realising</category>
	<category>sitepoint</category>
	<category>acquire</category>
	<category>fresh</category>
	<category>noises</category>
	<category>fart</category>
	<category>yesterday</category>
	<category>blogs</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.takemorerisks.com/a-sad-day.html</guid>
		<description><![CDATA[Yesterday I decided to list Fart Noises up on Sitepoint after realising it would be more profitable in the long run to acquire some fresh new blogs with the proceeds.
I&#8217;ve been overwhelmed with the interest in the site so far! The bid currently stands at $1,200 with a BIN of $2,000 which I think is [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I decided to list Fart Noises up on Sitepoint after realising it would be more profitable in the long run to acquire some fresh new blogs with the proceeds.</p>
<p>I&#8217;ve been overwhelmed with the interest in the site so far! The bid currently stands at $1,200 with a BIN of $2,000 which I think is fair for a website that should consistently make at least $200 a month for the next year.</p>
<p><a href="http://www.sitepoint.com/marketplace/auction/7496"><img src="http://www.sitepoint.com/marketplace/auctionimage/7496" alt="View Auction" /></a></p>
<p>I&#8217;ll keep y&#8217;all posted on how the sale goes. Hopefully I can have it all wrapped up by early next week.</p>
<p>I&#8217;ll miss the bugger y&#8217;know, it&#8217;s reinstated my faith in blogging. I think it goes to prove that it isn&#8217;t strictly necessary to keep to any type of blogging schedule if the content is compelling enough. After all, I failed to write a single post between November and March and once I resumed blogging the audience came rushing back. Weird eh?</p>
<p>Sometimes all of the advice from the &#8220;gurus&#8221; can really take the joy out of blogging. It&#8217;s almost as if there are a set of blogging commandments that we all must adhere too!</p>
<ul>
<li>Thou must update x times a week.</li>
<li>Thou must write in lists.</li>
<li>Thou must write at least 300-500 words per post.</li>
<li>Thou must not place your ads like this.</li>
</ul>
<p>I understand that most of these are considered best practices in the blogosphere and I can see why people recommend them. However there comes a time where all of these regulations can take all of the fun out of blogging. Rather than updating because you want to, you find yourself obligated to stick to these standards in fear of failure. Little by little blogging becomes more of a struggle!</p>
<p>I think it&#8217;s crucial to test these things out for yourself, finding your own set of best practices. Sure enough most should overlap with what is commonly accepted in the blogosphere. But in the end of the day you should let your earnings do the talking. In short, be your own guru and find what works for you!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.takemorerisks.com/a-sad-day.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Monetizing New Blogs &#8211; Is It Really Worth It?</title>
		<link>http://www.takemorerisks.com/monetizing-new-blogs-is-it-really-worth-it.html</link>
		<comments>http://www.takemorerisks.com/monetizing-new-blogs-is-it-really-worth-it.html#comments</comments>
		<pubDate>Fri, 13 Apr 2007 10:15:23 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Blogging]]></category>

	<!-- AutoMeta Start -->
	<category>monetizing</category>
	<category>cons</category>
	<category>nate</category>
	<category>wrote</category>
	<category>earlier</category>
	<category>days</category>
	<category>post</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.takemorerisks.com/monetizing-new-blogs-is-it-really-worth-it.html</guid>
		<description><![CDATA[Nate wrote this excellent post a few days earlier weighing the pros and cons of monetizing young blogs. As you may have noticed I still haven&#8217;t placed any permanent ads on Take More Risks. Much like Nate, my income from CPC ads didn&#8217;t justify the negative impact that the ads were having on my site&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://natewhitehill.com/2007/04/10/goodbye-cpc-advertising/">Nate wrote this excellent post</a> a few days earlier weighing the pros and cons of monetizing young blogs. As you may have noticed I still haven&#8217;t placed any permanent ads on Take More Risks. Much like Nate, my income from CPC ads didn&#8217;t justify the negative impact that the ads were having on my site&#8217;s image.</p>
<p>I couldn&#8217;t help thinking that if the ads discouraged bloggers from backlinking to my work then I would actually be losing money. How much is a link worth after all? $10? $20? My Adsense earnings over a two week period didn&#8217;t even reach $3.</p>
<p>I think it&#8217;s crucial that you gain a strong readership with many backlinks from reputable sites in your niche before even completing monetization. <a href="http://www.shoemoney.com">Shoemoney</a>, for instance, generally monetizes a site once it reaches 1000 uniques/day.</p>
<p>I don&#8217;t think it&#8217;s wise to base this decision on unique visits alone, it might be the case that your site is well optimised for the search engines but few people are actually citing your work. You should factor in the quality and desirability of your content as well. If no one is linking to your site then all it takes is a search engine algorithm update for everything to fall on its ass.</p>
<p>You need to be in a position where your blog has enough varied recognition across your niche so that it can maintain it&#8217;s popularity for a many months to come. Placing ads from day one will discourage reputable bloggers in your niche from linking to your work.</p>
<p>Remember backlinks from such authority sites will form the backbone on which the success of your SEO campaign rests upon. Paid reviews will only get you so far and are arguably worthless until authority sites begin to link to your work.</p>
<p>In the meantime, develop content that will appeal to your audience and forget about the few measly beans you can make from Adsense. Your earning potential will sky-rocket if you continue to give your readership what they want.</p>
<p>As for the future of Take More Risks, I feel like I need to update this blog more consistently before I can even begin to justify monetization. My aim is to get back to the average of 1 post a day that I was at before the Mid-March slump.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.takemorerisks.com/monetizing-new-blogs-is-it-really-worth-it.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Why I Blog and Why I Don&#8217;t Like Blogging</title>
		<link>http://www.takemorerisks.com/why-i-blog-and-why-i-dont-like-blogging.html</link>
		<comments>http://www.takemorerisks.com/why-i-blog-and-why-i-dont-like-blogging.html#comments</comments>
		<pubDate>Thu, 12 Apr 2007 20:21:51 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Blogging]]></category>

	<!-- AutoMeta Start -->
	<category>express</category>
	<category>influence</category>
	<category>voice</category>
	<category>people</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.takemorerisks.com/why-i-blog-and-why-i-dont-like-blogging.html</guid>
		<description><![CDATA[Brandon tagged me for this a few days ago and I&#8217;ve only got around to completing it now. So here goes!
Why I Blog 
1) Voice/Influence/Friends &#8211; It allows me to express myself to people I would normally have no influence over. It&#8217;s cool interacting with other bloggers via comments and trackbacks, I&#8217;ve made a few good [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.brandon-hopkins.com">Brandon</a> tagged me for this a few days ago and I&#8217;ve only got around to completing it now. So here goes!</p>
<p><strong>Why I Blog </strong></p>
<p>1) Voice/Influence/Friends &#8211; It allows me to express myself to people I would normally have no influence over. It&#8217;s cool interacting with other bloggers via comments and trackbacks, I&#8217;ve made a few good friends from this blog.</p>
<p>2) Convienience &#8211; It&#8217;s so easy to create new content! All I have to do is login &gt; click Write Post and start typing. It isn&#8217;t as easy to update static websites where you must integrate all of the templates yourself amongst other things. With Wordpress you can have a blog up and running within a few hours.</p>
<p>3) Laughs -  I love writing for my comedy blogs. It feels like second nature! I&#8217;d still create these sites even if I wasn&#8217;t making any money from them.</p>
<p>4) Freedom &#8211; I can write what I want when I want. It&#8217;s a brilliant medium for free space.</p>
<p>5) Making Money &#8211; This is probably the biggest one and it&#8217;s why I got into in the first place. I think it&#8217;s dangerous if you over-priortize money making as your main objective as it will dampen the impact it has with your visitors in it&#8217;s early formative years.</p>
<p><strong>Why I Don&#8217;t Like Blogging</strong></p>
<p>1) Pressure &#8211; Once you&#8217;ve started to build momentum you must continue to produce good content otherwise your audience will dwindle. Posting can become more of a chore than a hobby.</p>
<p>2) Finding your Voice / Self Doubt &#8211; There&#8217;s always the danger that you&#8217;ll come across as an ill informed bufoon to your audience, especially if you are new and trying to find your voice/writing technique.</p>
<p>3) Maintaining Consistency &#8211; You have to be dedicated to your blog over a prolonged period, even when you are going through hard times. You can&#8217;t have any days off, particularly if you are still a small-gun and can&#8217;t attract any guest writers.</p>
<p>4) Being Part of the &#8220;Blogosphere&#8221; &#8211; Arghhh! The next person to mention the blogosphere will receive a trout to the face <img src='http://www.takemorerisks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  The whole blogging thing can seem a bit incestious, it&#8217;s like you are part of a secret society or something. This sucks.</p>
<p>5) Getting a new blog indexed can be like pushing an elephant up the stairs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.takemorerisks.com/why-i-blog-and-why-i-dont-like-blogging.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
