<?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>Smartphone And PC Blog &#187; SEO</title>
	<atom:link href="http://rumahabi.com/tag/seo/feed" rel="self" type="application/rss+xml" />
	<link>http://rumahabi.com</link>
	<description>PC And Smartphone Prices Plus Specifications</description>
	<lastBuildDate>Mon, 06 Feb 2012 10:38:10 +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>How To Make WordPress Theme SEO Friendly Theme</title>
		<link>http://rumahabi.com/how-to-make-wordpress-theme-seo-friendly-theme.html</link>
		<comments>http://rumahabi.com/how-to-make-wordpress-theme-seo-friendly-theme.html#comments</comments>
		<pubDate>Tue, 22 Dec 2009 13:24:07 +0000</pubDate>
		<dc:creator>Isa Nagib</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Wordpress Theme]]></category>
		<category><![CDATA[seo theme]]></category>

		<guid isPermaLink="false">http://rumahabi.com/?p=2174</guid>
		<description><![CDATA[<p><a href="http://rumahabi.com/how-to-make-wordpress-theme-seo-friendly-theme.html">How To Make WordPress Theme SEO Friendly Theme</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p>
How To Make WordPress Theme SEO Friendly Theme is a post from: Technology News There are many SEO Optimized themes now days, it is not difficult either to find them, just Google it then we will find tons of sites that share enormous amount of SEO themes, if your current theme ain&#8217;t too SEO you [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rumahabi.com/how-to-make-wordpress-theme-seo-friendly-theme.html">How To Make WordPress Theme SEO Friendly Theme</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p><p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-2176591172991554";
/* 336x280, created 8/26/10 */
google_ad_slot = "5231151202";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
<p>There are many <a href="http://rumahabi.com/">SEO</a> Optimized themes now days, it is not difficult either to find them, just Google it then we will find tons of sites that share enormous amount of SEO themes, if your current theme ain&#8217;t too SEO you will likely to change them in order to get a better ranking in Google, but actually you don&#8217;t need to change your theme let alone if you love its design too much, why not keep it?<span id="more-2174"></span></p>
<p class="warning">May be you are interested with <a href="http://rumahabi.com/with-thesis-theme-you-got-a-complete-control-and-seo-theme.html">Thesis SEO Optimized Theme</a></p>
<p>Frankly it is easy to make your WordPress Theme SEO friendly, yes it needs efforts, but not big efforts, it takes only few modifications. There are several areas you need to tweak to make Google understands which part is important and which is less important thus our content will be properly ranked and as the result we get better ranking for your targeted keyword.</p>
<p><strong>Ok here is the steps:</strong></p>
<p>1. Make sure you give &lt;h1&gt; to wrap your blog title! Just like mine, here is the example:</p>
<p><code>&lt;h1&gt;SEO Blog And Internet&lt;/h1&gt;</code></p>
<p>And the code looks generally like this one:<br />
<code><br />
&lt;h1&gt;&lt;a href=&quot;&lt;?php echo get_option(&#039;home&#039;); ?&gt;/&quot;&gt;&lt;?php bloginfo(&#039;name&#039;); ?&gt;&lt;/a&gt;&lt;/h1&gt;</code></p>
<p>2. Make sure your post and page title is wrapped with &lt;h1&gt; or &lt;h2&gt; tag, pick one that fits with the overall of your design because each of the tag has its own size, but &lt;h2&gt; will be better for post title on the homepage, considering on that place, there are several posts listed, and then use &lt;h1&gt; to wrap post title in <em>Single Page</em> (Single.php)</p>
<p>3. Make sure each of your post and page title has the name of post/page title like this:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://i48.tinypic.com/f13yw.png" alt="Post SEO Title" /></p>
<p>If your title is not like on the image, then open your index.php and single.php replace the existing title code with the following code:</p>
<p><code>&lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;&lt;?php the_title(); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;</code></p>
<p>4. Why not giving each of your post or page a unique description and keyword? I have written tutorial to do so in: <a href="http://rumahabi.com/seo-your-wordpress-description-and-keyword-without-plugins.html"><em>SEO Your WordPress Description and Keyword</em></a>.</p>
<p>5. It is better to place your sidebar on the right side just like mine, so your page will be on the upper side of the sidebar.</p>
<p>6. Use &lt;h3&gt; to wrap your widget title, for example &lt;h3&gt;Popular Post&lt;/h3&gt;</p>
<p>7. This one is just an additional factor: Make sure the code is Valid HTML </p>
<p>Actually, SEO is all about backlinks and on page optimizations like having SEO Optimized Theme is an additional force to arm your blog to compete with other blogs on Search Engine, if it is necessary enough why not practicing the above steps? You can speed up your WordPress theme loading time too to complete the steps, Site Speed is scheduled to be a factor to determine blog or site ranking on Google on 2010, you better don&#8217;t miss this one, I will write about how to speed up your WordPress blog in the future just wait! </p>
<p>Well c YA!</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://rumahabi.com/seo-your-wordpress-description-and-keyword-without-plugins.html" rel="bookmark" class="crp_title">SEO Your WordPress Description And Keyword Without Plugins</a></li><li><a href="http://rumahabi.com/thesis-theme-guide-to-add-adsense-after-the-title-after-the-post.html" rel="bookmark" class="crp_title">Thesis Theme, Guide To Add Adsense After The Title And After The Post</a></li><li><a href="http://rumahabi.com/how-to-add-facebook-twitter-google-buzz-buttons-to-wordpress-blog.html" rel="bookmark" class="crp_title">How To Add Facebook, Twitter, Google Buzz Buttons To WordPress Blog</a></li><li><a href="http://rumahabi.com/education-wordpress-theme-by-studiopress-joost-de-valk.html" rel="bookmark" class="crp_title">Education WordPress Theme By StudioPress &amp; Joost de Valk</a></li><li><a href="http://rumahabi.com/how-to-separate-comments-from-trackbacks.html" rel="bookmark" class="crp_title">How to Separate Comments From Trackbacks</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://rumahabi.com/how-to-make-wordpress-theme-seo-friendly-theme.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO Your WordPress Description And Keyword Without Plugins</title>
		<link>http://rumahabi.com/seo-your-wordpress-description-and-keyword-without-plugins.html</link>
		<comments>http://rumahabi.com/seo-your-wordpress-description-and-keyword-without-plugins.html#comments</comments>
		<pubDate>Mon, 21 Dec 2009 19:42:07 +0000</pubDate>
		<dc:creator>Isa Nagib</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[Meta Description]]></category>
		<category><![CDATA[Meta Keyword]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Remove Plugins]]></category>
		<category><![CDATA[SEO Wordpress]]></category>

		<guid isPermaLink="false">http://rumahabi.com/?p=2169</guid>
		<description><![CDATA[<p><a href="http://rumahabi.com/seo-your-wordpress-description-and-keyword-without-plugins.html">SEO Your WordPress Description And Keyword Without Plugins</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p>
SEO Your WordPress Description And Keyword Without Plugins is a post from: Technology News You can remove SEO plugins that are designed to optimize your meta description, keyword and to have canonical url feature to avoids duplicate content, the plugins that work that ways are All In One SEO Pack and Platinum SEO Pack, but [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rumahabi.com/seo-your-wordpress-description-and-keyword-without-plugins.html">SEO Your WordPress Description And Keyword Without Plugins</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p><p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-2176591172991554";
/* 336x280, created 8/26/10 */
google_ad_slot = "5231151202";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
<p>You can remove SEO plugins that are designed to optimize your meta description, keyword and to have canonical url feature to avoids duplicate content, the plugins that work that ways are All In One SEO Pack and Platinum SEO Pack, but we can have the same abilities offered by those plugins even without using them and remove them from your plugin storage. By replacing their roles with PHP codes, why you want to do that? Well, WordPress will be working much better if it&#8217;s using less <a href="http://rumahabi.com/category/wordpress/wordpress-plugin">plugin</a><span id="more-2169"></span></p>
<p>Let see, we all know if using All In One SEO Pack as the result each of our page will have a unique description and keywords, they will help Google to identify our page and what is all about.</p>
<blockquote><p>How if we use PHP code to replace their role? That sounds better</p></blockquote>
<p>1. Ok now to have unique description you need to add the following PHP code inside Header.php (below title tag: &lt;title&gt; &lt;/title&gt;)<br />
<code><br />
&lt;meta name="description" content="&lt;?php the_excerpt_rss(); ?&gt;" /&gt;</code></p>
<p>Note: the above code will automatically fetch the lines within the Excerpt to use as description, thus you need to write description in the excerpt box:</p>
<p style="text-align: center;"><img src="http://4.bp.blogspot.com/-v-HPGvnte50/TudA4o4ejwI/AAAAAAAACJc/vuMklCq6xf8/s1600/Describe+Your+Excerpt.png" alt="Describe Your Excerpt" /></p>
<p>But if there&#8217;s no lines or description in the Excerpt, then there is no description, so if you want the code to fetch description whether there is description inside excerpt or not, replace:</p>
<p><code>&lt;?php the_content(); ?&gt;</code></p>
<p>With the following:</p>
<p><code>&lt;?php the_excerpt(); ?&gt;</code></p>
<p>The code will grab description from the first paragraph of yours even there is nothing inside your excerpt box</p>
<p>2. Now about unique keyword, what we need is &#8220;Tag&#8221; and turn it into keywords tag, well to have it, add the following code inside your Function.php:</p>
<p><code>function csv_tags() {<br />
$posttags = get_the_tags();<br />
foreach((array)$posttags as $tag) {<br />
$csv_tags .= $tag-&gt;name . &#039;,&#039;;<br />
}<br />
echo &#039;&lt;meta name=&quot;keywords&quot; content=&quot;&#039;.$csv_tags.&#039;&quot; /&gt;&#039;;<br />
}<br />
</code></p>
<p>And then to call the keywords, add this code (put it below description tag), now:</p>
<p><code>&lt;?php csv_tags(); ?&gt;</code></p>
<p>So the whole codes will look like this:</p>
<p><code>&lt;?php if (is_single() || is_page() ) : if ( have_posts() ) : while ( have_posts() ) : the_post(); ?&gt;<br />
&lt;meta name=&quot;description&quot; content=&quot;&lt;?php the_excerpt_rss(); $post_desc_length = 20; ?&gt;&quot; /&gt;<br />
&lt;?php csv_tags(); ?&gt;<br />
&lt;?php endwhile; endif; elseif(is_home()) : ?&gt;<br />
&lt;meta name=&quot;description&quot; content=&quot;&lt;?php bloginfo(&#039;description&#039;); ?&gt;&quot; /&gt;<br />
&lt;meta name=&quot;keywords&quot; content=&quot;Keyword1, Keyword2, Keyword3&quot; /&gt;<br />
&lt;?php endif; ?&gt;</code></p>
<p class="warning">So each of your page will have unique description and keyword now</p>
<p>3. Now about Canonical Url, just upgrade to <a href="http://rumahabi.com/wordpress-2-9-is-here-with-us-now.html">WordPress 2.9</a>, then you will have canonical url by default!</p>
<p class="note">You may be interested to read <a href="http://rumahabi.com/how-to-make-wordpress-theme-seo-friendly-theme.html">How To Make WordPress Theme SEO Friendly Theme</a></p>
<p>Hope the post helps and see you again in the next post</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://rumahabi.com/how-to-make-wordpress-theme-seo-friendly-theme.html" rel="bookmark" class="crp_title">How To Make WordPress Theme SEO Friendly Theme</a></li><li><a href="http://rumahabi.com/thesis-theme-guide-to-add-adsense-after-the-title-after-the-post.html" rel="bookmark" class="crp_title">Thesis Theme, Guide To Add Adsense After The Title And After The Post</a></li><li><a href="http://rumahabi.com/how-to-install-mashable-floating-social-networking-buttons-to-wordpress-blog.html" rel="bookmark" class="crp_title">How To Install Mashable Floating Social Networking Buttons To WordPress Blog</a></li><li><a href="http://rumahabi.com/how-to-add-facebook-twitter-google-buzz-buttons-to-wordpress-blog.html" rel="bookmark" class="crp_title">How To Add Facebook, Twitter, Google Buzz Buttons To WordPress Blog</a></li><li><a href="http://rumahabi.com/few-steps-to-create-facebook-badge-facebook-profile.html" rel="bookmark" class="crp_title">Few Steps To Create Facebook Badge, Facebook Profile</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://rumahabi.com/seo-your-wordpress-description-and-keyword-without-plugins.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Search The 2nd Largest Search Engine Real-Time Now!</title>
		<link>http://rumahabi.com/search-the-2nd-largest-search-engine-real-time-now.html</link>
		<comments>http://rumahabi.com/search-the-2nd-largest-search-engine-real-time-now.html#comments</comments>
		<pubDate>Wed, 04 Nov 2009 13:01:29 +0000</pubDate>
		<dc:creator>Isa Nagib</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO Youtube]]></category>
		<category><![CDATA[Website Marketing]]></category>

		<guid isPermaLink="false">http://rumahabi.com/?p=2014</guid>
		<description><![CDATA[<p><a href="http://rumahabi.com/search-the-2nd-largest-search-engine-real-time-now.html">Search The 2nd Largest Search Engine Real-Time Now!</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p>
Search The 2nd Largest Search Engine Real-Time Now! is a post from: Technology News YouTube is the 2nd largest search engine now. With many hundreds of videos being posted on YouTube every day, there is a really huge potential for search engine marketers there. In terms of search engine optimization, every comment posted on YouTube [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rumahabi.com/search-the-2nd-largest-search-engine-real-time-now.html">Search The 2nd Largest Search Engine Real-Time Now!</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p><p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-2176591172991554";
/* 336x280, created 8/26/10 */
google_ad_slot = "5231151202";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
<p>YouTube is the 2nd largest search engine now. With many hundreds of videos being posted on YouTube every day, there is a really huge potential for search engine marketers there. In terms of search engine optimization, every comment posted on YouTube has the potential to ensure that the person who posted the comment finds himself on the top of search engines like Google.<span id="more-2014"></span></p>
<p><img class="alignright" title="Real Time Search " src="http://3.bp.blogspot.com/-WY7Sr-eAQaM/TudDdRFM44I/AAAAAAAACJ0/eIvniarfWYk/s1600/Real%2BTime%2BSearch.png" alt="Real Time Search" width="195" height="146" />Much like Microsoft’s deal with Twitter and Facebook for real-time search results, YouTube will also offer real time search for comments posted by people on the site. </p>
<p>You will be able to read the full comment on search result pages that get updated continuously. Another feature of this real time search is ‘trending topics’ that will show the hottest and most popular topics on YouTube at that time.</p>
<p>Aptly named Comments Search, this real time search is an excellent way to market your website and reach a global audience. Not only can you build a steady fan base but you will also be able to post comments on other people’s videos and make your way on the search page.</p>
<p>Comment Search is another method to explore and establish and online reputation of your business. Being the biggest online video website in the world, YouTube comments are definitely something brands like you wouldn’t like to ignore. Especially when posting comments allows you to write comments that contain your keywords making for good Search Engine Optimization. For people who subscribe to RSS feeds, getting to know the latest comments, hottest topics of discussion, and most popular videos is now based on real time data.</p>
<p>While many of you may believe that YouTube comments are not worth reading, but being able to use them to leverage your business can’t be a bad idea. A website marketing tool that has immense potential, YouTube comments make a lot of business and branding sense. It has very real potential and one that businesses looking to establish their dominance over the Internet can’t ignore at all.</p>
<p>Comment Search has been available for some time now. Though it is still unclear for how long it will be available. You can try to use this feature here:</p>
<p>www.youtube.com/comment_search.</p>
<p>Better still, start posting your short business video clips on YouTube if you already haven’t as well as start writing comments on videos that you find interesting and that are similar to your business in nature.</p>
<p>Make sure you add a relevant keyword when writing a comment and write in an interesting and witty manner so that people find your comment interesting. It’s important to understand that writing comments on YouTube videos isn’t spam. It is vaguely similar to viral marketing. It is about engaging with other members of the site on relevant topics and trying to interest them with your ideas and thoughts so that they become a part of your world.</p>
<p>Comment Search offers those people who are seriously monitoring their fan base and reputations to increase the follower base more and in a real time manner that hasn’t been explored before in the online world.</p>
<p>Article by Dataflurry organic SEO consultants.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://rumahabi.com/how-to-separate-comments-from-trackbacks.html" rel="bookmark" class="crp_title">How to Separate Comments From Trackbacks</a></li><li><a href="http://rumahabi.com/keyword-research-for-article-marketing.html" rel="bookmark" class="crp_title">Keyword Research for Article Marketing</a></li><li><a href="http://rumahabi.com/benefits-of-article-marketing.html" rel="bookmark" class="crp_title">Benefits of Article Marketing</a></li><li><a href="http://rumahabi.com/link-building-campaign-by-linking-from-forum-boards.html" rel="bookmark" class="crp_title">Link  Building  Campaign  By Linking  From Forum  Boards</a></li><li><a href="http://rumahabi.com/organic-seo-company-review-dataflurrycom.html" rel="bookmark" class="crp_title">Organic SEO Company Review &#8211; Dataflurry.com</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://rumahabi.com/search-the-2nd-largest-search-engine-real-time-now.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Innovative Ways To Build Links That Many Won&#8217;t Think Of</title>
		<link>http://rumahabi.com/innovative-ways-to-build-links-that-many-wont-think-of.html</link>
		<comments>http://rumahabi.com/innovative-ways-to-build-links-that-many-wont-think-of.html#comments</comments>
		<pubDate>Tue, 08 Sep 2009 20:55:09 +0000</pubDate>
		<dc:creator>Isa Nagib</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Build Links]]></category>
		<category><![CDATA[Data Flurry]]></category>
		<category><![CDATA[link building]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://rumahabi.com/?p=1729</guid>
		<description><![CDATA[<p><a href="http://rumahabi.com/innovative-ways-to-build-links-that-many-wont-think-of.html">Innovative Ways To Build Links That Many Won&#8217;t Think Of</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p>
Innovative Ways To Build Links That Many Won&#8217;t Think Of is a post from: Technology News Link building is 90% of the battle when succeeding in the search engines and properly succeeding at search engine optimization. In this article, we are going to break down some innovative techniques that other top SEO&#8217;s use to find [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rumahabi.com/innovative-ways-to-build-links-that-many-wont-think-of.html">Innovative Ways To Build Links That Many Won&#8217;t Think Of</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p><p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-2176591172991554";
/* 336x280, created 8/26/10 */
google_ad_slot = "5231151202";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
<p>Link building is 90% of the battle when succeeding in the search engines and properly succeeding at search engine optimization. In this article, we are going to break down some innovative techniques that other top SEO&#8217;s use to find and obtain quality links to their website. Let&#8217;s get right down to it!<span id="more-1729"></span></p>
<p><img class="alignright" title="Build Backlinks" src="http://4.bp.blogspot.com/-O8gCK0IWp3g/TudCsk6gG7I/AAAAAAAACJo/ResLdAy923k/s400/Build%2BBacklinks.png" alt="" width="228" height="244" />A: Use Google Alerts &#8211; You can use Google Alerts to find certain phrases that are highly relevant to your website. For example, if you are a company that offers solar panels, you can set up Google alerts to tell you whenever their are websites listing companies that offer solar panels.</p>
<p>For example, you could create an alert for phrases like &#8220;Solar panel companies&#8221;; &#8220;solar panel providers&#8221;; &#8220;solar panels&#8221;; &#8220;solar providers&#8221;; &#8220;solar links&#8221;, etc. This will allow you to see what people are talking about in your industry and request links or to contribute information to active and relevant websites.</p>
<p>B: Find Top Commentators or Top Commentator widgets on relevant websites&#8230; Start reading the blog and make a daily post. As long as the widget isn&#8217;t a &#8220;NoFollow&#8221; widget, you can get some great links from the home page of the blog. Not bad, not bad at all!</p>
<p>C: Get links that produce traffic. Surprisingly, websites that produce traffic often times are trusted a lot more by the search engines as well, so chances are the link will be higher in quality.</p>
<p>D: If your industry is a popular industry that has a lot of organizations involved that talk about or support your industry, you can always find websites looking for sponsors. Often times popular organizations link value can be incredibly high and trusted.</p>
<p>E: If you are an ethical company, get involved in the Better Business Bureau and they will actually provide a link to your website &#8211; and this will likely increase sales as well since you will be seen as a reliable company.</p>
<p>F: You can offer to guest post quality information on relevant and popular blogs in exchange for a link back to your website. These links often times carry a large amount of weight and value.</p>
<p>G: Get involved in popular and relevant forums and always place a link in your signature to your website.</p>
<p>H: Look at the links pointing to your competition&#8217;s website. For example, use Yahoo and search for inlinks:www.website.com</p>
<p>I: Do a simple search for company lists. For example, if you are a dentist in Phoenix Arizona, search Google for terms like Phoenix Dentists, List of Phoenix Dentists, Phoenix Oral Surgeons, etc. You can also repeat the search for surrounding cities and you will find some websites that are authoritative directories.</p>
<p>Be creative, there are hundreds of ways to get quality links and they are often times easier than you think. You don&#8217;t need thousands of links to succeed. Work on getting one quality link per day and you will be beating your competition in no time.</p>
<p>This post is provided by Dataflurry search engine optimization and website marketing services. Dataflurry has a special emphasis on Law Firm marketing for lawyers and attorneys.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://rumahabi.com/simplifying-the-manual-link-building-process.html" rel="bookmark" class="crp_title">Simplifying The Manual Link Building Process</a></li><li><a href="http://rumahabi.com/outsourcing-everything-in-terms-of-seo.html" rel="bookmark" class="crp_title">Outsourcing Everything In Terms Of SEO</a></li><li><a href="http://rumahabi.com/keyword-research-for-article-marketing.html" rel="bookmark" class="crp_title">Keyword Research for Article Marketing</a></li><li><a href="http://rumahabi.com/whats-dofollow-nofollow-explaining-basic-terminologies.html" rel="bookmark" class="crp_title">What&#039;s Dofollow, Nofollow Explaining  Basic Terminologies</a></li><li><a href="http://rumahabi.com/organic-seo-company-review-dataflurrycom.html" rel="bookmark" class="crp_title">Organic SEO Company Review &#8211; Dataflurry.com</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://rumahabi.com/innovative-ways-to-build-links-that-many-wont-think-of.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Outsourcing Everything In Terms Of SEO</title>
		<link>http://rumahabi.com/outsourcing-everything-in-terms-of-seo.html</link>
		<comments>http://rumahabi.com/outsourcing-everything-in-terms-of-seo.html#comments</comments>
		<pubDate>Tue, 28 Jul 2009 17:53:06 +0000</pubDate>
		<dc:creator>Isa Nagib</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Optimizing Site]]></category>
		<category><![CDATA[Rank High In Search Engines]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[SEO Bing]]></category>
		<category><![CDATA[SEO Firm]]></category>
		<category><![CDATA[SEO Google]]></category>
		<category><![CDATA[SEO Tips]]></category>
		<category><![CDATA[SEO Yahoo]]></category>

		<guid isPermaLink="false">http://rumahabi.com/?p=1433</guid>
		<description><![CDATA[<p><a href="http://rumahabi.com/outsourcing-everything-in-terms-of-seo.html">Outsourcing Everything In Terms Of SEO</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p>
Outsourcing Everything In Terms Of SEO is a post from: Technology News We have been working as a search engine optimization firm for around 1 year now; however I have worked in the search engine optimization field for over 12 years and have optimized for ancient search engines like Alta Vista, Excite, ASK Jeeves, MSN, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rumahabi.com/outsourcing-everything-in-terms-of-seo.html">Outsourcing Everything In Terms Of SEO</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p><p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-2176591172991554";
/* 336x280, created 8/26/10 */
google_ad_slot = "5231151202";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
<p>We have been working as a search engine optimization firm for around 1 year now; however I have worked in the search engine optimization field for over 12 years and have optimized for ancient search engines like Alta Vista, Excite, ASK Jeeves, MSN, Yahoo, Google and others. This has given my company an excellent grasp on what the search engines like to see as well as what to be careful of.<span id="more-1433"></span></p>
<p>To rank high in the search engines, you need to do 2 things properly. You need to get your website in order and properly optimized. Then you need to show the search engines that your search friendly website is credible by building it&#8217;s authority through inbound links from other websites.</p>
<p style="text-align: center;"><img class="aligncenter" title="The Tips For OutSourcing SEO " src="http://3.bp.blogspot.com/-YIQsiBq-zaY/TudEq32SxNI/AAAAAAAACKA/kfct6sxIC9M/s400/Outsourcing%2BSEO%2BPost.png" alt="OutSourcing SEO Tips" width="304" height="260" /></p>
<p>As a search engine optimization firm, we will occasionally outsource certain aspects of our operations to stay competitive, and I am going to give you some insight in to how you can do the same (even to a further extent if you would like).</p>
<p>Let&#8217;s start with your fresh website that has not yet been optimized and show you the most effective steps to take in order to improve your rankings cost effectively and effectively. Working smarter instead of harder is a huge benefit when it comes to search engine optimization and marketing; this can propel you forward at an extremely speedy pace compared to doing it all on your own.</p>
<p>First off, Once you have your website online &#8211; we recommend that you outsource one aspect of your SEO campaign to an organic SEO consulting firm. I recommend that every business with a website obtain a certain amount of consulting from a respected firm to help ensure that your website is properly optimized to rank properly. Search engine optimization firms make most of their money performing link building on a monthly basis, so simple advice can be a cost effective way to utilize a search engine optimization firm. If your website is optimized properly, you will be able to pinpoint that problems are originating with your link building instead of your website design. Consulting will allow you to ask questions while you are launching your search engine optimization campaign, so that you are as efficient as possible.</p>
<p>Quality SEO consulting usually ranges from $80 per hour to several hundred dollars per hour (but you can accomplish a lot in 2-3 hours). I simply recommend that you hire someone that has over 5 years of on-site optimization experience so that they can save you time and money by doing things right the first time.</p>
<p>After you complete your on site optimization for your website, you are ready to build your websites authority through link building so that you can rank in Google, Yahoo &amp; Bing (as well as others with similar algorithms). Link building is necessary because the search engines treat links to your website like a vote of trust. Once you have enough votes for your website from high authority websites, you are going to begin beating your competition. I would recommend that you outsource certain aspects of your link building, however you should always be overseeing everything to ensure that you only obtain quality links from websites with authority. If a website doesn&#8217;t seem like a valuable website you would find useful, you should not probably not obtain a link from it.</p>
<p>One high quality link is often times more valuable than 100 low quality links. Low quality links can actually have an adverse affect on your rankings and penalize your website, so you need to stay away from sites that seem to have no value or websites that aren&#8217;t active. I have seen website owners obtain some amazing inbound links tied in with hundreds or thousands of low quality ineffective links, and then Google really penalized them and it took a long time to get back to where they were before. Don&#8217;t obtain links from websites that are only link farms and offer no relevant or useful information.</p>
<p><strong>We obtain links in a wide variety of methods, and the major methods are outlined below:</strong></p>
<p>A: Article and News distribution to highly relevant and authoritative websites and blogs.<br />
B: Press release distribution through companies like Market Wire, PRWeb, PRLog and others.<br />
C: Hunting down your competitions most powerful links.<br />
D: Obtaining local listings in websites like Yahoo!, Google, MSN (Bing), Merchant Circle, SuperPages, Yelp and other high authority websites.<br />
E: Get involved in popular forums that are relevant to your business niche and include a link to your website.<br />
F: Create high quality information and resources on your website that will naturally attract links from other website owners and web users.<br />
G: Update your website bi-weekly in order to always show the search engine spider that your website is constantly evolving.</p>
<p>The search engines know that a truly valuable website will be talked about on blogs, forums, link pages, articles, press releases, EDU websites and more. This is a type of link mesh that the search engines like to see. Now, let&#8217;s examine all of the above ways to obtain links and determine how we can outsource different aspects of link building.</p>
<p><strong>Article &amp; News Distribution</strong><br />
First off, when you are writing and distributing news and articles, you first need to have content written. You can hire ghost writers to write content on your behalf. This will save a large amount of time, and often times you can have an article written for $8-$30 a piece (depending on the quality) &#8211; You just need to find a quality writer to create the information. After the content is written you can submit it to popular article websites like Ezine Articles, ArticlesBase, American Chronicle, Buzzle, Google Knol and other popular and quality article websites. Something that works even better is submitting your articles to popular blogs or websites that are relevant to your industry. We recommend changing articles titles and content each time you submit it to a new website (if you want to submit to several locations). If you don&#8217;t change the content, Google&#8217;s guidelines state that you should link to the original article post if you post duplicate content on the web; which we recommend you do if you aren&#8217;t changing the article content.</p>
<p><strong>Press Release Distribution</strong><br />
Secondly, When submitting a press release we recommend that you hire a ghost writer to create the content or else prepare it yourself (whatever you prefer). After you have the press release written, you should submit it to popular press release distribution websites. This will help you obtain some high authority links that are often times syndicated to a large numbers of other quality websites which gives you more link value! You can also submit your press release to free press release distribution websites like PRlog as well that also carry a large amount of link value.</p>
<p>Some other press release distribution websites we would recommend are PRWeb, MarketWire, PR.Com and PR News Wire. Each time a press release is submitted, it is best to slightly re-write the content to ensure you obtain maximum link value from each press release distributed.</p>
<p><strong>Seeking Out Your Competitor&#8217;s Links</strong><br />
Third, you can find out what links are helping your competition by simply pulling up their website in Yahoo!. You go to Yahoo.com and type in the following query including your competitions url:</p>
<blockquote><p>link:webaddresshere.com</p></blockquote>
<p>Then once you hit submit, you will be able to see all the links pointing to their website (by clicking on inlinks). Yahoo! will categorize the links for you and show the most powerful links first and lower authority links further down in the results. This makes the link building process very easy for you because you can see the top links pointing to main competitors websites. If you obtain links from the top 20 sites in your industry, you will probably be able to quickly rank and beat your competition online. If you wanted to outsource all or part of this link building tactic; You can save time by hiring a personal assistant with link building experience to find the best links pointing to your top competition and report back to you. Also, if you trust a link builder; you can have them obtain the links on your behalf (Make sure they report back to you in order to maintain quality standards).</p>
<p><strong>Local Authority Directories</strong><br />
Fourth, we need to obtain listings from local websites and popular directories. Make sure to always include your website address (link) whenever you create a listing online or submit content online. These websites are very trusted by the search engines, so there is a large amount of value whenever you obtain a link anywhere on one of these websites.</p>
<p>There is a company out there called Universal Business Listing that will do a lot of the work for you by creating your listing on a large number of high authority websites for a minimal fee. Most companies charge $40 per month for this service; Universal Business Listing has a minimal annual fee to maintain these listings. Their website is http://www.universalbusinesslisting.org &#8211; UBL will automatically provide you local listings on a large number of powerful directories &amp; data feeds including:</p>
<p>411 DA<br />
ALK -CoPilot<br />
AOL<br />
Ask<br />
AssistGuide<br />
City Search<br />
Collarity<br />
DENSO Auto Nav.<br />
Dex<br />
Disney<br />
GetFave<br />
Go2<br />
IBegin<br />
Idearc<br />
InfoSpace<br />
Insider Pages<br />
JVC GPS<br />
kgb_USA/infonxx<br />
Kudzu<br />
LiveDeal<br />
Localeze<br />
Lowrance/Navico<br />
LSSI &#8211; Volt<br />
Menu Network<br />
Merchant Circle<br />
Mojo Pages<br />
Onstar<br />
Open List<br />
Quebecor/Canoe.ca<br />
Search Bug<br />
Spock<br />
Super Pages<br />
TeleAtlas<br />
Telemap<br />
Tellme<br />
Topix<br />
V-Enable<br />
viaMichelin<br />
Vindigo/Zingy<br />
WhitePages.com<br />
Windows Live<br />
Yellow Book<br />
Yellow Bot<br />
Yellow Page City<br />
Yellow Pages<br />
YellowPagesInc<br />
Yelp<br />
YP<br />
Zenrin</p>
<p><strong>Get Involved In Online Communication</strong><br />
Fifth, you need to have one of your employees, contractors or yourself talk online in popular forums and bulletin boards that are related to your business. Whenever they talk online they should include a link in their signature pointing to your website when talking online. This will be beneficial to boost link popularity as well as company branding and relationships. There is no better way that a business can be marketed than word of mouth marketing (and that&#8217;s coming from an SEO!). Make sure you hire someone to talk online for you &#8211; ensuring that you choose someone that will represent your company properly while protecting your image.</p>
<p>Always attempt to leave your link online whenever possible. For example, if your Human Resources department is posting a job online, make sure they link back to your company website if possible.</p>
<p><strong>One Last Tip To Obtain Long Term Success</strong><br />
One of the best long term link building tactics is to create compelling free information, tutorials, videos and or tools that will attract links to your website without manually hunting them down. Natural links are usually the best links that you can obtain, because the search engines are pretty good at deciphering between organic and manipulated links. This should be a long term tactic to improve website traffic and rankings without constantly obtaining new links to your website.</p>
<p>I recommend that you show the search engines that your website is active and full of helpful information by updating your website bi-weekly (at least). This will show the search engines that you are not a website that is simply dying off from old age. One of the easiest ways to accomplish this would be to create a blog located on your website itself using an application such as WordPress. Obviously you can outsource this aspect of ongoing maintenance by hiring a ghost writer to create the information for your website.</p>
<p>Always focus on deploying quality information on the internet, this will help internet surfers socially bookmark your content and spread information about your website for you.</p>
<p>Joel McLaughlin<br />
Dataflurry.com</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://rumahabi.com/innovative-ways-to-build-links-that-many-wont-think-of.html" rel="bookmark" class="crp_title">Innovative Ways To Build Links That Many Won&#8217;t Think Of</a></li><li><a href="http://rumahabi.com/simplifying-the-manual-link-building-process.html" rel="bookmark" class="crp_title">Simplifying The Manual Link Building Process</a></li><li><a href="http://rumahabi.com/whats-dofollow-nofollow-explaining-basic-terminologies.html" rel="bookmark" class="crp_title">What&#039;s Dofollow, Nofollow Explaining  Basic Terminologies</a></li><li><a href="http://rumahabi.com/getting-started-with-an-effective-article-marketing-strategy.html" rel="bookmark" class="crp_title">Getting Started With An Effective Article Marketing Strategy</a></li><li><a href="http://rumahabi.com/keyword-research-for-article-marketing.html" rel="bookmark" class="crp_title">Keyword Research for Article Marketing</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://rumahabi.com/outsourcing-everything-in-terms-of-seo.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Tips From Google &amp; Bing For Site Architecture Issues</title>
		<link>http://rumahabi.com/tips-from-google-bing-for-site-architecture-issues.html</link>
		<comments>http://rumahabi.com/tips-from-google-bing-for-site-architecture-issues.html#comments</comments>
		<pubDate>Fri, 03 Jul 2009 21:21:38 +0000</pubDate>
		<dc:creator>Isa Nagib</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Bing]]></category>
		<category><![CDATA[Goole]]></category>
		<category><![CDATA[Robot.txt]]></category>
		<category><![CDATA[Site Architecture]]></category>

		<guid isPermaLink="false">http://rumahabi.com/?p=1092</guid>
		<description><![CDATA[<p><a href="http://rumahabi.com/tips-from-google-bing-for-site-architecture-issues.html">Tips From Google &amp; Bing For Site Architecture Issues</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p>
Tips From Google &#38; Bing For Site Architecture Issues is a post from: Technology News It&#8217;s a good to find that both search engines which are Google and the newest one, Bing discussed give special attentions to blogger to rank better in their search engines, both of them recommend site architecture that every blog should [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rumahabi.com/tips-from-google-bing-for-site-architecture-issues.html">Tips From Google &amp; Bing For Site Architecture Issues</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p><p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-2176591172991554";
/* 336x280, created 8/26/10 */
google_ad_slot = "5231151202";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
<p>It&#8217;s a good to find that both search engines which are Google and the newest one, Bing discussed give special attentions to blogger to rank better in their search engines, both of them recommend site architecture that every blog should build to get best position in search result page. Generally the both of them recommend the same advices, which are summed in 4 areas by <a rel="nofollow" href="http://www.webpronews.com/topnews/2009/07/02/google-and-bing-tips-for-site-architecture-issues" target="_blank">Webpronews</a>.<span id="more-1092"></span></p>
<ol>
<li>Check that your robots.txt file has the correct status code and isn&#8217;t returning an error</li>
<li> Keep in mind some best practices when moving to a new site and the new &#8220;Change of address&#8221; feature recently added to Webmaster Tools.</li>
<li> Review the settings of the robots.txt file to make sure no pages &#8212; particularly those rewritten and/or dynamic &#8212; are blocked inappropriately.</li>
<li> Make good use of the rel=&#8221;canonical&#8221; attribute to reduce the indexing of duplicate content on your domain.</li>
</ol>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://rumahabi.com/how-to-monitor-your-seo-progress-by-busby-seo-test.html" rel="bookmark" class="crp_title">How to Monitor Your SEO Progress By Busby SEO Test</a></li><li><a href="http://rumahabi.com/basic-seo-tips-by-busby-seo-test-participant.html" rel="bookmark" class="crp_title">Basic SEO Tips By Busby SEO Test Participant</a></li><li><a href="http://rumahabi.com/the-simplest-tips-to-conquer-google-with-wordpress-blog.html" rel="bookmark" class="crp_title">The Simplest Tips To Conquer Google With WordPress Blog</a></li><li><a href="http://rumahabi.com/increadible-seo-wordpress-plugins-i-use.html" rel="bookmark" class="crp_title">Incredible SEO WordPress Plugins I Use</a></li><li><a href="http://rumahabi.com/add-content-to-your-blog-regularly.html" rel="bookmark" class="crp_title">Add Content To Your Blog Regularly</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://rumahabi.com/tips-from-google-bing-for-site-architecture-issues.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Getting Started With An Effective Article Marketing Strategy</title>
		<link>http://rumahabi.com/getting-started-with-an-effective-article-marketing-strategy.html</link>
		<comments>http://rumahabi.com/getting-started-with-an-effective-article-marketing-strategy.html#comments</comments>
		<pubDate>Thu, 02 Jul 2009 00:15:17 +0000</pubDate>
		<dc:creator>Isa Nagib</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Article]]></category>
		<category><![CDATA[article marketing]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[Search Engine]]></category>

		<guid isPermaLink="false">http://rumahabi.com/?p=1062</guid>
		<description><![CDATA[<p><a href="http://rumahabi.com/getting-started-with-an-effective-article-marketing-strategy.html">Getting Started With An Effective Article Marketing Strategy</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p>
Getting Started With An Effective Article Marketing Strategy is a post from: Technology News If you are looking to indulge into article marketing on the Internet then you should know that it is an effective way to generate publicity of your product and your business. Online article marketing involves search engine optimization and copywriting of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rumahabi.com/getting-started-with-an-effective-article-marketing-strategy.html">Getting Started With An Effective Article Marketing Strategy</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p><p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-2176591172991554";
/* 336x280, created 8/26/10 */
google_ad_slot = "5231151202";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
<p>If you are looking to indulge into <a href="http://rumahabi.com/what-is-article-marketing.html">article marketing</a> on the Internet then you should know that it is an effective way to generate publicity of your product and your business. Online article marketing involves <a href="http://rumahabi.com">search engine optimization</a> and copywriting of content. <span id="more-1062"></span></p>
<p>Therefore, before starting out you should know all that there is to know about article marketing on the Internet. The first thing that you should be clear about is what you want to gain from article writing. Are you interested in promoting others’ businesses and products and their websites or do you want to do the same for yourself; because the two agendas need to be approached in very different ways. If you are writing articles for another website to advertise their product then you don’t need to use your real name to promote the issue.</p>
<p>But if you are marketing your own product or business then using your own name instead of a pseudonym can be of valuable consequence to the advertisement.</p>
<p>However, you need to keep in mind that whatever you do it is virtually impossible to make any changes to articles that have already been posted once, since there will be numerous copies of it posted on various other websites. In order to retain your credibility it is always advisable to stick to your area of specialization when choosing subjects to write articles on. If you indulge in a variety of subjects you fail to make a niche for yourself. Therefore, there will be a lack of optimization of your website through search engines if you don’t stick to relevant subjects.</p>
<p>You don’t need to be an expert in the language, grammatically or literarily, in order to be successful in article marketing. Although posting your articles on many article directories on various sites does provide you with a higher chance of circulation which in the long run benefits you, you should be a little selective before posting them anywhere you get a chance to do so.</p>
<p>Websites that have high rankings and good search engine optimizations should be your priority. Also, try not to post the same article that you have used for marketing your website. This might result in penalty of your website by search engines.</p>
<p>Keep in mind the length of the article that you will be writing. Don’t push yourself to write a long one if it is not necessary. Shorter articles with relevant information can go a long way too. Also keep in mind your potential to write on a specific subject.</p>
<p>You may be able to write a large number of articles on entertainment, but have a limited creativity for articles on fine art. Therefore, don’t push yourself to write on something you are not comfortable with. Most of the time they will turn out poorly and wont be published by anyone.</p>
<p>Also remember that your article will be read by a human being. Therefore, in your quest to include the perfect <a href="http://rumahabi.com/keyword-research-for-article-marketing.html">keywords</a> into your article for maximum search engine optimization don’t end up making your article a shoddy one.<br />
<strong><br />
How To Make Use Of Article Marketing Strategies:</strong></p>
<p>If you have an online business then you must have heard about best affiliate marketing programs. For those who don’t know what it is, affiliate marketing simply means promoting other people’s goods or services with the help of your website. This is done by posting the affiliate links of the merchant sites on your website and hoping that, those visitors who come by to explore your website, click on these links that transports them to the merchant’s home page. If they make final purchases of goods or services from these sellers, you get to keep a commission on the cost.<br />
<strong><br />
But how to attract so much web traffic?</strong></p>
<p>One of the best ways of doing this is by article marketing. And what exactly is article marketing? Well, you write articles about the goods that you are promoting; sprinkle them with a handful of backlinks and submit them with various article directories. In case the directory does not approve of backlinks, you can simply provide your website address.</p>
<p>These directories put up your article/articles, as search engine results when someone looks up the requisite keywords. If the web traffic finds your article to be useful and interesting, they travel straight back to your website and from there, to the merchant sites. It is not only an easy way of promoting your affiliate links, it also a relatively cheap one. As such knowing more about article marketing and the various types of articles is indispensable if you want to seriously take up affiliate marketing.</p>
<p>This article is an earnest attempt to help you in this venture. A common problem that writers face when they need to write a lot of pieces is how to come up with newer and fresher content. The best way is to brainstorm and come up with novel ideas. But since that is an extremely backbreaking exercise, here are some simple tips that might help you decide the subject of your cogitation, with a lot less effort.</p>
<p>To start with, you need to decide what type of an article you would want to write.<br />
<strong><br />
Broadly there are four categories:</strong></p>
<p>· The List Article:<br />
The most common type of article found on the internet it is the easiest to write as well. All it needs is putting together a bunch of associated information. Examples of such type of articles can be -<br />
· “5 home care tips for glowing skin”<br />
· “10 ways of reducing your carbon footprint”<br />
· “100 places you need to visit in your lifetime” etc.<br />
<strong><br />
These types of articles have three essential parts -</strong><br />
1. an introduction<br />
2. Short paragraphs of minimum 2 lines describing the various objects that<br />
your article addresses.<br />
3. A short conclusion.<br />
· The “How to” Article:</p>
<p>This is the most interesting type of article as it describes how to make something new. Everyone likes to experiment once in a while, don’t they?<br />
<strong><br />
These kinds of articles are generally of the form -</strong><br />
1. “How to rekindle the romance in your marriage”<br />
2. “How to make paella at home”<br />
3. “How to prolong the life of your desktop computer”etc.<br />
<strong><br />
· The Review Article:</strong><br />
What would you do if you were to buy a new moisturiser launched by a renowned cosmetics brand? There are some who will rush to buy it simply because of the brand; but most would want a second opinion, a kind of a review. And people are looking for alternative opinions all the time. As such the widespread popularity of review articles does not come as a surprise.</p>
<p><strong>The essential issues that need to be touched upon by review articles are:</strong><br />
1. The USP (unique selling point) of the product. What results does it promise.<br />
2. How much of that claim does it fulfil.<br />
3. Are the benefits worth the cost; and if so, who can be the prospective buyers to benefit from this. Make sure that whatever way you choose for writing review articles you adhere to these three guidelines.<br />
<strong><br />
· The Round Up Article:</strong><br />
This is also a simple kind of article writing. All you need to do is to consult various sources or experts and provide an overview of a situation. This is kind of a general deduction made on the basis of certain given parameters &#8211; like general remarks, facts, arguments and judgments. It’s kind of a rounding up piece.</p>
<p><strong>For example:</strong></p>
<p>Now that you know about the various types of articles, you can channel your creativity in a proper course. Diversify your literary skills in exploring issues that are not exactly mundane or commonplace. Best of luck!</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://rumahabi.com/benefits-of-article-marketing.html" rel="bookmark" class="crp_title">Benefits of Article Marketing</a></li><li><a href="http://rumahabi.com/go-viral-with-article-marketing.html" rel="bookmark" class="crp_title">Go Viral With Article Marketing</a></li><li><a href="http://rumahabi.com/what-is-article-marketing.html" rel="bookmark" class="crp_title">What Is Article Marketing</a></li><li><a href="http://rumahabi.com/keyword-research-for-article-marketing.html" rel="bookmark" class="crp_title">Keyword Research for Article Marketing</a></li><li><a href="http://rumahabi.com/get-traffic-and-backlinks-using-article-marketing.html" rel="bookmark" class="crp_title">Get Traffic And Backlinks Using Article Marketing</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://rumahabi.com/getting-started-with-an-effective-article-marketing-strategy.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tukang Nggame Is Finally Finish</title>
		<link>http://rumahabi.com/tukang-nggame-is-finally-finish.html</link>
		<comments>http://rumahabi.com/tukang-nggame-is-finally-finish.html#comments</comments>
		<pubDate>Tue, 30 Jun 2009 19:03:14 +0000</pubDate>
		<dc:creator>Isa Nagib</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[Tukang Nggame]]></category>

		<guid isPermaLink="false">http://rumahabi.com/?p=1048</guid>
		<description><![CDATA[<p><a href="http://rumahabi.com/tukang-nggame-is-finally-finish.html">Tukang Nggame Is Finally Finish</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p>
Tukang Nggame Is Finally Finish is a post from: Technology News Well Tukang Nggame is finished right at the time went to 00:00 WIB about 2 hours before I write this post, and 3 winners are decided as they are able to place their blog at 1st, 2nd, 3rd position on Google search result page, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rumahabi.com/tukang-nggame-is-finally-finish.html">Tukang Nggame Is Finally Finish</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p><p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-2176591172991554";
/* 336x280, created 8/26/10 */
google_ad_slot = "5231151202";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
<p>Well <a href="http://rumahabi.com/tukang-nggame-i-am-coming-to-you.html">Tukang Nggame</a> is finished right at the time went to 00:00 WIB about 2 hours before I write this post, and 3 winners are decided as they are able to place their blog at 1st, 2nd, 3rd position on Google search result page, congratulation guys, and here are their names:<span id="more-1048"></span></p>
<ol>
<li>http://tukangnggame.com/</li>
<li>http://belajarseo.com/bebas/tukang-nggame-seo-contest.php</li>
<li>http://newreil.com/tukang-nggame/</li>
</ol>
<p>And I am only able to place my page on 5th position (according my own browser) for less than 5 days left before contest ended up, which was at 00:00WIB and it&#8217;s awesome achievement for me, although I failed to be number 1 but to be on 5th for less than 5 days, it&#8217;s satisfying enough. And I am very please with this blog&#8217;s ability in skyrocketing position.</p>
<p>But even though I succeed to be on 1st, still I won&#8217;t be counted as champion since I am not registered yet, it&#8217;s because Yudishtira site was Bandwidth Limited Execeed for 5 days, and backed online tonight. Sigh I should be earlier next time.</p>
<p>Well congratulation for all the winners, and the ones who are not lucky enough this time, don&#8217;t worry there are more SEO Contests in the future! And see you in the next post.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://rumahabi.com/tukang-nggame-i-am-coming-to-you.html" rel="bookmark" class="crp_title">Tukang Nggame I am Coming To You!</a></li><li><a href="http://rumahabi.com/my-seo-contest-is-sulumits-retsambew.html" rel="bookmark" class="crp_title">My Second SEO Contest Is Sulumits Retsambew</a></li><li><a href="http://rumahabi.com/busby-seo-test-current-rank.html" rel="bookmark" class="crp_title">Busby SEO Test Current Rank</a></li><li><a href="http://rumahabi.com/3-days-before-ending-of-busby-seo-test-contest.html" rel="bookmark" class="crp_title">3 Days Before Ending Of Busby SEO Test Contest</a></li><li><a href="http://rumahabi.com/busby-seo-test-is-getting-hot.html" rel="bookmark" class="crp_title">Busby SEO Test Is Getting Hot</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://rumahabi.com/tukang-nggame-is-finally-finish.html/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Keyword Research for Article Marketing</title>
		<link>http://rumahabi.com/keyword-research-for-article-marketing.html</link>
		<comments>http://rumahabi.com/keyword-research-for-article-marketing.html#comments</comments>
		<pubDate>Sun, 21 Jun 2009 21:14:37 +0000</pubDate>
		<dc:creator>Isa Nagib</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[article marketing]]></category>
		<category><![CDATA[Keyword]]></category>
		<category><![CDATA[Keyword Research]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://rumahabi.com/?p=1023</guid>
		<description><![CDATA[<p><a href="http://rumahabi.com/keyword-research-for-article-marketing.html">Keyword Research for Article Marketing</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p>
Keyword Research for Article Marketing is a post from: Technology News Article marketing is an effective way to enhance the advertisement of your business. However, unless you use excellent keywords to optimize your website you will not be able to generate enough traffic to it to earn profits on it. Therefore, it is important to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rumahabi.com/keyword-research-for-article-marketing.html">Keyword Research for Article Marketing</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p><p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-2176591172991554";
/* 336x280, created 8/26/10 */
google_ad_slot = "5231151202";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
<p><a href="http://rumahabi.com/tag/article-marketing">Article marketing</a> is an effective way to enhance the advertisement of your business. However, unless you use excellent keywords to optimize your website you will not be able to generate enough traffic to it to earn profits on it. Therefore, it is important to do extensive research on keywords to find out which one is the best for your website.<span id="more-1023"></span></p>
<p>In order to maximize the search engine optimization (<a href="http://rumahabi.com/category/seo">SEO</a>) of your articles you need to keep track of the traffic ranking of different keywords that you can use to optimize your article on the Internet. You can research the data on a monthly basis. You also need to keep track of the level of competition that each of these words have for you. Use Microsoft Word or Excel to record these findings instead of relying on your memory for them, just to be sure.</p>
<p>If you are starting a brand new business then think of all the relevant words that can be used to generate higher <a href="http://rumahabi.com/tag/traffic">traffic</a> to your website. Note them down as soon as you think of them. If your business is about parcel delivery then hit the search button on this. You will be presented with a host of keywords that have direct relevance to your business. Along with this list you will be presented with the monthly search hits on these words so that you can compare which one is more popular than the other. You can also put in additional words that you have come up with and see the relevance quotient of it to your business.</p>
<p>Now in order to estimate the level of competition of your keywords you need to type them in and search them out. If the main term, like “Parcel Delivery” has a competition higher than 6, 00,000 then try something like “next day Parcel Delivery”. This might generate a competition as low as 2,500. If this bears direct relevance to your business and the article that you are writing then use it as the keyword. This will cut down on your competition and come up as one of the top search hits on a search engine. <a href="http://rumahabi.com/write-for-humans-design-for-search-engines.html">Therefore write for human, designs for search engines</a>.</p>
<p>Repeat the same process for every keyword you think is relevant enough to be included in you article marketing strategy and note down the details of it on your MS documents. Compare and consider the best options before using them.</p>
<p>If you don’t want to come up with keywords yourself, then you can use free online tools that provide you with suggestions of relevant keywords that you can use to optimize your website on the search engine. You can use free programs for this instead of buying software for this purpose. After having a list of such suggested keywords you should run a competition search on them on the Internet to be aware of the competition level of those words for you. Accordingly you can use them in your <a href="http://rumahabi.com/get-traffic-and-backlinks-using-article-marketing.html">article marketing strategy</a> to maximize your search engine optimization.</p>
<p>This one a short tips to <a href="http://rumahabi.com/2-simple-answers-to-increase-traffic-to-a-blog.html">Increase traffic to your site</a>.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://rumahabi.com/benefits-of-article-marketing.html" rel="bookmark" class="crp_title">Benefits of Article Marketing</a></li><li><a href="http://rumahabi.com/what-is-article-marketing.html" rel="bookmark" class="crp_title">What Is Article Marketing</a></li><li><a href="http://rumahabi.com/getting-started-with-an-effective-article-marketing-strategy.html" rel="bookmark" class="crp_title">Getting Started With An Effective Article Marketing Strategy</a></li><li><a href="http://rumahabi.com/anchor-text-optimization-in-article.html" rel="bookmark" class="crp_title">Anchor Text OptimiZation In Article</a></li><li><a href="http://rumahabi.com/add-content-to-your-blog-regularly.html" rel="bookmark" class="crp_title">Add Content To Your Blog Regularly</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://rumahabi.com/keyword-research-for-article-marketing.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Build 3 Level Blogs To Create Powerful Blogs</title>
		<link>http://rumahabi.com/build-3-level-blogs-to-create-powerful-blogs.html</link>
		<comments>http://rumahabi.com/build-3-level-blogs-to-create-powerful-blogs.html#comments</comments>
		<pubDate>Thu, 11 Jun 2009 17:31:07 +0000</pubDate>
		<dc:creator>Isa Nagib</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[3 Level Blogs]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://rumahabi.com/?p=992</guid>
		<description><![CDATA[<p><a href="http://rumahabi.com/build-3-level-blogs-to-create-powerful-blogs.html">Build 3 Level Blogs To Create Powerful Blogs</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p>
Build 3 Level Blogs To Create Powerful Blogs is a post from: Technology News The more web sites, blogs etc. you got, the better your chances of linking. Let&#8217;s say you have a decent site and a good blog, now you can get two links from the same directory you are submitting to. This way [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rumahabi.com/build-3-level-blogs-to-create-powerful-blogs.html">Build 3 Level Blogs To Create Powerful Blogs</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p><p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-2176591172991554";
/* 336x280, created 8/26/10 */
google_ad_slot = "5231151202";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
<p>The more web sites, blogs etc. you got, the better your chances of linking. Let&#8217;s say you have a decent site and a good blog, now you can get two links from the same directory you are submitting to. This way you have more leverage, furthermore you can link to yourself as well. Please note that Google shouldn&#8217;t be aware of the fact that you are linking to your own sites if you don&#8217;t want to lose link power. <span id="more-992"></span></p>
<p>If Google knows that your sites are related, your links will count less. Therefore you shouldn&#8217;t use Adsense on all of your sites. Google can see your Adsense ID and therefore they&#8217;ll know who owns the site. Try to separate your sites into 3 categories (if your sites apply for them)</p>
<ul>
<li><strong>Bronze</strong> → Very low quality, slightly spammy, spun articles, PLR content,</li>
<li><strong>Silver</strong> → good quality content, containing secondary affiliate programs,<br />
secondary revenue streams</li>
<li><strong>Gold</strong> → High quality content, supreme quality site, your main money<br />
making sites</li>
</ul>
<p><strong>Now this is how you can build your network of links:</strong></p>
<ul>
<li> <strong>Your bronze sites </strong>can link to your other bronze sites, they can also link to your silver sites and gold sites.</li>
<li><strong>Your silver sites</strong> can link to other silver sites and they can link to your gold sites as well.</li>
<li><strong>Your gold sites</strong> can link to your other gold sites.</li>
</ul>
<p>Never link downwards from your gold/silver sites to your bronze sites. Always link “up” in the ranking. Bronze to Bronze/Silver/Gold, Silver to Silver/Gold and Gold to Gold.</p>
<p>Building our network we want to use third party hosted sites like Blogger (Blogspot) Squidoo, Hub pages and WordPress.org. I consider them silver sites, that&#8217;s why we want to build good links to those pages.</p>
<p>We want to use these silver sites to point/link to our gold sites, which we host ourselves. That&#8217;s how you start building a network using your own sites and sites like Squidoo.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://rumahabi.com/backlink-from-wp-mu-multi-user-blog.html" rel="bookmark" class="crp_title">Backlink From WP MU (Multi User) Blog</a></li><li><a href="http://rumahabi.com/i-hate-reviewme-com-for-its-gambling-sites.html" rel="bookmark" class="crp_title">I Hate Reviewme Com For Its Gambling Sites</a></li><li><a href="http://rumahabi.com/whats-dofollow-nofollow-explaining-basic-terminologies.html" rel="bookmark" class="crp_title">What&#039;s Dofollow, Nofollow Explaining  Basic Terminologies</a></li><li><a href="http://rumahabi.com/link-building-campaign-by-linking-from-forum-boards.html" rel="bookmark" class="crp_title">Link  Building  Campaign  By Linking  From Forum  Boards</a></li><li><a href="http://rumahabi.com/windows-7-rtm-build-7600-is-leaked-on-torrent-sites.html" rel="bookmark" class="crp_title">Windows 7 RTM Build 7600 Is Leaked On Torrent Sites</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://rumahabi.com/build-3-level-blogs-to-create-powerful-blogs.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

