<?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 theme</title>
	<atom:link href="http://rumahabi.com/tag/seo-theme/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>Education WordPress Theme By StudioPress &amp; Joost de Valk</title>
		<link>http://rumahabi.com/education-wordpress-theme-by-studiopress-joost-de-valk.html</link>
		<comments>http://rumahabi.com/education-wordpress-theme-by-studiopress-joost-de-valk.html#comments</comments>
		<pubDate>Fri, 25 Sep 2009 01:01:22 +0000</pubDate>
		<dc:creator>Isa Nagib</dc:creator>
				<category><![CDATA[Wordpress Theme]]></category>
		<category><![CDATA[Education Theme]]></category>
		<category><![CDATA[seo theme]]></category>

		<guid isPermaLink="false">http://rumahabi.com/?p=1891</guid>
		<description><![CDATA[<p><a href="http://rumahabi.com/education-wordpress-theme-by-studiopress-joost-de-valk.html">Education WordPress Theme By StudioPress &amp; Joost de Valk</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p>
Education WordPress Theme By StudioPress &#38; Joost de Valk is a post from: Technology News This is the second SEO optimized theme I promote in this blog, previously it is Thesis Theme, now Education theme. This theme is the first theme of Studiopress which involved Joost de Valk (Yoast.Com) to took care of SEO matters. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rumahabi.com/education-wordpress-theme-by-studiopress-joost-de-valk.html">Education WordPress Theme By StudioPress &amp; Joost de Valk</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>This is the second <a href="http://rumahabi.com/">SEO</a> optimized theme I promote in this blog, previously it is <a href="http://rumahabi.com/with-thesis-theme-you-got-a-complete-control-and-seo-theme.html">Thesis Theme</a>, now Education theme. This theme is the first theme of Studiopress which involved Joost de Valk (Yoast.Com) to took care of SEO matters. And no doubt people not just looking for good design for their WordPress theme, they also looking for SEO optimized theme to make everything easy.<span id="more-1891"></span></p>
<p><strong>Screenshot Of Education WordPress Theme</strong></p>
<p style="text-align: center;">
<img class="aligncenter" title="SEO Optimized Theme" src="http://i52.tinypic.com/206j0nb.jpg" alt="Education SEO Theme" width="546" height="605" /></p>
<p>Purchase <a rel="nofollow" href="http://www.shareasale.com/r.cfm?b=242702&#038;u=480022&#038;m=28169&#038;urllink=&#038;afftrack=">Education Theme</a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://rumahabi.com/download-revolution-lifestyle-wordpress-theme.html" rel="bookmark" class="crp_title">Download Revolution Lifestyle WordPress theme</a></li><li><a href="http://rumahabi.com/free-download-revolution-church-theme-in-busby-seo-test.html" rel="bookmark" class="crp_title">Free Download Revolution Church Theme In Busby SEO Test</a></li><li><a href="http://rumahabi.com/download-revolution-chrome-theme-for-wordpress.html" rel="bookmark" class="crp_title">Download Revolution Chrome Theme For WordPress</a></li><li><a href="http://rumahabi.com/agent-wordpress-theme-of-studiopress.html" rel="bookmark" class="crp_title">Agent WordPress Theme Of StudioPress</a></li><li><a href="http://rumahabi.com/metro-magazine-wordpress-theme.html" rel="bookmark" class="crp_title">Metro Magazine WordPress Theme</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://rumahabi.com/education-wordpress-theme-by-studiopress-joost-de-valk.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Download WordPress WP Magazine Theme 1.0</title>
		<link>http://rumahabi.com/download-wordpress-wp-magazine-theme-10.html</link>
		<comments>http://rumahabi.com/download-wordpress-wp-magazine-theme-10.html#comments</comments>
		<pubDate>Fri, 27 Mar 2009 07:29:35 +0000</pubDate>
		<dc:creator>Isa Nagib</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Wordpress Theme]]></category>
		<category><![CDATA[beautiful theme]]></category>
		<category><![CDATA[cool theme]]></category>
		<category><![CDATA[magazine theme]]></category>
		<category><![CDATA[neat theme]]></category>
		<category><![CDATA[seo theme]]></category>
		<category><![CDATA[wp magazine]]></category>

		<guid isPermaLink="false">http://rumahabi.com/?p=646</guid>
		<description><![CDATA[<p><a href="http://rumahabi.com/download-wordpress-wp-magazine-theme-10.html">Download WordPress WP Magazine Theme 1.0</a> is a post from: <a href="http://rumahabi.com">Technology News</a></p>
Download WordPress WP Magazine Theme 1.0 is a post from: Technology News If you want your WordPress blog stands out from the crowd then you should have an unique WordPress theme, which is a premium theme. From among the theme spread out on the net I recommend WordPress Magazine Theme &#8211; WP Magazine Theme 1.0 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rumahabi.com/download-wordpress-wp-magazine-theme-10.html">Download WordPress WP Magazine Theme 1.0</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 want your <a href="http://rumahabi.com/category/wordpress" target="_blank">WordPress</a> blog stands out from the crowd then you should have an unique <a href="http://rumahabi.com/category/wordpress/wordpress-theme" target="_blank">WordPress theme</a>, which is a premium theme. From among the theme spread out on the net I recommend <strong>WordPress Magazine Theme &#8211; WP Magazine Theme 1.0</strong> for its neat design and its completeness with features that all smart bloggers need, such as:<span id="more-646"></span></p>
<ul>
<li><strong>Widget-Ready, User-Friendly, and Optimized for WordPress Versions 2.2 and Above (including WP 2.6)</strong></li>
<li><strong>Five Different Home Page Layouts</strong></li>
<li><strong>Four Different Category/Archive Page Layouts</strong></li>
<li><strong>Home Page Featured Article Glider Box</strong></li>
<li><strong>Built-In Banner Ad Blocks</strong></li>
<li><strong>Built-In Site Guide in Right Sidebar</strong></li>
<li><strong>Customized Recent Comments in Sidebar With Gravatar Support</strong></li>
<li><strong>Author Bio Information and Gravatar Included on Single Post Pages</strong></li>
<li><strong>Alternating Color Comments With Gravatar Support</strong></li>
<li><strong>XHTML Valid</strong></li>
</ul>
<p>With WP Magazine Theme 1.0 installed in your blog I believe you won&#8217;t need any other theme, in sense of completeness and tidiness and for sure your theme will look smart.</p>
<p>Here&#8217;s WP Magazine Theme 1.0 screenshot:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://4.bp.blogspot.com/_8H3Rqct7Rn4/ScyFaeZIDNI/AAAAAAAAAAM/eHZxWUbzgpw/s320/womagazinesolostreamman.png" alt="WP Magazine Theme 1.0 Image" width="180" height="241" /></p>
<ul>
<li>If you want to see the <a href="http://rumahabi.com/" target="_blank"><strong>theme demo</strong></a></li>
<li>If you want to download <a rel="nofollow" href="https://www.e-junkie.com/ecom/gb.php?ii=67265&amp;c=ib&amp;aff=38312" target="ejejcsingle"><strong>Download WordPress Magazine Theme &#8211; WP Magazine Theme 1.0 in Single Use License</strong></a></li>
<li>And here, If you want to download <a href="https://www.e-junkie.com/ecom/gb.php?ii=133876&amp;c=ib&amp;aff=38312" target="ejejcsingle"><strong>Download WordPress Magazine Theme &#8211; WP Magazine Theme 1.0 in Developer License</strong></a></li>
</ul>
<blockquote><p>
The above link is an affiliate link, so if you buy the theme through the link then I will get commission from your purchase, automatically you will be supporting <a href="http://rumahabi.com/">SEO Blog</a> financially and thank you for it.</p></blockquote>
<p>Hope you will find the WP Magazine Theme 1.0 met your expectation and see you in the next post.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://rumahabi.com/theme-wp-clear-1-0-very-amazing-wordpress-theme-design.html" rel="bookmark" class="crp_title">Theme WP-Clear 1.0 Very Amazing WordPress Theme Design</a></li><li><a href="http://rumahabi.com/arthemia-magazine-theme-with-complete-features.html" rel="bookmark" class="crp_title">Arthemia, Magazine Theme With Complete Features</a></li><li><a href="http://rumahabi.com/get-yamidoo-magazine-wordpress-theme-here-now.html" rel="bookmark" class="crp_title">Get Yamidoo Magazine WordPress Theme Here Now</a></li><li><a href="http://rumahabi.com/wp-ellie-theme-for-business-personal-and-magazine-site.html" rel="bookmark" class="crp_title">WP-Ellie Theme For Business, Personal And Magazine Site</a></li><li><a href="http://rumahabi.com/metro-magazine-wordpress-theme.html" rel="bookmark" class="crp_title">Metro Magazine WordPress Theme</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://rumahabi.com/download-wordpress-wp-magazine-theme-10.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

