<?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>Lee Munroe &#187; talk</title> <atom:link href="http://www.leemunroe.com/tags/talk/feed/" rel="self" type="application/rss+xml" /><link>http://www.leemunroe.com</link> <description>User Experience and Web Interface Designer Lee Munroe</description> <lastBuildDate>Thu, 09 Feb 2012 02:44:16 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>Barcamp Belfast: The 7 Deadly Sins of WordPress</title><link>http://www.leemunroe.com/barcamp-belfast-7-deadly-sins-wordpress/</link> <comments>http://www.leemunroe.com/barcamp-belfast-7-deadly-sins-wordpress/#comments</comments> <pubDate>Mon, 27 Apr 2009 16:45:41 +0000</pubDate> <dc:creator>Lee</dc:creator> <category><![CDATA[Events]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[barcamp]]></category> <category><![CDATA[belfast]]></category> <category><![CDATA[event]]></category> <category><![CDATA[talk]]></category> <category><![CDATA[tips]]></category><guid
isPermaLink="false">http://www.leemunroe.com/?p=1282</guid> <description><![CDATA[I had the pleasure of attending and talking at Barcamp Belfast on Saturday (25th April) before dashing off and getting a plane to London for the marathon. I had a&#8230;<html><body><h1>400 Bad request</h1> Your browser sent an invalid request.</body></html> ]]></description> <content:encoded><![CDATA[<p>I had the pleasure of attending and talking at Barcamp Belfast on Saturday (25th April) before dashing off and getting a plane to <a
href="http://results-2009.london-marathon.co.uk/index.php?lastname=munroe&amp;firstname=lee&amp;club=&amp;gender=&amp;nation=&amp;event_id=MAS&amp;position=&amp;split=FINISHNET&amp;Submit=show+results+%3E%3E&amp;a=d&amp;o=s&amp;start_no=33659&amp;ostart_no=#">London for the marathon</a>.</p><p>I had a great morning and going by feedback from others the whole day was a great success with some <a
href="http://barcampbelfast.com/">fantastic speakers and over 350 attendees</a>. Well done to <a
href="http://goodonpaper.org">Andy Good</a> for putting it together, along with all those who helped out. <a
href="http://alaninbelfast.blogspot.com/2009/04/barcamp-belfast-2009-reflections.html">There&#8217;s a good video montage of the day here</a>.</p><p><span
id="more-1282"></span></p><h4>The 7 Deadly Sins of WordPress</h4><p>I got the ball rolling at 9.30am with my WordPress talk, looking at <strong>7 ways to make your (WordPress) blog more effective</strong>.</p><p>I thought that rather than put up my slides (which don&#8217;t really make sense out of context) I&#8217;d give an overview of the 7 points and the solutions.</p><h4>1. Backup</h4><p>Assume things will go wrong and the time will come when you&#8217;ll regret you didn&#8217;t backup (<strong>server problems, site gets hacked, client/other user deletes stuff, you muck it up yourself</strong>)</p><h5>Solution</h5><p><strong>Backup daily automatically</strong> with <a
href="http://wordpress.org/extend/plugins/wp-db-backup/">WP-DB-Plugin</a>. Your backup will be emailed to you daily and you don&#8217;t have to lift a finger.</p><h4>2. Easy Comments</h4><p>Make it as<strong> easy as possible for users to leave comments</strong>. Don&#8217;t put a barrier in their way in the form of <strong>captchas</strong> or having to <strong>signup</strong> to leave a comment. These are used to stop spam, but there are better user friendly ways.</p><h5>Solution</h5><p>To stop spam, install and activate <a
href="http://wordpress.org/extend/plugins/akismet/">Akismet</a> (which will put spam in a spam folder) and verify comments before they&#8217;re published.</p><h4>3. URLS</h4><p>The default URL for posts e.g. <strong>http://www.leemunroe.com/?p=1194</strong> doesn&#8217;t mean anything to users or search engines.</p><p><strong>http://www.leemunroe.com/tips-more-twitter-followers/</strong> means more to users (they now know what content is on that page) and <strong>search engines</strong> can allocate keywords to that page based on the url</p><h5>Solution</h5><p>Under <strong>Settings &gt; Permalinks</strong> click &#8216;Custom structure&#8217; and enter <strong>/%postname%/</strong>. This will change your URL so it includes the article title.</p><h4>4. Feed</h4><p>Make sure your RSS feed link is easy to find. It should be clearly linked to i<strong>n your sidebar and should be in the browsers address bar</strong> also (this is a common convention and there are also applications that will find your feed going by the link in your head).</p><p>By default WordPress will include this link, as will most themes, but if you&#8217;re designing your own theme it can often be overlooked.</p><h5>Solution</h5><p>Put this code between your &lt;head&gt; tags:</p><p><strong>&lt;link rel=&#8221;alternate&#8221; type=&#8221;application/rss+xml&#8221; title=“Title&#8221; href=&#8221;link-to-feed&#8221; /&gt;</strong></p><h4>5. Actions</h4><p>Once someone reads through your post it&#8217;s up to you to <strong>point them in the right direction of what their next actions should be</strong>. They could add a comment, read other articles on your site, help promote the post, follow you on Twitter etc.</p><h5>Solution</h5><p>Use the following plugins to <strong>suggest actions at the end of your post</strong>. These will help keep users on your site reading other articles or help to promote your post via social networking sites.</p><ul><li><a
href="http://wordpress.org/extend/plugins/similar-posts/">Similar posts plugin</a></li><li><a
href="http://wordpress.org/extend/plugins/wordpress-popular-posts/">Popular posts plugin</a></li><li><a
href="http://wordpress.org/extend/plugins/share-this/">Share this plugin</a> or <a
href="http://wordpress.org/extend/plugins/sociable/">sociable plugin</a></li></ul><h4>6. SEO</h4><p>For your posts to be found on Google they have to be well optimized. There are a few simple modifications you can make to help SEO.</p><h5>Solution</h5><p>Use the <a
href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">All In One SEO Pack</a> and you can <strong>set titles, descriptions and keywords</strong> for your homepage, posts and pages.</p><h4>7. Text</h4><p>On the web, people don&#8217;t read they scan. You have roughly 3 seconds to grab the readers attention so your text should be easily read and scannable.</p><h5>Solution</h5><ul><li>Break blocks of text into smaller paragraphs</li><li>Use meaningful sub headings</li><li>Use lists where appropriate (bullet and numbered)</li><li>Highlight (bold) keywords</li><li>Make sure links stand out against other text</li><li>Remove unnecessary waffle text</li></ul><div
style="text-align:center;"><img
class="alignnone size-full wp-image-1289" title="belfast1" src="http://www.leemunroe.com/wp-content/uploads/belfast1.jpg" alt="B-E-L-F-A-S-T" width="540" height="405" /></div><p><a
href="http://www.flickr.com/photos/14524021@N04/">Photo thanks to Colin Parte</a></p><p>These are my 7 deadly sins of WordPress. It should take you no longer than an hour to implement these solutions and they will make a big difference to the effectiveness of your blog.</p><p><strong><em>There are lots of other ways you can improve the effectiveness of your blog so feel free to share any tips below.</em></strong></p><p><strong><em>Also if anyone has any links to #barcampbelfast roundups or photos, please share.</em></strong></p> ]]></content:encoded> <wfw:commentRss>http://www.leemunroe.com/barcamp-belfast-7-deadly-sins-wordpress/feed/</wfw:commentRss> <slash:comments>11</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic (User agent is rejected)
Database Caching 20/30 queries in 0.112 seconds using disk: basic

Served from: www.leemunroe.com @ 2012-02-09 13:12:51 -->
