<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Dumb Blogger</title>
	
	<link>http://www.dumbblogger.com</link>
	<description>Blogger and WordPress Blogging Tips</description>
	<lastBuildDate>Fri, 09 Mar 2012 06:38:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/DumbBlogger" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="dumbblogger" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">DumbBlogger</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Install 5-Star Rating Widget for Blogger</title>
		<link>http://www.dumbblogger.com/install-5-star-rating-widget-for-blogger/</link>
		<comments>http://www.dumbblogger.com/install-5-star-rating-widget-for-blogger/#comments</comments>
		<pubDate>Mon, 05 Mar 2012 09:07:56 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[Blogger Tricks]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Blogspot]]></category>
		<category><![CDATA[rating widget]]></category>

		<guid isPermaLink="false">http://www.dumbblogger.com/?p=204</guid>
		<description><![CDATA[This time I want to write about interesting plugins for Blogger, they are couple of 5-Star Rating Widgets. This is a useful widget that allows visitors to give their ratings to the post they they&#8217;ve been read. It&#8217;s true that this won&#8217;t give any effects in term of SEO, but it will increase your blog [...]]]></description>
			<content:encoded><![CDATA[<p>This time I want to write about interesting plugins for Blogger, they are couple of <strong>5-Star Rating Widgets</strong>. This is a useful widget that allows visitors to give their ratings to the post they they&#8217;ve been read. It&#8217;s true that this won&#8217;t give any effects in term of SEO, but it will increase your blog attractiveness and interactivity in user&#8217;s eyes. For yourself, this widget will give you feedback on whether readers love your post or not. Of course there&#8217;s comment box to do that, but a lot of visitors won&#8217;t be bother to write a comment, but with these widgets, they just need to do a single click to give a feedback.</p>
<p>These two widgets are made by third-parties, so there is a slight risk if you want to use them. In case they remove their services in the future, the widgets will stop working on your site, and you have to remove/replace with widget from other party. As the rating data also stored on the widget-developers&#8217; database, your rating counter also will be set to zero when you change to different 5-star rating widget.</p>
<p>&nbsp;</p>
<h2>Couple of 5-Star Rating Widgets for Blogger, and how to install them:</h2>
<p>&nbsp;</p>
<p><strong>5 Star Rating Widget from <a href="http://js-kit.com/">js-kit</a>:</strong></p>
<p>The special feature of this widget is the information button just beside the stars. If you click it, you&#8217;ll see additional information, such as how many people have rated the current post, or top rated posts on your blog.</p>
<ol>
<li>Login to your Blogger’s <strong>Dashboard</strong>. Go to <strong>Design</strong> &gt; <strong>Edit HTML</strong>.</li>
<li>As usual, <strong>Download Full Template</strong> to backup, in case you mess up.</li>
<li>Check the <strong>Expand Widget Templates</strong> box.</li>
<li>Find this code:
<pre>&lt;data:post.body/&gt;</pre>
</li>
<li>Copy and paste following code just above it (if you want the rating widget to appear after post&#8217;s title), or just below it (if you want the rating widget to appear at the bottom of the post):
<pre><span style="color: #ff0000;">&lt;b:if cond='data:blog.pageType == &amp;quot;item&amp;quot;'&gt;</span>
&lt;div class='js-kit-rating' expr:path='data:post.url' expr:permalink='data:post.url' expr:title='data:post.title'&gt;&lt;/div&gt;
<span style="color: #ff0000;">&lt;/b:if&gt;</span></pre>
<p>This will display the star rating widget only in post/single pages. If you want to display in homepage also, then delete the red colored lines.</li>
<li>Now search this code:
<pre>&lt;/body&gt;</pre>
</li>
<li>And paste this script above it:
<pre>&lt;script src="http://js-kit.com/ratings.js"&gt;&lt;/script&gt;</pre>
</li>
<li><strong>Save Template</strong> and you’re done.</li>
</ol>
<p>&nbsp;</p>
<p><strong>5 Star Rating Widget from <a href="http://graddit.com/eng">Graddit</a>:</strong></p>
<p>The special feature of this widget is the information of how many people have rated and how many have viewed the post, which can be seen beside the stars. Also, if you hover your mouse above the stars, there will be a pop-up info about how many have given 1-star, 2-star, &#8230; rating. See the example of this widget at the bottom of <strong><a title="Funny Riddles" href="http://www.besthardriddles.com/2011/08/best-funny-riddles-case-1-10.html">Funny Riddles</a></strong> page.</p>
<p><a href="http://www.dumbblogger.com/wp-content/uploads/2012/03/Rating-Widget-Blogger.jpg"><img class="aligncenter size-full wp-image-207" title="Rating-Widget-Blogger" src="http://www.dumbblogger.com/wp-content/uploads/2012/03/Rating-Widget-Blogger.jpg" alt="Rating Widget Blogger Install 5 Star Rating Widget for Blogger" width="223" height="155" /></a></p>
<p>There are also some variations of the widget, such as change the stars with thumb up and thumb down. You can check the code at Graddit website to replace the code from step 5 below.</p>
<ol>
<li>Login to your Blogger’s <strong>Dashboard</strong>. Go to <strong>Design</strong> &gt; <strong>Edit HTML</strong>.</li>
<li>As usual, <strong>Download Full Template</strong> to backup, in case you mess up.</li>
<li>Check the <strong>Expand Widget Templates</strong> box.</li>
<li>Find this code:
<pre>&lt;data:post.body/&gt;</pre>
</li>
<li>Copy and paste following code just above it (if you want the rating widget to appear after post&#8217;s title), or just below it (if you want the rating widget to appear at the bottom of the post):
<pre><span style="color: #ff0000;">&lt;b:if cond='data:blog.pageType != &amp;quot;static_page&amp;quot;'&gt;</span>
Rate this posting: &lt;div expr:id='data:post.id' style='padding-left: 3px; padding-right: 3px; display: inline; visibility: hidden;'&gt;
{[[&amp;#39;&amp;lt;img src=&amp;quot;http://img.graddit.com/img/star.png&amp;quot;/&amp;gt;&amp;#39;]]}&lt;/div&gt;
&lt;script expr:src='&amp;quot;http://graddit.com/rate/eng/5/&amp;quot; + data:post.id + &amp;quot;?<strong>stats=&amp;quot; + data:post.id + &amp;quot;&amp;amp;info=info-&amp;quot; + data:post.id + &amp;quot;&amp;amp;info_delay=2&amp;amp;class_star=ffbs_star_img&amp;amp;class_star_set=ffbs_star_img_set&amp;amp;class_star_vote=ffbs_star_img_vote&amp;amp;views=yes</strong>&amp;amp;id=&amp;quot; + data:post.id + &amp;quot;&amp;quot;' type='text/javascript'/&gt;
<span style="color: #ff0000;">&lt;/b:if&gt; </span></pre>
<p>This will display the star rating widget only in post/single pages. If you want to display in homepage also, then delete the red colored lines.</li>
<li>Now search this code:
<pre>&lt;/head&gt;</pre>
</li>
<li>And paste this script above it:
<pre>&lt;link type="text/css" rel="stylesheet" href="http://www.graddit.com/css/graddit.css" /&gt;</pre>
</li>
<li><strong>Save Template</strong> and you’re done.</li>
</ol>
<p>&nbsp;</p>
<p>That&#8217;s all about how to install 5-Star Rating Widget for Blogger. I hope you will get a lot of good rating for your posts!</p>
<p>&nbsp;</p>
<p><a class="a2a_button_facebook_like addtoany_special_service" data-href="http://www.dumbblogger.com/install-5-star-rating-widget-for-blogger/"></a><a class="a2a_button_twitter_tweet addtoany_special_service" data-count="horizontal" data-url="http://www.dumbblogger.com/install-5-star-rating-widget-for-blogger/" data-text="Install 5-Star Rating Widget for Blogger"></a><a class="a2a_button_google_plusone addtoany_special_service" data-href="http://www.dumbblogger.com/install-5-star-rating-widget-for-blogger/"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.dumbblogger.com%2Finstall-5-star-rating-widget-for-blogger%2F&amp;title=Install%205-Star%20Rating%20Widget%20for%20Blogger" id="wpa2a_4"><img src="http://www.dumbblogger.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="share save 120 16 Install 5 Star Rating Widget for Blogger"  title="Install 5 Star Rating Widget for Blogger" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.dumbblogger.com/install-5-star-rating-widget-for-blogger/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress 301 Redirect for WWW or non-WWW</title>
		<link>http://www.dumbblogger.com/wordpress-301-redirect-for-www-or-non-www/</link>
		<comments>http://www.dumbblogger.com/wordpress-301-redirect-for-www-or-non-www/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 09:24:22 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[WP SEO]]></category>
		<category><![CDATA[301 redirect]]></category>
		<category><![CDATA[302 redirect]]></category>
		<category><![CDATA[WWW vs non-WWW]]></category>

		<guid isPermaLink="false">http://www.dumbblogger.com/?p=184</guid>
		<description><![CDATA[In most websites, there are commonly two addresses that can be used to access them, one is with WWW and the other is without. For example, you can access this blog by typing http://dumbblogger.com and http://www.dumbblogger.com at your browser, both ways will bring you to this blog&#8217;s homepage. The problem is, most search engines will [...]]]></description>
			<content:encoded><![CDATA[<p>In most websites, there are commonly two addresses that can be used to access them, one is with WWW and the other is without. For example, you can access this blog by typing <em>http://dumbblogger.com</em> and <em>http://<strong>www</strong>.dumbblogger.com</em> at your browser, both ways will bring you to this blog&#8217;s homepage. The problem is, most search engines will treat them as different address of separate websites. It means that if someone links to my without WWW address, then the one with WWW won&#8217;t have the link juices, thus doesn&#8217;t help my blog&#8217;s SEO.</p>
<p>To overcome this, we need to implement a 301 redirect, instead of the default 302 redirect used by WordPress. 301 redirect tells search engines that the redirection is permanent, instead of temporary redirection of 302 redirect. So, if someone link to non-WWW address of my blog, the WWW one still get all the link weight.</p>
<p>Note that although I and most people prefer to choose the WWW version, it&#8217;s okay if you want to chose the non-WWW version. I just assume that most webmasters usually include the WWW if they want to link to other sites. Either way, the most important thing is for you to chose only <strong>one version</strong>, instead of let them go both ways like the default setting.</p>
<p>&nbsp;</p>
<h2>How to Set 301 Redirect for WordPress:</h2>
<p><strong>First</strong>, you need to change the setting at your Google Webmaster Tools. Login to your account, go to <em>Site Configuration</em> &gt; <em>Settings</em> &gt; <em>Preferred Domain</em>. The default is &#8220;Don&#8217;t set a preferred domain&#8221;, change this to &#8220;Display URLs as www&#8221; or without (whichever suits you more). When you want to save, if it&#8217;s ask for verification, go to the main Webmaster Tools page and choose &#8220;Add a Site&#8221;, then submit the version (WWW or without) that hasn&#8217;t been registered yet. Here&#8217;s the article on how to <span style="color: #ff0000;"><strong><a href="http://www.dumbblogger.com/submit-wp-blog-to-feedburner-google-analytics-and-webmaster-tools/"><span style="color: #ff0000;">verify a site for Webmaster Tools</span></a></strong></span>.</p>
<p><strong>Second</strong>, you need to change the <strong>.htaccess</strong> of your WordPress. The .htaccess file is located on your WordPress main installation folder. You can either edit this file from your hosting cPanel, or by download it via FTP and edit using WordPad. Here is how the code looks after it has been edited:</p>
<pre># Begin 301
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.<span style="color: #0000ff;">dumbblogger</span>\.com [NC]
RewriteRule ^(.*)$ http://www.<span style="color: #0000ff;">dumbblogger</span>.com/$1 [L,R=301]

# BEGIN WordPress
&lt;IfModule mod_rewrite.c&gt;
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
&lt;/IfModule&gt;

# END WordPress</pre>
<p>Don&#8217;t forget to change <span style="color: #0000ff;">dumbblogger</span> with your domain name. If you want to redirect from the www to the non-www version, then change line 3 and 4 with this:</p>
<pre>RewriteCond %{HTTP_HOST} !^<span style="color: #0000ff;">dumbblogger</span>\.com [NC]
RewriteRule (.*) http://<span style="color: #0000ff;">dumbblogger</span>.com/$1 [R=301,L]</pre>
<p>If your WordPress installation hasn&#8217;t included .htaccess yet (happens to some hosting services), you can create one using WordPress and fill it with the above code, then upload it to your WP main directory.</p>
<p>&nbsp;</p>
<p><a class="a2a_button_facebook_like addtoany_special_service" data-href="http://www.dumbblogger.com/wordpress-301-redirect-for-www-or-non-www/"></a><a class="a2a_button_twitter_tweet addtoany_special_service" data-count="horizontal" data-url="http://www.dumbblogger.com/wordpress-301-redirect-for-www-or-non-www/" data-text="WordPress 301 Redirect for WWW or non-WWW"></a><a class="a2a_button_google_plusone addtoany_special_service" data-href="http://www.dumbblogger.com/wordpress-301-redirect-for-www-or-non-www/"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.dumbblogger.com%2Fwordpress-301-redirect-for-www-or-non-www%2F&amp;title=WordPress%20301%20Redirect%20for%20WWW%20or%20non-WWW" id="wpa2a_8"><img src="http://www.dumbblogger.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="share save 120 16 WordPress 301 Redirect for WWW or non WWW"  title="WordPress 301 Redirect for WWW or non WWW" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.dumbblogger.com/wordpress-301-redirect-for-www-or-non-www/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Change WordPress Title Tag to Rotating h1</title>
		<link>http://www.dumbblogger.com/change-wordpress-title-tag-to-rotating-h1/</link>
		<comments>http://www.dumbblogger.com/change-wordpress-title-tag-to-rotating-h1/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 13:51:44 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[WP SEO]]></category>
		<category><![CDATA[h tags]]></category>
		<category><![CDATA[h1 tag]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress SEO]]></category>

		<guid isPermaLink="false">http://www.dumbblogger.com/?p=171</guid>
		<description><![CDATA[There are 6 h tags (h1-h6) that can be used for headings of a web page. These tags are important part of SEO technique, because h tags show the hierarchy of a web page, where h1 shows the most important part in a web page, and h6 for the least important one. It means that [...]]]></description>
			<content:encoded><![CDATA[<p>There are 6 h tags (h1-h6) that can be used for headings of a web page. These tags are important part of SEO technique, because h tags show the hierarchy of a web page, where h1 shows the most important part in a web page, and h6 for the least important one. It means that search engine will consider the part that tagged with h1 contains the most important keywords that should describe the content of single page.</p>
<p>For <strong>homepage</strong>, h1 tag should be used for <strong>blog title</strong>, while for <strong>single page</strong>, h1 tag should be used for <strong>post title</strong>. The problem is, many WordPress templates set h1 tag for blog title in all pages, which is not good for page optimization, especially if your blog title is meaningless and not contain important keywords (for example, if you titled your blog with your name).</p>
<p>You can check your current template h tags by open your site in browser, right click on blank space and select &#8216;View Page Source&#8217; (or something similar). In the source code, search for <strong>&lt;h1</strong> and <strong>&lt;h2</strong> to see to what these tags are assigned. Do this for both homepage and single page.</p>
<p>A while ago, I&#8217;ve posted tutorial on how to <span style="color: #ff0000;"><strong><a href="http://www.dumbblogger.com/how-to-change-post-title-tag-to-rotating-h1/"><span style="color: #ff0000;">rotate h1 tag for Blogger</span></a></strong></span> platform, which assigns h1 tag for blog title in homepage and for post title in single page. Now we&#8217;ll learn to do the same thing on WordPress platform.</p>
<p>&nbsp;</p>
<h2>h1 for Blog Title (homepage) and Post Title (single page):</h2>
<ol>
<li>Login to your WP account. Go to <em>Appearance</em> &gt; <em>Editor</em>.</li>
<li>Open the <em>header.php</em> from right sidebar menu. Make a backup of this file if necessary.</li>
<li>Search for <strong>&lt;h1&gt;(&#8230;Site-Title&#8230;)&lt;/h1&gt;</strong>. The code can be vary as every template has its own unique name, so you should be very careful when applying changes. It&#8217;s should be located somewhere under &lt;/head&gt; and &lt;body&gt; and above &lt;?php bloginfo(&#8216;description&#8217;); ?&gt;<br />
For example:<br />
<a href="http://www.dumbblogger.com/wp-content/uploads/2011/12/h1-tag-code1.jpg"><img class="aligncenter size-full wp-image-173" title="h1-tag-code" src="http://www.dumbblogger.com/wp-content/uploads/2011/12/h1-tag-code1.jpg" alt="h1 tag code1 Change WordPress Title Tag to Rotating h1" width="508" height="288" /></a></li>
<li>Replace the code with this code:
<pre>&lt;?php $heading_tag = ( is_home() || is_front_page() ) ? 'h1' : 'div'; ?&gt;
&lt;&lt;?php echo $heading_tag; ?&gt; id="site-title"&gt;
&lt;span&gt;
&lt;a href="&lt;?php echo home_url( '/' ); ?&gt;" title="&lt;?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?&gt;" rel="home"&gt;&lt;?php bloginfo( 'name' ); ?&gt;&lt;/a&gt;
&lt;/span&gt;
&lt;/&lt;?php echo $heading_tag; ?&gt;&gt;</pre>
</li>
<li>Click <em>Update File</em>.</li>
<li>Now choose <em>Single Post</em> (<em>single.php</em>) from the sidebar menu.<br />
Find this code (or something similar):</p>
<pre>&lt;h2 class="posttitle"&gt;&lt;?php the_title(); ?&gt;&lt;/h2&gt;</pre>
<p>Change all h2 with h1 so it will look like this:</p>
<pre>&lt;h1 class="posttitle"&gt;&lt;?php the_title(); ?&gt;&lt;/h1&gt;</pre>
<p>Click <em>Update File.</em></li>
<li>Do step 6 for <em>page.php</em> too if you wish. Search for <strong>class=&#8221;pagetitle&#8221;</strong> and repeat the process.</li>
<li>Done? Probably. If you check your site and nothing is wrong, then you&#8217;ve got nothing else to do. However, most templates will have a weird blog title&#8217;s font, since it&#8217;s no longer h1. To fix this, just open your <em>style.css</em>from right sidebar menu, and add this code:
<pre>#site-title {
font: bold 2.7em Georgia, "Times New Roman", Times, serif;
letter-spacing:-0.01em;
float:left;
}

#site-title a, #site-title a:visited {
color:#444;
text-decoration:none
}

#site-title a:hover {
color:#686868;
}

#site-title a:active {
color:#929292;
}</pre>
<p>Change the font type, size, and color to the ones that suit your blog. You can copy the parameters from h1 {&#8230;&#8230;..} that located on your <em>style.css</em>.</li>
<li>Click <em>Update File</em>, and done.</li>
</ol>
<p>You can check the result of this rotating h1 title tag by seeing the homepage&#8217;s and single page&#8217;s source codes like I&#8217;ve explained above.</p>
<div id="attachment_180" class="wp-caption aligncenter" style="width: 543px"><a href="http://www.dumbblogger.com/wp-content/uploads/2011/12/h1-tag-result.jpg"><img class="size-full wp-image-180" title="h1-tag-result" src="http://www.dumbblogger.com/wp-content/uploads/2011/12/h1-tag-result.jpg" alt="h1 tag result Change WordPress Title Tag to Rotating h1" width="533" height="401" /></a><p class="wp-caption-text">In single post, h1 tag is now assigned to post title instead of blog title</p></div>
<p><strong>Additional Tips:</strong> I&#8217;m not so sure about this, but from 6 tags available, many suggest that you should use at least the h1, h2, and h3 tags on every page. To play safe, you also should have <strong>only 1 h1 tag</strong> on every single page. Like I said, this is only a presumption, although it works fine for myself.</p>
<p><a class="a2a_button_facebook_like addtoany_special_service" data-href="http://www.dumbblogger.com/change-wordpress-title-tag-to-rotating-h1/"></a><a class="a2a_button_twitter_tweet addtoany_special_service" data-count="horizontal" data-url="http://www.dumbblogger.com/change-wordpress-title-tag-to-rotating-h1/" data-text="Change WordPress Title Tag to Rotating h1"></a><a class="a2a_button_google_plusone addtoany_special_service" data-href="http://www.dumbblogger.com/change-wordpress-title-tag-to-rotating-h1/"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.dumbblogger.com%2Fchange-wordpress-title-tag-to-rotating-h1%2F&amp;title=Change%20WordPress%20Title%20Tag%20to%20Rotating%20h1" id="wpa2a_12"><img src="http://www.dumbblogger.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="share save 120 16 Change WordPress Title Tag to Rotating h1"  title="Change WordPress Title Tag to Rotating h1" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.dumbblogger.com/change-wordpress-title-tag-to-rotating-h1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Related Post without Plugin</title>
		<link>http://www.dumbblogger.com/wordpress-related-post-without-plugin/</link>
		<comments>http://www.dumbblogger.com/wordpress-related-post-without-plugin/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 08:33:36 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[WP Navigation]]></category>
		<category><![CDATA[WP Tricks]]></category>
		<category><![CDATA[related post]]></category>
		<category><![CDATA[related post without plugin]]></category>
		<category><![CDATA[site navigation]]></category>

		<guid isPermaLink="false">http://www.dumbblogger.com/?p=158</guid>
		<description><![CDATA[In previous article, I&#8217;ve explained why it&#8217;s important to put related post widget inside blog post, and how to install one for Blogger platform. Now, we&#8217;ll learn on how to add related post widget inside WordPress blog post. Using WordPress, you&#8217;ll have two options for related post widget, they&#8217;re by installing plugin, or by manually [...]]]></description>
			<content:encoded><![CDATA[<p>In previous article, I&#8217;ve explained why it&#8217;s important to put <span style="color: #ff0000;"><strong><a href="http://www.dumbblogger.com/add-related-post-in-blogger-posts/"><span style="color: #ff0000;">related post widget</span></a></strong></span> inside blog post, and how to install one for Blogger platform. Now, we&#8217;ll learn on how to add related post widget inside WordPress blog post.</p>
<p>Using WordPress, you&#8217;ll have two options for related post widget, they&#8217;re by installing plugin, or by manually modified the template. Plugins are a wise choice if you&#8217;re looking for something customizable, as various plugins offer options to change the parameters of the widget that suit your blog more. If you seek simplicity like I do, then you can manually edit your template, which also give the benefit of <span style="color: #ff0000;"><strong><a href="http://www.dumbblogger.com/how-to-speed-up-blogger-page-load-time/"><span style="color: #ff0000;">faster page loading time</span></a></strong></span>, as it doesn&#8217;t use additional plugin.</p>
<p>&nbsp;</p>
<h2>Code for WP related post without plugin:</h2>
<p>&nbsp;</p>
<ol>
<li>Login to your WP account. Go to <em>Appearance</em> &gt; <em>Editor</em>.</li>
<li>Select <em>Single Post</em> (single.php) from right sidebar menu.</li>
<li>It&#8217;s up to you where you want to add the related post widget, but it&#8217;s usually at the end of the article. If so, then find this code: &lt;?php the_content&#8230;&#8230;.&gt;</li>
<li>Put this code right below it, if you want to show related post by <strong>tags</strong>:
<pre>&lt;?php
$tags = wp_get_post_tags($post-&gt;ID);
if ($tags) {
$tag_ids = array();
foreach($tags as $individual_tag) $tag_ids[] = $individual_tag-&gt;term_id;

$args=array(
'tag__in' =&gt; $tag_ids,
'post__not_in' =&gt; array($post-&gt;ID),
<span style="color: #0000ff;">'showposts'=&gt;5</span>,
'caller_get_posts'=&gt;1
);
$my_query = new wp_query($args);
if( $my_query-&gt;have_posts() ) {
echo '&lt;h3&gt;<span style="color: #0000ff;">Related Posts</span>&lt;/h3&gt;&lt;ul&gt;';
while ($my_query-&gt;have_posts()) {
$my_query-&gt;the_post();
?&gt;
&lt;li&gt;&lt;a href="&lt;?php the_permalink() ?&gt;" rel="bookmark" title="Permanent Link to &lt;?php the_title_attribute(); ?&gt;"&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/li&gt;
&lt;?php
}
echo '&lt;/ul&gt;';
}
wp_reset_query();
}
?&gt;</pre>
</li>
<li>Put this code right below code in step 3, if you want to show related post by <strong>categories</strong>:
<pre>&lt;?php
$categories = get_the_category($post-&gt;ID);
if ($categories) {
$category_ids = array();
foreach($categories as $individual_category) $category_ids[] = $individual_category-&gt;term_id;

$args=array(
'category__in' =&gt; $category_ids,
'post__not_in' =&gt; array($post-&gt;ID),
<span style="color: #0000ff;">'showposts'=&gt;5,</span>
'caller_get_posts'=&gt;1
);
$my_query = new wp_query($args);
if( $my_query-&gt;have_posts() ) {
echo '&lt;h3&gt;<span style="color: #0000ff;">Related Posts</span>&lt;/h3&gt;&lt;ul&gt;';
while ($my_query-&gt;have_posts()) {
$my_query-&gt;the_post();
?&gt;
&lt;li&gt;&lt;a href="&lt;?php the_permalink() ?&gt;" rel="bookmark" title="Permanent Link to &lt;?php the_title_attribute(); ?&gt;"&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/li&gt;
&lt;?php
}
echo '&lt;/ul&gt;';
}
wp_reset_query();
}
?&gt;</pre>
</li>
<li>Customizable:<br />
<span style="color: #0000ff;">&#8216;showposts&#8217;=&gt;5</span>, you can change 5 with any number, this shows the number of related posts that will be shown<br />
<span style="color: #0000ff;">Related Posts</span>, you can change this with any text, such as &#8216;Similar Post&#8217;, &#8216;Other Articles in this Category&#8217;, etc.</li>
<li>Don&#8217;t forget to click <em>Update File</em>!</li>
</ol>
<p>If you want to see an example of the result, you can check at <a href="http://www.chineserecipesbook.com">Chinese Food Recipes</a> blog as I don&#8217;t use one in this site. WordPress template that I used in this blog already comes with built-up related post widget that you can see on right sidebar.</p>
<p><a class="a2a_button_facebook_like addtoany_special_service" data-href="http://www.dumbblogger.com/wordpress-related-post-without-plugin/"></a><a class="a2a_button_twitter_tweet addtoany_special_service" data-count="horizontal" data-url="http://www.dumbblogger.com/wordpress-related-post-without-plugin/" data-text="WordPress Related Post without Plugin"></a><a class="a2a_button_google_plusone addtoany_special_service" data-href="http://www.dumbblogger.com/wordpress-related-post-without-plugin/"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.dumbblogger.com%2Fwordpress-related-post-without-plugin%2F&amp;title=WordPress%20Related%20Post%20without%20Plugin" id="wpa2a_16"><img src="http://www.dumbblogger.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="share save 120 16 WordPress Related Post without Plugin"  title="WordPress Related Post without Plugin" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.dumbblogger.com/wordpress-related-post-without-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Submit WP Blog to Feedburner, Google Analytics and Webmaster Tools</title>
		<link>http://www.dumbblogger.com/submit-wp-blog-to-feedburner-google-analytics-and-webmaster-tools/</link>
		<comments>http://www.dumbblogger.com/submit-wp-blog-to-feedburner-google-analytics-and-webmaster-tools/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 14:33:17 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[WP Plugins]]></category>
		<category><![CDATA[WP SEO]]></category>
		<category><![CDATA[FeedBurner]]></category>
		<category><![CDATA[feeds]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Google Webmaster Tools]]></category>
		<category><![CDATA[tracking tools]]></category>

		<guid isPermaLink="false">http://www.dumbblogger.com/?p=145</guid>
		<description><![CDATA[Previously, I&#8217;ve written the article about how to submit your Blogger blog to various Google services, which include FeedBurner, Google Analytics, and Google Webmaster Tools. For you who want to know the brief explanation of each service, you can read it via the above link. Now we&#8217;re gonna go straight to how to submit WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>Previously, I&#8217;ve written the article about how to <span style="color: #ff0000;"><strong><a href="http://www.dumbblogger.com/submit-your-blog-to-various-google-services/"><span style="color: #ff0000;">submit your Blogger blog to various Google services</span></a></strong></span>, which include FeedBurner, Google Analytics, and Google Webmaster Tools. For you who want to know the brief explanation of each service, you can read it via the above link.</p>
<p>Now we&#8217;re gonna go straight to how to submit WordPress blog to such services, which slightly different from Blogger blog because WP rely much on plugins.</p>
<p><strong>1. FeedBurner</strong></p>
<p>First, go to <span style="color: #ff0000;"><strong><a href="http://www.feedburner.com/"><span style="color: #ff0000;">www.feedburner.com</span></a></strong></span>. If you have any Google account (Blogger, Gmail, etc.), you just login with the same username and password. If you don&#8217;t have one, then you need to register first. Now you just fill your blog&#8217;s URL in the column under the &#8220;burn a feed right this instant&#8221; text and click <em>next</em>. Follow the instruction until your feed is set up, and you&#8217;ll be given with your feed&#8217;s URL, which should be something like <strong>feeds.feedburner.com/your_feed_name</strong>.</p>
<p>Don&#8217;t forget to activate the option <em>Publicize</em> &gt;<em> Email Subscriptions</em> in your FeedBurner setting, and then place the given code in your blog. This widget, which you can see the example on this blog&#8217;s right sidebar, give a form that can be filled with email address if user want to be notified every time you&#8217;ve made an update.</p>
<p>Now you need to install <span style="color: #ff0000;"><strong><a href="http://wordpress.org/extend/plugins/feedburner-setting/"><span style="color: #ff0000;">FeedBurner FeedSmith</span></a></strong></span> plugin for your WordPress. This is not mandatory, but will give you the benefit of the plugin will detect all possible access of your feed (e.g. http://www.yoursite.com/feed/ or http://www.yoursite.com/wp-rss2.php, etc.) and redirect them all to your FeedBurner feed. This will make you able to track all of your possible feed subscriber easily, and not split them into numerous feed services.</p>
<p>After finish installing this plugin, just go to your WP&#8217;s <em>Settings</em> &gt; <em>FeedBurner</em>. Fill the empty column in option number 2 with your FeedBurner URL and click save.</p>
<p><a href="http://www.dumbblogger.com/wp-content/uploads/2011/12/Google-FeedBurner.jpg"><img class="aligncenter size-full wp-image-151" title="Google-FeedBurner" src="http://www.dumbblogger.com/wp-content/uploads/2011/12/Google-FeedBurner.jpg" alt="Google FeedBurner Submit WP Blog to Feedburner, Google Analytics and Webmaster Tools" width="500" height="134" /></a></p>
<p><strong>2. Google Analytics</strong></p>
<p>Using the same Google account as your FeedBurner (off course you can use new/different account, but why?), go to <a href="http://www.google.com/analytics"><span style="color: #ff0000;"><strong>www.google.com/analytics</strong></span></a> and login. Choose &#8220;Add New Account&#8221; and fill your profile information and the blog&#8217;s URL.</p>
<p>Since the main functions of Google Analytics are to track and monitor your site&#8217;s performances, it&#8217;s obvious that you need to install some kind of tracking code to your site. The code will be given after you&#8217;ve finished set up your account.</p>
<p>There are three possible methods to install this code to your WordPress blog:</p>
<ul>
<li>Check your template. Some custom templates have provided a column to insert Google Analytics tracking code. The column is usually accessible via <em>Settings</em> &gt; (<em>The name of your template</em>).</li>
<li>Insert it manually. Go to <em>Appearance</em> &gt; <em>Editor</em> &gt; <em>Header.php</em>.<br />
Find &lt;/head&gt; and insert the code right above it. Don&#8217;t forget to click <em>Update File</em>.<br />
<a href="http://www.dumbblogger.com/wp-content/uploads/2011/12/Google-Analytics.jpg"><img class="aligncenter size-full wp-image-152" title="Google-Analytics" src="http://www.dumbblogger.com/wp-content/uploads/2011/12/Google-Analytics.jpg" alt="Google Analytics Submit WP Blog to Feedburner, Google Analytics and Webmaster Tools" width="550" height="384" /></a></li>
<li>Using third party plugin, such as <span style="color: #ff0000;"><strong><a href="http://wordpress.org/extend/plugins/google-analytics-for-wordpress/"><span style="color: #ff0000;">Google Analytics for WordPress</span></a></strong></span>, which not only provides column for installing code, but also gives additional tracking and monitoring function for your blog.</li>
</ul>
<p><strong>3. Google Webmaster Tools</strong></p>
<p>Still using the same Google account, now go to <strong><a href="http://www.google.com/webmasters/tools">www.google.com/webmasters/tools</a></strong>. Login and choose &#8220;Add A Site&#8221;. After filling you site&#8217;s URL, you must verify the ownership of your blog. Since you&#8217;ve already registered to Google Analytics, the easiest verify method is by choosing <em>Alternate methods</em> &gt; <em>Use your Google Analytics account</em>. However, this method only works if you insert Analytics&#8217; code above the &lt;/head&gt; on your template&#8217;s header.php. So, if you use your template&#8217;s function or third party plugin to install Analytics&#8217; code, there&#8217;s a chance that this method won&#8217;t work. Just use the Recommended method or other Alternate methods, which actually are not difficult either, only slightly take more time.</p>
<p>Same with Google Analytics, after you&#8217;ve done setting up, there aren&#8217;t many thing that you can do, since it will take some time for Webmaster Tools to collect your site&#8217;s data. The important thing to do now is to enter your Sitemap. Create one using <span style="color: #ff0000;"><strong><a href="http://www.dumbblogger.com/xml-sitemap-generator/"><span style="color: #ff0000;">XML Sitemap Generator</span></a></strong></span> if you haven&#8217;t, then choose <em>Site configuration</em> &gt; <em>Sitemaps</em> &gt; <em>Submit a Sitemap</em> and enter your Sitemap&#8217;s URL.</p>
<p>&nbsp;</p>
<p>That&#8217;s all for now. Registering and submit your site to those services are only the first step. You&#8217;ll need to learn every options and functions provided by those tools for maximized your site&#8217;s performances. Maybe I&#8217;ll write (or maybe not?) the details of each FeedBurner, Google Analytics, and Google Webmaster Tools in the future.</p>
<p>&nbsp;</p>
<p><a class="a2a_button_facebook_like addtoany_special_service" data-href="http://www.dumbblogger.com/submit-wp-blog-to-feedburner-google-analytics-and-webmaster-tools/"></a><a class="a2a_button_twitter_tweet addtoany_special_service" data-count="horizontal" data-url="http://www.dumbblogger.com/submit-wp-blog-to-feedburner-google-analytics-and-webmaster-tools/" data-text="Submit WP Blog to Feedburner, Google Analytics and Webmaster Tools"></a><a class="a2a_button_google_plusone addtoany_special_service" data-href="http://www.dumbblogger.com/submit-wp-blog-to-feedburner-google-analytics-and-webmaster-tools/"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.dumbblogger.com%2Fsubmit-wp-blog-to-feedburner-google-analytics-and-webmaster-tools%2F&amp;title=Submit%20WP%20Blog%20to%20Feedburner%2C%20Google%20Analytics%20and%20Webmaster%20Tools" id="wpa2a_20"><img src="http://www.dumbblogger.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="share save 120 16 Submit WP Blog to Feedburner, Google Analytics and Webmaster Tools"  title="Submit WP Blog to Feedburner, Google Analytics and Webmaster Tools" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.dumbblogger.com/submit-wp-blog-to-feedburner-google-analytics-and-webmaster-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XML Sitemap Generator</title>
		<link>http://www.dumbblogger.com/xml-sitemap-generator/</link>
		<comments>http://www.dumbblogger.com/xml-sitemap-generator/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 13:14:18 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[WP Plugins]]></category>
		<category><![CDATA[WP SEO]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[WordPress Sitemap]]></category>
		<category><![CDATA[XML Sitemap]]></category>

		<guid isPermaLink="false">http://www.dumbblogger.com/?p=131</guid>
		<description><![CDATA[You&#8217;ve probably often heard about Sitemap, and how important it is for website and blog, but what Sitemap actually is? Sitemap is an XML file (sometimes HTML) contains the list of pages of a website/blog that accessible for search engine&#8217;s crawler or for user. Creating and submitting a Sitemap helps make sure that search engines [...]]]></description>
			<content:encoded><![CDATA[<p>You&#8217;ve probably often heard about Sitemap, and how important it is for website and blog, but what Sitemap actually is? Sitemap is an XML file (sometimes HTML) contains the list of pages of a website/blog that accessible for search engine&#8217;s crawler or for user. Creating and submitting a Sitemap helps make sure that search engines know about all the pages (URLs) on your site, including the ones that may not be discoverable by normal crawling process. For example, check out this blog&#8217;s <span style="color: #ff0000;"><strong><a href="http://www.dumbblogger.com/sitemap.xml"><span style="color: #ff0000;">Sitemap</span></a></strong></span>, or you can also see the <strong><a href="http://www.google.com/sitemap.html">Google Sitemap</a></strong>.</p>
<p>In term of Search Engine Optimization (SEO), Sitemap is a must have for website/blog. Sitemaps are beneficial on websites where:</p>
<ul>
<li>webmasters use rich Ajax, Silverlight, or Flash content that is not normally processed by search engines</li>
<li>site is new and has few links to it. (search engine bot crawls the web by following links from one page to another, so if site isn&#8217;t well linked, it may be hard for bot to discover it.)</li>
<li>site has a large archive of content pages that are not well linked to each other (internal linking).</li>
</ul>
<p>You can easily create Sitemap by yourself, by creating a simple XML file contains the links of the pages of your site that you want search engines/users to crawl. However, this could be troublesome since you need to manually update your Sitemap every time you make change to your website, when you add a new post for example. You can automate this process by using a Sitemap generator.</p>
<p>If you use Blogspot platform, you can read my previous post about how to <strong><a href="http://www.dumbblogger.com/submit-your-blog-to-various-google-services/">create and submit Sitemap for Blogger</a></strong>. While if you use WordPress, you can download and install <span style="color: #ff0000;"><strong><a href="http://wordpress.org/extend/plugins/google-sitemap-generator/"><span style="color: #ff0000;">XML-Sitemap Generator</span></a></strong></span> plugin.</p>
<p>For this plugin to work, after you&#8217;ve finished download, install, and activate the plugin, you need to build your first Sitemap. Go to Setting&gt;XML-Sitemap from your WordPress&#8217; right sidebar and click at the available button to generate Sitemap.</p>
<p><a href="http://www.dumbblogger.com/wp-content/uploads/2011/12/Sitemap-Generator-Plugin.jpg"><img class="aligncenter size-full wp-image-132" title="Sitemap-Generator-Plugin" src="http://www.dumbblogger.com/wp-content/uploads/2011/12/Sitemap-Generator-Plugin.jpg" alt="Sitemap Generator Plugin XML Sitemap Generator" width="550" height="137" /></a></p>
<p>If in any case the plugin failed to built the Sitemap, you need to create it manually (for the first time only) by following these steps:</p>
<ol>
<li>Create two blank files (you can use Notepad), and save them as sitemap.xml and sitemap.xml.gz.</li>
<li>Using your favorite FTP software, upload both files to your WordPress main folder (where the wp-config.php is located).</li>
<li>From your FTP, right click on the each file, select <em>File Attributes</em>.<br />
<a href="http://www.dumbblogger.com/wp-content/uploads/2011/12/Sitemap-FTP-setting.jpg"><img class="aligncenter size-full wp-image-133" title="Sitemap-FTP-setting" src="http://www.dumbblogger.com/wp-content/uploads/2011/12/Sitemap-FTP-setting.jpg" alt="Sitemap FTP setting XML Sitemap Generator" width="473" height="355" /></a></li>
<li>Change the numeric value to 666, so both files are having read and write permissions.</li>
<li>Now get back to your XML-Sitemap plugin settings and try to build your first Sitemap again.</li>
<li>The plugin will automatically update your sitemap of you publish a post, so theres nothing more to do. However, there are a lot of this plugin&#8217;s options that you can manage, while for me the default settings are already suffice.</li>
</ol>
<p>&nbsp;</p>
<p><a class="a2a_button_facebook_like addtoany_special_service" data-href="http://www.dumbblogger.com/xml-sitemap-generator/"></a><a class="a2a_button_twitter_tweet addtoany_special_service" data-count="horizontal" data-url="http://www.dumbblogger.com/xml-sitemap-generator/" data-text="XML Sitemap Generator"></a><a class="a2a_button_google_plusone addtoany_special_service" data-href="http://www.dumbblogger.com/xml-sitemap-generator/"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.dumbblogger.com%2Fxml-sitemap-generator%2F&amp;title=XML%20Sitemap%20Generator" id="wpa2a_24"><img src="http://www.dumbblogger.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="share save 120 16 XML Sitemap Generator"  title="XML Sitemap Generator" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.dumbblogger.com/xml-sitemap-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All in One SEO Pack Tutorial</title>
		<link>http://www.dumbblogger.com/all-in-one-seo-pack-tutorial/</link>
		<comments>http://www.dumbblogger.com/all-in-one-seo-pack-tutorial/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 07:55:31 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[WP Plugins]]></category>
		<category><![CDATA[WP SEO]]></category>
		<category><![CDATA[All in One SEO Pack]]></category>
		<category><![CDATA[SEO tips]]></category>
		<category><![CDATA[WordPress plugin]]></category>

		<guid isPermaLink="false">http://www.dumbblogger.com/?p=119</guid>
		<description><![CDATA[All in One SEO Pack (AIOSEO) is probably the most important WordPress plugin right now, it&#8217;s even said that you only need good SEO written content plus this plugin to make your WP site get good ranking in search engine results. AIOSEO comes with paid PRO-version, however the free one is also more than enough [...]]]></description>
			<content:encoded><![CDATA[<p>All in One SEO Pack (AIOSEO) is probably the most important WordPress plugin right now, it&#8217;s even said that you only need <strong><a href="http://www.dumbblogger.com/10-tips-on-how-to-write-an-seo-friendly-article/">good SEO written content</a></strong> plus this plugin to make your WP site get good ranking in search engine results. AIOSEO comes with paid PRO-version, however the free one is also more than enough as a powerful SEO tool.</p>
<p>This plugin is quite easy to use which you can learn by yourself. However, there are some recommended settings for All in One SEO Pack that can optimized your site even better. Before reading the tips, make sure that you <span style="color: #ff0000;"><strong><a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/"><span style="color: #ff0000;">download AIOSEO plugin</span></a></strong></span> first, and then install it on your WP site.</p>
<p>Now, this is the tutorial to get maximum benefits from All in One SEO Pack plugin:</p>
<p>&nbsp;</p>
<p><span style="color: #ff6600;"><strong>Home Title</strong></span></p>
<p>This is should be filled with your blog&#8217;s title (and tag line). Don&#8217;t spam it with keywords, and make sure its length is under 60 characters.</p>
<p><span style="color: #ff6600;"><strong>Home Description</strong></span></p>
<p>This one acts as the meta description of your site. Meta description is the text shown under the blog&#8217;s title in search engine results. Fill this part with the best description of your site, also add it with adequate keywords. Keep it under 160 characters long.</p>
<p><span style="color: #ff6600;"><strong>Home Keywords</strong></span></p>
<p>Okay, <a href="http://googlewebmastercentral.blogspot.com/2009/09/google-does-not-use-keywords-meta-tag.html">Google doesn&#8217;t use keyword tags</a> anymore in their algorithm, but other search engines do, so it won&#8217;t hurt to fill this part with some targeted keywords of your site. Separate each keywords with comma, don&#8217;t repeat the same keyword numerous times, place the most important keywords first, and keep the maximum number of keywords to 20.</p>
<p><span style="color: #ff6600;"><strong>Canonical URLs</strong></span></p>
<p>There are many situations that can create duplicate contents case without you even notice (and we know that duplicate contents are very despised by Google and other search engines). For example:<br />
http://www.dumbblogger.com/seo-for-image-tips-and-tutorial/ and</p>
<p>http://dumbblogger.com/seo-for-image-tips-and-tutorial/</p>
<p>actually have the same content, but they&#8217;re have different URLs (with and without www).</p>
<p>By choosing to enable Canonical URLs (already on by default), you&#8217;ll prevent search engines to detect this kind of case as duplicate contents.</p>
<p><a href="http://www.dumbblogger.com/wp-content/uploads/2011/12/All-in-One-SEO-plugin-options.jpg"><img class="aligncenter size-full wp-image-122" title="All-in-One-SEO-plugin-options" src="http://www.dumbblogger.com/wp-content/uploads/2011/12/All-in-One-SEO-plugin-options.jpg" alt="All in One SEO plugin options All in One SEO Pack Tutorial" width="500" height="300" /></a></p>
<p><span style="color: #ff6600;"><strong>Rewrite Titles</strong></span></p>
<p>If set (and you should), all page, post, category, search and archive page title tags get rewritten. Title tag is what you see in your browser&#8217;s window title bar.You can set how they will be rewritten from the options below it.</p>
<p>Now, the default settings by AIOSEO are already suffice for SEO, but you&#8217;ll need to look at your site title. In <em>Post Title Format</em>, my preference is %post_title% only, removing the %blog_title%. Check out your browser tab, this page will be titled as: &#8220;<strong>Recommended Settings for All in One SEO Pack Plugin</strong>&#8221;</p>
<p>Now, if I keep the default setting, this page title will be shown as &#8220;<strong>Recommended Settings for All in One SEO Pack Plugin | Dumb Blogger</strong>&#8221; which is too long and not good for SEO. So, if your site has a long title, or it doesn&#8217;t have important keyword, you might want to remove the %blog_title% from <em>Post Title Format</em>. Even when your site title is short (like my <em>Dumb Blogger</em>), you still need to take a good care to balance it with your post title if you choose to keep the format to Post Title | Blog Title.</p>
<p>Leave the other options to default settings.</p>
<p><a href="http://www.dumbblogger.com/wp-content/uploads/2011/12/All-in-One-SEO-plugin-titles.jpg"><img class="aligncenter size-full wp-image-123" title="All-in-One-SEO-plugin-titles" src="http://www.dumbblogger.com/wp-content/uploads/2011/12/All-in-One-SEO-plugin-titles.jpg" alt="All in One SEO plugin titles All in One SEO Pack Tutorial" width="500" height="339" /></a></p>
<p><span style="color: #ff6600;"><strong>Meta Keywords</strong></span></p>
<p>These are the options to automatically use the tags and categories of your site as meta keywords. Since I&#8217;ve mentioned that meta tag keywords are no longer important for Google, these options won&#8217;t give much effects to your blog. Set it with your own preference, while I just prefer to leave it as default.</p>
<p><span style="color: #ff6600;"><strong>No Index</strong></span></p>
<p>These give the options to make your categories, archives, and tags to no index (or no follow). The URL examples are: http://www.dumbblogger.com/category/blogger/ or http://www.dumbblogger.com/tag/search-engine-optimization/<br />
<strong>Why make them indexed?</strong> Because this will increase the number of pages indexed by search engines, thus increase your blog visibility in their eyes.<br />
<strong>Why make them no index?</strong> To minimize the possibility of duplicate contents detected. As you&#8217;ve probably aware, categories, tags, or archives don&#8217;t have &#8220;actual&#8221; contents, their contents are the ones that already available in single post. However, this won&#8217;t be an issue if you are correctly using the canonical tag.</p>
<p>My recommendation, give no index to archive and tags. The search engines don’t need to crawl through all of them to find your blog posts. It&#8217;s really no use if http://example.com/tag/dog or http://example.com/tag/food are being indexed by search engines because they&#8217;re too short and don&#8217;t contain specific keywords. While for archives (ex:  http://example.com/2011/11) is really should be set as no index.</p>
<p><a href="http://www.dumbblogger.com/wp-content/uploads/2011/12/All-in-One-SEO-plugin-index.jpg"><img class="aligncenter size-full wp-image-124" title="All-in-One-SEO-plugin-index" src="http://www.dumbblogger.com/wp-content/uploads/2011/12/All-in-One-SEO-plugin-index.jpg" alt="All in One SEO plugin index All in One SEO Pack Tutorial" width="439" height="332" /></a></p>
<p><span style="color: #ff6600;"><strong>Part II &#8211; In Post AIOSEO Setting</strong></span></p>
<p>So, you&#8217;ve finished set up the All in One SEO Pack plugin. Done? Not yet, now come the more important part: in post optimization. Note that after you&#8217;ve done installing the plugin and enable it, there will be new widgets appear in the bottom of your WordPress post page. There are three columns that you&#8217;ll need to fill: Title, Description, and Keywords.</p>
<p><strong>Title column</strong> will give you secondary title for your post. For example, see that this post is titled &#8220;<em>All in One SEO Pack Tutorial</em>&#8220;, but in your browser it&#8217;s displayed as &#8220;<em>Recommended Settings for All in One SEO Pack Plugin</em>&#8220;. Both titles will be indexed by search engines, so you should give the second title alternate keywords (synonyms) of the main title. Remember to keep it under 60 characters.</p>
<p><strong>Description column</strong> gives meta tag description for your post. If you leave this column empty, search engine will automatically use the first paragraph of the article to determine its content, as search engines weighing more on post&#8217;s first paragraph. By filling this column with brief description of your post, you&#8217;ll be like having two &#8220;first paragraph&#8221; for search engine to read. This one should be less than 160 characters long.</p>
<p><strong>Keywords column</strong> gives keyword tags for your post. It&#8217;s up to you whether you want to use it or not, since this doesn&#8217;t give much benefit for SEO. If you leave it blank, WP will automatically use your post tag as the keyword meta tags.</p>
<p><a href="http://www.dumbblogger.com/wp-content/uploads/2011/12/All-in-One-SEO-plugin-post.jpg"><img class="aligncenter size-full wp-image-128" title="All-in-One-SEO-plugin-post" src="http://www.dumbblogger.com/wp-content/uploads/2011/12/All-in-One-SEO-plugin-post.jpg" alt="All in One SEO plugin post All in One SEO Pack Tutorial" width="550" height="271" /></a></p>
<p>A little bit of extra work every time you post a new article, but believe me, it&#8217;s worth it. This ends the tutorial of properly set the All in One SEO Pack WordPress plugin.</p>
<p>&nbsp;</p>
<p><a class="a2a_button_facebook_like addtoany_special_service" data-href="http://www.dumbblogger.com/all-in-one-seo-pack-tutorial/"></a><a class="a2a_button_twitter_tweet addtoany_special_service" data-count="horizontal" data-url="http://www.dumbblogger.com/all-in-one-seo-pack-tutorial/" data-text="All in One SEO Pack Tutorial"></a><a class="a2a_button_google_plusone addtoany_special_service" data-href="http://www.dumbblogger.com/all-in-one-seo-pack-tutorial/"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.dumbblogger.com%2Fall-in-one-seo-pack-tutorial%2F&amp;title=All%20in%20One%20SEO%20Pack%20Tutorial" id="wpa2a_28"><img src="http://www.dumbblogger.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="share save 120 16 All in One SEO Pack Tutorial"  title="All in One SEO Pack Tutorial" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.dumbblogger.com/all-in-one-seo-pack-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Tips on How to Write an SEO Friendly Article</title>
		<link>http://www.dumbblogger.com/10-tips-on-how-to-write-an-seo-friendly-article/</link>
		<comments>http://www.dumbblogger.com/10-tips-on-how-to-write-an-seo-friendly-article/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 07:15:10 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[SEO friendly]]></category>
		<category><![CDATA[SEO friendly article]]></category>

		<guid isPermaLink="false">http://www.dumbblogger.com/?p=98</guid>
		<description><![CDATA[Why writing SEO friendly article is important? As you probably knew better than me, there are a lot of search engine optimiztion (SEO) techniques, such as changing URL&#8217;s structure, make use of robots.txt, using h1 tag,  installing SEO plugins, or link building. But nothing is more efficient than writing a good article, as that what [...]]]></description>
			<content:encoded><![CDATA[<p>Why <strong>writing SEO friendly article</strong> is important? As you probably knew better than me, there are a lot of <em>search engine optimiztion</em> (SEO) techniques, such as changing URL&#8217;s structure, make use of robots.txt, <span style="color: #ff0000;"><strong><a href="http://www.dumbblogger.com/how-to-change-post-title-tag-to-rotating-h1/"><span style="color: #ff0000;">using h1 tag</span></a></strong></span>,  installing SEO plugins, or link building. But nothing is more efficient than writing a good article, as that what your visitor are looking for and the one that will determine whether they will come back to your site again or not.</p>
<p>Although writing an SEO friendly post is quite simple, you can&#8217;t expect that your article will always be on the first page of search engine result. The algorithms used by the major search engines such as Google and Yahoo to determine page ranks are unknown and ever changing, which makes SEO more of an art than science.</p>
<p><a href="http://www.dumbblogger.com/wp-content/uploads/2011/10/SEO-friendly-article.jpg"><img class="aligncenter size-full wp-image-101" title="SEO-friendly-article" src="http://www.dumbblogger.com/wp-content/uploads/2011/10/SEO-friendly-article.jpg" alt="SEO friendly article 10 Tips on How to Write an SEO Friendly Article" width="247" height="278" /></a></p>
<p>Now, these are some basic tips on how to write an SEO friendly article:</p>
<ol>
<li><strong>Choose Your Keywords</strong>. Use tools like Google AdWords Keywords Tools and Google Insight to check the trend and see the competitions. It&#8217;s useless to use a keyword that searched by a million people every month if the number of competitors are very high.</li>
<li><strong>Keep Your Article Short</strong>. 1000 words are a good limit. Long article is not just bad for search engine, but also boring for your reader. Break your article into several posts if you must.</li>
<li><strong>Don&#8217;t Write for Search Engine</strong>, write something for your readers instead. There&#8217;s no point of getting a lot of new visitors if they won&#8217;t come back again because of your bad writing. Every article should have a readership value.</li>
<li><strong>Use a Credible Backlink</strong>. If you need an external source for your article, use a reliable domain such as Wikipedia and link back to them. If you give credit to the original author, people will respect you and will do the same if they use facts or quotes from yours.</li>
<li><strong>Don&#8217;t Duplicate Text</strong>. Correlated with point no.4, if you need to take facts from other website, don&#8217;t take too much. Change it to your own words if possible. Search engine hates duplicate contents from older article.</li>
<li><strong>Watch Your Keyword Density</strong>. Never think that much is better. You need to spread your keywords throughout the article, and put them naturally into sentences. Some say that the good keyword density is between 1% &#8211; 3%.</li>
<li><strong>Keyword Positions</strong>. Putting your keyword in post&#8217;s title is a must. Then try using the keyword in the first sentence of the first paragraph, as well as the last one of the article. Placing keyword in sub-title also can be even more effective.</li>
<li><strong>Internal Linking</strong>. Link important words to earlier related blog posts. Search engines generally assume that a blog post that has been linked to has more authority than one that has not. This can also be useful for increasing your site&#8217;s page-views.</li>
<li><strong>Check Your Spelling</strong>. You don&#8217;t want search engine to miss your article just because you typed the keyword wrong.</li>
<li><strong>Be Original</strong>. It proves difficult, but you will gain a lot of advantages if what you wrote can&#8217;t be found in other websites.</li>
</ol>
<p>That&#8217;s it about tips on how to write an SEO friendly article. I hope you&#8217;ll find it useful!.</p>
<p><a class="a2a_button_facebook_like addtoany_special_service" data-href="http://www.dumbblogger.com/10-tips-on-how-to-write-an-seo-friendly-article/"></a><a class="a2a_button_twitter_tweet addtoany_special_service" data-count="horizontal" data-url="http://www.dumbblogger.com/10-tips-on-how-to-write-an-seo-friendly-article/" data-text="10 Tips on How to Write an SEO Friendly Article"></a><a class="a2a_button_google_plusone addtoany_special_service" data-href="http://www.dumbblogger.com/10-tips-on-how-to-write-an-seo-friendly-article/"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.dumbblogger.com%2F10-tips-on-how-to-write-an-seo-friendly-article%2F&amp;title=10%20Tips%20on%20How%20to%20Write%20an%20SEO%20Friendly%20Article" id="wpa2a_32"><img src="http://www.dumbblogger.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="share save 120 16 10 Tips on How to Write an SEO Friendly Article"  title="10 Tips on How to Write an SEO Friendly Article" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.dumbblogger.com/10-tips-on-how-to-write-an-seo-friendly-article/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free Blog Directory List</title>
		<link>http://www.dumbblogger.com/free-blog-directory-list/</link>
		<comments>http://www.dumbblogger.com/free-blog-directory-list/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 12:39:23 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[backlink]]></category>
		<category><![CDATA[blog directory]]></category>
		<category><![CDATA[free blog directory]]></category>
		<category><![CDATA[link building]]></category>
		<category><![CDATA[one way link]]></category>

		<guid isPermaLink="false">http://www.dumbblogger.com/?p=92</guid>
		<description><![CDATA[In link building techniques, submitting to free blog directories is one of the most popular ways. However, since Google often renews their search engine algorithm lately, there are always debates whether blog directory submissions is still an effective search engine optimization (SEO) technique. I personally think that the most powerful SEO technique is by writing [...]]]></description>
			<content:encoded><![CDATA[<p>In link building techniques, submitting to <strong>free blog directories</strong> is one of the most popular ways. However, since Google often renews their search engine algorithm lately, there are always debates whether blog directory submissions is still an effective search engine optimization (SEO) technique.</p>
<p>I personally think that the most powerful SEO technique is by writing unique and useful contents, combined with back-links from high quality and related sites. Although, submitting site/blog to directories still prove useful to increase site&#8217;s visibility for search engine, especially for new websites. Moreover, we also can expect to gain few additional traffics from directories, especially if our site gets high ranking in those directories.</p>
<p><a href="http://www.dumbblogger.com/wp-content/uploads/2011/10/blog-directory.jpg"><img class="aligncenter size-full wp-image-93" title="blog-directory" src="http://www.dumbblogger.com/wp-content/uploads/2011/10/blog-directory.jpg" alt="blog directory Free Blog Directory List" width="385" height="297" /></a></p>
<p>These are the list of some known free website and blog directories. These free blog directories have the non-reciprocal link option, meaning that you&#8217;ll get one-way link when you submitting your site to them (and if they approve it, of course):</p>
<p><strong> http://www.dmoz.org</strong></p>
<p><strong>http://technorati.com/</strong></p>
<p><strong>http://www.jayde.com/</strong></p>
<p><strong>http://www.blogcatalog.com/</strong></p>
<p>http://www.10directory.com/</p>
<p>http://www.1abc.org/</p>
<p>http://www.5z5.com/ (feeds submission only)</p>
<p>http://www.a1webdirectory.org/</p>
<p>http://www.addsitelink.com/</p>
<p>http://www.allsitessorted.com/</p>
<p>http://www.bestdirectory4you.com/</p>
<p>http://www.blfree.com/</p>
<p>http://www.brightsidexdr.com/</p>
<p>http://www.crazyleafdesign.com/webdirectory/</p>
<p>http://directory.kcindex.com/</p>
<p>http://www.directory.pkdesign.sk/</p>
<p>http://www.directoryws.com/</p>
<p>http://www.esgsite.com/</p>
<p>http://www.exospy.com/</p>
<p>http://www.finest4.com/</p>
<p>http://www.freewebsitedirectory.com</p>
<p>http://www.info-listings.com/</p>
<p>http://www.linkaddurl.com/</p>
<p>http://www.linkdirectory.com.ar/</p>
<p>http://www.littlewebdirectory.com/links.asp</p>
<p>http://mastermoz.com/</p>
<p>http://miriblack.com/</p>
<p>http://www.nicksyear.com/</p>
<p>http://www.pegasusdirectory.com/</p>
<p>http://www.prolinkdirectory.com/</p>
<p>http://www.quickblogdirectory.com/</p>
<p>http://www.rankbl.com/</p>
<p>http://searchsight.com/Directory.htm</p>
<p>http://www.segta.net/</p>
<p>http://www.slackalice.com/</p>
<p>http://www.soveb.org/</p>
<p>http://tagspage.com/add_tag.php</p>
<p>http://www.the-web-directory.co.uk/</p>
<p>http://www.thelivinglink.net/</p>
<p>http://www.theshoppings.com/</p>
<p>http://www.topbloglists.com/</p>
<p>http://www.ubdaily.com/</p>
<p>http://www.webdirectory.co.in/</p>
<p>http://www.webdirectory.nu/</p>
<p>http://www.webworldindex.com/</p>
<p>http://www.yhay.com/</p>
<p>http://www.zopso.com/</p>
<p>&nbsp;</p>
<p>And these are the free blog directories list that require you to place reciprocal link, usually in the form of text link or small button:</p>
<p>http://www.blogarama.com/</p>
<p>http://www.bloglisting.net/</p>
<p>http://www.bloglog.com/</p>
<p>http://www.blogsrating.com/</p>
<p>http://blogtoplist.com/</p>
<p>http://www.blogtopsites.com/</p>
<p>http://fuelmyblog.com/</p>
<p>http://www.linkreferral.com/</p>
<p>http://www.ongsono.com/</p>
<p>http://topofblogs.com/</p>
<p>When this article was written, all of the above blog directories provide free submission service.</p>
<p>Please contribute to this article by leaving a comment if you find any of the above directory are no longer in service, or no longer provide free submission. You can also give some suggestion if you know any other free blog directory that I can add to the list. Thanks!</p>
<p><a class="a2a_button_facebook_like addtoany_special_service" data-href="http://www.dumbblogger.com/free-blog-directory-list/"></a><a class="a2a_button_twitter_tweet addtoany_special_service" data-count="horizontal" data-url="http://www.dumbblogger.com/free-blog-directory-list/" data-text="Free Blog Directory List"></a><a class="a2a_button_google_plusone addtoany_special_service" data-href="http://www.dumbblogger.com/free-blog-directory-list/"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.dumbblogger.com%2Ffree-blog-directory-list%2F&amp;title=Free%20Blog%20Directory%20List" id="wpa2a_36"><img src="http://www.dumbblogger.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="share save 120 16 Free Blog Directory List"  title="Free Blog Directory List" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.dumbblogger.com/free-blog-directory-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO for Image Tips and Tutorial</title>
		<link>http://www.dumbblogger.com/seo-for-image-tips-and-tutorial/</link>
		<comments>http://www.dumbblogger.com/seo-for-image-tips-and-tutorial/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 13:47:57 +0000</pubDate>
		<dc:creator>Freddy</dc:creator>
				<category><![CDATA[Blogger SEO]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[WP Plugins]]></category>
		<category><![CDATA[WP SEO]]></category>
		<category><![CDATA[ALT tag]]></category>
		<category><![CDATA[image optimization]]></category>
		<category><![CDATA[image SEO]]></category>
		<category><![CDATA[picture SEO]]></category>

		<guid isPermaLink="false">http://www.dumbblogger.com/?p=88</guid>
		<description><![CDATA[Applying SEO for image is as important as applying search engine optimization for text. We know that major search engines also have an image search feature. So, when we can&#8217;t generate enough traffic from our blog&#8217;s articles, we always can try to steal some visitors from our blog&#8217;s images and photos. This especially works better [...]]]></description>
			<content:encoded><![CDATA[<p>Applying <strong>SEO for image</strong> is as important as applying <em>search engine optimization</em> for text. We know that major search engines also have an image search feature. So, when we can&#8217;t generate enough traffic from our blog&#8217;s articles, we always can try to steal some visitors from our blog&#8217;s images and photos. This especially works better for image based blog and website, such as photography, wallpaper, celebrity picture, cartoon, comic, or stock photo websites.</p>
<p>When practice SEO for image, we need to remember that search engines can&#8217;t see what the picture is about, that&#8217;s why we need to help them to &#8220;read&#8221; the image. There are several tips that you&#8217;re gonna find from this article that you can try. Note that these SEO for images tutorial is only for optimizing the picture for better search engine result, not to optimizing for <span style="color: #ff0000;"><strong><a href="http://www.dumbblogger.com/how-to-speed-up-blogger-page-load-time/"><span style="color: #ff0000;">faster blog load time</span></a></strong></span>. We&#8217;ll get to that in other post.</p>
<div id="attachment_89" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.dumbblogger.com/wp-content/uploads/2011/10/Baby-Margaretha-Indonesia.jpg"><img class="size-full wp-image-89" title="Baby-Margaretha-Indonesia" src="http://www.dumbblogger.com/wp-content/uploads/2011/10/Baby-Margaretha-Indonesia.jpg" alt="Baby Margaretha Indonesia SEO for Image Tips and Tutorial" width="500" height="500" /></a><p class="wp-caption-text">It&#39;s a shame if this beautiful girl won&#39;t be appeared on search engine result because of bad image&#39;s SEO, right?</p></div>
<p>&nbsp;</p>
<h2>Blogger and WordPress Image&#8217;s SEO Tips:</h2>
<ul>
<li><strong>Keywords in image file name</strong>. I&#8217;ve seen some people keep the original file name of their image, such as DSC123456.jpg, which is a terrible naming, in the term of SEO. Give name like SEO-for-image.jpg or niagara-waterfall.png for your pictures.<br />
Important: Keep the name short, use <strong>-</strong> or <strong>+</strong> instead of space.</li>
<li><strong>Use the ALT tag</strong>.The ALT tag is the text that will be shown when image can&#8217;t be displayed by browser, whether because of incompatibility or slow internet connection. More importantly, the ALT tag provides alternate information of the image, which used by search engine to understand what the image is about.
<ul>
<li>For <strong>Blogger</strong>platform, you have to add the ALT tag manually. When you upload an image to Blogger, the HTML will look something like this:
<pre>&lt;a href="http://1.bp.blogspot.com/-5qwaQC-bE80/TpaDEbHTZtI/AAAAAAAACDM/fmQHXim5PIw/s1600/whatever.jpg"&gt;
&lt;img style="cursor: pointer; width: 110px; height: 100px;" src="http://1.bp.blogspot.com/-5qwaQC-bE80/TpaDEbHTZtI/AAAAAAAACDM/fmQHXim5PIw/s400/whatever.jpg" <span style="color: #0000ff;">alt=""</span> id="BLOGGER_PHOTO_ID_5662857693486081746" border="0" /&gt;&lt;/a&gt;</pre>
<p>Fill the <span style="color: #0000ff;">alt</span> tag between the <span style="color: #0000ff;">&#8220;</span> and <span style="color: #0000ff;">&#8220;</span> marks.</li>
<li>For <strong>WordPress</strong> platform, you can fill the ALT tag right in the given column when uploading an image.</li>
</ul>
</li>
<li><strong>Use the Title attribute.</strong> This is not mandatory, but recommended, as it has little effect for SEO, but it will be shown as tool-tip (text that appears when you hover your mouse cursor over an image) on most browsers.<br />
Example:</p>
<pre>&lt;img style="cursor: pointer; width: 110px; height: 100px;" src="http://1.bp.blogspot.com/-5qwaQC-bE80/TpaDEbHTZtI/AAAAAAAACDM/fmQHXim5PIw/s400/whatever.jpg" <span style="color: #008000;">title="whatever picture"</span> <span style="color: #0000ff;">alt="whatever it is"</span> id="BLOGGER_PHOTO_ID_5662857693486081746" border="0" /&gt;&lt;/a&gt;</pre>
</li>
<li>If possible, <strong>do not use the same ALT tags and Title attributes</strong>for two or more images on the same page.</li>
<li><strong>Surround image with keywords text</strong>. When ALT tags, filenames and TITLE attributes aren’t SEO friendly, search engines will use the surrounding text to determine what the image is about.</li>
<li>For self-hosting blog/website, <strong>name the folders where you upload your images with your keyword variants</strong> in place.</li>
<li><strong>Edit and crop images to avoid duplicates</strong>. Well, you must be aware that you can&#8217;t copy and paste article from other blogs without worry about penalties from search engine, right? This also applies for image. Image also has its own attributes and resolution. To avoid duplicate images, especially if you copy the image from Google search, edit and change the image resolution might prove useful.</li>
<li><strong>Avoid naming your image with unfriendly keywords</strong>, such as <em>hot</em>, <em>sexy</em>, <em>nude</em>, <em>naked</em>, <em>lingerie</em>, <em>leaked picture</em>, etc. Your pictures will be banned from image search results (unless if you turn off the safe-search mode). This doesn&#8217;t mean that your site is being banned from search engine, it will still shown on SERP. Only the images that are considered not family-friendly, thus won&#8217;t be shown even when safe search is set to moderate.</li>
<li>Note for WordPress user, although filling alt and title tags in WP are much more easier than Blogger, you still can automate the process by using <span style="color: #ff0000;"><strong><a href="http://wordpress.org/extend/plugins/seo-image/"><span style="color: #ff0000;">SEO Friendly Images</span></a></strong></span> plugin. You can choose whether you want to use the combination of your image file&#8217;s name, post title, post category, and post tags as the alt and title tags. Be careful to not set the &#8220;Override default WordPress image alt tag&#8221; on if you want to use your own specific image tags.</li>
</ul>
<p>That&#8217;s it. I hope by applying those SEO for images technique you can gain more traffic from search engine.</p>
<p>&nbsp;</p>
<p><a class="a2a_button_facebook_like addtoany_special_service" data-href="http://www.dumbblogger.com/seo-for-image-tips-and-tutorial/"></a><a class="a2a_button_twitter_tweet addtoany_special_service" data-count="horizontal" data-url="http://www.dumbblogger.com/seo-for-image-tips-and-tutorial/" data-text="SEO for Image Tips and Tutorial"></a><a class="a2a_button_google_plusone addtoany_special_service" data-href="http://www.dumbblogger.com/seo-for-image-tips-and-tutorial/"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.dumbblogger.com%2Fseo-for-image-tips-and-tutorial%2F&amp;title=SEO%20for%20Image%20Tips%20and%20Tutorial" id="wpa2a_40"><img src="http://www.dumbblogger.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="share save 120 16 SEO for Image Tips and Tutorial"  title="SEO for Image Tips and Tutorial" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.dumbblogger.com/seo-for-image-tips-and-tutorial/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

