<?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>Website Design &#38; SEO for Small Business &#187; WordPress</title> <atom:link href="http://www.seoaly.com/wordpress/feed/" rel="self" type="application/rss+xml" /><link>http://www.seoaly.com</link> <description>Affordable SEO Audits, Keyword Research &#38; Wordpress Website Design</description> <lastBuildDate>Tue, 08 May 2012 17:14:45 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>w3 Total Cache &amp; Canonical URL Issues</title><link>http://www.seoaly.com/w3-total-cache-canonical-url-issues/</link> <comments>http://www.seoaly.com/w3-total-cache-canonical-url-issues/#comments</comments> <pubDate>Fri, 20 May 2011 12:00:14 +0000</pubDate> <dc:creator>Alysson</dc:creator> <category><![CDATA[On-Site SEO]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[canonical URL issues]]></category> <category><![CDATA[w3 total cache]]></category> <category><![CDATA[www vs. non-www]]></category><guid isPermaLink="false">http://www.seoaly.com/?p=1802</guid> <description><![CDATA[<p>If you follow me on Twitter, you may have noticed a tweet from me a while back lamenting a conflict between a caching plugin and the 301 redirect from non-www to www (or vice versa &#8211; whichever is the preferred URL for a given site).  From time to time I check to make sure that [...]</p><p>For a limited time, save 50% on my already insanely affordable <a href="http://www.seoaly.com/affordable-small-business-website-design/">small business website design</a> service.  Or learn more about <a href="http://www.seoaly.com/seo-audit/">SEO audit</a> and <a href="http://www.seoaly.com/keyword-research/">keyword research</a> services.The post, <a href="http://www.seoaly.com/w3-total-cache-canonical-url-issues/">w3 Total Cache &#038; Canonical URL Issues</a>, originated on SEOAly and may not be republished or reproduced without my written permission.</p> Related posts:<ol><li><a href='http://www.seoaly.com/canonical-url-issues-and-link-equity/' rel='bookmark' title='Canonical URL Issues and Link Equity'>Canonical URL Issues and Link Equity</a></li></ol>]]></description> <content:encoded><![CDATA[<div id="attachment_1803" class="wp-caption alignleft" style="width: 169px"><a href="http://www.flickr.com/photos/shuttermonkey/3424750103/sizes/s/"><img class="size-full wp-image-1803" title="lightbulb" src="http://www.seoaly.com/wp-content/uploads/lightbulb.jpg" alt="Lightbulb Moment" width="159" height="240" /></a><p class="wp-caption-text">Photo By: shuttermonkey</p></div><p>If you follow me on <a href="http://www.seoaly.com/dont-be-a-twitter-tool/">Twitter</a>, you may have noticed a tweet from me a while back lamenting a conflict between a caching plugin and the 301 redirect from non-www to www (or vice versa &#8211; whichever is the preferred URL for a given site).  From time to time I check to make sure that the non-www URLs of pages on my site are being properly redirected to the www URLs.</p><p>Some time after I started using the <a href="http://wordpress.org/extend/plugins/w3-total-cache/" target="_blank">w3 Total Cache plugin</a>, that stopped happening.  I was not bursting with fruit flavor, but hey&#8230;what are ya gonna do?  It&#8217;s a free plugin.  And one that, to that point, had served me very well.  After tweeting about the issue, one of the plugin&#8217;s developers responded that it was an issue they were aware of and that it would hopefully be resolved in a future release.</p><p>I was happy to hear that, but in the interim and despite how much I liked the w3 Total Cache plugin, I decided to stop using it.  Instead I went back to using <a href="http://wordpress.org/extend/plugins/wp-super-cache/" target="_blank">WP Super Cache</a>, which did not interfere with the 301 redirect.  When the latest version of w3 Total Cache was released, I tried it again&#8230;hoping the issue had been resolved.  Much to my dismay, it hadn&#8217;t.  So, back to WP Super Cache I went.  Again.</p><p>While I believe certain features of w3 Total Cache &#8211; like browser caching, object caching and built in minify functions, make it the better caching plugin, as an <a href="http://www.seoaly.com">SEO</a> the idea of my site having www/non-www canonical issues really stuck in my craw.  Since that&#8217;s an issue I always advise site owners to resolve to help mitigate potential <a href="http://www.seoaly.com/canonical-url-issues-and-link-equity/">link equity</a> issues, I can&#8217;t in good conscience not practice what I preach.</p><p>That said, I&#8217;m a stubborn geek.  And I wanted to find a way to use what I believe to be a superior plugin without having my site continue to suffer from www/non-www <a href="http://www.seoaly.com/canonical-url-issues-and-link-equity/">canonical URL issues</a>.  I&#8217;ve found a solution that is working.  So, I thought I&#8217;d share it with you.  <em><strong>DISCLAIMER:</strong></em> DO NOT do this unless you know what you&#8217;re doing and know how to fix any problems that may occur as a result of modifying your .htaccess file.  I will not be held responsible if you bork your site.  <span style="text-decoration: underline;">Consider this your warning!</span></p><p>All I had to do was place the following code <span style="text-decoration: underline;"><strong>at the beginning</strong></span> of my .htaccess file (before # BEGIN WordPress and # BEGIN W3TC Browser Cache):</p><blockquote><p>&lt;IfModule mod_rewrite.c&gt;<br /> RewriteEngine On<br /> RewriteCond %{HTTP_HOST} ^<em><strong>domain</strong></em>\.com$ [NC]<br /> RewriteRule ^(.*)$ http://www.<em><strong>domain</strong></em>.com/$1 [R=301,L]<br /> &lt;/IfModule&gt;</p></blockquote><p>I realize this is the standard code for a 301 redirect, but it had not appeared in my .htaccess file before and the non-www URLs had still always 301 redirected to www URLs &#8211; I assume as a basic function of WordPress itself.  That is until the w3 Total Cache plugin was installed, which suggests that it is conflict between a built in function of WordPress and the w3 Total Cache plugin.  Some of you code wonks out there probably know the answer.  I do not profess to be a code wonk, so I can only speculate.</p><p>This will only work for sites running on Apache and obviously you need to replace&#8221;<em><strong>domain</strong></em>&#8221; with YOUR domain.  DUH!  And if I have to tell you to be sure to change .com to .net, .info, .whatever if your domain isn&#8217;t a .com, you should stop reading now.  No, seriously&#8230;just stop.  This is not the post for you.</p><p>Also, if you don&#8217;t know what an .htaccess file is and where to find it, as well as what type of server your site runs on (Windows vs. Linux) and whether it&#8217;s running Apache, well&#8230;you probably would have/should have stopped reading already.  If you didn&#8217;t, sorry I wasted your time.  File this in the &#8220;for future reference&#8221; folder.</p><p>So, if you&#8217;ve got a WordPress site hosted on an Apache server and you&#8217;ve been having trouble with www vs. non-www canonical URL issues because of w3 Total Cache, I hope this solves your problem.  I&#8217;ve used this solution on several sites now without a hitch.  If you implement it and it works for you, please come back to let me know.  Good luck!</p><p>And remember&#8230;<em><strong>DON&#8217;T EVEN TRY THIS UNLESS YOU KNOW WHAT YOU&#8217;RE DOING! </strong></em>Seriously.  As you were.  :)</p><p>NOTE:  The solution provided above will redirect non-www URLs to www URLs (my personal preference).  If you want to do the opposite, <a href="http://www.twitter.com/netmeg/" target="_blank">Meg Geddes</a> was nice enough to provide her advice below.  Thanks, Meg!</p><div class="shr-publisher-1802"></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.seoaly.com%2Fw3-total-cache-canonical-url-issues%2F' data-shr_title='w3+Total+Cache+%26+Canonical+URL+Issues'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.seoaly.com%2Fw3-total-cache-canonical-url-issues%2F'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.seoaly.com%2Fw3-total-cache-canonical-url-issues%2F' data-shr_title='w3+Total+Cache+%26+Canonical+URL+Issues'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><p>Related posts:<ol><li><a href='http://www.seoaly.com/canonical-url-issues-and-link-equity/' rel='bookmark' title='Canonical URL Issues and Link Equity'>Canonical URL Issues and Link Equity</a></li></ol></p><p>For a limited time, save 50% on my already insanely affordable <a href="http://www.seoaly.com/affordable-small-business-website-design/">small business website design</a> service.  Or learn more about <a href="http://www.seoaly.com/seo-audit/">SEO audit</a> and <a href="http://www.seoaly.com/keyword-research/">keyword research</a> services.The post, <a href="http://www.seoaly.com/w3-total-cache-canonical-url-issues/">w3 Total Cache &#038; Canonical URL Issues</a>, originated on SEOAly and may not be republished or reproduced without my written permission.</p>]]></content:encoded> <wfw:commentRss>http://www.seoaly.com/w3-total-cache-canonical-url-issues/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>WordPress Security &#8211; Not Just For Big Boys Anymore</title><link>http://www.seoaly.com/wordpress-security-not-just-for-big-boys/</link> <comments>http://www.seoaly.com/wordpress-security-not-just-for-big-boys/#comments</comments> <pubDate>Wed, 25 Aug 2010 13:08:21 +0000</pubDate> <dc:creator>Alysson</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[wordpress plugins]]></category> <category><![CDATA[wordpress security]]></category><guid isPermaLink="false">http://www.seoaly.com/?p=1504</guid> <description><![CDATA[<p>My latest post, published at Search Engine People, is all about WordPress security.  There may have been a time when only large publishers had to worry about security, but not anymore. As the popularity of WordPress began to rise, so did the opportunity for hackers to target sites running on the platform.  WordPress does a [...]</p><p>For a limited time, save 50% on my already insanely affordable <a href="http://www.seoaly.com/affordable-small-business-website-design/">small business website design</a> service.  Or learn more about <a href="http://www.seoaly.com/seo-audit/">SEO audit</a> and <a href="http://www.seoaly.com/keyword-research/">keyword research</a> services.The post, <a href="http://www.seoaly.com/wordpress-security-not-just-for-big-boys/">WordPress Security &#8211; Not Just For Big Boys Anymore</a>, originated on SEOAly and may not be republished or reproduced without my written permission.</p> No related posts.]]></description> <content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1505" title="wordpress" src="http://www.seoaly.com/wp-content/uploads/wordpress.jpg" alt="" width="250" height="250" /><br /> My latest post, published at <a href="http://www.searchenginepeople.com/" target="_blank">Search Engine People</a>, is all about WordPress security.  There may have been a time when only large publishers had to worry about security, but not anymore.</p><p>As the popularity of WordPress began to rise, so did the opportunity for hackers to target sites running on the platform.  WordPress does a decent job of plugging security holes as they&#8217;re identified, but leaving the security of your site completely in their hands is idiocy.<span id="more-1504"></span></p><p>From steps you can take during the installation process to security-specific WordPress plugins to ways you can keep tabs on hacking attempts and take immediate action, this post may be one of the most useful I&#8217;ve written in months&#8230;or maybe ever.</p><p>After all, working for months &#8211; or years &#8211; to build your brand on the Internet only to fall victim to a malicious douchebag is infuriating.  There are steps you can take to help prevent it.  If one or more of the tips I provide helps someone keep their site from falling victim to the attacks of some jackass, then all this bullshit I do all day just might turn out to be worth it.</p><p style="text-align: center;"><img class="aligncenter" src="http://www.searchenginepeople.com/badge/viral/125-Viral.jpg" alt="Kick Ass SEO Content" width="125" height="125" /><br /> Learn more:  &#8220;<a href="http://www.searchenginepeople.com/blog/how-to-secure-wordpress.html">How To Secure WordPress Against Disasters &amp; Being Hacked</a>&#8220;</p><div class="shr-publisher-1504"></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.seoaly.com%2Fwordpress-security-not-just-for-big-boys%2F' data-shr_title='WordPress+Security+-+Not+Just+For+Big+Boys+Anymore'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.seoaly.com%2Fwordpress-security-not-just-for-big-boys%2F'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.seoaly.com%2Fwordpress-security-not-just-for-big-boys%2F' data-shr_title='WordPress+Security+-+Not+Just+For+Big+Boys+Anymore'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><p>No related posts.</p><p>For a limited time, save 50% on my already insanely affordable <a href="http://www.seoaly.com/affordable-small-business-website-design/">small business website design</a> service.  Or learn more about <a href="http://www.seoaly.com/seo-audit/">SEO audit</a> and <a href="http://www.seoaly.com/keyword-research/">keyword research</a> services.The post, <a href="http://www.seoaly.com/wordpress-security-not-just-for-big-boys/">WordPress Security &#8211; Not Just For Big Boys Anymore</a>, originated on SEOAly and may not be republished or reproduced without my written permission.</p>]]></content:encoded> <wfw:commentRss>http://www.seoaly.com/wordpress-security-not-just-for-big-boys/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Cheap Web Hosting That Doesn&#8217;t Suck</title><link>http://www.seoaly.com/cheap-web-hosting-that-doesnt-suck/</link> <comments>http://www.seoaly.com/cheap-web-hosting-that-doesnt-suck/#comments</comments> <pubDate>Wed, 19 Aug 2009 21:07:45 +0000</pubDate> <dc:creator>Alysson</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[affordable web host]]></category> <category><![CDATA[affordable web hosting]]></category> <category><![CDATA[cheap web host]]></category> <category><![CDATA[cheap web hosting]]></category><guid isPermaLink="false">http://www.seoaly.com/?p=941</guid> <description><![CDATA[<p>Finding cheap web hosting that doesn&#8217;t suck is sometimes easier said than done. When I launched my first blog, I had no idea where to begin. I did some Google searches, I asked some blogger pals, and I checked out the hosts that WordPress recommended. In the end, I pinned the proverbial tail on my [...]</p><p>For a limited time, save 50% on my already insanely affordable <a href="http://www.seoaly.com/affordable-small-business-website-design/">small business website design</a> service.  Or learn more about <a href="http://www.seoaly.com/seo-audit/">SEO audit</a> and <a href="http://www.seoaly.com/keyword-research/">keyword research</a> services.The post, <a href="http://www.seoaly.com/cheap-web-hosting-that-doesnt-suck/">Cheap Web Hosting That Doesn&#8217;t Suck</a>, originated on SEOAly and may not be republished or reproduced without my written permission.</p> No related posts.]]></description> <content:encoded><![CDATA[<p>Finding <strong>cheap web hosting that doesn&#8217;t suck</strong> is sometimes easier said than done.  When I launched my first blog, I had no idea where to begin.  I did some Google searches, I asked some blogger pals, and I checked out the hosts that WordPress recommended.  In the end, I pinned the proverbial tail on my virtual donkey, going on about my business hoping I&#8217;d made a relatively decent choice.  Since then, I&#8217;ve been thrilled with the <a rel="nofollow" href="http://en.wikipedia.org/wiki/Shared_web_hosting_service" target="_blank">shared web hosting</a> provided by midPhase.<span id="more-941"></span></p><h2>Affordable Web Hosting For Bloggers</h2><div class="wp-caption alignleft" style="width: 210px"><a rel="nofollow" href="http://www.flickr.com/photos/jamisonjudd/2433102356/" target="_blank"><img title="Dell Web Hosting Servers" src="http://farm4.static.flickr.com/3183/2433102356_4d4ce9234b.jpg" alt="CC 2.0 BY - www.flickr.com/photos/jamisonjudd" width="200" height="350" /></a><p class="wp-caption-text">CC 2.0 BY - jamisonjudd</p></div><p>I was on a quest to find <strong>affordable web hosting</strong> for bloggers, and I certainly believe I found it.  I have been a happy <a rel="nofollow" href="http://manage.aff.biz/z/138/CD2250/" target="_blank">midPhase</a> customer for about a year and a half now.  Because of how pleased I&#8217;ve been with them and in the spirit of full disclosure, I&#8217;d like to point out that midPhase also offers hosting services through <a rel="nofollow" href="http://manage.aff.biz/z/115/CD2250/" target="_blank">ANHosting</a>, <a rel="nofollow" href="http://manage.aff.biz/z/145/CD2250/" target="_blank">IK2.net</a>, <a rel="nofollow" href="http://manage.aff.biz/z/146/CD2250/" target="_blank">VPS.net</a>, and <a rel="nofollow" href="http://manage.aff.biz/z/38/CD2250/" target="_blank">WestHost.com</a> and I am part of their affiliate program.</p><p>I&#8217;m not a corporate shill and I won&#8217;t recommend a product or service I know nothing about.  I don&#8217;t become an affiliate for just any company that offers an affiliate program.  When a company provides me with exemplary service, I believe I have an obligation to share that experience with others.  Becoming an affiliate is a great way to do that.</p><p>I have been very happy with the level of service provided by <a rel="nofollow" href="http://manage.aff.biz/z/138/CD2250/" target="_blank">midPhase</a>.  They&#8217;ve given me a very reliable and unusually <strong>affordable web hosting</strong> solution.  I host several domains and have developed several separate web properties using each of my two accounts.  The tools provided by midPhase, which I can only assume are similar to the tools they provide through their other web hosting properties, make taking complete control over your online presence a breeze.</p><p>Controlling DNS settings, setting up e-mail accounts, creating databases, managing FTP accounts and much, much more can all be done using the <a href="http://en.wikipedia.org/wiki/CPanel" target="_blank">cPanel</a> access provided by midPhase.  If you don&#8217;t know what cPanel is, well&#8230;you don&#8217;t know how much time and frustration you will save by having one.  Before settling on any web host, make sure they provide a cPanel.</p><h2>Knowing What To Look For From A Cheap Web Host</h2><p>When I set out on my quest to find a <strong>cheap web host</strong>, I had no idea what to look for.  What I did know was that I was ready to walk away from the nightmare that is the GoDaddy website and never host with them again.  No offense, GoDaddy&#8230;just not a fan of your website or tools, but plenty of other people like &#8216;em just fine.  No need for you to worry.  My goal from the start was to find <strong>cheap web hosting that doesn&#8217;t suck</strong>.</p><p>I was starting a new blog, so I knew I needed a host that supported WordPress &#8211; but I didn&#8217;t want to be stuck with only WordPress.  I wanted a <em>flexible</em>, <em>functional</em> AND <em><strong>cheap web host</strong></em> &#8211; was I asking way too much?  After my experience with <a rel="nofollow" href="http://manage.aff.biz/z/138/CD2250/" target="_blank">midPhase</a>, I&#8217;d have to say, &#8220;no&#8221;.  It seems that a <em>flexible</em>, <em>functional</em> AND <em><strong>cheap web host</strong></em> is exactly what I found.</p><p>I asked around and ended up with a laundry list of features to check for when looking at different hosts.  I didn&#8217;t really understand some of the &#8220;techie-type&#8221; recommendations then.  Those making the recommendations were far more experienced bloggers than I and before I knew it, the checklist had grown to include several very specific requirements.  Accepting their advice gratefully, I made sure to add cPanel and Fantastico to the &#8220;must include&#8221; checklist &#8211; both of which were mentioned time &amp; time again.</p><p>Major things to take into consideration include:</p><blockquote><ul> Storage Space<br /> Bandwidth<br /> MySQL Databases Allowed<br /> How Many Domains Can Be Hosted<br /> Subdomains<br /> cPanel Access &#8211; midPhase cPanel demo (username: cpdemo and password: cpaneldemo)<br /> <a href="http://en.wikipedia.org/wiki/Fantastico_(web_hosting)" target="_blank">Fantastico</a><br /> PHP Support<br /> WordPress Support<br /> Ruby on Rails Support</ul></blockquote><h3>Affordable Web Host With Lots of Features</h3><p><a rel="nofollow" href="http://manage.aff.biz/z/138/CD2250/" target="_blank">midPhase</a> is an affordable web host that doesn&#8217;t sacrifice in the service or support departments.  I have had very few issues over the past year an a half.  I can recall on one occasion I was unable to access my database, but resolving the issue required nothing more than an e-mail to their customer service department and was completely resolved in a matter of minutes.</p><p>With plans starting at less than $3 a month, I&#8217;d challenge you to find a less expensive web hosting solution that provides what midPhase provides.  Their middle of the road Linux hosting solution, &#8220;Unlimited&#8221; &#8211; which is what I use, is available for as little as $3.48 per month.  midPhase is also currently offering a special on their &#8220;Business&#8221; hosting package for just $2.24 a month &#8211; that price was available as of August 19th, 2009 and may change at any time&#8230;so hurry!  Seriously, that&#8217;s an awesome deal.  I&#8217;m thinking about setting up a third account even though I don&#8217;t really need it at this point.  I&#8217;m sure I&#8217;d put it to use for something, right?</p><p>I bet you&#8217;re wondering what, specifically, is included with midPhase hosting accounts, well&#8230;here are a few of the highlights of the &#8220;Unlimited&#8221; and &#8220;Business&#8221; plans:</p><blockquote><ul> Web Space:  Unlimited<br /> Bandwidth:  Unlimited<br /> Number of Websites:  Unlimited<br /> MySQL Databases:  Unlimited</ul><ul> Includes:<br /> PHP5<br /> Ruby on Rails<br /> WordPress Support<br /> Fantastico<br /> Subdomains<br /> SSH Access<br /> SSL Secure Website Access, and much more!</ul></blockquote><p>Here&#8217;s a run down of the three shared hosting options offered by <a rel="nofollow" href="http://manage.aff.biz/z/138/CD2250/" target="_blank">midPhase</a>, as well as a detailed comparison of features and services:</p><p><img class="aligncenter" title="Web Hosting Features" src="http://www.seoaly.com/images/web-hosting-feature-list.jpg" alt="Web Hosting Features" width="535" height="5391" /><br /> <small>*Image source:  midPhase information page at &lt; http://www.midphase.com/web-hosting/linux-hosting.php &gt;; prices are accurate as of August 19th, 2009 but may change at any time and without warning.</small></p><p><a href="http://manage.aff.biz/z/122/CD2250/"><img src="http://manage.aff.biz/42/2250/122/" border="0" alt="cheap web hosting" /></a></p><p>I have two midPhase hosting accounts, both of which offer the ability to host an unlimited number of domains, create an unlimited number of MySQL databases and offers unlimited storage and bandwidth.  It is the best shared web hosting value I have come across to date.  The cPanel alone &#8211; yes, there&#8217;s that odd word again &#8211; is an invaluable tool for controlling everything from your DNS administration to e-mail accounts to creating &amp; maintaining MySQL databases.</p><p>The cPanel even has a built in code &amp; text editors that allow changes to be made to files &#8211; like .htaccess, robots.txt, etc. &#8211; directly on the server, rather than having to download the files, make the necessary changes and then upload them again.  You may not appreciate what that means at the moment, but if you spend much time maintaining your own blog or site you will soon enough.  If someone else handles all that &#8220;technical&#8221; stuff for you, they should know what that means and will be grateful that you&#8217;ve taken those details into consideration in making your hosting decisions.</p><p>Feel free to leave comments and share your own hosting stories and experiences!</p><p><a href="http://manage.aff.biz/z/106/CD2250/"><img src="http://manage.aff.biz/42/2250/106/" border="0" alt="cheap web hosting" /></a></p><div class="shr-publisher-941"></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.seoaly.com%2Fcheap-web-hosting-that-doesnt-suck%2F' data-shr_title='Cheap+Web+Hosting+That+Doesn%27t+Suck'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.seoaly.com%2Fcheap-web-hosting-that-doesnt-suck%2F'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.seoaly.com%2Fcheap-web-hosting-that-doesnt-suck%2F' data-shr_title='Cheap+Web+Hosting+That+Doesn%27t+Suck'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><p>No related posts.</p><p>For a limited time, save 50% on my already insanely affordable <a href="http://www.seoaly.com/affordable-small-business-website-design/">small business website design</a> service.  Or learn more about <a href="http://www.seoaly.com/seo-audit/">SEO audit</a> and <a href="http://www.seoaly.com/keyword-research/">keyword research</a> services.The post, <a href="http://www.seoaly.com/cheap-web-hosting-that-doesnt-suck/">Cheap Web Hosting That Doesn&#8217;t Suck</a>, originated on SEOAly and may not be republished or reproduced without my written permission.</p>]]></content:encoded> <wfw:commentRss>http://www.seoaly.com/cheap-web-hosting-that-doesnt-suck/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Hi, I&#8217;m Alysson and I Am Addicted to WordPress Plugins</title><link>http://www.seoaly.com/addicted-to-wordpress-plugins/</link> <comments>http://www.seoaly.com/addicted-to-wordpress-plugins/#comments</comments> <pubDate>Thu, 08 Jan 2009 16:36:42 +0000</pubDate> <dc:creator>Alysson</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[wordpress plugins]]></category><guid isPermaLink="false">http://www.seoaly.com/?p=553</guid> <description><![CDATA[<p>The first step toward recovery is admitting you have a problem.  Well, guess what?  I&#8217;ll admit no such thing!  I have no interest in recovering from my addiction to WordPress plugins and anticipate that it will only continue to get worse.  It has been about a year since I was first introduced to WordPress.  Since [...]</p><p>For a limited time, save 50% on my already insanely affordable <a href="http://www.seoaly.com/affordable-small-business-website-design/">small business website design</a> service.  Or learn more about <a href="http://www.seoaly.com/seo-audit/">SEO audit</a> and <a href="http://www.seoaly.com/keyword-research/">keyword research</a> services.The post, <a href="http://www.seoaly.com/addicted-to-wordpress-plugins/">Hi, I&#8217;m Alysson and I Am Addicted to WordPress Plugins</a>, originated on SEOAly and may not be republished or reproduced without my written permission.</p> Related posts:<ol><li><a href='http://www.seoaly.com/wordpress-security-not-just-for-big-boys/' rel='bookmark' title='WordPress Security &#8211; Not Just For Big Boys Anymore'>WordPress Security &#8211; Not Just For Big Boys Anymore</a></li><li><a href='http://www.seoaly.com/must-have-wordpress-plugins/' rel='bookmark' title='Must Have WordPress Plugins For Newbies'>Must Have WordPress Plugins For Newbies</a></li></ol>]]></description> <content:encoded><![CDATA[<p>The first step toward recovery is admitting you have a problem.  Well, guess what?  I&#8217;ll admit no such thing!  I have no interest in recovering from my addiction to WordPress plugins and anticipate that it will only continue to get worse.  It has been about a year since I was first introduced to WordPress.  Since then I have immersed myself in creating sites and blogs that take advantage of all that WordPress has to offer &#8211; most notably, the functionality that its plugins provide.</p><p>So, without further ado, here are the WordPress plugins I simply cannot live without.  Okay, that might be a bit of an exaggeration&#8230;but my life with WordPress as I know it would cease to exist without these plugins and the ingenious developers that create them.</p><p>I&#8217;ll start with some plugins that take care of <a href="http://www.seoaly.com">SEO</a>:<span id="more-553"></span></p><ul><li><a title="All-In-One SEO Pack" href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" target="_blank">All-In-One SEO Pack</a> &#8211; the name pretty much says it all.  One of the most important functions of this plugin is that it provides you with the ability to create titles, descriptions and keywords for individual pages and posts manually.  It also has a handy feature which allows you to add a NOINDEX tag to category, archive and tag archive pages which helps to alliviate any potential duplicate content concerns.</li><li style="text-align: left;"><a title="Robots Meta" href="http://wordpress.org/extend/plugins/robots-meta/" target="_blank">Robots Meta</a> &#8211; this plugin way more awesome than its simple name would imply.  Of course, it allows you to alter the robots tags on individual pages and posts by providing index, follow; noindex, follow; index, nofollow and noindex, nofollow options.  That&#8217;s just the beginning.<p>This plugin also provides you with the ability to prevent the indexing of your RSS feeds, search results pages, admin, login and registration pages, author archives and more.  Is that it?  No&#8230;that&#8217;s not it.  It also provides you with the flexibility to add a nofollow function to a variety of links, including the outbound links on the site&#8217;s front page, links to comment sections, login &amp; registration pages, etc.  You can also add NOODP and NOYDIR tags to posts and pages.</li></ul><p>It is important to note that I also recommend <a title="Platinum SEO Pack" href="http://wordpress.org/extend/plugins/platinum-seo-pack/" target="_blank">Platinum SEO Pack</a>, but since changing my blog&#8217;s theme recently it no longer works properly &#8211; causing a fatal error on the individual pages/posts throughout my site (the only exception being my home page).  This is the first time I have ever had such an issue with that plugin.  I&#8217;m a bit of a code plebe, so I have no idea how to resolve the issue.  I elected to simply go back to my original solution, which was to use All-In-One SEO Pack in conjunction with Robots Meta.  Together they provide basically the same features as the Platinum SEO Pack plugin.</p><ul><li><a title="Google XML Sitemaps" href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank">Google XML Sitemaps</a> &#8211; while creating a sitemap isn&#8217;t necessarily a make or break task with regard to SEO, it is certainly considered a standard best practice.  This plugin not only creates a sitemap for you, it also does so automatically each time you publish a page or post.  Sweet, huh?  Yes&#8230;sweet indeed!Another great feature of this plugin is that it notifies the search engines when your blog has been updated.  Did I mention you also have the flexibility to determine what posts, categories, etc. are included in the sitemap?  Yeah&#8230;you can.  Nice!</li></ul><p>Okay&#8230;now, on to the stuff that is a little less &#8220;behind the scenes&#8221;.  Here are my favorite plugins that impact the a user&#8217;s experience in some way.</p><ul><li><a title="CommentLuv" href="http://wordpress.org/extend/plugins/commentluv/" target="_blank">CommentLuv</a> &#8211; why should people take the time to comment on your blog?  If you&#8217;re hoping they&#8217;ll do so just out of the goodness of their hearts, you&#8217;re in for some disappointment.  People these days are busy.  You&#8217;re lucky if they take the time to read one of your blog posts, let alone take the time to comment.  Why not give them some incentive to comment by using the CommentLuv plugin?This plugin automatically creates a link to their latest blog post based on the URL the provide when commenting.  It&#8217;s a small thing that can go a long way to encourage people to comment.  And you really have nothing to lose by using it.</li><li><a title="NoFollow Free" href="http://wordpress.org/extend/plugins/nofollow-free/" target="_blank">NoFollow Free</a> &#8211; this subject is a source some of controversy for some bloggers, as illustrated by the comments I received on the post <a href="http://www.seoaly.com/why-nofollow-my-comments/" target="_blank">Why NOFOLLOW My Comments?</a> in which I announced my use of NoFollow Free back in September.  The plugin allows you to remove the automatically generated NOFOLLOW attribute from your post&#8217;s comment links.Many advise against this because of the potential for spam.  I, on the other hand, wholeheartedly disagree.  First of all, the plugin provides a lot of options for controlling which comments have the NOFOLLOW removed and which don&#8217;t (like the number of comments one must leave, whether registration is required, etc.).<p>You can also identify specific words, like&#8230;say &#8220;viagra&#8221; and &#8220;cialis&#8221;, that if included in the comment section will automatically revert the comment author link back to the default NOFOLLOW.  As is my contention with CommentLuv, there is nothing to lose by using it &#8211; provided you properly configure the settings for the plugin.</li><li><a title="Social Profiles" href="http://www.sugarrae.com/wordpress/social-profiles/" target="_blank">Social Profiles</a> &#8211; I was instantly hooked on this plugin the day Sugarrae released it.  This is yet another way to say a little &#8220;thank you&#8221; to those readers who take the time to comment.  The Social Profiles plugin allows your registered users to input their usernames for popular social sites like StumbleUpon, Digg, <a href="http://www.seoaly.com/dont-be-a-twitter-tool/">Twitter</a>, etc.Why would they want to do that?  Because upon doing so there will be links to those profiles added to their comments automatically.  As the blog owner you have the choice of having text links or image links included.  Here are examples of each:<p><img class="aligncenter" title="Social Profiles - Images" src="http://www.seoaly.com/images/socialprofiles1.jpg" alt="" width="300" height="24" /><br /> <img class="aligncenter" title="Social Profiles - Text" src="http://www.seoaly.com/images/socialprofiles2.jpg" alt="" width="300" height="44" /></li><li><a title="WordPress Thread Comment" href="http://wordpress.org/extend/plugins/wordpress-thread-comment/" target="_blank">WordPress Thread Comment</a> &#8211; this provides your users with the option of replying to a specific comment made, rather than simply having their comment added to the bottom of the existing comments.  This is particularly useful for you, as the blog owner, in being able to reply to specific comments left on your posts.  Even if you&#8217;re the only one who ever uses the reply feature, this plugin is well worth installing.</li><li><a title="WP-SphinnIt" href="http://www.michellemacphearson.com/wordpress-plugin-sphinnit-button/" target="_blank">WP-SphinnIt</a> &#8211; this plugin is really only useful for bloggers in the search marketing industry, but most of my readership belongs to the search marketing community or are small business owners.  Thus, this is among my favorite plugins.  It allows your readers to easily submit or Sphinn a post on your blog, as well as providing you with the flexibility to decide where the button appears &#8211; top left, top right, bottom left or bottom right.<p>As with the original Sphinn button, it also displays the number of Sphinns the post has already received.  Why not just input the code provided by Sphinn manually?  I used to do that.  Then I realized that every time I changed my theme, I had to input the code again.  Why do that if you don&#8217;t have to?  Exactly.</li><li><a title="AddThis Social Bookmarking Widget" href="http://wordpress.org/extend/plugins/addthis/" target="_blank">AddThis Social Bookmarking Widget</a> &#8211; this plugin makes it uber-simple for your readers to submit the post or page to a variety of social media, networking and bookmarking sources like Digg, Delicious, StumbleUpon, etc.  It also provides you with a large number of customization options for what sources are included in the drop down menu, as well as a &#8220;more&#8230;&#8221; option that opens in a separate window that includes virtually every social media, networking and bookmarking source anyone could desire.  Are user-generated links always preferable to having to build your own??  :)</li></ul><p>The following plugins fall into a &#8220;miscellaneous&#8221; category, I suppose.  Some have a bit of a positive impact on users, but their functionality really applies to your ability to more easily and more effectively manage your WordPress site/blog.</p><ul><li><a title="Customize Your Community" href="http://www.sugarrae.com/wordpress/cyc/" target="_blank">Customize Your Community</a> &#8211; this is yet another offering from Sugarrae as a result of her collaboration with Joost de Valk.  It prevents those registered as subscribers from being able to see the default WordPress pages which show the number of posts, pages, comments, etc.  It is great for maintaining design &amp; brand consistency, as well as limiting the amount of information seen by your subscribers on the registration, login, logout, lost password and registered user profile pages.  A must for any blog owner who wants to encourage readers to register, but doesn&#8217;t want to allow them to see the default WordPress Dashboard.</li><li><a title="New User E-mail Setup" href="http://epicalex.com/new-user-email-set-up/" target="_blank">New User E-mail Setup</a> &#8211; are you tired of your registered users getting a generic e-mail that includes their registration information?  I sure was.  This plugin allows you to create a custom e-mail to send to your newly registered readers.  Mine looks like this (and you&#8217;ll get one of your very own when you register):<p><img class="aligncenter" title="Custom Email Example" src="http://www.seoaly.com/images/customemail.jpg" alt="" width="500" height="370" /></li><li><a title="Ultimate Google Analytics" href="http://wordpress.org/extend/plugins/ultimate-google-analytics/" target="_blank">Ultimate Google Analytics</a> &#8211; this plugin does more than just inputting your personal analytics code into your blog.  It provides a number of options regarding what should be tracked and what should not, including:   external links, mailto links and links to downloads on your own site.  Very useful.</li><li>WordPress Automatic Upgrade &#8211; sometimes all you need to know is covered in the name.  Anyone who has manually upgraded WordPress in the past can appreciate the ease of use and reliability of this plugin.  Anyone who has never upgraded WordPress to a new version shouldn&#8217;t even bother attempting to do so manually.  This plugin completely automates the process of upgrading and backing up your blog.  I can&#8217;t fathom why anyone using WordPress as their CMS wouldn&#8217;t use this plugin.</li><li><a title="Widget Locationizer" href="http://tomuse.com/wordpress/widget-locationizer/" target="_blank">Widget Locationizer</a> &#8211; this is my newest find.  I must admit that using the word &#8220;find&#8221; is a bit misleading.  My friend Kevin at at ToMuse sent me an e-mail recently inviting me to check out his latest offering.  So, what&#8217;s so great about this plugin?  The real question is what isn&#8217;t so great about it.  I&#8217;m sure I&#8217;m not the only one who has been annoyed that the same sidebar widgets appear on virtually every page and/or post throughout my blog.  Well, not anymore!<p>With Widget Locationizer your options are virtually endless.  We can finally decide for ourselves what widgets appear on what pages.  This happens pretty often with product or service reviews.  If it is a worthwhile product or service, we may want to place an affiliate link in the sidebar.  In the past doing so meant having to add that affiliate link to the sidebar of every page or post.  This plugin changes all of that.  Widget Locationizer gives you the flexibility to assign specific widgets to individual posts and pages based on tags, categories or even single page/post ID.  FINALLY!</li></ul><p>Well, there you have it&#8230;the core list of plugins I use on a regular basis.  Did I miss anything?  Do you have some favorites you&#8217;d like to share?  Leave a comment!  Don&#8217;t forget that I don&#8217;t just recommend the NoFollow Free and Social Profiles plugins mentioned above &#8211; I also use them.</p><p>And, if you need a bit of extra incentive to register, perhaps you&#8217;d should read my <a title="Reasons To Login Before Commenting" href="http://www.seoaly.com/reasons-to-login-before-commenting/" target="_blank">Reasons To Login Before Commenting</a> post.  Here&#8217;s a hint&#8230;the number of comments required to have the NOFOLLOW attribute removed from comment links is far less for registered users than unregistered commenters.  I&#8217;m just sayin&#8217;&#8230;  ;)</p><div class="shr-publisher-553"></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.seoaly.com%2Faddicted-to-wordpress-plugins%2F' data-shr_title='Hi%2C+I%27m+Alysson+and+I+Am+Addicted+to+WordPress+Plugins'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.seoaly.com%2Faddicted-to-wordpress-plugins%2F'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.seoaly.com%2Faddicted-to-wordpress-plugins%2F' data-shr_title='Hi%2C+I%27m+Alysson+and+I+Am+Addicted+to+WordPress+Plugins'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><p>Related posts:<ol><li><a href='http://www.seoaly.com/wordpress-security-not-just-for-big-boys/' rel='bookmark' title='WordPress Security &#8211; Not Just For Big Boys Anymore'>WordPress Security &#8211; Not Just For Big Boys Anymore</a></li><li><a href='http://www.seoaly.com/must-have-wordpress-plugins/' rel='bookmark' title='Must Have WordPress Plugins For Newbies'>Must Have WordPress Plugins For Newbies</a></li></ol></p><p>For a limited time, save 50% on my already insanely affordable <a href="http://www.seoaly.com/affordable-small-business-website-design/">small business website design</a> service.  Or learn more about <a href="http://www.seoaly.com/seo-audit/">SEO audit</a> and <a href="http://www.seoaly.com/keyword-research/">keyword research</a> services.The post, <a href="http://www.seoaly.com/addicted-to-wordpress-plugins/">Hi, I&#8217;m Alysson and I Am Addicted to WordPress Plugins</a>, originated on SEOAly and may not be republished or reproduced without my written permission.</p>]]></content:encoded> <wfw:commentRss>http://www.seoaly.com/addicted-to-wordpress-plugins/feed/</wfw:commentRss> <slash:comments>23</slash:comments> </item> <item><title>Must Have WordPress Plugins For Newbies</title><link>http://www.seoaly.com/must-have-wordpress-plugins/</link> <comments>http://www.seoaly.com/must-have-wordpress-plugins/#comments</comments> <pubDate>Wed, 16 Jul 2008 19:38:35 +0000</pubDate> <dc:creator>Alysson</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[wordpress plugins]]></category><guid isPermaLink="false">http://www.seoaly.com/?p=49</guid> <description><![CDATA[<p>WordPress rookie?  Been there! I used WordPress for the first time a few months ago.  A friend of mine that runs a blog mentioned it&#8217;s what he used, so I just ran with that&#8230;having no idea that there was so much to be done to the &#8220;out-of-the-box&#8221; WordPress to make it more functional and more [...]</p><p>For a limited time, save 50% on my already insanely affordable <a href="http://www.seoaly.com/affordable-small-business-website-design/">small business website design</a> service.  Or learn more about <a href="http://www.seoaly.com/seo-audit/">SEO audit</a> and <a href="http://www.seoaly.com/keyword-research/">keyword research</a> services.The post, <a href="http://www.seoaly.com/must-have-wordpress-plugins/">Must Have WordPress Plugins For Newbies</a>, originated on SEOAly and may not be republished or reproduced without my written permission.</p> Related posts:<ol><li><a href='http://www.seoaly.com/wordpress-security-not-just-for-big-boys/' rel='bookmark' title='WordPress Security &#8211; Not Just For Big Boys Anymore'>WordPress Security &#8211; Not Just For Big Boys Anymore</a></li><li><a href='http://www.seoaly.com/addicted-to-wordpress-plugins/' rel='bookmark' title='Hi, I&#8217;m Alysson and I Am Addicted to WordPress Plugins'>Hi, I&#8217;m Alysson and I Am Addicted to WordPress Plugins</a></li></ol>]]></description> <content:encoded><![CDATA[<p>WordPress rookie?  Been there!  I used WordPress for the first time a few months ago.  A friend of mine that runs a blog mentioned it&#8217;s what he used, so I just ran with that&#8230;having no idea that there was so much to be done to the &#8220;out-of-the-box&#8221; WordPress to make it more functional and more search engine friendly.  <strong>I didn&#8217;t even know what &#8220;WordPress Plugins&#8221; were then.</strong> Hell, I didn&#8217;t know anything about CSS (except that it was the acronym for &#8220;Cascading Style Sheets&#8221;) a few months ago.  Web development plebe, I tell you &#8211; plebe!<span id="more-49"></span></p><p>I learn a little bit more every day&#8230;and I&#8217;m quite certain I still have VOLUMES to learn &#8211; not only about WordPress itself, but about web development in general.  Even for a code schmuck like myself, WordPress is pretty easy to learn &#8211; and even easier to manipulate, thanks to themes, CSS and plugins! I wish I&#8217;d have had a &#8220;must have WordPress plugins&#8221; list when I started using it, but I didn&#8217;t.  Instead, I&#8217;ve just been searching &#8211; adding more plugins and playing around with code &#8211; ah, geek fun!</p><h4>The Plugins Really Make WordPress</h4><p>The plugins are my favorite part of the WordPress platform. I&#8217;ve yet to find a function I wanted to add that couldn&#8217;t be accomplished by installing a simple plugin. I don&#8217;t build fancy sites &#8211; I build clean, simple, pretty, SEO friendly sites&#8230;and WordPress is perfect for that.  That said, a few months ago when I began this love affair with WordPress, I didn&#8217;t find any articles touting the must have WordPress plugins for rookies. Perhaps it&#8217;s because of the rate at which plugins change and new ones are released&#8230;or perhaps its just that I didn&#8217;t look hard enough for the info.  So, I decided to write my own &#8211; maybe it will help you find some useful WordPress plugins more easily.</p><p>Since my professional life pretty much revolves around SEO these days, it won&#8217;t be surprising that my core list of must haves does the same.  This should in no way, shape or form be considered an exhaustive or all-inclusive list of the best SEO-related plugins. These are simply the ones that I make certain to install during the initial development stages of every WordPress site I build.</p><h4>So, without further ado, here they are:</h4><ul><li><a title="Platinum SEO Pack for WordPress" href="http://techblissonline.com/platinum-seo-pack/" target="_blank">Platinum SEO Pack</a> &#8211; this is a new find.  I recently upgraded to 2.6 only to find that the Robots Meta plugin no longer worked.  While I knew it should be fixed fairly quickly (and it was &#8211; a few hours later, in fact), I tend to be an impatient girl and felt the need to find a replacement immediately.  That&#8217;s when I happened upon the Platinum SEO Pack.  What I like most is that it seems to combine the best features of both the <a title="All In One SEO Pack for WordPress" href="http://semperfiwebdesign.com/portfolio/wordpress/wordpress-plugins/all-in-one-seo-pack/" target="_blank">All In One SEO Pack</a> and the <a title="Robots META plugin for WordPress" href="http://yoast.com/wordpress/robots-meta/" target="_blank">Robots META</a> plugin &#8211; both of which were my plugins of choice originally (and still use on several sites).</li><li>Add This! Button &#8211; these &#8220;share &amp; share alike&#8221; buttons are great ways to make it easy for the people reading your blog or visiting your site to share it with other like-minded people.  Add This! provides several options for adding a button to your site/blog.  You can simply add the code on whatever page you like manually, or &#8211; if you&#8217;re too lazy to do that (like me) &#8211; you can simply install the plugin.  There is a &#8220;<a title="Add This! Drop-Down WordPress Plugin" href="http://blog.addthis.com/?p=32" target="_blank">drop-down</a>&#8221; version (my personal favorite) and a &#8220;<a title="Add This! WordPress plugin" href="http://blog.addthis.com/?p=24" target="_blank">not drop-down</a>&#8221; version.</li><li><a title="SocialMarker.com All-in-One Bookmarking Button WordPress Plugin" href="http://socialmarker.com/plugin/all-in-one-bookmarking-button.zip" target="_blank">All-in-One Bookmarking Button</a> &#8211; okay, so this is similar to the Add This! button mentioned above, but it&#8217;s from SocialMarker.com and it deserves mention.  It pre-populates the SocialMarker.com bookmark details and lets people choose what services to submit the info to without even having to input the info initially on Social Marker&#8217;s home page.</li><li><a title="Redirection WordPress Plugin" href="http://urbangiraffe.com/plugins/redirection/" target="_blank">Redirection</a> &#8211; I think of it as more of a safety net at this point than anything else.  I&#8217;m sure it has a number of features I&#8217;m not using, but&#8230;I can live with that for now.  I like it because it will automatically generate a 301 redirect if a post URL changes.  If you change a post URL after you&#8217;ve already publicized it, without a 301 redirect you&#8217;ll lose all the link juice and visitors unless you 301 redirect the old URL to the new one.  Redirection will do it for you.</li><li><a title="Google XML Sitemaps WordPress Plugin" href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/" target="_blank">Google XML Sitemaps</a> &#8211; I&#8217;m not sure this really needs much explanation.  Sitemaps are good.  There is a plugin that will do it for you.  Also good.  It updates the Sitemap automatically when you make changes to the site/blog.  Even better.</li><li><a title="FeedBurner FeedSmith WordPress Plugin" href="http://www.google.com/support/feedburner/bin/answer.py?answer=78483&amp;topic=13252" target="_blank">Feedburner FeedSmith</a> &#8211; burning an RSS feed is good for building and online reputation, as well as developing a following.  If you will be regularly updating your blog with fresh content, you want the world to know about it.  Again, I use FeedBurner FeedSmith because it was recommended by some blogger friends of mine.  It&#8217;s easy to use and understand, but I have nothing to compare it to as this is the only burner I&#8217;ve used to date.  Try reading &#8220;<a title="Lunar Pages - Top 10 Reasons to Burn Your Feed" href="http://www.web-hosting-newsletter.com/2008/03/26/top-10-reasons-to-burn-your-feed/" target="_blank">Top 10 Reasons to Burn Your Feed</a>&#8221; for a little more info.</li><li><a title="Ultimate Google Analytics WordPress Plugin" href="http://www.oratransplant.nl/uga/" target="_blank">Ultimate Google Analytics</a> &#8211; I think the name sums it up.  Thus far I have had little reason to use anything but the simple configuration.  Highly configurable as your level of expertise and need for more specific data gathering increase.  Frankly, rookies like me will probably just like that it inputs the Google Analytics code automatically.</li><li>WordPress Automatic Upgrade &#8211; so, here&#8217;s the thing &#8211; when you&#8217;re new to WordPress and don&#8217;t know much about databases, servers, etc. one of the worst things that can happen is logging in to write a post and seeing:  &#8220;There&#8217;s a new version of WordPress &#8211; please upgrade&#8230;&#8221;.  The first time, &#8220;CRAP!&#8221; was all that leapt to mind&#8230;and off I went to learn how to do it manually.  The second time, that &#8220;CRAP!&#8230;&#8221; was followed by, &#8220;&#8230;not so fast &#8211; I bet there&#8217;s a plugin that will do this for me!&#8221;.  And there is&#8230;including making the necessary backups, deactivating &amp; reactivating the plugins and cleaning up after itself when its done.  I&#8217;ve now used the Automatic Upgrade plugin several times without issue.</li><li>ADDED OCTOBER 1, 2008:  &#8220;<a title="&quot;CYC: Social Profiles&quot;" href="http://www.sugarrae.com/introducing-social-profiles-plugin/" target="_blank">Social Profiles</a>&#8221; &#8211; developed by Rae Hoffman and Joost de Valk, this plugin is an invaluable tool in building a sense of community and collaboration with those who take the time to leave comments on your posts.  This plugin allows your registered users to add their own social profile information, as well as links to those social profiles, on each comment.  The plugin is completely customizable and you can select the social networking sources that are most popular with your users.  SCORE!</li></ul><h4>A Nod To Brilliance &#8211; PROGRAMMERS!</h4><p>I love programmers.  You guys are genuises &#8211; SERIOUSLY!  Not only is WordPress stellar as far as content management goes, but the brilliant minds that increase it&#8217;s usability/functionality by authoring themes and plugins are equally awesome.  I had never touched CSS, nor used any type of content management system before, so perhaps I&#8217;m unusually impressed with it just because I&#8217;m a development plebe.  Who knows?  The fact of the matter is that for someone like me who learns well on the fly and wants to take as much control as possible, without having to know everything there is to know from the start, it&#8217;s is perfect.</p><h4>Get To It</h4><p>So, there you have it &#8211; my glowing review of my experience with WordPress to this point, as well as a few plugins that I would label as &#8220;absolute must haves&#8221; for those building a site/blog with it for the first time.</p><p>I&#8217;m sure I&#8217;ve missed a ton of great ones &#8211; feel free to share your experiences and favorites!   Shouldn&#8217;t you be installing some WordPress plugins right now?  Oh&#8230;AFTER you Sphinn this, that is.  ;)</p><div class="shr-publisher-49"></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.seoaly.com%2Fmust-have-wordpress-plugins%2F' data-shr_title='Must+Have+WordPress+Plugins+For+Newbies'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.seoaly.com%2Fmust-have-wordpress-plugins%2F'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.seoaly.com%2Fmust-have-wordpress-plugins%2F' data-shr_title='Must+Have+WordPress+Plugins+For+Newbies'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><p>Related posts:<ol><li><a href='http://www.seoaly.com/wordpress-security-not-just-for-big-boys/' rel='bookmark' title='WordPress Security &#8211; Not Just For Big Boys Anymore'>WordPress Security &#8211; Not Just For Big Boys Anymore</a></li><li><a href='http://www.seoaly.com/addicted-to-wordpress-plugins/' rel='bookmark' title='Hi, I&#8217;m Alysson and I Am Addicted to WordPress Plugins'>Hi, I&#8217;m Alysson and I Am Addicted to WordPress Plugins</a></li></ol></p><p>For a limited time, save 50% on my already insanely affordable <a href="http://www.seoaly.com/affordable-small-business-website-design/">small business website design</a> service.  Or learn more about <a href="http://www.seoaly.com/seo-audit/">SEO audit</a> and <a href="http://www.seoaly.com/keyword-research/">keyword research</a> services.The post, <a href="http://www.seoaly.com/must-have-wordpress-plugins/">Must Have WordPress Plugins For Newbies</a>, originated on SEOAly and may not be republished or reproduced without my written permission.</p>]]></content:encoded> <wfw:commentRss>http://www.seoaly.com/must-have-wordpress-plugins/feed/</wfw:commentRss> <slash:comments>3</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: enhanced
Database Caching 9/40 queries in 0.088 seconds using disk: basic
Object Caching 2249/2254 objects using disk: basic

Served from: www.seoaly.com @ 2012-05-17 09:31:53 -->
