<?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>Chris Sandberg &#187; SEO</title>
	<atom:link href="http://chrissandberg.com/category/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrissandberg.com</link>
	<description>Internet Marketer - SEO, PPC, Analytics</description>
	<lastBuildDate>Fri, 04 Jun 2010 08:15:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tracking Google Ranking Position From Parameter in Refferal URL</title>
		<link>http://chrissandberg.com/google-rank-url-parameter/</link>
		<comments>http://chrissandberg.com/google-rank-url-parameter/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 08:15:14 +0000</pubDate>
		<dc:creator>csandb</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Statistics]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[url parameters]]></category>

		<guid isPermaLink="false">http://chrissandberg.com/?p=256</guid>
		<description><![CDATA[Over the last several months I&#8217;ve become somewhat obsessed with collecting SEO related data in an automated fashion. I&#8217;ve taught myself some PHP [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last several months I&#8217;ve become somewhat obsessed with collecting SEO related data in an automated fashion. I&#8217;ve taught myself some PHP to accomplish what I want to achieve, and am actively working on several scripts that will gather and analyze all kinds of data. One things I wanted to do was track over time the change in rankings for keywords I was already receiving  traffic for so I could measure what effect a change in SERP rank position would have on the amount of traffic I received for that keyword, and get a better idea as a whole what effect ranking positions have on traffic levels. I wanted to go beyond just regular rank checkers like <a href="http://claimoffer.com/RankChecker/">SEO Book&#8217;s RankChecker</a> and make the process entirely automated. My plan was that when a visitor came to one of my sites from a search engine a script would automatically execute that would check the rank position of my website for the keyword they used to come to my site, or at least add the keyword to a queue. I assumed that I would have to scrape this information from Google because I knew they didn&#8217;t offer an API anymore and from my initial research I couldn&#8217;t find the information in the referral URL from Google.</p>
<p>I was very excited to find out, however, that Google actually <a href="http://analytics.blogspot.com/2009/04/upcoming-change-to-googlecom-search.html">started to pass along this information in their referral URL parameters</a> a little over a year ago. The URL format they said they would start using in <a href="http://analytics.blogspot.com/2009/04/upcoming-change-to-googlecom-search.html">their post</a> announcing the change looks like this:</p>
<p>http://www.google.com/url?sa=t&#038;source=web&#038;ct=res&#038;cd=7&#038;url=http%3A%2F%2Fwww.example.com%2Fmypage.htm&#038;ei=0SjdSa-1N5O8M_qW8dQN&#038;rct=j&#038;q=flowers&#038;usg=AFQjCNHJXSUh7Vw7oubPaO3tZOzz-F-u_w&#038;sig2=X8uCFh6IoPtnwmvGMULQfw</p>
<p>so each of the URL parameters are:</p>
<p>sa=t<br />
source=web<br />
ct=res<br />
cd=7<br />
url=http%3A%2F%2Fwww.example.com%2Fmypage.htm<br />
ei=0SjdSa-1N5O8M_qW8dQN<br />
rct=j<br />
q=flowers<br />
usg=AFQjCNHJXSUh7Vw7oubPaO3tZOzz-F-u_w<br />
sig2=X8uCFh6IoPtnwmvGMULQfw</p>
<p>The &#8220;cd&#8221; parameter is the one that shows the rank position of the link the visitor used to get to your site.</p>
<p>This information is very useful not only because it saves time in having to check rankings yourself, but it actually tells you the exact position that the given visitor saw. One drawback to rank checkers or just manually checking a rank is that you can never be completely sure if the rank you get reported back is what actual visitors to your site experienced because different data centers could be presenting different results and with Google personalized search any given searcher&#8217;s SERPs could look different as well. So not only is the process simplified by getting this piece of information from the refferer URL, but the data you are getting is much more accurate than from scraping or manually checking.</p>
<p>Alas, it appears that Google doesn&#8217;t provide this information for every visitor. Shortly after Google&#8217;s post on the subject <a href="http://blogs.omniture.com/2009/05/08/tracking-organic-keyword-rankings-in-google/">Omniture reported</a> that this data was only shown for US searches and was currently impacting only about 10% of all searches. I think now, a year later, Google may be showing it more often but from my experience it is still a minority of searches.</p>
<p>Once I start to look closer to the data I&#8217;m receiving I&#8217;ll be posting more exact numbers on this along with other interesting data I&#8217;ve been collecting.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrissandberg.com/google-rank-url-parameter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Sample Size Calculator</title>
		<link>http://chrissandberg.com/the-sample-size-calculator/</link>
		<comments>http://chrissandberg.com/the-sample-size-calculator/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 15:28:32 +0000</pubDate>
		<dc:creator>csandb</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.chrissandberg.com/the-sample-size-calculator/</guid>
		<description><![CDATA[I&#8217;ve found myself using this sample size calculator quite a bit recently. Thanks to Hawaii SEO for first telling me about this tool [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve found myself using <a href="http://www.surveysystem.com/sscalc.htm">this sample size calculator</a> quite a bit recently. Thanks to <a href="http://hawaii-online-advertising.com/">Hawaii SEO</a> for first telling me about this tool <a href="http://twitter.com/HawaiiSEO/statuses/585545892">through Twitter</a>. The calculator helps you determine the sample size required to reach a certain degree of confidence about the results of an experiment, or the confidence interval for a given sample size. This is extremely useful for internet marketers. It can be used to determine how certain you should be of the results of various campaigns and experiments you may conduct as an internet marketer, such as the click through rates in Adwords campaigns and ads on a website, conversion rates for various traffic sources and landing page versions, etc. The calculator does require a little knowledge of statistics to use effectively, but there are explanations on the page for each of the terms used to help you understand it all.</p>
<p>A <a href="http://www.seobook.com/archives/002026.shtml">common mistake</a> I see among internet marketers is that they think that since they got two different results for two different campaigns, then in the long run those result will hold true, and they assume that the &#8220;winner&#8221; at that moment will be the true &#8220;winner&#8221; in the long run.  I don&#8217;t blame marketers who make that mistake though, I have found that in general  most people are clueless when it comes to Statistics. I am amazed at how often I see <a href="http://en.wikipedia.org/wiki/Misuse_of_statistics">statistical fallacies</a> used in the media from what are <a href="http://www.cnn.com/CNN/Programs/lou.dobbs.tonight/">supposedly reputable sources</a>. For an interesting read on this topic and a good introduction to statistics I recommend the book <a href="http://en.wikipedia.org/wiki/How_to_Lie_with_Statistics">How to Lie with Statistics</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrissandberg.com/the-sample-size-calculator/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Some Great Stuff From SEO Book</title>
		<link>http://chrissandberg.com/some-great-stuff-from-seo-book/</link>
		<comments>http://chrissandberg.com/some-great-stuff-from-seo-book/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 12:12:58 +0000</pubDate>
		<dc:creator>csandb</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Youtube]]></category>

		<guid isPermaLink="false">http://www.chrissandberg.com/some-great-stuff-from-seo-book/</guid>
		<description><![CDATA[I guess I am on Aaron Walls mailing list because I just got an email from him(Probably from buying his SEO book). He [...]]]></description>
			<content:encoded><![CDATA[<p>I guess I am on <a href="http://www.seobook.com/about.shtml">Aaron Walls</a> mailing list because I just got an email from him(Probably from buying his <a href="http://www.seobook.com">SEO book</a>). He mentioned that he will be finished updating his famous SEO book in several days and in his email also included some goodies such as the following which I though I would share with you&#8230;</p>
<p><a href="http://tools.seobook.com/firefox/seo-for-firefox.html">A video offering tips on how to install and use SEO for Firefox</a></p>
<p><a href="http://www.youtube.com/seobook">8 other short SEO videos yesterday, and uploaded them to YouTube here</a></p>
<p>By the way, I got a chance to meet Aaron at a conference here in the Philippines. I didn&#8217;t get a chance to talk to him much, but he seems like a really nice guy.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrissandberg.com/some-great-stuff-from-seo-book/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is your SEO Expertise Level?</title>
		<link>http://chrissandberg.com/what-is-your-seo-expertise-level/</link>
		<comments>http://chrissandberg.com/what-is-your-seo-expertise-level/#comments</comments>
		<pubDate>Fri, 28 Sep 2007 03:49:10 +0000</pubDate>
		<dc:creator>csandb</dc:creator>
				<category><![CDATA[Personality Test]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.chrissandberg.com/what-is-your-seo-expertise-level/</guid>
		<description><![CDATA[I just finished taking SEOmoz&#8217;s SEO Quiz and got the following results&#8230;
SEO Dark Lord &#8211; 92%
Are you an SEO Expert?
The Quiz was pretty [...]]]></description>
			<content:encoded><![CDATA[<p>I just finished taking <a href="http://www.seomoz.org/seo-expert-quiz">SEOmoz&#8217;s SEO Quiz</a> and got the following results&#8230;</p>
<p><a href="http://www.seomoz.org/" style="border: 3px solid #efefef; background: transparent url('http://www.seomoz.org/css/images/quiz/badges/seo_quiz_badge_a.gif') repeat scroll 0% 50%; text-decoration: none; display: block; width: 241px; height: 108px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; position: relative"><span style="display: none">SEO Dark Lord &#8211; </span><span style="position: absolute; top: 3px; right: 3px; color: #ffffff; font-size: 18px; font-family: Georgia,serif; letter-spacing: -0.05em">92%</span></a></p>
<p><a href="http://www.seomoz.org/seo-expert-quiz">Are you an SEO Expert?</a></p>
<p>The Quiz was pretty challenging and I learned a few new things from taking it such as the existence of the robots-nocontent tag and the most popular search engine in various countries. I&#8217;m sure even if you are an SEO expert you&#8217;ll have hard time answering some of the questions in this quiz. If you take the test please share your thoughts and results.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrissandberg.com/what-is-your-seo-expertise-level/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>7 Ways to Turn Your First Time Visitors into Returning Visitors</title>
		<link>http://chrissandberg.com/7-ways-to-turn-your-first-time-visitors-into-returning-visitors/</link>
		<comments>http://chrissandberg.com/7-ways-to-turn-your-first-time-visitors-into-returning-visitors/#comments</comments>
		<pubDate>Tue, 28 Aug 2007 08:32:37 +0000</pubDate>
		<dc:creator>csandb</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.chrissandberg.com/7-ways-to-turn-your-first-time-visitors-into-returning-visitors/</guid>
		<description><![CDATA[The Following is another post from Kreah, who blogs about Korean Dramas and Movies: 
 
Your blog is the product of your passion [...]]]></description>
			<content:encoded><![CDATA[<p><strong>The Following is another post from <a href="http://kreah-craze.com/about-kreah-profile/">Kreah</a>, who blogs about <a href="http://kreah-craze.com/">Korean Dramas and Movies</a>: </strong></p>
<p style="float: left"> <img src="http://www.chrissandberg.com/wp-content/uploads/2007/08/reah.JPG" alt="reah.JPG" hspace="15" /></p>
<p>Your blog is the product of your passion and creative imagination. However, with the number of blogs being born everyday your hard work will be futile if only the search engine spiders will notice your new blog. Yeah, you can do seo and link building so you can drive search traffic to your blog, but what&#8217;s the use of this sudden flow of visitors if you can&#8217;t keep them on your site? Is there a reason that your first time visitors stay or keep returning to your blog? Will they value your blog just by seeing it for the first time? Whatever your response, your goal is the same as mine – to make your first time visitors return to your blog. So what shall we do then?</p>
<h3>1. Be the first to blog something different in your niche</h3>
<p>In my niche, two blogs just started in January 2007, and December 2006. I believe the bloggers are not even familiar with Search Engine Optimization but their blogs now having thousands of visitors everyday. Their secret? They are the first blogs to offer something new for the readers in our niche — a blog that specifically offers English episode summaries of dramas currently airing on Korean channels, and an updated Korean entertainment blog in English.</p>
<p>There are actually fans posting episode summaries in forums, and there are official Korean entertainment-news websites, but blogging these topics offers a different experience for the fans. Lately, I have seen a few blogs offering episode summaries like <a href="http://Dramabeans.com">Dramabeans.com</a> but they have a weak readership. <a href="http://www.Dramabeans.com">Dramabeans</a> is the first to blog on this topic.</p>
<p>So if you want to own a number of returning visitors in your blog, offer something new and different. Be the leader in your niche. Create a buzz. Being a leader will not be hard if you are really passionate about that something you want to blog about. Observe forums, and if you will find resources. Just remember the times when you were searching for a certain topic online and you got frustrated because you didn&#8217;t find the thing you wanted. Just be the first to blog about that topic, and you will surely get a community of returning readers.</p>
<h3>2. If there is an existing blog on a subject create a new category or be the opposite</h3>
<p>Don&#8217;t attempt to compete with existing bloggers in your niche by just trying to copy them and be &#8220;better&#8221; because readers will likely prefer the blogs they have loved first. Instead, be the opposite, the alternative, or be the first in a new category.</p>
<p>Since dramabeans.com is focused on summarizing dramas that are currently airing, a good category to be the first in could be making episode summaries of old dramas. For sure, there are fans out there who will be interested, especially if they can&#8217;t afford to buy old Korean drama DVD&#8217;s now, or just want to have ideas on what old drama to watch next.</p>
<p>Also there are existing sites and blogs that offer Romanized Original Soundtrack lyrics, just as mine blog, but I am the first to post lyrics with youtube videos. Visitors will stay longer on my site because they can sing while the music plays in the videos, or just watch the videos.</p>
<h3>3. Use a catchy domain name, title and tagline</h3>
<p>Why do you need a catchy domain name?  If your first time visitors like your site, your domain name and blog title may be one of first things they look for, followed by your tagline.  If your domain name and title are catchy, it can become a well known brand name in your niche. Try to make your domain name and title simple yet creative. The words in your tagline will be the back up if visitors can&#8217;t remember your domain name on their next visit. You will be surprise how many returning visitors start typing your domain name or blog title together with the topic they are looking for in the search engines in order to find your site again. Also, a tagline will make you and your visitors one because they can associate their selves to you. If it is a professional blog, sound professional, too. Just be sure that your domain name and tagline doesn&#8217;t sound the same as existing blogs. It happened to me, and I changed my tagline immediately. Good thing too, because as a result I have coined a word – the K-Addicts, referring to Korean Addicts.</p>
<p><strong>Stand out in your niche!</strong></p>
<h3>4. Make effective and search engine friendly headlines for your posts</h3>
<p>Well, what&#8217;s the use of being the first to blog something different, and having a catchy domain name, title and tagline if you are not visible in the search engines? You still need to exert more effort to get some search traffic. After submitting your url to directories and getting link through other methods, next thing is to make sure that the titles of your posts describe clearly what your posts is all about, put keywords in it – keywords that readers in your niche use. This is not a personal blog. Your blog is about your readers, your visitors.</p>
<h3>5. Make sure your blog can be easily navigated</h3>
<p>Personally, when I visit a site that does not offer me to view their previous posts, I often just leave the blog even though I like the post I first saw on the blog. Since I don&#8217;t want my visitors to have that same experience, I make sure my blog has a simple navigation.</p>
<p>Aside from putting the widgets for Top Posts, and Recent Posts, I created a tabed menu of categorized list pages of my posts. Each tab is a list of related posts. So, I have a tab for lyrics posts, for drama related posts, for movie related posts, etc. Doing this, I am sure that posts that are rarely viewed now have the chance to be noticed by visitors staying on my blog longer. Be sure to update the category pages once there is a new post for a certain list.</p>
<p>If you cannot simply categorized your posts or are lazy to update such list, then offer a search box in your blog.</p>
<h3>6. Update your blog regularly</h3>
<p>Update not just for the search engines but also for your visitors. Once first time visitors like your site, bookmark it, or subscribe to your feed, this means that they want to read more posts from you. I&#8217;m sure you&#8217;ll never run out of topics to blog about if what your blogging about is really your interest. If you cannot update your blog daily, twice or thrice a week will work. Just make sure you have new posts on a at least semi-regular basis.</p>
<p>There are some blogs that need to be updated almost daily, though. This is because they have to be committed to what their returning visitors expect from them.</p>
<p><a href="http://Dramabeans.com">Dramabeans.com</a> really requires a daily update since the summary episodes are the current shows in Korea. It is like watching an episode everyday on TV. <a href="http://Popseoul.com">Popseoul.com</a>, on the other hand is about the latest news about Korean celebrities.</p>
<p>So, also update according to what you offer in your blog, and be faithful to your tagline especially if you claim to be the latest.</p>
<h3>7. Be visible! Stay connected.</h3>
<p>Respond to comments and requests. Don&#8217;t be snobbish. Let your visitors feel they are important to you. If someone asks you a question, respond to it as soon as you can. If you can&#8217;t answer their requests, just say no, and tell them your reason.</p>
<p>Offer an e-mail where your readers can contact you aside from your blog, or add you in social networking sites. Visitors who are adding you in their friends list in Facebook, Friendster, MySpace, Multiply, etc. can be your future contacts in your niche. You might need them someday.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrissandberg.com/7-ways-to-turn-your-first-time-visitors-into-returning-visitors/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>An Update On Switching Away From Wordpress.com&#8217;s Free Hosting</title>
		<link>http://chrissandberg.com/an-update-on-switching-away-from-wordpresscoms-free-hosting/</link>
		<comments>http://chrissandberg.com/an-update-on-switching-away-from-wordpresscoms-free-hosting/#comments</comments>
		<pubDate>Mon, 27 Aug 2007 09:05:22 +0000</pubDate>
		<dc:creator>csandb</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.chrissandberg.com/an-update-on-switching-away-from-wordpresscoms-free-hosting/</guid>
		<description><![CDATA[I blogged a little over a month ago about moving from a wordpress.com hosted blog to your own hosting on your own domain. [...]]]></description>
			<content:encoded><![CDATA[<p><font color="#3366ff">I blogged a little over a month ago about <a href="http://www.chrissandberg.com/moving-a-free-wordpress-hosted-blog-to-a-unique-domain/">moving from a wordpress.com hosted blog to your own hosting on your own domain</a>. In that post I outlined a plan <a href="http://kreah-craze.com/about-kreah-profile/">Kreah</a> and I would follow to move the Kreah Craze <a href="http://kreah-craze.com">Korean Dramas and Movies blog</a> out of wordpress.com on onto its own domain and hosting over time. Although we are still working on improving the blog, we have now moved completely away from wordpress.com, so I asked Kreah to give us an update of her experience. I have also added my comments in blue. We will be going into more detail and giving further updates as time goes on to help you learn from our experience and hopefully avoid any mistakes we have made or apply anything we have learned.</font></p>
<p>In October of last year, I got hooked on watching Korean Dramas and Movies, and last April I decided to put up a blog dedicated to my obsession. I had managed a friendster blog for two years, but it was a personal blog, and I knew only a few of my friends would be interested reading my posts on my current obsession. So I decided to sign up for a blog in Wordpress.com and started blogging April 7th, 2007.</p>
<p>From a meager start of just 5 page views per day, KreahCraze.Wordpress.Com started having 50, 100, 1000, and eventually up to an average of 2500 page views a day. This was all before moving to my own paid web-hosting service. I even got around 3,500 page views a few days before I moved out of worpdress.com. This high traffic made me decide to monetize my blog. Wordpress.com has a policy of forbidding ads on their free hosted blogs, so in order to monetize my blog but also not lose a large amount of traffic, Chris and I came up with <a href="http://www.chrissandberg.com/moving-a-free-wordpress-hosted-blog-to-a-unique-domain/">a plan</a> last July to slowly migrate away from wordpress.com to my own hosting. I still have lost a lot of traffic(around 1,000 pageviews per day), but I am now making money with my blog, which I could have never done while still using wordpress&#8217;s free hosting.</p>
<p><font color="#3366ff">I expected her traffic to drop a little, so there was no surprises there. I think this may have been minimized if we had done some more linkbuilding early on. From now on we are going to do link building to try to gain back any search engine ranking we have lost.</font></p>
<h3>LINKS</h3>
<p>Right now, it is almost two weeks after the switch, and I am trying to get back the traffic I have lost. Chris suggested link building. Well…the age of most of my visitors range from 12 to 30 years old, and I guess only a few of them would mind linking my site, so I really have to work on getting natural links or putting up the links on my own.</p>
<p>Good thing, though, I am still being redirected by wordpress because I haven&#8217;t deleted my blog, even though I changed my domain name to Kreah-Craze.com.</p>
<p><font color="#3366ff">Wordpress.com maintaining our redirect from the old domain to the new one after we had started hosting the blog with another host was a pleasant surprise. I wouldn&#8217;t count on it lasting, but we are grateful as long as it is still up. </font></p>
<h3>THEME and LAYOUT</h3>
<p>I was bored with my old theme so when we made the switch I changed my theme. Aside from having only a few backlinks, I am thinking that the current theme and lay-out for my blog caused my visitors to move away, but Chris didn&#8217;t agree on this matter because my direct traffic is doing fine. Only the search engine traffic is declining. He also noticed that my bounce rate is doing well too. I guess I have to get my visitors&#8217; opinion, or give them time to get used to the new theme. The new theme I chose works better with Firefox than with Internet Explorer.</p>
<h3>ADSENSE</h3>
<p>Monetizing my blog was the big reason I moved away from Wordpress.com. In the first week, it averaged around 3 dollars per day but now the revenue from the ads barely reaches a dollar per day. I am also disappointed that the Google ads appearing in the site seemed uninteresting to click on. I installed the Adsense for referrals but the products I chose are not appearing in the site after installing the code. Is this because there are ads that will not appear on a certain country? I chose any country on the options though.</p>
<p>So now, I am applying for Affiliate Programs to monetize my blog.</p>
<p><font color="#3366ff">I think the drop in adsense earnings after the first week could be due to the fact that we added too many ad blocs and thus increased the amount of low paying ads that would show up. I could be wrong though. There is still a lot I think we could do to optimize adsense earnings, and I don&#8217;t think it would be too hard to start earning around $5 per day in a short period of time, by working on both earning more per visitor and increasing the amount of visitors to the site. There are also many things we can do to further monetize the site such as sell text link ads, blogger reviews, and even banner ads, in the future. </font></p>
<h3>ERRORS</h3>
<p>There were errors after moving out Wordpress.com</p>
<p>1. CDATA error – I really freaked out when the author&#8217;s name in comments does not appear, and the comments in Pages were totally gone. At the time of the switch, I had 877 comments. I asked Chris to work on it, after finding the solution to this problem. But Chris seemed to be busy so I ended up manually editing 877 CDATA entries.</p>
<p><font color="#3366ff">Yes, I admit I am busy/lazy. Sorry.</font></p>
<p>2. Youtube Videos and Slideshows – I used youtube videos in most of my posts, like 100 out of 180 posts I had before the switch.  And seeing the code instead of the video itself also freaked me out. Well, Chris easily solved this. I don&#8217;t know though what he did but good job. At least, now I know that the codes that I am using in Wordpress.com do not apply if another hosting provider is hosting your blog.</p>
<p>And now, I can easily embed javascripts in my posts. Yehey! (Well, this statement doesn&#8217;t have anything to do with the error.)</p>
<p><font color="#3366ff">I just did a find and replace in notepad to replace the old code in every instance with the appropriate new code. It was a little time consuming since every instance of a youtube video had a ] which had to be replaced by some code, but not every ] was an instance of a video, but it was a lot more efficient that editing every instance by hand.</font></p>
<p>3. Korean / Hangul / Asian Fonts – Aside from posting lyrics that are Romanized (from Korean Characters to Roman Letters), I also put the original lyrics in the few posts I had. Sadly, Korean Characters or any language that doesn&#8217;t have Roman letters, do not appear correctly in the blog. These characters are replaced with question marks. According to my research, this has something to do with the &#8216;encoding for pages and feeds&#8217;, and specifically the wp-config.php file.</p>
<h3>PLUG-INS</h3>
<p>I don&#8217;t have to worry about Plug-ins in Wordpress.com but I want to install plug-ins though like Sociable and Top Commentator plug-ins.</p>
<p>At first, I thought installing the plug-ins was easy, like just putting some code in text widgets or widgets will be readily available after activation. But I realized it wasn&#8217;t. Some plug-in codes need to be installed using the theme editor. It is still a good thing because I am learning CSS slowly. All I have to do, I guess, is to apply logic. There are instructions I can follow, and I can do the &#8220;trial and error&#8221; method until I succeed. Right?</p>
<p><font color="#3366ff">Kreah has done quit a bit of installing plugins and editing her theme without my help. I am proud of her.</font></p>
]]></content:encoded>
			<wfw:commentRss>http://chrissandberg.com/an-update-on-switching-away-from-wordpresscoms-free-hosting/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Moving a Free Wordpress Hosted Blog to its Own Domain</title>
		<link>http://chrissandberg.com/moving-a-free-wordpress-hosted-blog-to-a-unique-domain/</link>
		<comments>http://chrissandberg.com/moving-a-free-wordpress-hosted-blog-to-a-unique-domain/#comments</comments>
		<pubDate>Thu, 12 Jul 2007 16:12:51 +0000</pubDate>
		<dc:creator>csandb</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.chrissandberg.com/moving-a-free-wordpress-hosted-blog-to-a-unique-domain/</guid>
		<description><![CDATA[I have a friend who has a highly trafficked blog hosted on Wordpress, kreahcraze.wordpress.com. Since my friend is getting quite a bit of [...]]]></description>
			<content:encoded><![CDATA[<p>I have a friend who has a highly trafficked blog hosted on Wordpress, <a href="http://kreahcraze.wordpress.com">kreahcraze.wordpress.com</a>. Since my friend is getting quite a bit of traffic she would like to add ads to her site in order to make some money with her blog. However, wordpress doesn&#8217;t allow its users to have ads on their blogs. So, I have been helping her move her blog to her own domain and hosting, where she will have complete control of her blog. The tricky part about doing this is that she will likely lose a lot of traffic since many of her pages are listed in the search engines under her Wordpress.com domain and she likely also receives some traffic from Wordpresss.com itself. We have come up with a plan to minimize loss in traffic as much as possible while still giving her complete control of her blog on her own domain. I have not done this before so I have tried to do as much research on this subject as possible but haven&#8217;t found anyone explaining exactly what I think would be the best plan of action in her case, so I decided to share our plan in case someone else is considering doing the same. The plan is&#8230;</p>
<p><strong>1.</strong>  <strong>Buy a new domain</strong> (<a href="http://kreah-craze.com">kreah-craze.com</a>).</p>
<p>Cost: $8/yr.</p>
<p>Although Wordpress allows you to buy a domain through their site we decided to go with GoDaddy since we want to be eventually completely independent from wordpress.com.</p>
<p><strong>2.  Buy Domain Mapping from Within The Existing Wordpress Account</strong></p>
<p>Cost: $10/yr.</p>
<p>This feature allows you to re-direct your existing traffic going to your wordpress.com blog to your own domain. So all traffic going to http://blog.wordpress.com/post/ will be redirected to http://newdomain.com/post/. At this point the blog is still technically hosted by Wordpress, but since the traffic is redirected using a 301 redirect to the new domain the search engines should recognize that the blog has moved permanently and will eventually update their index to list the new domain instead of the old one.</p>
<p><strong>3. Build Links to and Promote the New Domain</strong></p>
<p>Cost: It&#8217;s up to you. In our case very little.</p>
<p>By building links to the new domain we will help the search engines recognize and index the new domain and hopefully reclaim any loss in search engine ranking we may experience due to the switch. We will tell existing readers to update their bookmarks, and notify anyone linking to the old domain to update their links to point to the new domain. We want to get as much traffic as possible going directly to the new domain rather than being redirected through the old domain.</p>
<p><strong>4. Move the Blog to its Own Hosting Independent of Wordpress.com, Run on an Independent Installation of Wordpress (downloadable at wordpress.org), and Add Ads</strong></p>
<p>Cost: In our case $0 since we are just adding the domain to my existing hosting account, which allows unlimited domains. However, costs for those starting with nothing can range from a couple dollars per month up. I use HostMonster for hosting.</p>
<p>Once the search engines have indexed the new domain, and a significant amount of the blog&#8217;s traffic is going directly to the new domain rather than being redirected through the old domain we will cut all ties with the old domain and move the content of the blog to its own installation of wordpress on a separate hosting account. The reason this step is necessary is because up to this point the blog has still been hosted for free by wordpress.com, so the ban on ads still applied. To my knowledge you can only use the domain mapping feature as long as you are still hosting your blog on wordpress.com. When you move to your own hosting you are on your own and can no longer redirect the old domain to the new one. However, once we move to our own installation and hosting we can add ads and start monetizing the blog, which was the point to doing all this in the first place.</p>
<p><strong>Additional Notes:</strong></p>
<ul>
<li>When moving from an old domain to a new one using a 301 redirect you would usually keep the redirect in place permanently. However in this case that is not possible since we need to be independent of wordpress.com in order to add ads to the blog. If you were to do the switch also I would recommend waiting as long as possible before taking the last step and moving to your own wordpress installation so that more of your traffic is going directly to the new domain. Any traffic still going through the old domain when you make the switch to your own hosted installation will be lost.</li>
<li>We will most likely lose some traffic no matter what when you finally do move to your own installation because there are existing links out there pointing to the old domain that will no longer be redirected, we will no longer receive traffic from wordpress.com, and we will likely experience a drop in search engine rankings. Hopefully we will build up enough traffic going directly to the new domain that this loss in traffic will be fairly insignificant.</li>
<li>We are likely to lose some search engine rankings during this process because your old blog is hosted on wordpress.com which is already an established, trusted domain, and your new domain will initially be given less trust by the search engines. We can overcome this in time by promoting and building links to the new domain.</li>
<li>If you were to do this switch and have an existing feedburner account it will be fairly easy to switch the feed to the new domain from within feedburner. However, if you are just using the default wordpress feed I would recommend start using a feedburner feed as soon as possible and encourage existing wordpress feed subscribers to switch to the new feedburner feed so you can take them with you to your new domain. Once you make the switch to your new domain all your previous wordpress subscribers will be lost.</li>
<li>I have never actually done this before so I am not completely sure how it will all turn out. I will post an update when the entire process is complete and maybe a few updates in between. I hope for the best.</li>
</ul>
<p><strong>Update Aug. 27th, 2007:</strong> Kreah and I have written an update of this project at <a href="http://www.chrissandberg.com/an-update-on-switching-away-from-wordpresscoms-free-hosting/">http://www.chrissandberg.com/an-update-on-switching-away-from-wordpresscoms-free-hosting/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://chrissandberg.com/moving-a-free-wordpress-hosted-blog-to-a-unique-domain/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Questions For Graywolf</title>
		<link>http://chrissandberg.com/questions-for-graywolf/</link>
		<comments>http://chrissandberg.com/questions-for-graywolf/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 12:16:04 +0000</pubDate>
		<dc:creator>csandb</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[technologies]]></category>

		<guid isPermaLink="false">http://www.chrissandberg.com/questions-for-graywolf/</guid>
		<description><![CDATA[Graywolf is offering to answer questions on his SEO blog, with the condition that you ask your question in a blog post. I [...]]]></description>
			<content:encoded><![CDATA[<p>Graywolf is <a href="http://www.wolf-howl.com/random-thoughts/blank-blog-post/">offering to answer questions</a> on his SEO blog, with the condition that you ask your question in a blog post. I trust his opinion so I wanted to take advantage his offer. This is what I would like answered:</p>
<p><strong>Could you explain Latent Semantic Indexing and similar technologies and their implications to SEO? What strategies and tactics would be most effective given that search engines are using these technologies in their algorithms?</strong></p>
<p>Anyone else who would also like to share their own response to these questions please feel free to do so in the comments below or in a blog post of your own. Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrissandberg.com/questions-for-graywolf/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Track Keyword Ranking History and More</title>
		<link>http://chrissandberg.com/rankpulse/</link>
		<comments>http://chrissandberg.com/rankpulse/#comments</comments>
		<pubDate>Mon, 25 Jun 2007 13:20:53 +0000</pubDate>
		<dc:creator>csandb</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.chrissandberg.com/rankpulse/</guid>
		<description><![CDATA[I just ran across a site called RankPulse, which tracks the top ten ranking of sites returned for 1,000 popular keyword searches on [...]]]></description>
			<content:encoded><![CDATA[<p>I just ran across a site called <a href="http://www.rankpulse.com">RankPulse</a>, which tracks the top ten ranking of sites returned for 1,000 popular keyword searches on Google. I ran across the site because one of my domains, <a href="http://www.rankpulse.com/www.sandbergventures.com">sandbergventures.com</a> ranks in the top ten for the keyword &#8220;<a href="http://www.rankpulse.com/internet-business">internet business</a>&#8220;, which happens to be one of the <a href="http://www.rankpulse.com/browse.htm?sort=score">1,000 keywords that RankPulse tracks</a>.</p>
<p>A few useful application of RankPulse:</p>
<ul>
<li>Monitor the RankPulse Index, which represents the number of positions websites moved within the top ten for a particular keyword among the <a href="http://www.rankpulse.com/browse.htm?sort=score">1000 keywords</a> tracked. A noticeable increase in this index could be the result of a significant change in Google&#8217;s algorithm.</li>
<li>Get a glimpse of the relative volatility in rankings for a given keyword by analyzing the ranking history of the sites listed for that keyword.</li>
<li>Track the keywords for which any give site is ranking. Just going to http://www.rankpulse.com/www.<em>anydomain</em>.com, will give you a list of all the keywords for which the given domain has had a ranking for any of the keywords that RankPulse tracks.</li>
</ul>
<p>This site would be a lot more useful if they tracked more keywords, but even with just 1,000 keywords the site provides a lot of valuable information and is very interesting to browse.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrissandberg.com/rankpulse/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SEO.com now run by Utah SEO firm</title>
		<link>http://chrissandberg.com/seocom-now-run-by-utah-seo-firm/</link>
		<comments>http://chrissandberg.com/seocom-now-run-by-utah-seo-firm/#comments</comments>
		<pubDate>Wed, 20 Jun 2007 14:50:41 +0000</pubDate>
		<dc:creator>csandb</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.chrissandberg.com/seocom-now-run-by-utah-seo-firm/</guid>
		<description><![CDATA[I just found out that Dave Bascom&#8217;s Web Targeted was sold to WashingtonVC who was able to acquire the domain name SEO.com for [...]]]></description>
			<content:encoded><![CDATA[<p>I just found out that <a href="http://www.linkedin.com/in/davebascom">Dave Bascom&#8217;s</a> <a href="http://www.webtargeted.com/">Web Targeted</a> was sold to <a href="http://www.washingtonvc.com/">WashingtonVC</a> who was able to acquire the domain name SEO.com for $5 Million. Dave seemed pretty excited about this <a href="http://www.searchtrends.org/2007/06/seocom.html">news on his blog</a>, and I am happy for him. He is a great guy and a very knowledgeable Search Engine Optimizer. They have gotten a bit of  exposure (and will probably get more) from this news in the SEO blogosphere. I have found commentary on <a href="http://searchengineland.com/070619-090701.php">Search Engine Land</a>, <a href="http://www.marketingpilgrim.com/2007/06/seo-only-worth-5-million.html">Marketing Pilgrim</a>, and <a href="http://www.threadwatch.org/node/15564">Threadwatch</a>, which are three very popular online destinations for SEOs. It is cool to hear this news happening in Utah (I am from Utah in case you haven&#8217;t figured that out).</p>
]]></content:encoded>
			<wfw:commentRss>http://chrissandberg.com/seocom-now-run-by-utah-seo-firm/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
