<?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>Webmaster Blog</title>
	<atom:link href="http://www.seoblog.us/feed" rel="self" type="application/rss+xml" />
	<link>http://www.seoblog.us</link>
	<description>Website building and promotion</description>
	<lastBuildDate>Sun, 19 Sep 2010 10:57:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Targetable AdSense Channels</title>
		<link>http://www.seoblog.us/targetable-adsense-channels-167.html</link>
		<comments>http://www.seoblog.us/targetable-adsense-channels-167.html#comments</comments>
		<pubDate>Sun, 19 Sep 2010 10:57:31 +0000</pubDate>
		<dc:creator>KP</dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.seoblog.us/?p=167</guid>
		<description><![CDATA[I thought new Adsense features should always increase the revenue, but targetable AdSense channels didn&#8217;t work for me &#8211; tried it for one month and the income dropped 20% despite of better ads integration. I wasn&#8217;t sure of the reasons but after I hid the channels from advertisers, the picture becomes very clear.
]]></description>
			<content:encoded><![CDATA[<p>I thought new Adsense features should always increase the revenue, but targetable AdSense channels didn&#8217;t work for me &#8211; tried it for one month and the income dropped 20% despite of better ads integration. I wasn&#8217;t sure of the reasons but after I hid the channels from advertisers, the picture becomes very clear.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seoblog.us/targetable-adsense-channels-167.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Analytics and Smarty</title>
		<link>http://www.seoblog.us/google-analytics-and-smarty-156.html</link>
		<comments>http://www.seoblog.us/google-analytics-and-smarty-156.html#comments</comments>
		<pubDate>Wed, 19 May 2010 15:47:53 +0000</pubDate>
		<dc:creator>KP</dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.seoblog.us/?p=156</guid>
		<description><![CDATA[Some popular PHP scripts such as phpLD and PHP Classifieds were developed based on Smarty, adding Analytics code is a bit tricky. The best way is using the tag literal, enclose Analytics code with {literal} and {/literal}.
The following text is from Smarty online manual:
{literal} tags allow a block of data to be taken literally. This [...]]]></description>
			<content:encoded><![CDATA[<p>Some popular PHP scripts such as <a href="http://www.phplinkdirectory.com/articlescript/index.php">phpLD </a>and <a href="http://www.deltascripts.com/phpclassifieds">PHP Classifieds</a> were developed based on <a href="http://www.smarty.net/">Smarty</a>, adding Analytics code is a bit tricky. The best way is using the tag <em>literal</em>, enclose Analytics code with {literal} and {/literal}.</p>
<p>The following text is from Smarty <a href="http://www.smarty.net/manual/en/language.function.literal.php">online manual</a>:</p>
<blockquote><p>{literal} tags allow a block of data to be taken literally. This is typically used around Javascript or stylesheet blocks where {curly braces} would interfere with the template delimiter  syntax. Anything within {literal}{/literal} tags is not interpreted, but displayed as-is.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.seoblog.us/google-analytics-and-smarty-156.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analytics and phpBB 2</title>
		<link>http://www.seoblog.us/analytics-and-phpbb-2-149.html</link>
		<comments>http://www.seoblog.us/analytics-and-phpbb-2-149.html#comments</comments>
		<pubDate>Wed, 28 Apr 2010 07:50:52 +0000</pubDate>
		<dc:creator>KP</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.seoblog.us/?p=149</guid>
		<description><![CDATA[I&#8217;m running several phpBB 2 forums, I was never able to make Google Analytics work on them. Analytics didn&#8217;t report any errors, just couldn&#8217;t get any stats, it&#8217;s so weird.
I finally did some search today and found a solution:

Removed &#8220;try {&#8221; and &#8220;} catch(err) {}&#8221; from Analytics code, it worked, although I still don&#8217;t know [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m running several phpBB 2 forums, I was never able to make Google Analytics work on them. Analytics didn&#8217;t report any errors, just couldn&#8217;t get any stats, it&#8217;s so weird.</p>
<p>I finally did some search today and found a solution:<br />
<span id="more-149"></span><br />
Removed &#8220;<strong>try {</strong>&#8221; and &#8220;<strong>} catch(err) {}</strong>&#8221; from Analytics code, it worked, although I still don&#8217;t know why.</p>
<blockquote><p>&lt;script type=&#8221;text/javascript&#8221;&gt;// &lt;![CDATA[</p>
<p>var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</p>
<p>// ]]&gt;&lt;/script&gt;</p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;// &lt;![CDATA[</p>
<p><span style="text-decoration: line-through;">try {</span> var pageTracker = _gat._getTracker("UA-xxxxxx-xx"); pageTracker._trackPageview(); <span style="text-decoration: line-through;">} catch(err) {}</span></p>
<p>// ]]&gt;&lt;/script&gt;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.seoblog.us/analytics-and-phpbb-2-149.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forum Merge</title>
		<link>http://www.seoblog.us/forum-merge-142.html</link>
		<comments>http://www.seoblog.us/forum-merge-142.html#comments</comments>
		<pubDate>Mon, 26 Apr 2010 18:55:08 +0000</pubDate>
		<dc:creator>KP</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.seoblog.us/?p=142</guid>
		<description><![CDATA[I purchased a diet forum from flippa, it has a solid history and huge amount of posts, but it&#8217;s been quiet in the past two years, without dramatic changes, I think it will be fading away. I&#8217;m also running a health forum, solid ranking, beautiful design, better software, active. From all the information I gathered, [...]]]></description>
			<content:encoded><![CDATA[<p>I purchased a diet forum from flippa, it has a solid history and huge amount of posts, but it&#8217;s been quiet in the past two years, without dramatic changes, I think it will be fading away. I&#8217;m also running a health forum, solid ranking, beautiful design, better software, active. From all the information I gathered, a merge seems to be a great move. <span id="more-142"></span></p>
<p>Everything went well with the merge until a formal mod showed up, she complained publicly at the beginning, and got more and more aggressive, even started a free forum and asked other members to follow, anyway, it got very ugly several days later.</p>
<p>The protest got very severe but still didn&#8217;t change my mind, but somehow, I suddenly feel those diet posts don&#8217;t fit in my health forum at all, they are hurting my forum. Then I reversed the merge two weeks after it happened. The formal members seemed very happy, which is a bit shocking to me, I always thought only one member hated it. It&#8217;s practically dead after all, why should they care? It seems to be a happy ending, though!</p>
<p>My lesson: don&#8217;t merge forums if not 100% sure, people may get very upset and will defend their community (even a small one) very aggressively.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seoblog.us/forum-merge-142.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Evil Websites</title>
		<link>http://www.seoblog.us/evil-websites-56.html</link>
		<comments>http://www.seoblog.us/evil-websites-56.html#comments</comments>
		<pubDate>Mon, 08 Dec 2008 14:28:00 +0000</pubDate>
		<dc:creator>KP</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.seoblog.us/?p=56</guid>
		<description><![CDATA[A destructive virus, fileerror_22001,  propagating via web pages emerged since one week ago, it damages Office documents  on the infected computers, very few viruses are as evil as this one, as far as I know. Fortunately, Anti-virus software can detect this and give a warning, Anti-virus software becomes more important than ever.
]]></description>
			<content:encoded><![CDATA[<p>A destructive virus, <a href="http://www.msofficeforums.com/word/1034-fileerror_22001-new-virus.html">fileerror_22001</a>,  propagating via web pages emerged since one week ago, it damages Office documents  on the infected computers, very few viruses are as evil as this one, as far as I know. Fortunately, Anti-virus software can detect this and give a warning, Anti-virus software becomes more important than ever.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seoblog.us/evil-websites-56.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recession and More</title>
		<link>http://www.seoblog.us/recession-and-more-55.html</link>
		<comments>http://www.seoblog.us/recession-and-more-55.html#comments</comments>
		<pubDate>Sat, 29 Nov 2008 15:26:00 +0000</pubDate>
		<dc:creator>KP</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.seoblog.us/?p=55</guid>
		<description><![CDATA[My AdSense CPM dropped 30% this week, I started to feel the recession impact on my websites &#8211; more traffic but much lower income. It&#8217;s kinda scary to imagine how bad it will be in the future.
Several years ago, I always encouraged my friends to start a website if they were interested. It wasn&#8217;t hard [...]]]></description>
			<content:encoded><![CDATA[<p>My AdSense CPM dropped 30% this week, I started to feel the recession impact on my websites &#8211; more traffic but much lower income. It&#8217;s kinda scary to imagine how bad it will be in the future.</p>
<p><span id="more-55"></span>Several years ago, I always encouraged my friends to start a website if they were interested. It wasn&#8217;t hard to earn some money at that time, many webmasters have several dozen websites. But it&#8217;s very different now, I will tell him it&#8217;s very difficult to earn money online if someone asks me. Recession is only one of the reasons, changes on Google side make small websites hard to survive (or grow, more accurately).</p>
<p>When you search something on Google, wikipedia.org is often on the first page for almost anything. This means Google gives authoritative websites very heavy weight on rankings. This change has been spread into all fields. In a niche topic, there are a couple of authority websites which takes over most SE traffic, it becomes very hard for other small websites. So, either your website is quite successful or it can only buy you several hamburgers.  There is no doubt that it&#8217;s extremely hard to gain the authority status from Google.</p>
<p>Should you start a website? If you want to earn money, think it again, you need to have a very solid long-term plan. If you do it for personal interest, do it, you can get free hosting everywhere, it&#8217;s also very cheap to use you own domain name and commercial hosting. $10/month would be the maximum cost.</p>
<p>I have put ads on every possible websites, also plan to shutdown some garbage websites. I can see many many websites will disappear in this cold winter.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seoblog.us/recession-and-more-55.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do Outbound Links Hurt Ranking?</title>
		<link>http://www.seoblog.us/do-outbound-links-hurt-ranking-54.html</link>
		<comments>http://www.seoblog.us/do-outbound-links-hurt-ranking-54.html#comments</comments>
		<pubDate>Mon, 24 Nov 2008 19:22:00 +0000</pubDate>
		<dc:creator>KP</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.seoblog.us/?p=54</guid>
		<description><![CDATA[Do massive outbound links hurt the rankings? Not necessarily. Please note that it&#8217;s different from linking to bad neighbors in site-wide range.

Besides directories, digitalpoint forum has probably the most outbounds links, almost every member put four random links in their signatures, but this forum has very strong rankings. A few other webmaster forums are very [...]]]></description>
			<content:encoded><![CDATA[<p>Do massive outbound links hurt the rankings? Not necessarily. Please note that it&#8217;s different from linking to bad neighbors in site-wide range.</p>
<p><span id="more-54"></span></p>
<p>Besides directories, digitalpoint forum has probably the most outbounds links, almost every member put four random links in their signatures, but this forum has very strong rankings. A few other webmaster forums are very strict on signature usage,  and they didn&#8217;t out-rank DP although they were older. My member ID on DP is under 1000, have been watching this forum grow, I&#8217;m always amazed at its rankings.</p>
<p>I know this is not a good example, I wouldn&#8217;t draw such a conclusion with it either. I setup a blog for an active member on my forum two years ago. She doesn&#8217;t care about outbound links at all, she linked to many pages nearly in every blog post. I don&#8217;t like her writing from a webmaster&#8217;s point of view. But only one year later, the blog started to rank very well, also has site-links on Google.</p>
<p>This makes sense, as long as these links are not paid, these web pages give visitors more options for further read, isn&#8217;t it the way Internet worked before? Over the years, we have heard of too many bad stories of bad links and became over cautious.br /br /Time to change for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seoblog.us/do-outbound-links-hurt-ranking-54.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Paid Directory Always Fail?</title>
		<link>http://www.seoblog.us/why-paid-directory-always-fail-53.html</link>
		<comments>http://www.seoblog.us/why-paid-directory-always-fail-53.html#comments</comments>
		<pubDate>Fri, 21 Nov 2008 14:32:00 +0000</pubDate>
		<dc:creator>KP</dc:creator>
				<category><![CDATA[Directory]]></category>

		<guid isPermaLink="false">http://www.seoblog.us/?p=53</guid>
		<description><![CDATA[Over the past few years, I have witnessed a few paid directories that were very successful at one time, but failed in the end. The only one survived is botw.org, AFAIK. Their promotions are very interesting, they used different strategies but basically was getting high PRs and tried not to make Google unhappy at the [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past few years, I have witnessed a few paid directories that were very successful at one time, but failed in the end. The only one survived is botw.org, AFAIK. Their promotions are very interesting, they used different strategies but basically was getting high PRs and tried not to make Google unhappy at the same time.<span id="more-53"></span></p>
<ul>
<li>Stage 1: Rent links from a couple of authority websites. This was good enough to get a high PR in the earlier days.</li>
<li>Stage 2: Rent massive links from a huge amount of websites.</li>
<li>Stage 3: Rent  massive links,  also build content to make the directory &#8216;useful&#8217;.</li>
</ul>
<p>So, why botw.org wasn&#8217;t hammered by Google, I think there are three reasons:</p>
<ul>
<li>It&#8217;s older.</li>
<li>It rents links for internal categories, not putting PR in the first propriety, or at least looked this way.</li>
<li>They charge pretty expensive submission fee, as a result, the listed websites are better in quality. And more importantly, not so many additions over a short period of time.</li>
</ul>
<p>I have been running my own directories for over three years, I don&#8217;t do extensive link building, also quite few links submission. Gradually, they get good rankings on Google, for example, my <a href="http://www.pfdir.com/">personal finance directory</a> is on the first page, as well as other two general directories <a href="http://www.nicedir.com/">nice web directory</a> and <a href="http://www.appropriate.org/">appropriate web directory</a>.</p>
<p>So, how do we evaluate a directory? Is it worth the submission fee? I would check its history and ranking. Is it over two years old? Is it on the first spot if we search its name? If it can&#8217;t rank well for its own name, we can be sure it won&#8217;t bring us any results. PageRank is the third factor, IMHO.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seoblog.us/why-paid-directory-always-fail-53.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Traffice Jump After Server Move</title>
		<link>http://www.seoblog.us/traffice-jump-after-server-move-52.html</link>
		<comments>http://www.seoblog.us/traffice-jump-after-server-move-52.html#comments</comments>
		<pubDate>Thu, 23 Oct 2008 08:29:00 +0000</pubDate>
		<dc:creator>KP</dc:creator>
				<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://www.seoblog.us/?p=52</guid>
		<description><![CDATA[Three days after the initial ranking drop, I started to see traffic jump across the server. I regretted the move after I found the new server had hardware problems, now I&#8217;m very happy.   
There are two possible reasons, if it&#8217;s not because of search engines&#8217; random changes:

I&#8217;m using much more unique IPs, which [...]]]></description>
			<content:encoded><![CDATA[<p>Three days after the <a href="http://www.seoblog.us/server-down-hurt-rankings-51.html">initial ranking drop</a>, I started to see traffic jump across the server. I regretted the move after I found the new server had <a href="http://www.freebsdblog.org/100/hardware-problem/">hardware problems</a>, now I&#8217;m very happy.  <img src='http://www.seoblog.us/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> <span id="more-52"></span></p>
<p>There are two possible reasons, if it&#8217;s not because of search engines&#8217; random changes:</p>
<ul>
<li>I&#8217;m using much more unique IPs, which is favored by Google. 14 IPs cost only $7.5/month, I should have ordered more, it&#8217;s even cheaper.</li>
<li>A slightly faster server, which makes more visitors patient enough to wait for the page load.</li>
</ul>
<p>Anyway, it doesn&#8217;t hurt to give your websites a decent hosting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seoblog.us/traffice-jump-after-server-move-52.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server Down Hurt Rankings</title>
		<link>http://www.seoblog.us/server-down-hurt-rankings-51.html</link>
		<comments>http://www.seoblog.us/server-down-hurt-rankings-51.html#comments</comments>
		<pubDate>Mon, 20 Oct 2008 13:14:00 +0000</pubDate>
		<dc:creator>KP</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.seoblog.us/?p=51</guid>
		<description><![CDATA[I moved my websites to a different server, my poor planning caused a few hours unexpected down time. Most rankings on Google dropped several spots, which is really surprising! When transferring websites, my first concern before was to avoid data inconsistency, especially for forums. But I have to change my mind, avoiding any down time [...]]]></description>
			<content:encoded><![CDATA[<p>I moved my websites to a different server, my poor planning caused a few hours unexpected down time. Most rankings on Google dropped several spots, which is really surprising! When transferring websites, my first concern before was to avoid data inconsistency, especially for forums. But I have to change my mind, avoiding any down time should be the most important thing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seoblog.us/server-down-hurt-rankings-51.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

