<?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>WP Garage &#187; SEO</title>
	<atom:link href="http://wpgarage.com/tag/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpgarage.com</link>
	<description>wordpress tricks, hacks, and tips</description>
	<lastBuildDate>Tue, 15 May 2012 11:49:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>WordPressGarage.com now on WPGarage.com, and how to move a domain with a 301 redirect on WordPress</title>
		<link>http://wpgarage.com/tips/wordpress-301-redirect/</link>
		<comments>http://wpgarage.com/tips/wordpress-301-redirect/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 12:30:04 +0000</pubDate>
		<dc:creator>Rebecca Markowitz</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Redirect]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">?p=558</guid>
		<description><![CDATA[<p>About a year ago, a discussion arose in the WordPress community about third-party sites that use the word &#8220;WordPress&#8221; in their domain name. We posted our opinion on this issue since WP Garage has been running (until yesterday) on a domain with the word WordPress in it. We put WordPress in our domain to show [...]</p><p>This post was originally published at <a href="http://wpgarage.com/tips/wordpress-301-redirect/">WordPressGarage.com now on WPGarage.com, and how to move a domain with a 301 redirect on WordPress</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/tips/wordpress-301-redirect/" data-url="http://illum.in/pXgewt" data-text="WordPressGarage.com now on WPGarage.com, and how to move a domain with a 301 redirect on WordPress" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/tips/wordpress-301-redirect/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/tips/wordpress-301-redirect/"></g:plusone></div></div><p>About a year ago, a discussion arose in the WordPress community about third-party sites that use the word &#8220;WordPress&#8221; in their domain name. We <a href="news-views/wordpress-in-domains/">posted</a> our opinion on this issue since WP Garage has been running (until yesterday) on a domain with the word WordPress in it. We put WordPress in our domain to show our ever-growing love for WordPress,  but realized how important it is to the founders of WordPress that we take out their brand name, so yesterday we finally moved this blog to WPGarage.com instead. Come on over and take a look.</p>
<p>During the process, we had to do a 301 redirect from WordPressGarage.com to WPGarage.com in order to retain traffic from inbound links and search engines. It&#8217;s important in this type of situation to do a 301 permanent redirect so that all of the new pages on the new site are seen by the search engines as equivalent in terms of value and ranking as the old site.</p>
<p>We followed Yoast&#8217;s guide for how to <a href="http://yoast.com/move-wordpress-blog-domain-10-steps/">Move your WordPress blog to a new domain in 10 steps!</a> which was very helpful. However, along the way, we realized that there are a few things in his directions that might not be clear to readers (they weren&#8217;t so clear to us at times), so here are some things to pay attention to when doing a 301 redirect for a WordPress blog:</p>
<ol>
<li>Put the <code>robots.txt</code> on the <strong>new </strong>domain.</li>
<li>Copy the database and files to the <strong>new </strong>domain.</li>
<li>Edit <code>wp-config.php</code> on the <strong>new </strong>domain to have the right database settings as described by Yoast.</li>
<li>Now set up your new blog install, with the same settings as on the old domain. If you import the database it will retain pretty much all of your settings from the old site.</li>
<li>The <a href="http://wordpress.org/extend/plugins/search-and-replace/">Search and Replace plugin</a> for replacing instances of your old URL with the new one across your database works great.</li>
<li>This step is fine.</li>
<li>Yoast says to remove the <code>robots.txt</code> file. We left it but removed the slash after the word Disallow.</li>
<li>The code Joost gives to put in your .htaccess file refers to a site moving from a sub-directory on one domain to a the root directory on another domain. It might not be clear what you need to use if you&#8217;re moving from the root directory of one domain to the root directory of another. So, on your <strong>old </strong>blog, add one of the the following lines to your apache <code>.htaccess</code> or vhost-config:
<pre class="wp-code-highlight prettyprint">Redirect 301 /blog/ http://www.&lt;strong&gt;new&lt;/strong&gt;domain.com/&lt;em&gt;
This is if you're moving from domain.com/blog to domain.com&lt;/em&gt;
&lt;strong&gt;OR&lt;/strong&gt;
Redirect 301 / http://www.&lt;strong&gt;new&lt;/strong&gt;domain.com/&lt;em&gt;
This is if you're moving from olddomain.com to newdomain.com&lt;/em&gt;</pre>
</li>
<p><strong>IMPORTANT NOTE: </strong>Don&#8217;t underestimate the importance of the slash and spacing. In Yoast&#8217;s example, we took out the entire /blog/ part of the line and the old site would only forward to the homepage of the new site. Luckily, we found this <a href="http://htaccess.wordpress.com/2008/09/15/redirecting-urls-in-htaccess/">article </a>which showed the importance of the slash placement.</p>
<p><img title="WordPressGarage htaccess code" src="http://wpgarage.com/wp-content/uploads/2009/12/wpgarage_htaccess.png" alt="WordPressGarage htaccess code" width="402" height="382" /></p>
<li>Joost says to remove the old blog and database. I&#8217;m not sure if I would do that so quickly.</li>
<li>Change your FeedBurner account, if you have one, to pick up the correct feed and continue delivering it to subscribers..<br />
<strong>Note</strong>: You can only change the Feed Title and Original Feed. You can&#8217;t change or &#8220;redirect&#8221; the Feed Address itself.<img class="alignnone size-full wp-image-560" title="Feedburner for WPGarage" src="http://wpgarage.com/wp-content/uploads/2009/12/wpgarage_feedburner.png" alt="Feedburner for WPGarage" width="400" height="177" /></li>
</ol>
<p>Test it out and hope Google figures things out and displays your new site in the serps.</p>
<p><em>Update: After moving the site to the new domain, a few issues arose and were eventually solved, including issues related to Google Webmaster Tools, Google Analytics, and more. Read <a title="More on doing a 301 redirect of a WordPress site to a new domain" href="good-blogging-practice/more-on-301-redirect-wordpress-new-domain/">More on doing a 301 redirect of a WordPress site to a new domain</a> for more info.</em></p>
<p>This post was originally published at <a href="http://wpgarage.com/tips/wordpress-301-redirect/">WordPressGarage.com now on WPGarage.com, and how to move a domain with a 301 redirect on WordPress</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/tips/wordpress-301-redirect/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>4 reasons not to host your blog on WordPress.com</title>
		<link>http://wpgarage.com/tips/4-reasons-not-to-host-your-blog-on-wordpresscom/</link>
		<comments>http://wpgarage.com/tips/4-reasons-not-to-host-your-blog-on-wordpresscom/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 21:31:32 +0000</pubDate>
		<dc:creator>Miriam Schwab</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/tips/4-reasons-not-to-host-your-blog-on-wordpresscom/</guid>
		<description><![CDATA[<p>When starting out, many bloggers seek out the cheap and easy route, either choosing to blog on Blogger, WordPress.com, or another free and hosted blogging platform. This approach makes sense, since a person can never know until they&#8217;ve started if they even like blogging, let alone whether they&#8217;ll be successful.I almost always suggest to beginner [...]</p><p>This post was originally published at <a href="http://wpgarage.com/tips/4-reasons-not-to-host-your-blog-on-wordpresscom/">4 reasons not to host your blog on WordPress.com</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/tips/4-reasons-not-to-host-your-blog-on-wordpresscom/" data-url="http://illum.in/pOt5NT" data-text="4 reasons not to host your blog on WordPress.com" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/tips/4-reasons-not-to-host-your-blog-on-wordpresscom/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/tips/4-reasons-not-to-host-your-blog-on-wordpresscom/"></g:plusone></div></div><p>When starting out, many bloggers seek out the cheap and easy route, either choosing to blog on <a href="http://blogger.com" title="Blogger">Blogger</a>, <a href="http://wordpress.com" title="WordPress.com">WordPress.com</a>, or another free and hosted blogging platform. This approach makes sense, since a person can never know until they&#8217;ve started if they even like blogging, let alone whether they&#8217;ll be successful.I almost always suggest to beginner bloggers to set up a blog on WordPress.com, but the reason is not because I think this is ideal, but because it is easiest to migrate a blog from WordPress.com to a self-hosted WordPress.org site, which <em>is </em>ideal (as opposed to migrating from Blogger, which <a href="http://underscorebleach.net/jotsheet/2006/05/move-blogger-to-wordpress" title="Moving from Blogger to WordPress: Best Practices">can be a nightmare</a>). One of the reasons it&#8217;s so easy is because you can select the same permalink structure as in your original WP.com blog, and just change the main domain name part in a 301 redirect. Also, by using WP.com, you will become familiar with the WordPress system and interface, which is similar in the self-hosted <a href="http://wordpress.org">WordPress.org</a> version.</p>
<h3>Why am I against WordPress.com?</h3>
<p>I am not against WordPress.com. I think it&#8217;s a great service, and the quality of the features is unmatched in any of the other free hosted blogging platforms. In addition, people in the SEO industry have told me that due to the strength of the WordPress.com network, blogs that are hosted there do incredibly well in the SERPs. But if a person wants to take up blogging as a serious activity, or finds that their WordPress.com blog is growing, I suggest that they move their blog off of WP.com to their own self-hosted blog. Here is why:</p>
<ol>
<li><strong>Limited blog design flexibility</strong> &#8211; whenever I&#8217;ve tried to use a WordPress.com blog, I&#8217;ve always found myself stuck at some point because I can&#8217;t add certain features. Users are limited on WP.com by the amount of customization they can do to the CSS, even if they pay for extra access to the CSS. They also can&#8217;t customize the loop, and the sidebars can only be modified to the extent that widgets allow. Also, WP.com users can&#8217;t add <a href="http://wordpress.org/extend/plugins/" title="WordPress Plugins">WordPress plugins</a>, which is one of the keys to expanding your blog&#8217;s features.</li>
<li><strong>You don&#8217;t control your content</strong> &#8211; as soon as you are using a service that is hosted by someone else, you have lost partial ownership over your content. I&#8217;m not talking about what exactly it says in the WP.com terms of service (we&#8217;ll get to that soon), but I am talking about the issue of your content sitting on someone else&#8217;s servers. I personally prefer to try to keep my content under one roof &#8211; my own. As for the <a href="http://www.w3guru-india.com/wordpress-tos/" title="WordPress bloggers read the TOS before you go live">WP.com Terms of Service</a> &#8211; you are at the mercy of their discretion as to <a href="http://www.bloggingforbusinessbook.com/blogging_for_business/2007/09/wordpresscom-ho.html" title="WordPress.com Hoses DatingGoddess">whether your content is appropriate</a>. When hosting your content on someone else&#8217;s servers, you are always at risk that someone may decide that your content is inappropriate, and they can easily shut you down.</li>
<li><strong>Hosting quality issues may haunt you</strong> &#8211; if the WP.com servers are <a href="http://shongjog.wordpress.com/2007/09/16/wordpress-pranks/" title="http://shongjog.wordpress.com/2007/09/16/wordpress-pranks/">having trouble</a>, like the recent <a href="http://www.infoworld.com/article/08/02/19/DoS-attack-prevents-access-to-WordPress-blogs_1.html" title="DoS attack prevents access to WordPress.com blogs">DoS attack</a> on the WordPress.com servers, you will suffer. Of course, that is the case on all servers, but if you are really unhappy with a service provider, you can call them up, complain, and always change servers if need be. When your blog is on WP.com, it&#8217;s not as easy.</li>
<li><strong>You are at risk of being censored in certain countries</strong> &#8211; upon finding content that they don&#8217;t like on WP.com, certain countries with undemocratic tendencies will simply block the entire system. While it is possible for them to just block the individual WP.com blogs that they find offensive, these countries either don&#8217;t care enough to try, or are happy to block an entire blogging universe since blogging is all about free speech, and they are not. Countries that have blocked WordPress.com are <a href="http://wordpress.com/blog/2007/08/19/why-were-blocked-in-turkey/" title="Why We’re Blocked in Turkey: Adnan Oktar">Turkey</a>, <a href="http://en.forums.wordpress.com/topic.php?id=479" title="WordPress.com Now Blocked in China">China</a> and <a href="http://www.techdirt.com/articles/20080410/164444814.shtml" title="Brazil Bans Bully And A Bunch Of Blogs">Brazil</a>.</li>
</ol>
<p>WordPress.com is a great service, and the people providing it are incredibly generous. However, like any other free hosted service, it has its drawbacks which should be taken into account when deciding on which path to take for your blog: free hosted or paid and self-hosted.</p>
<p>This post was originally published at <a href="http://wpgarage.com/tips/4-reasons-not-to-host-your-blog-on-wordpresscom/">4 reasons not to host your blog on WordPress.com</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/tips/4-reasons-not-to-host-your-blog-on-wordpresscom/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>SphinnCon Israel to feature great panelists from Google, TechCrunch, Yedda, and more</title>
		<link>http://wpgarage.com/shorties/sphinncon-israel-to-feature-great-panelists-from-google-techcrunch-yedda-and-more/</link>
		<comments>http://wpgarage.com/shorties/sphinncon-israel-to-feature-great-panelists-from-google-techcrunch-yedda-and-more/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 08:46:11 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Shorties]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/shorties/sphinncon-israel-to-feature-great-panelists-from-google-techcrunch-yedda-and-more/</guid>
		<description><![CDATA[<p>SphinnCon Israel is this coming Tuesday in Jerusalem, and will have a great panel of experts on search and internet marketing, including representatives from Google, TechCrunch, Yedda, and Kenshoo. Read my post here to get more details on the event, and to see what I think is missing from the event. (Here&#8217;s a hint: if [...]</p><p>This post was originally published at <a href="http://wpgarage.com/shorties/sphinncon-israel-to-feature-great-panelists-from-google-techcrunch-yedda-and-more/">SphinnCon Israel to feature great panelists from Google, TechCrunch, Yedda, and more</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/shorties/sphinncon-israel-to-feature-great-panelists-from-google-techcrunch-yedda-and-more/" data-url="http://illum.in/n6Xf5f" data-text="SphinnCon Israel to feature great panelists from Google, TechCrunch, Yedda, and more" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/shorties/sphinncon-israel-to-feature-great-panelists-from-google-techcrunch-yedda-and-more/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/shorties/sphinncon-israel-to-feature-great-panelists-from-google-techcrunch-yedda-and-more/"></g:plusone></div></div><p><a href="http://sphinn.com/sphinncon-israel.php" title="SphinnCon Israel">SphinnCon Israel</a> is this coming Tuesday in Jerusalem, and will have a great panel of experts on search and internet marketing, including representatives from <a href="http://google.com" title="Google">Google</a>, <a href="http://techcrunch.com" title="TechCrunch">TechCrunch</a>, <a href="http://yedda.com" title="Yedda">Yedda</a>, and <a href="http://kenshoo.com" title="Kenshoo">Kenshoo</a>.</p>
<p>Read my post <a href="http://illuminea.com/marketing/sphinncon-israel-coming-upand-not-a-woman-to-be-seen-on-a-panel/" title="SphinnCon Israel coming up…and not a woman to be seen (on a panel)">here</a> to get more details on the event, and to see what I think is missing from the event. (Here&#8217;s a hint: if you look at the panels, you&#8217;d mistakenly believe that there are only members of one sex in the search and marketing industry. Guess which sex that is?)</p>
<p>This post was originally published at <a href="http://wpgarage.com/shorties/sphinncon-israel-to-feature-great-panelists-from-google-techcrunch-yedda-and-more/">SphinnCon Israel to feature great panelists from Google, TechCrunch, Yedda, and more</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/shorties/sphinncon-israel-to-feature-great-panelists-from-google-techcrunch-yedda-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7 lessons learned from digg&#8217;s home page</title>
		<link>http://wpgarage.com/tips/7-lessons-learned-from-diggs-home-page/</link>
		<comments>http://wpgarage.com/tips/7-lessons-learned-from-diggs-home-page/#comments</comments>
		<pubDate>Sat, 11 Aug 2007 22:30:07 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/tips/7-lessons-learned-from-diggs-home-page/</guid>
		<description><![CDATA[<p>This past Thursday, one of my sites reached digg&#8217;s home page. As we watched in disbelief, tens of thousands of readers flooded the site (and brought it crashing down in the classic &#8220;digg effect&#8221;). This was both exciting and frustrating. We learned a lot from this experience, and I would like to share some of [...]</p><p>This post was originally published at <a href="http://wpgarage.com/tips/7-lessons-learned-from-diggs-home-page/">7 lessons learned from digg&#8217;s home page</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/tips/7-lessons-learned-from-diggs-home-page/" data-url="http://illum.in/qw1E6W" data-text="7 lessons learned from digg&#8217;s home page" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/tips/7-lessons-learned-from-diggs-home-page/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/tips/7-lessons-learned-from-diggs-home-page/"></g:plusone></div></div><p>This past Thursday, one of my sites reached <a href="http://digg.com" title="digg">digg&#8217;s</a> home page. As we  watched in disbelief, tens of thousands of readers flooded the site (and brought  it crashing down in the classic &#8220;digg effect&#8221;). This was both exciting and frustrating. We learned a lot from this experience, and I would like to share some of  these lessons with you.</p>
<p>First, here&#8217;s some background: my company, illuminea, started to officially launch a new media site on Thursday. As part of our launch strategy, we began to bookmark  articles on the major social media sites, including <a href="http://digg.com/">digg</a>, <a href="http://del.icio.us/">del.icio.us</a>,  <a href="http://stumbleupon.com/">StumbleUpon</a>, and <a href="http://facebook.com/">Facebook</a>. Within minutes, <a href="http://israelplug.com/science/new-time-travel-theory-pretty-freaky/">one  of our articles</a> was picked up by diggers and the number of diggs began to  rise.</p>
<p>At first we thought the diggs must be coming from friends. But the diggs kept  rising, until they began to rise at a furious rate. The article landed on digg&#8217;s  home page.</p>
<p>Here&#8217;s what I learned from this experiene:</p>
<ol>
<li><strong>If you want to build traffic to your site, bookmark your  articles.</strong> By bookmarking your articles on digg, del.icio.us, and other  community sites, you will make people aware of your article. Once they are  aware, others may start bookmarking it too. You never know which of your  articles will take off, so you might as well do this.</li>
<li><strong>Have your site on a serious dedicated or virtual private  server.</strong> My sites are all on shared hosting. That&#8217;s ok on a usual day,  but it can&#8217;t handle the &#8220;digg effect.&#8221; As soon as our site started rising up the  home page, we exceeded our CPU limit and the site went down. That means that at the  greatest moment, nobody can see your site. I called our hosting provider and  begged them to get it back up &#8211; I told them to name their price, just to get it  up. They said &#8220;Sorry ma&#8217;am, there&#8217;s nothing we can do. You should consider a  dedicated server.&#8221; (Which is a service that they don&#8217;t even provide!) Of course,  they could have borrowed some server juice from someone else for that short time  that I was exceeding my CPU, but they wouldn&#8217;t budge. Very bad service. So if  you want to get to digg&#8217;s home page, and reap the benefits, make sure your site  is on a server that can handle it and has decent service.</li>
<li><strong>Have a killer title.</strong> It seems that articles that make it to  digg&#8217;s home page are those that are dugg by a community of digg devotees. These are people who  invest a lot of time and effort in digging articles that they deem worthy, and  monitoring certain other key diggers to see what they digg. I think that a large  percentage of them don&#8217;t even actually read the articles they are digging.  They just look at the title, see who else has dugg it, and digg it too.</li>
<li><strong>digg likes science/tech/geeky articles.</strong> Articles on  technology, science, and other &#8220;geeky&#8221; subjects are loved by digg devotees. They  also seem to like American politics.</li>
<li><strong>diggers don&#8217;t like blog spam.</strong> Blog spam is when you write a  short post about someone else&#8217;s article or post with the goal of gaining  visitors off of the success of the blog/article you are writing about. If  diggers suspect that this is what you are doing, you will be shunned. They want  original content.</li>
<li><strong>digg comments are a culture unto themselves.</strong> People can  comment under every link that is dugg. This becomes a whole conversation unto  itself, but what&#8217;s even more amazing is that the commenters can digg other  comments up or down! This is like a rating system for the comments, and if a  comment gets dugg up, it means people liked it, and if it gets dugg down, it  means people think it sucks.</li>
<li><strong>To make money from ads, you need to monetize your site  smartly.</strong> My site is monetized with Google Adsense. Although thousands  of people clicked, I made something like $2. I made almost as much from two  clicks on my other blog, <a href="/">WordPressGarage.com</a>. I don&#8217;t know why the  click rates were so cheap, but that really sucks. Your visitors will click on  ads &#8211; just try to make sure you&#8217;re making money from those clicks. How? If I knew, I&#8217;d have made more than $2.</li>
</ol>
<p>The site is still getting traffic from digg, and the number of feed subscribers that shot up during the digg effect is now coming down. Therefore, I have yet to see whether this traffic can be maintained in some way, or if all those readers will disappear as quickly as they came.</p>
<p>Anyone have any other  words of wisdom for those who aspire to achieve digg stardom?</p>
<p>This post was originally published at <a href="http://wpgarage.com/tips/7-lessons-learned-from-diggs-home-page/">7 lessons learned from digg&#8217;s home page</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/tips/7-lessons-learned-from-diggs-home-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The secret to a successful blog: writing good content</title>
		<link>http://wpgarage.com/good-blogging-practice/the-secret-to-a-successful-blog-writing-good-content/</link>
		<comments>http://wpgarage.com/good-blogging-practice/the-secret-to-a-successful-blog-writing-good-content/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 20:25:19 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Good Blogging Practice]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.wordpressgarage.com/tips/the-secret-to-a-successful-blog-writing-good-content/</guid>
		<description><![CDATA[<p>Ramit over at I Will Teach You To Be Rich reminds us that when all is said and done, a blog&#8217;s success depends on the merit of its content, and not on the quality of its design, stats programs, or all the SEO stuff you do to optimize your site. These things help, but they [...]</p><p>This post was originally published at <a href="http://wpgarage.com/good-blogging-practice/the-secret-to-a-successful-blog-writing-good-content/">The secret to a successful blog: writing good content</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/good-blogging-practice/the-secret-to-a-successful-blog-writing-good-content/" data-url="http://illum.in/pgdMuP" data-text="The secret to a successful blog: writing good content" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/good-blogging-practice/the-secret-to-a-successful-blog-writing-good-content/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/good-blogging-practice/the-secret-to-a-successful-blog-writing-good-content/"></g:plusone></div></div><p><a href="http://www.iwillteachyoutoberich.com/blog/i-hate-bloggers-who-waste-their-time-on-stats" title="I hate bloggers who waste their time on stats">Ramit over at I Will Teach You To Be Rich reminds us</a> that when all is said and done, a blog&#8217;s success depends on the merit of its content, and not on the quality of its design, stats programs, or all the SEO stuff you do to optimize your site. These things help, but they won&#8217;t make or break it for you.</p>
<p><a href="http://www.iwillteachyoutoberich.com/blog/i-hate-bloggers-who-waste-their-time-on-stats">I hate bloggers who waste their time on stats&gt;&gt;</a></p>
<p>This post was originally published at <a href="http://wpgarage.com/good-blogging-practice/the-secret-to-a-successful-blog-writing-good-content/">The secret to a successful blog: writing good content</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/good-blogging-practice/the-secret-to-a-successful-blog-writing-good-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make your sitemap work for your by modifying your robots.txt file</title>
		<link>http://wpgarage.com/tips/make-your-sitemap-work-for-your-by-modifying-your-robotstxt-file/</link>
		<comments>http://wpgarage.com/tips/make-your-sitemap-work-for-your-by-modifying-your-robotstxt-file/#comments</comments>
		<pubDate>Wed, 11 Apr 2007 21:31:31 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[sitemaps]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://www.wordpressgarage.com/tips/make-your-sitemap-work-for-your-by-modifying-your-robotstxt-file/</guid>
		<description><![CDATA[<p>Quick Online Tips explains that beyond installing a sitemap on your site, you can help search engines find your sitemap more efficiently: Ask.com, Google, Microsoft Live Search and Yahoo! have announced support of “autodiscovery” of Sitemaps. The new open-format autodiscovery allows webmasters to specify the location of their Sitemaps within their robots.txt file, eliminating the [...]</p><p>This post was originally published at <a href="http://wpgarage.com/tips/make-your-sitemap-work-for-your-by-modifying-your-robotstxt-file/">Make your sitemap work for your by modifying your robots.txt file</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/tips/make-your-sitemap-work-for-your-by-modifying-your-robotstxt-file/" data-url="http://illum.in/olfjd4" data-text="Make your sitemap work for your by modifying your robots.txt file" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/tips/make-your-sitemap-work-for-your-by-modifying-your-robotstxt-file/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/tips/make-your-sitemap-work-for-your-by-modifying-your-robotstxt-file/"></g:plusone></div></div><p><a href="http://www.quickonlinetips.com/" title="Quick Online Tips">Quick Online Tips</a> explains that beyond installing a sitemap on your site, you can help search engines find your sitemap more efficiently:</p>
<blockquote><p>Ask.com, Google, Microsoft Live Search and Yahoo! have <a href="http://blog.ask.com/2007/04/sitemaps_autodi.html">announced</a> support of “autodiscovery” of Sitemaps. The new <strong>open-format autodiscovery</strong> allows webmasters to specify the location of their Sitemaps within their robots.txt file, eliminating the need to submit sitemaps to each search engine separately.</p>
<p>This step is very useful as webmasters can easily submit their content to the search engines and benefit from reduced unnecessary traffic by the crawlers. The search engines get information with regards to pages to index as well as metadata with clues about which pages are newly updated and which pages are identified as the most important and search users get more fresh content.</p></blockquote>
<p>Complete details as to how to modify your robots.txt file in order to implement this feature is in the post.</p>
<p><a href="http://www.quickonlinetips.com/archives/2007/04/add-sitemaps-autodiscovery-in-robotstxt-file/" title="Add Sitemaps Autodiscovery in Robots.txt File">Add Sitemaps Autodiscovery in Robots.txt File&gt;&gt; </a></p>
<p>This post was originally published at <a href="http://wpgarage.com/tips/make-your-sitemap-work-for-your-by-modifying-your-robotstxt-file/">Make your sitemap work for your by modifying your robots.txt file</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/tips/make-your-sitemap-work-for-your-by-modifying-your-robotstxt-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Must See: 52 Ways to Promote Your Blog</title>
		<link>http://wpgarage.com/tips/must-see-52-ways-to-promote-your-blog/</link>
		<comments>http://wpgarage.com/tips/must-see-52-ways-to-promote-your-blog/#comments</comments>
		<pubDate>Wed, 11 Apr 2007 20:19:57 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Monetization]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.wordpressgarage.com/tips/must-see-52-ways-to-promote-your-blog/</guid>
		<description><![CDATA[<p>Better Business Blogging has put together an amazing list of 52 ways to promote your blog. I have seen many lists out there that address this issue, but I&#8217;ve never seen one that is so comprehensive, and has so many tips that I have never come across before. If you want some really good tips [...]</p><p>This post was originally published at <a href="http://wpgarage.com/tips/must-see-52-ways-to-promote-your-blog/">Must See: 52 Ways to Promote Your Blog</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/tips/must-see-52-ways-to-promote-your-blog/" data-url="http://illum.in/nyUuYO" data-text="Must See: 52 Ways to Promote Your Blog" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/tips/must-see-52-ways-to-promote-your-blog/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/tips/must-see-52-ways-to-promote-your-blog/"></g:plusone></div></div><p><a href="http://www.betterbusinessblogging.com/" title="Better Business Blogging">Better Business Blogging</a> has put together an amazing list of <a href="http://www.betterbusinessblogging.com/blog-directories-and-search/52-of-the-best-ways-to-promote-your-blog-and-your-business/" title="52 ways to promote your blog and business">52 ways to promote your blog</a>. I have seen many lists out there that address this issue, but I&#8217;ve never seen one that is so comprehensive, and has so many tips that I have never come across before. If you want some really good tips on effectively promoting your blog, you need to read this post.</p>
<p><a href="http://www.betterbusinessblogging.com/blog-directories-and-search/52-of-the-best-ways-to-promote-your-blog-and-your-business/" title="52 ways to promote your blog and business">52 of the Best Ways to Promote your Blog and your Business&gt;&gt; </a></p>
<p>This post was originally published at <a href="http://wpgarage.com/tips/must-see-52-ways-to-promote-your-blog/">Must See: 52 Ways to Promote Your Blog</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/tips/must-see-52-ways-to-promote-your-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DoFollow plugin &#8211; sharing the love</title>
		<link>http://wpgarage.com/plugins/dofollow-plugin-sharing-the-love/</link>
		<comments>http://wpgarage.com/plugins/dofollow-plugin-sharing-the-love/#comments</comments>
		<pubDate>Sun, 25 Mar 2007 08:17:54 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[social]]></category>

		<guid isPermaLink="false">http://www.wordpressgarage.com/plugins/dofollow-plugin-sharing-the-love/</guid>
		<description><![CDATA[<p>I recently posted a comment on a blog, and was surprised to get a trackback link as a result from their blog. Suddenly I understood what all the excitement is over turning off the NoFollow links from commenters. Why not make those links real? So I&#8217;ve installed DoFollow here on WordPressGarage.com, and we&#8217;ll see how [...]</p><p>This post was originally published at <a href="http://wpgarage.com/plugins/dofollow-plugin-sharing-the-love/">DoFollow plugin &#8211; sharing the love</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/plugins/dofollow-plugin-sharing-the-love/" data-url="http://illum.in/o4IVnH" data-text="DoFollow plugin &#8211; sharing the love" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/plugins/dofollow-plugin-sharing-the-love/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/plugins/dofollow-plugin-sharing-the-love/"></g:plusone></div></div><p>I recently posted a comment on a blog, and was surprised to get a trackback link as a result from their blog. Suddenly I understood what all the excitement is over turning off the NoFollow links from commenters. Why not make those links real? So I&#8217;ve installed <a href="http://www.semiologic.com/software/dofollow/" title="DoFollow plugin">DoFollow</a> here on WordPressGarage.com, and we&#8217;ll see how it goes.</p>
<p>I chose to install the Semiologic plugin because it is the most simple &#8211; it just turns on all comment links. The reason I felt that this was sufficient is that I have this blog set up so that I have to approve comments the first time they are posted from a reader, and then after that they appear automatically. So I&#8217;m not worried that comments that appear are spam, since I&#8217;ve approved them.</p>
<p><a href="http://www.semiologic.com/software/dofollow/" title="DoFollow plugin">DoFollow plugin</a>&gt;&gt;</p>
<p>This post was originally published at <a href="http://wpgarage.com/plugins/dofollow-plugin-sharing-the-love/">DoFollow plugin &#8211; sharing the love</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/plugins/dofollow-plugin-sharing-the-love/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Jerome&#8217;s Keywords broke during upgrade, now using Simple Tagging</title>
		<link>http://wpgarage.com/plugins/jeromes-keywords-broke-now-using-simple-tagging/</link>
		<comments>http://wpgarage.com/plugins/jeromes-keywords-broke-now-using-simple-tagging/#comments</comments>
		<pubDate>Sat, 24 Mar 2007 22:59:03 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[Technorati]]></category>

		<guid isPermaLink="false">http://www.wordpressgarage.com/plugins/jeromes-keywords-broke-now-using-simple-tagging/</guid>
		<description><![CDATA[<p>I was using Jerome&#8217;s Keywords for tagging posts, and all was working fine until I finally upgraded from 2.1.1 to 2.1.2 (yes, I know, I should have done it a long time ago, but upgrades scare me). The upgrade went fine, but I noticed that when you clicked on a tag, it takes you to [...]</p><p>This post was originally published at <a href="http://wpgarage.com/plugins/jeromes-keywords-broke-now-using-simple-tagging/">Jerome&#8217;s Keywords broke during upgrade, now using Simple Tagging</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/plugins/jeromes-keywords-broke-now-using-simple-tagging/" data-url="http://illum.in/niPcZX" data-text="Jerome&#8217;s Keywords broke during upgrade, now using Simple Tagging" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/plugins/jeromes-keywords-broke-now-using-simple-tagging/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/plugins/jeromes-keywords-broke-now-using-simple-tagging/"></g:plusone></div></div><p>I was using <a href="http://vapourtrails.ca/wp-keywords" title="Jerome's Keywords plugin">Jerome&#8217;s Keywords</a> for tagging posts, and all was working fine until I finally upgraded from 2.1.1 to 2.1.2 (yes, I know, I should have done it a long time ago, but upgrades scare me).</p>
<p>The upgrade went fine, but I noticed that when you clicked on a tag, it takes you to a 404 error page. I searched the web to find out what was going on, and it seems that Jerome&#8217;s Keywords has a bug that makes it problematic with WP 2.1. He&#8217;s released a <a href="http://vapourtrails.ca/2006-08/keywords-20-beta">beta of this plugin that is compatible with WP 2.1</a>, but I definitely don&#8217;t want to work anything unstable after this tagging fiasco. <a href="http://www.neato.co.nz/ultimate-tag-warrior" title="Ultimate Tag Warrior">Ultimate Tag Warrior</a> is also not an option, since it seems that the tagging breaks if you approve a comment. Yikes.</p>
<p><em>Addendum: Since I wrote this post, <a href="http://www.solo-technology.com/blog/" title="Solo Technology blog">Chris from Solo Technology</a> <a href="plugins/jeromes-keywords-broke-now-using-simple-tagging/#comment-143" title="Chris' comment">wrote a comment</a> saying that Ultimate Tag Warrior works fine with WP 2.1. This is good to know since there are a lot of plugins for WordPress that are based on Ultimate Tag Warrior and add extra functionality to your blog. In the meantime, I&#8217;m still using Simple Tagging.</em></p>
<p>I found the solution: the <a href="http://sw-guide.de/wordpress/wordpress-plugins/simple-tagging-plugin/" title="Simple Tagging">Simple Tagging</a> plugin. This is a brilliant plugin that does more than just tag, and has many great features that Jerome&#8217;s Keywords does not. Once you&#8217;ve activated the plugin, it creates a new toolbar called Tags, under which you have a few options: Tag Options, Manage Tags, Not Tagged Articles, and Import Tags. There are so many options on these pages, such as batch changing, adding, or deleting tags, feed options, meta options, tag cloud options, identifying articles that haven&#8217;t been tagged, and importing tags from Jerome&#8217;s Keywords or the Ultimate Tag Warrior Plugins.</p>
<p><strong>Features:</strong></p>
<p>First of all, this plugin displays the tags you&#8217;ve already used in Write&gt;Post so that you can easily select tags for a post. It also auto-completes for you if you start typing a tag. You can set it up to add tags to the meta data on a page, and have related posts based on tags appear. This removes the need for two separate plugins for meta data and related posts.</p>
<p>It has an import function for importing tags from Jerome&#8217;s Keywords which works smoothly, and you can create a tag cloud.</p>
<p><strong>How I installed it and tweaks I needed to make:</strong></p>
<p>First I imported my tags from Jerome&#8217;s Keywords. This went smoothly, but I was still getting 404 error pages when I clicked on a tag. I fixed this by going to Tags&gt;Tag Options, and under General Options changing the Tag search base from &#8220;tag&#8221; to &#8220;keywords&#8221; and then back to &#8220;tag&#8221; again. For some reason, this resolved the issue.</p>
<p>Then I pasted the code for displaying the tags in my home, index, search and archive page templates. I also pasted the code for displaying related posts. This worked fine.</p>
<p>Finally, I pasted the code for the tag cloud in my sidebar. This didn&#8217;t work quite so well, and needed some tweaking. First of all, if you want to style your tag cloud, make sure to paste the following into your template page:</p>
<p><code>&lt;?php if (class_exists('SimpleTagging')) : ?&gt;<br />
&lt;ul id ="tagcloud"&gt;&lt;?php STP_Tagcloud(); ?&gt;&lt;/ul&gt;&lt;?php endif; ?&gt;</code></p>
<p>Then, you need to add styles to your stylesheet. There is available CSS on the <a href="http://sw-guide.de/wordpress/wordpress-plugins/simple-tagging-plugin/simple-tagging-tag-cloud/">Tag Cloud page</a> of the plugin, which I used, but it created a list of tags rather than a cloud. So first I went into the WordPress administration, and went to Tags&gt;Tag Options, and under Tag Cloud I changed the &#8220;Cloud tag link format&#8221; to</p>
<p><code>&lt;a class="t%scale%" title="%tagname% (%count%)" href="%fulltaglink%"&gt;%tagname%&lt;/a&gt;</code> so that it wouldn&#8217;t be based on <code>&lt;li&gt;</code>. Then I changed the CSS to the following:</p>
<p><code>ul#tagcloud { padding:0; margin:0; text-align:center; list-style:none; }<br />
ul#tagcloud { display:inline; color:#FF6600; background: none; padding: 0;}<br />
ul#tagcloud a, ul#tagcloud a:link { text-decoration:none; }<br />
ul#tagcloud a:hover { text-decoration:underline; }<br />
ul#tagcloud a.t1 { font-size: 80%; }<br />
ul#tagcloud a.t2 { font-size: 110%; }<br />
ul#tagcloud a.t3 { font-size: 150%; }<br />
ul#tagcloud a.t4 { font-size: 180%; }<br />
ul#tagcloud a.t5 { font-size: 200%; }<br />
ul#tagcloud a.t6 { font-size: 220%; }<br />
ul#tagcloud a.t7 { font-size: 250%; }<br />
ul#tagcloud a.t8 { font-size: 280%; }<br />
ul#tagcloud a.t9 { font-size: 310%; }<br />
ul#tagcloud a.t10 { font-size: 330%; }</code></p>
<p>These styles did the following: it made sure the text was the same orange as on this blog; and I changed the percentages so that they were more in line with what looked ok to me. Finally, to center the whole thing, I went into my sidebar template and wrapped the whole thing in a centered div, so that the code there looked as follows:</p>
<p><code>&lt;h2&gt;Tags&lt;/h2&gt;<br />
&lt;div align="center"&gt;<br />
&lt;?php if (class_exists('SimpleTagging')) : ?&gt;<br />
&lt;ul id ="tagcloud"&gt;<br />
&lt;?php STP_Tagcloud(); ?&gt;<br />
&lt;/ul&gt;<br />
&lt;?php endif; ?&gt;</code></p>
<p>This is a really handy plugin, and I recommend checking it out.</p>
<p><a href="http://sw-guide.de/wordpress/wordpress-plugins/simple-tagging-plugin/simple-tagging-tag-cloud/">Simple Tagging plugin&gt;&gt;</a></p>
<p>This post was originally published at <a href="http://wpgarage.com/plugins/jeromes-keywords-broke-now-using-simple-tagging/">Jerome&#8217;s Keywords broke during upgrade, now using Simple Tagging</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/plugins/jeromes-keywords-broke-now-using-simple-tagging/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Free SEO WordPress Themes</title>
		<link>http://wpgarage.com/themes/free-seo-wordpress-themes/</link>
		<comments>http://wpgarage.com/themes/free-seo-wordpress-themes/#comments</comments>
		<pubDate>Wed, 21 Feb 2007 21:50:21 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.wordpressgarage.com/themes/free-seo-wordpress-themes/</guid>
		<description><![CDATA[<p>Easy Web Tutorials.com offers easily customizable themes. They offer recorded on-screen videos that show you how you can easily customize the layout styles, the headers and the sidebar templates to make these themes look more unique or match them with an existing website design. Free SEO WordPress Themes&#62;&#62;</p><p>This post was originally published at <a href="http://wpgarage.com/themes/free-seo-wordpress-themes/">Free SEO WordPress Themes</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/themes/free-seo-wordpress-themes/" data-url="http://illum.in/pjr40u" data-text="Free SEO WordPress Themes" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/themes/free-seo-wordpress-themes/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/themes/free-seo-wordpress-themes/"></g:plusone></div></div><p><a href="http://www.easywebtutorials.com" title="Easy Web Tutorials.com">Easy Web Tutorials.com</a> offers easily customizable themes. They offer recorded on-screen videos that show you how you 	  can easily customize the layout styles, the headers and the sidebar templates to make these       themes look more unique or match them with an existing website design.</p>
<p><a href="http://www.easywebtutorials.com/blogging-tutorial/wordpress-themes.php" title="Free SEO WordPress Themes">Free SEO WordPress Themes&gt;&gt;</a></p>
<p>This post was originally published at <a href="http://wpgarage.com/themes/free-seo-wordpress-themes/">Free SEO WordPress Themes</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/themes/free-seo-wordpress-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

