<?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>A. Fatih Syuhud &#187; seo title</title>
	<atom:link href="http://www.fatihsyuhud.com/tag/seo-title/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fatihsyuhud.com</link>
	<description>A blog on news and blogging SEO tips &#38; tutorial, Indonesia, Islam and more</description>
	<lastBuildDate>Mon, 21 Nov 2011 20:29:16 +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>SEO Title for Blogger Blogspot</title>
		<link>http://www.fatihsyuhud.com/seo-title-for-blogger-blogspot/</link>
		<comments>http://www.fatihsyuhud.com/seo-title-for-blogger-blogspot/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 02:03:50 +0000</pubDate>
		<dc:creator>A. Fatih Syuhud</dc:creator>
				<category><![CDATA[Blogger Indonesia]]></category>
		<category><![CDATA[blogger.com]]></category>
		<category><![CDATA[blogspot]]></category>
		<category><![CDATA[seo title]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://fatihsyuhud.com/?p=1035</guid>
		<description><![CDATA[We need a wordpress plugin to make a SEO[1]  title in our self-hosted wordpress blog and along with it a price. Since we cannot make it until we have our own domain, which is not free. For those blogger / blogspot [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://fatihsyuhud.com/wp-content/uploads/2008/09/tulips-flower.jpg"><img class="alignnone size-medium wp-image-1036" style="float: left; margin: 0px 10px 10px 0px" title="SEO title for blogger blogspot" src="http://fatihsyuhud.com/wp-content/uploads/2008/09/tulips-flower.jpg" border="0" alt="" width="137" height="103" /></a>We need a <a href="http://www.fatihsyuhud.com/all-in-one-seo-pack-plugins/" target="_blank">wordpress plugin</a> to make a SEO[1]  title in our self-hosted wordpress blog and along with it a price. Since we cannot make it until we have our own domain, which is not free. For those blogger / blogspot users, however, you can do it just by a little tweak in the edit-html admin panel.<br />
<span id="more-1035"></span><br />
First of all, there are two types of the so-called SEO title, one is a link post that stands before a blog title / name if it&#8217;s seen through the browser window. Second, a link post that stands alone. When you open a link post, the blog title is not there. Blog title or blog name is shown when one opens up the main homepage. </p>
<p>The first example (post title first, blog name second <a href="http://farzanesfandiar.blogspot.com/2009/10/eight-months-baby.html" target="_blank">can be found here.</a> It&#8217;s seen in the browser thus: <em>Eight Months Baby | Newborn Baby Blogger</em> (post title first and blog name comes second).</p>
<p>The second example can be seen in this blog. If you <a href="http://www.fatihsyuhud.com/wordpress-27-wish-lists/" target="_blank">click this link</a>, you&#8217;ll see the title <em>WordPress 2.7 Wish Lists</em> without a blog title after it. Which one is more SEO friendly? I am not sure, some say the first while other say the second. Regardless, I like using the second type in this blog; while using the first type for some other blogs.</p>
<p>The more important thing for blogger / blogspot users is that you can make both types of SEO titles easily using this following simple tips (after login to your admin blog, click Layouts -&gt; Edit HTML -&gt; check &#8220;Expand Template widget&#8221;):</p>
<p><strong>A. Post title first, blog name second:</strong></p>
<p>1. Find this tag:</p>
<pre><code> &lt;title&gt;&lt;data:blog.title/&gt;&lt;/title&gt;</code></pre>
<p>2. Delete and replace with this code:</p>
<pre><code> &lt;b:if cond='data:blog.pageType == "item"'&gt;
&lt;title&gt;&lt;data:blog.pageName/&gt; | &lt;data:blog.title/&gt;&lt;/title&gt;
&lt;b:else/&gt;
&lt;title&gt;&lt;data:blog.pageTitle/&gt;&lt;/title&gt;
&lt;/b:if&gt;</code></pre>
<p>3. Don&#8217;t forget to click SAVE.</p>
<p>Credit for this code goes to Jackbook</p>
<p><strong>B. Post title only (blog title not shown)</strong></p>
<p>1. Find this tag:</p>
<pre><code> &lt;title&gt;&lt;data:blog.title/&gt;&lt;/title&gt;</code></pre>
<p>2. Delete and replace it with the following code:</p>
<pre><code> &lt;b:if cond='data:blog.pageType == &amp;quot;index&amp;quot;'&gt;
&lt;title&gt;&lt;data:blog.title/&gt;&lt;/title&gt;
&lt;b:else/&gt;
&lt;title&gt;&lt;data:blog.pageName/&gt;&lt;/title&gt;
&lt;/b:if&gt;
</code></pre>
<p>3. Click SAVE.</p>
<p>Credit for this code goes to <a href="http://www.bloggerbuster.com/" target="nofollow">Blogbuster</a></p>
<p>P.S. The tips works for new blogger / blogspot (xml); not for old blogger (classic template)</p>
<p>&#8211;</p>
<p>[1] SEO stands for search engine optimization a term used among webmasters and bloggers on how to get higher SERP (search engine result page).  Some believe that there are ways to &#8216;tweak&#8217; your websites / blogs, to get satisfactory SERP the most important of which including, but not limited to, high PR (Page Rank), getting a backlink from a good site (meaning, a higher PR website which is equal or higher than your own), and &#8220;posting title management&#8221; as discussed here in this post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fatihsyuhud.com/seo-title-for-blogger-blogspot/feed/</wfw:commentRss>
		<slash:comments>143</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/8 queries in 0.005 seconds using disk: basic
Object Caching 366/377 objects using disk: basic

Served from: www.fatihsyuhud.com @ 2012-02-12 08:07:05 -->
