<?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>Ridhuan&#039;s Blog &#187; Featured Articles</title>
	<atom:link href="http://www.ridhuan.com/blog/category/featured-articles/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ridhuan.com/blog</link>
	<description>Not just another WordPress weblog</description>
	<lastBuildDate>Sat, 27 Aug 2011 11:26:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Editing and Organizing WordPress Category Slugs</title>
		<link>http://www.ridhuan.com/blog/2009/04/editing-and-organizing-wordpress-category-slugs/</link>
		<comments>http://www.ridhuan.com/blog/2009/04/editing-and-organizing-wordpress-category-slugs/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 09:42:58 +0000</pubDate>
		<dc:creator>Ridhuan</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[category slugs]]></category>

		<guid isPermaLink="false">http://www.ridhuan.com/blog/?p=96</guid>
		<description><![CDATA[In WordPress 2.7, when editing the categories or converting a category to a sub-category, the slugs will automatically replaced in a way you won&#8217;t really favor. For example, when you have a category &#8216;WordPress&#8217; with the initial slug is &#8216;wordpress&#8216; and you want to move it into a parent category &#8216;Blogging&#8217;, the category slug for [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">In WordPress 2.7, when editing the categories or converting a category to a sub-category, the slugs will automatically replaced in a way you won&#8217;t really favor. For example, when you have a category &#8216;WordPress&#8217; with the initial slug is &#8216;<code>wordpress</code>&#8216; and you want to move it into a parent category &#8216;Blogging&#8217;, the category slug for the &#8216;WordPress&#8217; category will automatically replaced as &#8216;<code>blogging-wordpress</code>&#8216; instead of &#8216;<code>wordpress</code>&#8216;. The structure will become:</p>
<p style="text-align: justify;"><code>yoursite.com/category/blogging/blogging-wordpress/</code></p>
<p style="text-align: justify;">instead of</p>
<p style="text-align: justify;"><code>yoursite.com/category/blogging/wordpress/</code></p>
<p style="text-align: justify;">The reason for this is because the initial slug was already in the WordPress database and converting any category to a sub-category will be as same as creating a new category. The database will not overwrite the existing slug but will create a new one. Similar problem will occur if you try to rename a category to a name you had deleted previously. Browsing in the WordPress Support Forum, I still can&#8217;t find any solution for this therefore I&#8217;ve decided to try on my own. Thank God I manage to find a solution but still required quite a messy job if you are not familiar with the database system of your hosting server.</p>
<p style="text-align: justify;">Here&#8217;s what I did to fix all the category slugs:</p>
<ol>
<li>Login to your hosting server account.</li>
<li>Open the MyPhpAdmin (or phpMyAdmin or anything with similar function).</li>
<li>When the list of tables had been listed, look out for the <code>wp_terms</code> table. (note that I&#8217;m using the standard <code>wp_</code> table prefix).</li>
<li>Delete the terms and slugs that are not in use. Make sure you check the ID for every <strong>Posts Categories</strong> and <strong>Link Categories</strong> because everything are in the same table. To ease the job, I just clear or delete the table database. Just be careful not to delete all other table database. Just clear the <code>wp_terms</code> table database. Note that If you delete everything in the table, you have to know which ID represent your Posts Categories and which are for Link Categories because you&#8217;ll have to rebuild them again.</li>
<li>Also edit the <code>wp_terms_taxonomy</code> which contains the hierarchical data of your categories. If you don&#8217;t edit this table, some new categories might be automatically become sub-categories based on previous data. My version allow me to delete all post categories and tags data in this table because they will be generated again when creating new category in the WordPress admin page. Just don&#8217;t delete the <code>link_category</code> term or clear everything in this table because this will bring hell to you. I did this mistake earlier and I won&#8217;t help if you did the same mistake.</li>
<li>After clearing the database, all the categories in you blog will be removed. Just go to the Categories section and create a new category. Just start all over again. This time make sure you plan every categories nicely to avoid any mistake. If you did make a mistake. Just repeat the steps mentioned above.</li>
</ol>
<p style="text-align: justify;">The method worked fine for me and I know there are many people are having the same problem. Please give me your feedback for this.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ridhuan.com%2Fblog%2F2009%2F04%2Fediting-and-organizing-wordpress-category-slugs%2F&amp;title=Editing%20and%20Organizing%20WordPress%20Category%20Slugs" id="wpa2a_2"><img src="http://www.ridhuan.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ridhuan.com/blog/2009/04/editing-and-organizing-wordpress-category-slugs/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t Write About Internet Marketing</title>
		<link>http://www.ridhuan.com/blog/2009/04/dont-write-about-internet-marketing/</link>
		<comments>http://www.ridhuan.com/blog/2009/04/dont-write-about-internet-marketing/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 19:25:32 +0000</pubDate>
		<dc:creator>Ridhuan</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[niche]]></category>

		<guid isPermaLink="false">http://www.ridhuan.com/blog/?p=84</guid>
		<description><![CDATA[Actually I&#8217;m tired of seeing all the internet marketing blogs but I do need to read them to learn more about internet marketing and to generate more from blogging. I&#8217;m also tired of those so-called &#8216;internet gurus&#8217; which almost 60 percent of their posts just ask you to spend more for them. Everyday I get [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Actually I&#8217;m tired of seeing all the internet marketing blogs but I do need to read them to learn more about internet marketing and to generate more from blogging. I&#8217;m also tired of those so-called &#8216;internet gurus&#8217; which almost 60 percent of their posts just ask you to spend more for them. Everyday I get these kind of messages in Twitter or newsletters that I&#8217;ve subscribed &#8220;<em>Hi.. want to know how I get $5000 last week? Check this out..</em>&#8221; which actually ask us to spend on something. The truth is there are too many blogs about internet marketing that write almost the same thing. In this situation, Coca-Cola would be preferred instead of Ridhuan&#8217;s Cola. Despite the exponentially increasing numbers of internet marketing blogs, top searches in all search engines are still not about internet marketing or anything related. Try check Yahoo! Buzz or Google Insights for Search or Google Trends and you&#8217;ll notice that entertainment is always what people are looking for. Wait! Don&#8217;t write about Britney yet until you know your competition. There are more established entertainment websites than you can imagine that will always keep you invisible unless you&#8217;re a paparazzi and have what others don&#8217;t.</p>
<p style="text-align: justify;">This is the reason why niche is important. If you asked any successful bloggers, the first advice you&#8217;ll get is to write about what you&#8217;re best of or what interest you most. Niche marketing or blogging is about having a targeted readers. Targeted readers are from any topics such as how to solve a rubix cube, games for iPhones, your graffiti artworks, anything. Internet marketing is also a niche but another thing is to know your competitors and try to write about something you already know instead of what you need to learn. What&#8217;s important is you stick to that niche so that your readers will also stick with you. I&#8217;m not an expert but here&#8217;s my experience with niche blogging. I have 2 niche blogs where one is about a Computer Aided Design (CAD) software and another for my artworks. Visitors to these blogs are in the same interest as me and as long as I keep giving what they searched for, they&#8217;ll keep coming and become subscribers. When the blog is getting more popular and interest to that niche is increased, more people come to the blogs and become subscribers. I write about a CAD software instead of CAD because CAD is still too general and covers so many aspects. By focusing on a software, I can easily write anything that I know without so much effort.</p>
<p style="text-align: justify;">Another important reason why writing about internet marketing is not a good way to make money online is because people who read about internet marketing are mostly web-savvy. They know a lot about internet and advertising and will not generate so many clicks on your advertisement. To make most revenue from internet advertising, the target should be the non-web savvy users and search engines visitors. These are people who use internet to seek information and will go anywhere to find answers to their curiosity. Integrate all knowledge and resources of internet marketing that you know in these niche blogs or websites. If you have an internet marketing blog and another of different niche with similar amount of visitors, you&#8217;ll notice that more revenue is generated from the non-internet marketing blog. Different approach is required to make more income from internet marketing readers because they don&#8217;t just read your blog but also look at how you manage it. A referral link to an affiliate program will have more click than Adsense. Different approach is required to make more income from internet marketing readers because they don&#8217;t just read your blog but also look at how the blog is managed.</p>
<p style="text-align: justify;">So why am I writing about internet marketing? I&#8217;m not an expert therefore everything in this blog are what I knew and experienced. I just write about everything I know and it feels good to share these information with others. Many people are trying to blog for money including me and this is actually not a good practice. The key is whether you like to write or not and what you can write about. If you don&#8217;t like to write, probably after a month you&#8217;ll give up and stop blogging. Same thing happen if you try to write about something you&#8217;re not good at. I know this because it happened. My suggestion is to make a research of yourself and find out what interest you most and you can write about the same topics over and over again. Don&#8217;t mix niches together in 1 blog because some niche readers don&#8217;t like a mixed category blogs unless you know how to organize them properly.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ridhuan.com%2Fblog%2F2009%2F04%2Fdont-write-about-internet-marketing%2F&amp;title=Don%26%238217%3Bt%20Write%20About%20Internet%20Marketing" id="wpa2a_4"><img src="http://www.ridhuan.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ridhuan.com/blog/2009/04/dont-write-about-internet-marketing/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>10 Tips for New Blogs</title>
		<link>http://www.ridhuan.com/blog/2009/04/10-tips-for-new-blogs/</link>
		<comments>http://www.ridhuan.com/blog/2009/04/10-tips-for-new-blogs/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 20:04:56 +0000</pubDate>
		<dc:creator>Ridhuan</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[seo tips]]></category>

		<guid isPermaLink="false">http://www.ridhuan.com/blog/?p=80</guid>
		<description><![CDATA[These are list of what I did to help bring visitors to this blog and all my other blogs: 1. Submit URL to search engines To make sure people find your blog from search engines, you&#8217;ll need to submit your blog url to them. By doing this, you&#8217;ll let them know that your blog exist [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">These are list of what I did to help bring visitors to this blog and all my other blogs:</p>
<p style="text-align: justify;"><strong>1. Submit URL to search engines</strong></p>
<p style="text-align: justify;">To make sure people find your blog from search engines, you&#8217;ll need to submit your blog url to them. By doing this, you&#8217;ll let them know that your blog exist and their web crawlers will &#8220;crawl&#8221; or scan your blog. Without these url submission, your blog might still be searchable by search engines but only after some period of time and will not be worthy for an updated blog contents.</p>
<ul>
<li><a title="Add URL to Google" href="http://www.google.com/addurl/?continue=/addurl" target="_blank">Google</a></li>
<li><a title="Add URL to Yahoo" href="https://siteexplorer.search.yahoo.com/submit" target="_blank">Yahoo</a></li>
<li><a title="Add URL to Live Search" href="http://search.msn.com/docs/submit.aspx?FORM=WSUT" target="_blank">MSN Live Search</a></li>
</ul>
<p style="text-align: justify;"><strong>2. Enlist in Directories</strong></p>
<p style="text-align: justify;">Some search engines share common open directory listing such as the Dmoz. Some search engines offer their own directories where will definitely get your blogs indexed in their search engines. These tools or directories will also scan your blogs and show statistics about your blogs, pages that link the blogs, or search engine optimization analysis for your blogs. Submitting to these directories are better than just submitting your url because these directories let the search engines know every pages of your blogs.</p>
<ul>
<li><a title="Open Directory Project" href="http://www.dmoz.org/" target="_blank">Dmoz</a></li>
<li><a title="Yahoo Directories" href="https://siteexplorer.search.yahoo.com/" target="_blank">Yahoo Directories</a></li>
<li><a title="Google Webmasters Tool" href="http://www.google.com/webmasters/tools" target="_blank">Google Webmasters Tool</a></li>
<li><a title="Live Search Webmaster Center" href="http://webmaster.live.com/" target="_blank">Live Search Webmaster Center</a></li>
</ul>
<p style="text-align: justify;"><strong>3. Join Communities</strong></p>
<p style="text-align: justify;">These communities will help your to optimize your blogs, write better contents, manage better layouts, and most important is help bring traffic to your blogs. Millions of people join these communities and all of them rely on each other to make their blog more successful. There are many groups in each communities that you can join that might be related to your blogs.</p>
<ul>
<li><a title="Technorati" href="http://www.technorati.com/" target="_blank">Technorati</a></li>
<li><a title="MyBlogLog" href="http://www.mybloglog.com/" target="_blank">MyBlogLog</a></li>
<li><a title="BlogCatalog" href="http://www.blogcatalog.com/" target="_blank">BlogCatalog</a></li>
</ul>
<p style="text-align: justify;"><strong>4. Submit to Blog Listings</strong></p>
<p style="text-align: justify;">This method is quite similar to submitting your blog to search engines. The difference is blog listings are focused to blogs only and blogs are categorised for easier search or browsing. Some blog listings really bring visitors to your blogs.</p>
<ul>
<li><a title="BloggersBox" href="http://bloggersbox.blogspot.com/" target="_blank">BloggersBox</a></li>
<li><a title="Blogtoplists" href="http://www.blogtoplist.com/" target="_blank">Blogtoplists</a></li>
<li><a title="Blogarama" href="http://www.blogarama.com/add-a-site/" target="_blank">Blogarama</a></li>
<li><a title="Globe of Blog" href="http://www.globeofblogs.com/register.php" target="_blank">Globe of Blog</a></li>
</ul>
<p style="text-align: justify;"><strong>5. Manage RSS Feed</strong></p>
<p style="text-align: justify;">Create or manage your rss feed and let readers to subscribe. Feed management is very important because not everybody can open your blog pages everyday to read your post. By using rss feed, you can notify readers about your new post through email or any feed readers.</p>
<ul>
<li><a title="FeedBurner" href="http://www.feedburner.com/" target="_blank">FeedBurner</a></li>
<li><a title="FeedBlitz" href="http://www.feedblitz.com/" target="_blank">FeedBlitz</a></li>
</ul>
<p style="text-align: justify;"><strong>6. Get Statistics of Your Blogs</strong></p>
<p style="text-align: justify;">View stats of your blogs so that you&#8217;ll know how visitors find your blogs and where they came from. These tools will help you to optimize your blogs by showing you a lot of data including search keywords and clicks on your blogs.</p>
<ul>
<li><a title="Google Analytics" href="https://www.google.com/analytics/" target="_blank">Google Analytics</a></li>
<li><a title="MyBlogLog" href="http://www.mybloglog.com/" target="_blank">MyBlogLog</a></li>
<li><a title="W3Counter" href="http://www.w3counter.com/" target="_blank">W3Counter</a></li>
</ul>
<p style="text-align: justify;"><strong>7. Tell Friends</strong></p>
<p style="text-align: justify;">Utilize the social networks that you&#8217;ve joined to let people know about your blogs. Most of loyal readers are friends so just don&#8217;t blow this advantages.</p>
<ul>
<li><a title="Facebook" href="http://www.facebook.com/" target="_blank">Facebook</a></li>
<li><a title="Friendster" href="http://www.friendster.com/" target="_blank">Friendster</a></li>
<li><a title="MySpace" href="http://www.myspace.com/" target="_blank">MySpace</a></li>
<li><a title="Hi-5" href="http://www.hi5.com/" target="_blank">Hi-5</a></li>
</ul>
<p style="text-align: justify;"><strong>8. Join Related Forums</strong></p>
<p style="text-align: justify;">Join forums related to your blog contents where you can discuss a lot of information about the future of your blogs.</p>
<ul>
<li><a title="Webmasters Talk" href="http://www.webmaster-talk.com/" target="_blank">Webmasters Talk</a></li>
<li><a title="Warrior Forum" href="http://www.warriorforum.com/" target="_blank">Warrior Forum</a></li>
</ul>
<p style="text-align: justify;"><strong>9. Submit Your Blog Articles To Social Bookmarking</strong></p>
<p style="text-align: justify;">Millions of users are using social bookmarking because it can relate similar articles or categories and also suggest you article you might be interested to read. These also a secure place to keep your bookmark and you can access them anywhere from different computers.</p>
<ul>
<li><a title="Digg" href="http://digg.com/" target="_blank">Digg</a></li>
<li><a title="StumbleUpon" href="http://www.stumbleupon.com/" target="_blank">StumbleUpon</a></li>
<li><a title="Del.ico.us" href="http://delicious.com/" target="_blank">Del.ico.us</a></li>
<li><a title="Ma.gnolia" href="http://ma.gnolia.com/" target="_blank">Ma.gnolia</a></li>
</ul>
<p style="text-align: justify;"><strong>10. Find related blogs and link with them.</strong></p>
<p style="text-align: justify;">Use all the sources you can find to search for similar blogs and make friends with the authors.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ridhuan.com%2Fblog%2F2009%2F04%2F10-tips-for-new-blogs%2F&amp;title=10%20Tips%20for%20New%20Blogs" id="wpa2a_6"><img src="http://www.ridhuan.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ridhuan.com/blog/2009/04/10-tips-for-new-blogs/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>10 Blog Traffic Tips</title>
		<link>http://www.ridhuan.com/blog/2009/04/10-blog-traffic-tips/</link>
		<comments>http://www.ridhuan.com/blog/2009/04/10-blog-traffic-tips/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 11:21:23 +0000</pubDate>
		<dc:creator>Ridhuan</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Traffic]]></category>
		<category><![CDATA[traffic tips]]></category>

		<guid isPermaLink="false">http://www.ridhuan.com/blog/?p=54</guid>
		<description><![CDATA[In every bloggers life comes a special day &#8211; the day they first launch a new blog. Now unless you went out and purchased someone else&#8217;s blog chances are your blog launched with only one very loyal reader &#8211; you. Maybe a few days later you received a few hits when you told your sister, [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">In every bloggers life comes a special day &#8211; the day they first launch a new blog. Now unless you went out and purchased someone else&#8217;s blog chances are your blog launched with only one very loyal reader &#8211; you. Maybe a few days later you received a few hits when you told your sister, father, girlfriend and best friend about your new blog but that&#8217;s about as far you went when it comes to finding readers. Here are the top 10 techniques new bloggers can use to find readers.</p>
<p style="text-align: justify;">These are tips specifically for new bloggers, those people who have next-to-no audience at the moment and want to get the ball rolling.</p>
<p style="text-align: justify;">It helps if you work on this list from top to bottom as each technique builds on the previous step to help you create momentum. Eventually once you establish enough momentum you gain what is called &#8220;traction&#8221;, which is a large enough audience base (about 500 readers a day is good) that you no longer have to work too hard on finding new readers. Instead your current loyal readers do the work for you through word of mouth.</p>
<p style="text-align: justify;"><strong>Top 10 Tips</strong></p>
<p style="text-align: justify;">10. Write at least five major &#8220;pillar&#8221; articles. A pillar article is usually a tutorial style article aimed to teach your audience something. Generally they are longer than 500 words and have lots of very practical tips or advice. This article you are currently reading could be considered a pillar article since it is very practical and a good &#8220;how-to&#8221; lesson. This style of article has long term appeal, stays current (it isn&#8217;t news or time dependent) and offers real value and insight. The more pillars you have on your blog the better.</p>
<p style="text-align: justify;">9. Write one new blog post per day minimum. Not every post has to be a pillar, but you should work on getting those five pillars done at the same time as you keep your blog fresh with a daily news or short article style post. The important thing here is to demonstrate to first time visitors that your blog is updated all the time so they feel that if they come back tomorrow they will likely find something new. This causes them to bookmark your site or subscribe to your blog feed.</p>
<p style="text-align: justify;">You don&#8217;t have to produce one post per day all the time but it is important you do when your blog is brand new. Once you get traction you still need to keep the fresh content coming but your loyal audience will be more forgiving if you slow down to a few per week instead. The first few months are critical so the more content you can produce at this time the better.</p>
<p style="text-align: justify;">8. Use a proper domain name. If you are serious about blogging be serious about what you call your blog. In order for people to easily spread the word about your blog you need an easily rememberable domain name. People often talk about blogs they like when they are speaking to friends in the real world (that&#8217;s the offline world, you remember that place right?) so you need to make it easy for them to spread the word and pass on your URL. Try and get a .com if you can and focus on small easy to remember domains rather than worry about having the correct keywords (of course if you can get great keywords and easy to remember then you&#8217;ve done a good job!).</p>
<p style="text-align: justify;">7. Start commenting on other blogs. Once you have your pillar articles and your daily fresh smaller articles your blog is ready to be exposed to the world. One of the best ways to find the right type of reader for your blog is to comment on other people&#8217;s blogs. You should aim to comment on blogs focused on a similar niche topic to yours since the readers there will be more likely to be interested in your blog.</p>
<p style="text-align: justify;">Most blog commenting systems allow you to have your name/title linked to your blog when you leave a comment. This is how people find your blog. If you are a prolific commentor and always have something valuable to say then people will be interested to read more of your work and hence click through to visit your blog.</p>
<p style="text-align: justify;">6. Trackback and link to other blogs in your blog posts. A trackback is sort of like a blog conversation. When you write a new article to your blog and it links or references another blogger&#8217;s article you can do a trackback to their entry. What this does is leave a truncated summary of your blog post on their blog entry &#8211; it&#8217;s sort of like your blog telling someone else&#8217;s blog that you wrote an article mentioning them. Trackbacks often appear like comments.</p>
<p style="text-align: justify;">This is a good technique because like leaving comments a trackback leaves a link from another blog back to yours for readers to follow, but it also does something very important &#8211; it gets the attention of another blogger. The other blogger will come and read your post eager to see what you wrote about them. They may then become a loyal reader of yours or at least monitor you and if you are lucky some time down the road they may do a post linking to your blog bringing in more new readers.</p>
<p style="text-align: justify;">5. Encourage comments on your own blog. One of the most powerful ways to convince someone to become a loyal reader is to show there are other loyal readers already following your work. If they see people commenting on your blog then they infer that your content must be good since you have readers so they should stick around and see what all the fuss is about. To encourage comments you can simply pose a question in a blog post. Be sure to always respond to comments as well so you can keep the conversation going.</p>
<p style="text-align: justify;">4. Submit your latest pillar article to a blog carnival. A blog carnival is a post in a blog that summarizes a collection of articles from many different blogs on a specific topic. The idea is to collect some of the best content on a topic in a given week. Often many other blogs link back to a carnival host and as such the people that have articles featured in the carnival enjoy a spike in new readers.</p>
<p style="text-align: justify;">To find the right blog carnival for your blog, do a search at <a title="Blog Carnival" rel="nofollow" href="http://blogcarnival.com/" target="_blank">http://blogcarnival.com/</a>.</p>
<p style="text-align: justify;">3. Submit your blog to blogtopsites.com. To be honest this tip is not going to bring in a flood of new readers but it&#8217;s so easy to do and only takes five minutes so it&#8217;s worth the effort. Go to Blog Top Sites, find the appropriate category for your blog and submit it. You have to copy and paste a couple of lines of code on to your blog so you can rank and then sit back and watch the traffic come in. You will probably only get 1-10 incoming readers per day with this technique but over time it can build up as you climb the rankings. It all helps!</p>
<p style="text-align: justify;">2. Submit your articles to EzineArticles.com. This is another tip that doesn&#8217;t bring in hundreds of new visitors immediately (although it can if you keep doing it) but it&#8217;s worthwhile because you simply leverage what you already have &#8211; your pillar articles. Once a week or so take one of your pillar articles and submit it to Ezine Articles. Your article then becomes available to other people who can republish your article on their website or in their newsletter.How you benefit is through what is called your &#8220;Resource Box&#8221;. You create your own resource box which is like a signature file where you include one to two sentences and link back to your website (or blog in this case). Anyone who publishes your article has to include your resource box so you get incoming links. If someone with a large newsletter publishes your article you can get a lot of new readers at once.</p>
<p style="text-align: justify;">1. Write more pillar articles. Everything you do above will help you to find blog readers however all of the techniques I&#8217;ve listed only work when you have strong pillars in place. Without them if you do everything above you may bring in readers but they won&#8217;t stay or bother to come back. Aim for one solid pillar article per week and by the end of the year you will have a database of over 50 fantastic feature articles that will work hard for you to bring in more and more readers.</p>
<p style="text-align: justify;">This article was by Yaro Starak, a professional blogger and my blog mentor. He is the leader of the Blog Mastermind mentoring program designed to teach bloggers how to earn a full time income blogging part time. To get more information about Blog Mastermind click this link:</p>
<p style="text-align: justify;"><a title="Entrepreneurs Journey" rel="nofollow" href="http://www.entrepreneurs-journey.com/go.php?offer=eworque&amp;pid=1" target="_blank">http://www.entrepreneurs-journey.com/go.php?offer=eworque&amp;pid=1</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ridhuan.com%2Fblog%2F2009%2F04%2F10-blog-traffic-tips%2F&amp;title=10%20Blog%20Traffic%20Tips" id="wpa2a_8"><img src="http://www.ridhuan.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ridhuan.com/blog/2009/04/10-blog-traffic-tips/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

