<?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>NJR-Team &#187; Blog</title>
	<atom:link href="http://njr-team.com/topics/internet/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://njr-team.com</link>
	<description>Everything about technology</description>
	<lastBuildDate>Thu, 24 Dec 2009 18:48:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Optimise the way Blogger or BlogSpot display your title</title>
		<link>http://njr-team.com/2009/optimise-the-way-blogger-or-blogspot-display-your-title/</link>
		<comments>http://njr-team.com/2009/optimise-the-way-blogger-or-blogspot-display-your-title/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 02:16:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Out of topic]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[blogspot]]></category>
		<category><![CDATA[change title]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[title]]></category>

		<guid isPermaLink="false">http://njr-team.com/?p=38</guid>
		<description><![CDATA[Search engine bring a lots of people to blogs and websites, that why it's important to display a title that would attract visitors.In this post I will tell you why and how to change the title in your Blogger/Blogspot blog.]]></description>
			<content:encoded><![CDATA[<p>Search engine bring a lots of people to blogs and websites, that why it&#8217;s important to display a title that would attract visitors.In this post I will tell you why and how to change the title in your Blogger/Blogspot blog.</p>
<p><span id="more-38"></span> The way BlogSpot display the titles of blogs is not always the best because it shows the name of your blog first, so when your page shows up in Google, visitors would see for this post &#8220;NJR-Team :  Optimise the way Blogger or BlogSpot display your title&#8221;.</p>
<p>People who search in search engine are looking quickly for their result, so simply having NJR-Team at the beginning that has no link with the subject can make you lose some viewers.</p>
<p>The optimal way to show the title for my blog in Google is : &#8221;  <span style="background-color: yellow;">Optimise the way Blogger or BlogSpot display your title | NJR-Team</span>&#8220;. This way is the best because I&#8217;m still having the name of the blog in the title but I&#8217;m having the title first so people will click more.</p>
<p>So here is how to change it.</p>
<p>To access the HTML edit code</p>
<ol>
<li>Goto Blogger Dashboard</li>
<li>Go to Layout &gt; Edit HTML</li>
<li>Backup your Existing Template</li>
<li>Search for the Following code in the HTML part</li>
</ol>
<div style="margin-left: 23pt;">
<table style="background: #bfbfbf; border-collapse: collapse;" border="0">
<colgroup>
<col style="width: 271px;"></col>
</colgroup>
<tbody>
<tr style="height: 17px;">
<td style="border-bottom: solid black 0.5pt; border-left: solid black 0.5pt; border-right: solid black 0.5pt; border-top: solid black 0.5pt; padding-left: 7px; padding-right: 7px;">&lt;title&gt;&lt;data:blog.pagetitle/&gt;&lt;/title&gt;</td>
</tr>
</tbody>
</table>
</div>
<p>Now replace &#8220;&lt;title&gt;&lt;data:blog.pagetitle/&gt;&lt;/title&gt;&#8221; with this code:</p>
<div style="margin-left: 25pt;">
<table style="background: #bfbfbf; border-collapse: collapse;" border="0">
<colgroup>
<col style="width: 556px;"></col>
</colgroup>
<tbody>
<tr>
<td style="border-bottom: solid black 0.5pt; border-left: solid black 0.5pt; border-right: solid black 0.5pt; border-top: solid black 0.5pt; padding-left: 7px; padding-right: 7px;">
<div style="margin-left: 36pt;">&lt;b:if cond=&#8217;data:blog.pageType == &#8220;item&#8221;&gt;</div>
<div style="margin-left: 36pt;">&lt;title&gt;&lt;data:blog.pageName/&gt; | &lt;data:blog.title/&gt; &lt;/title&gt;</div>
<div style="margin-left: 36pt;">&lt;/b:if&gt;</div>
<div style="margin-left: 36pt;">&lt;b:if cond=&#8217;data:blog.pageType != &#8220;item&#8221;&#8216;&gt;</div>
<div style="margin-left: 36pt;">&lt;title&gt;&lt;data:blog.pageTitle/&gt;&lt;/title&gt;</div>
<p>&lt;/b:if&gt;</td>
</tr>
</tbody>
</table>
</div>
<p>You can still customise your title by changing this part of the code</p>
<div style="margin-left: 23pt;">
<table style="background: #bfbfbf; border-collapse: collapse;" border="0">
<colgroup>
<col style="width: 501px;"></col>
</colgroup>
<tbody>
<tr style="height: 1px;">
<td style="border-bottom: solid black 0.5pt; border-left: solid black 0.5pt; border-right: solid black 0.5pt; border-top: solid black 0.5pt; padding-left: 7px; padding-right: 7px;">
<div style="margin-left: 36pt;">&lt;title&gt;&lt;data:blog.pageName/&gt; | &lt;data:blog.title/&gt; &lt;/title&gt;</div>
</td>
</tr>
</tbody>
</table>
</div>
<p>Exemples</p>
<div style="margin-left: 23pt;">
<table style="background: #bfbfbf; border-collapse: collapse;" border="0">
<colgroup>
<col style="width: 501px;"></col>
</colgroup>
<tbody>
<tr style="height: 1px;">
<td style="border-bottom: solid black 0.5pt; border-left: solid black 0.5pt; border-right: solid black 0.5pt; border-top: solid black 0.5pt; padding-left: 7px; padding-right: 7px;">
<div style="margin-left: 36pt;">&lt;title&gt;&lt;data:blog.pageName/&gt; at  &lt;data:blog.url/&gt; &lt;/title&gt;</div>
</td>
</tr>
<tr style="height: 1px;">
<td style="border-bottom: solid black 0.5pt; border-left: solid black 0.5pt; border-right: solid black 0.5pt; border-top: none; padding-left: 7px; padding-right: 7px;">
<div style="margin-left: 36pt;">&lt;title&gt;&lt;data:blog.pageName/&gt; &lt;/title&gt;</div>
</td>
</tr>
<tr style="height: 1px;">
<td style="border-bottom: solid black 0.5pt; border-left: solid black 0.5pt; border-right: solid black 0.5pt; border-top: none; padding-left: 7px; padding-right: 7px;">
<div style="margin-left: 36pt;">&lt;title&gt; This is title of all the page in my blog &lt;/title&gt;</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="blogger-post-footer">www.njr-team.blogspot.com</div>
<img src="http://njr-team.com/?ak_action=api_record_view&id=38&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://njr-team.com/2009/optimise-the-way-blogger-or-blogspot-display-your-title/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>What is the most annoying kind of fanboy?[Poll]</title>
		<link>http://njr-team.com/2009/most_annoying_kind_of_fanboy/</link>
		<comments>http://njr-team.com/2009/most_annoying_kind_of_fanboy/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 18:40:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Out of topic]]></category>

		<guid isPermaLink="false">http://njr-team.com/?p=184</guid>
		<description><![CDATA[No doubt, fanboys are annoying. However I believe  each "brand" of fanboy behave differently so i'd like to know what kind of fanboy or girl you find the most annoying.]]></description>
			<content:encoded><![CDATA[<p><span>No doubt, fanboys are annoying. However I believe  each &#8220;brand&#8221; of fanboy behave differently so i&#8217;d like to know what kind of fanboy or girl you find the most annoying.</span></p>
<p><span id="more-184"></span></p>
<p>Vote and ask your friends to vote</p>
<p><span>P.S :You can enter multiple answers so if you hate them all the same  vote for them all.</span></p>
<div style="text-align:center"><script src="http://static.polldaddy.com/p/2163345.js" type="text/javascript"></script></p>
<p><noscript>&amp;lt;br /&amp;gt; &amp;lt;a href=&#8221;http://answers.polldaddy.com/poll/2163345/&#8221; mce_href=&#8221;http://answers.polldaddy.com/poll/2163345/&#8221;&amp;gt;What is the most annoying kind of fanboy?&amp;lt;/a&amp;gt;&amp;lt;span style=&#8221;font-size:9px;&#8221; mce_style=&#8221;font-size:9px;&#8221;&amp;gt;(&amp;lt;a href=&#8221;http://answers.polldaddy.com&#8221; mce_href=&#8221;http://answers.polldaddy.com&#8221;&amp;gt;polling&amp;lt;/a&amp;gt;)&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt; </noscript></div>
<img src="http://njr-team.com/?ak_action=api_record_view&id=184&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://njr-team.com/2009/most_annoying_kind_of_fanboy/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
