<?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>SEO Hosting Blog &#187; Advanced SEO Tips</title>
	<atom:link href="http://www.seohosting.com/blog/category/seo-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seohosting.com/blog</link>
	<description>Discussing the latest tips, tricks, and secrets of SEO</description>
	<lastBuildDate>Wed, 08 Feb 2012 12:35:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Commonly Overlooked SEO Settings for Multiple Domains</title>
		<link>http://www.seohosting.com/blog/seo-tips/commonly-overlooked-seo-settings-for-multiple-domains/</link>
		<comments>http://www.seohosting.com/blog/seo-tips/commonly-overlooked-seo-settings-for-multiple-domains/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 22:09:26 +0000</pubDate>
		<dc:creator>Brandon Hopkins</dc:creator>
				<category><![CDATA[Advanced SEO Tips]]></category>

		<guid isPermaLink="false">http://www.seohosting.com/blog/?p=3671</guid>
		<description><![CDATA[If you&#8217;re like me, you first started with a single domain. That one website that you&#8217;ll never forget. It was something you were interested in and really enjoyed. Mine was a forum/community about something I am passionate about. After I made a few dollars I bought two domains about something I thought would be profitable. ]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.seohosting.com%2Fblog%2Fseo-tips%2Fcommonly-overlooked-seo-settings-for-multiple-domains%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.seohosting.com%2Fblog%2Fseo-tips%2Fcommonly-overlooked-seo-settings-for-multiple-domains%2F&amp;source=hostgator&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>If you&#8217;re like me, you first started with a single domain. That one website that you&#8217;ll never forget.  It was something you were interested in and really enjoyed.  Mine was a forum/community about something I am passionate about.  After I made a few dollars I bought two domains about something I thought would be profitable.  Then I moved from a subpar hosting company to HostGator.  Their unlimited addon domains seemed like a challenge so I started buying domains and 7 years later I haven&#8217;t stopped.  I now have a beefy VPS (still with HostGator) and over 300 domains.</p>
<p>With the history behind us, it&#8217;s important that every year you take time to evaluate your portfolio, settings, linking strategy in light of what&#8217;s new in the SEO industry.  7 years ago everything was expensive, whois privacy was outrageous, unique IP&#8217;s for your domains were cost-prohibitive, and even hosting accounts were really expensive.  Today you can get IP&#8217;s for a few bucks, free domain privacy and really good hosting accounts for less than $10 per month.</p>
<p>So here are some of the most commonly overlooked SEO settings that you&#8217;ll want to use as a checklist for your portfolio.</p>
<h3>1. Network Linking Strategy</h3>
<p>7 years ago, reciprocal links and linking your sites together worked for great rankings.  Today that will most likely end up doing the opposite.  This year, links from unique class-c IP&#8217;s are important, 500 links from one domain is a waste.  Manual link building has been working wonders for about 18 months, and automation is starting to fade away.  That&#8217;s a lot to take in, but if you want to compete with professionals you need to be on the same playing field.</p>
<h3>2. Hosting Diversification</h3>
<p>5 years ago I had 7 different hosting accounts.  Each of these accounts hosted a few websites.  I did this so I would be able to link my sites together and make it look like different people owned them so the links would carry weight. Now I know more and have more real world experience.  I&#8217;ve realized that it&#8217;s not necessary to go through all that hassle and now I have a single VPS.</p>
<h3>3. .htaccess</h3>
<p>A simple .htaccess setting will ensure that everyone is building links to the correct website address.  Some people might visit your website at example.com, but others type www.example.com.  If each of those people link to your website, you have two links pointing to different pages (although identical).  Here is some easy code for your .htaccess file. If you use WordPress, you can go to Settings &gt; General and type &#8220;http://www.example.com&#8221; into the two URL boxes.</p>
<blockquote><p>RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{HTTP_HOST} !^www.domain.com$ [NC]<br />
RewriteRule ^(.*)$ http://www.domain.com/$1 [L,R=301]</p></blockquote>
<p>&gt;&gt; Google&#8217;s Web Master tools can also set the <a title="canonical domain" href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=139066" target="_blank">canonical domain</a> for you in Google.</p>
<h3>4. Link Building Strategy</h3>
<p>A written link building strategy is crucial if you have more than 10 domains.  Less than 10 domains and you can keep more of the info in your head, but you&#8217;re going to forget what type of linking you&#8217;ve done for each individual domains.  My action plan is always to get the easiest links first.  I always grab links from <a href="http://www.dmoz.org">DMOZ</a>, <a href="http://ezilon.com/">Ezilon</a>, and a few other high quality (manually edited) directories.  After that I start focusing on the links that return the biggest bang for the buck.  The specific types of links I go after change a couple of times per year.  I make sure I&#8217;m always chasing what works as opposed to what everyone else is doing.</p>
<p>Let me know in the comments how many domains you have and what strategies you employ to make sure all of them are making money!</p>
<p>Brandon Hopkins owns a <a href="http://www.afterhimmedia.com/fresno-seo-company">Fresno search engine marketing</a> company and provides link building and website consulting services.</p>
<img src="http://www.seohosting.com/blog/?ak_action=api_record_view&id=3671&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.seohosting.com/blog/seo-tips/commonly-overlooked-seo-settings-for-multiple-domains/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>How Google Can Help You Solve The Mystery of SEO</title>
		<link>http://www.seohosting.com/blog/seo-tips/how-google-can-help-you-solve-the-mystery-of-seo/</link>
		<comments>http://www.seohosting.com/blog/seo-tips/how-google-can-help-you-solve-the-mystery-of-seo/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 03:56:53 +0000</pubDate>
		<dc:creator>Garry Conn</dc:creator>
				<category><![CDATA[Advanced SEO Tips]]></category>
		<category><![CDATA[Basic SEO Tips]]></category>
		<category><![CDATA[Learning SEO Basics]]></category>
		<category><![CDATA[Google SEO Mysteries]]></category>
		<category><![CDATA[Google SEO Ranking Tips]]></category>
		<category><![CDATA[Google SEO Tips]]></category>
		<category><![CDATA[Google SEO Video Tutorials]]></category>
		<category><![CDATA[Google SEO Videos]]></category>
		<category><![CDATA[Google SEO YouTube Videos]]></category>
		<category><![CDATA[Google Webmaster Tools]]></category>
		<category><![CDATA[Googlebot Recrawl Rates]]></category>
		<category><![CDATA[How To Avoid Keyword Spam]]></category>
		<category><![CDATA[Increase Google Index Speed]]></category>
		<category><![CDATA[Increasing Googlebot Recrawl]]></category>
		<category><![CDATA[Link Building Tips]]></category>
		<category><![CDATA[Link Building Video Tutorials]]></category>
		<category><![CDATA[Matt Cutts]]></category>
		<category><![CDATA[Matt Cutts SEO Video Tutorials]]></category>
		<category><![CDATA[Matt Cutts YouTube Videos]]></category>

		<guid isPermaLink="false">http://www.seohosting.com/blog/?p=3606</guid>
		<description><![CDATA[A lot of the mystery about SEO can be solved simply by getting the information straight from the horse&#8217;s mouth. Yes, that&#8217;s right! One of the best SEO resources comes direct from Google. Specifically Matt Cutts. For a few years he has been uploading very helpful videos on the GoogleWebmasterHelp channel on YouTube. There are ]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.seohosting.com%2Fblog%2Fseo-tips%2Fhow-google-can-help-you-solve-the-mystery-of-seo%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.seohosting.com%2Fblog%2Fseo-tips%2Fhow-google-can-help-you-solve-the-mystery-of-seo%2F&amp;source=hostgator&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>A lot of the mystery about SEO can be solved simply by getting the information straight from the horse&#8217;s mouth. Yes, that&#8217;s right! One of the best SEO resources comes direct from Google. Specifically <a href="http://www.mattcutts.com/blog/">Matt Cutts</a>. For a few years he has been uploading very helpful videos on the <a href="http://www.youtube.com/user/GoogleWebmasterHelp">GoogleWebmasterHelp</a> channel on YouTube. There are over 300 in fact. If you haven&#8217;t subscribed to the channel, I recommend doing so. It&#8217;s personally one of my favorite resources and something I place the a lot value in.</p>
<p>The channel has a variety of different videos, but the ones that I like the most are the QNA videos done by Matt Cutts. In these videos Matt answers questions that people have sent in. Matt has an excellent way of explaining things. He often breaks things down in ways that everyone can understand. You can quickly tell that it&#8217;s important to him that his message is understood well. The videos are recorded in a very relaxed and casual setting which really allow you to concentrate and absorb the information being shared. Here are a few examples.</p>
<p>In the world of SEO, often you hear about link building. It&#8217;s an important aspect of SEO. It&#8217;s so important that there are a slew of products, services, and tactics that claim to help people with building backlinks. Some of these products may work, but it&#8217;s a safe guess that many do not. Most of the services are very expensive, and I suspect that most fail to deliver what is expected. Lastly, it seems that there are only a few tactics that are truly effective. That said, have you ever considered learning more about different ways to build links yourself? Matt Cutts has recorded an 8 minute video that talks about just that. Here is the video below:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="295" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/MkLFlaWxgJA?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="295" src="http://www.youtube.com/v/MkLFlaWxgJA?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>What about keyword spam? Specifically using multiple versions of the same phrase and rewording it multiple times in your content? (i.e. SEO Hosting, Hosting SEO, Search Engine Optimized Hosting, Optimized Hosting For Search Engines, etc.) In other words, does Google consider it keyword spam when you target multiple variants of the same keyword phrase? The reason why people do this is because in most cases each variant can return different results in the SERPs. Let&#8217;s see what Matt has to say about that:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="295" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/SM9K62PkxQU?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="295" src="http://www.youtube.com/v/SM9K62PkxQU?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>A couple of years ago there was a lot of interest with converting a standard WordPress blog into a DoFollow blog. Meaning, the nofollow tag is either manually removed from the code or a plugin is used to achieve the same result. The purpose is to reward people by passing PageRank in exchange for leaving a comment on your blog post. This is still done today. But what does Matt Cutts have to say about this? Let&#8217;s find out. Pay attention to the point made at 2:00 minutes into the video:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="295" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/NQfOhncTXRU?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="295" src="http://www.youtube.com/v/NQfOhncTXRU?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Have you ever wondered why it takes a long time for Googlebot to come back to your site to reindex it? I have personally played around with this a few years ago and jokingly have called this <strong><em>Training the Googlebot</em></strong>. In other words, after Googlebot crawls your site, a short period later it will return to check for new content or changes in existing content. Over time, if new content isn&#8217;t available, or if the existing content hasn&#8217;t changed, Googlebot will stop visiting as often as it did before.</p>
<p>Knowing this, I &#8220;trained Googlebot&#8221; to visit many of my sites quickly by controlling the flow of new content being published. Meaning, if I wanted Googlebot to index new content FAST, I would train it to believe that my site was busy simply by published new content very often. The result ended with new content getting indexed within minutes of being published. A great example of a site that has a fast recrawl rate is Digg.com. New content on Digg will get indexed almost instantly. A great of a site that doesn&#8217;t get recrawled very often would be an old GeoCites webpage &#8211;<em>if they still existed of course</em>. Here&#8217;s what Matt Cutt has to say about Googlebot recrawl rates:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="295" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/rdPnRn_qQHw?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="295" src="http://www.youtube.com/v/rdPnRn_qQHw?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>These are just a few of 300+ videos that can help you with solving the mystery with SEO. Many of these videos have less than 10k views. I really find that strange because the information is extremely valuable. The great news about the low view counts is that you will be learning from a resource  that many other people don&#8217;t know about. This gives you an advantage over your competition. As mentioned in the beginning of this post, I strongly recommend subscribing to the channel. It&#8217;s a very valuable resource to have if you&#8217;re interested in learning more about SEO.</p>
<img src="http://www.seohosting.com/blog/?ak_action=api_record_view&id=3606&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.seohosting.com/blog/seo-tips/how-google-can-help-you-solve-the-mystery-of-seo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Make Your Self-Hosted WordPress Blog Mobile Friendly</title>
		<link>http://www.seohosting.com/blog/seo-tips/how-to-make-your-self-hosted-wordpress-blog-mobile-friendly/</link>
		<comments>http://www.seohosting.com/blog/seo-tips/how-to-make-your-self-hosted-wordpress-blog-mobile-friendly/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 20:58:02 +0000</pubDate>
		<dc:creator>Garry Conn</dc:creator>
				<category><![CDATA[Advanced SEO Tips]]></category>
		<category><![CDATA[General Blogging Tips]]></category>
		<category><![CDATA[Mobile Friendly Blogs]]></category>
		<category><![CDATA[Mobile Friendly Self-Hosted WordPress]]></category>
		<category><![CDATA[Mobile Friendly Web Sites]]></category>
		<category><![CDATA[Mobile Friendly WordPress]]></category>
		<category><![CDATA[Mobile SEO]]></category>
		<category><![CDATA[Mobile SEO Tools]]></category>
		<category><![CDATA[Self-Hosted WordPress]]></category>
		<category><![CDATA[WordPress Mobile Sitemaps]]></category>
		<category><![CDATA[WordPress.com]]></category>
		<category><![CDATA[WordPress.org]]></category>

		<guid isPermaLink="false">http://www.seohosting.com/blog/?p=2488</guid>
		<description><![CDATA[Recently, WordPress.com launched two brand new mobile viewing options that automatically display when a blog is accessed using a mobile device. For iPhone, Android, and other similar mobile devices, a modified version of WPtouch will be displayed. For older, less capable mobile devices, a very stripped-down text only version is shown. These options can be ]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.seohosting.com%2Fblog%2Fseo-tips%2Fhow-to-make-your-self-hosted-wordpress-blog-mobile-friendly%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.seohosting.com%2Fblog%2Fseo-tips%2Fhow-to-make-your-self-hosted-wordpress-blog-mobile-friendly%2F&amp;source=hostgator&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Recently, WordPress.com <a href="http://en.blog.wordpress.com/2009/10/20/the-hero-is-in-your-pocket/">launched two brand new mobile viewing options</a> that automatically display when a blog is accessed using a mobile device. For iPhone, Android, and other similar mobile devices, a modified version of WPtouch will be displayed. For older, less capable mobile devices, a very stripped-down text only version is shown. These options can be turned off by the user, but remain active by default.</p>
<p><a href="http://automattic.com/about/">Automattic</a> volunteered some astounding statistics, revealing that thousands of people have been using <a href="http://iphone.wordpress.org/">iPhone</a> and <a href="http://blackberry.wordpress.org/">Blackberry</a> applications to publish and moderate content on <a href="http://www.wordpress.com/">WordPress.com</a>. Secondly, it was said that WordPress.com, as a whole, receives over 60 million page views a month on mobile devices. There&#8217;s no doubt that Automattic has an interest of being <a href="http://en.blog.wordpress.com/2009/10/20/the-hero-is-in-your-pocket/">the hero in your pocket</a>. There is a much different story with the <a href="http://wordpress.org/download/counter/">millions</a> of <a href="http://www.wordpress.org/">self-hosted WordPress</a> users. As it stands, if you&#8217;re running a self-hosted WordPress blog, making it mobile friendly doesn&#8217;t come quite as easy. And also, it&#8217;s not done automatically as it is for WordPress.com users.</p>
<p>But that&#8217;s ok! Fortunately for self-hosted WordPress users, making your WordPress blog mobile friendly isn&#8217;t too difficult at all. Here are a few options available to you that will help you get started on the right foot.</p>
<h3><a href="http://www.bravenewcode.com/wptouch/">WPtouch: Mobile Plugin + Theme for WordPress</a></h3>
<p><img class="alignnone size-medium wp-image-2490" title="WPtouch: Mobile Plugin + Theme for WordPress" src="http://www.seohosting.com/blog/wp-content/uploads/2009/11/Picture-11-480x272.png" alt="WPtouch: Mobile Plugin + Theme for WordPress" width="480" height="272" /></p>
<p>With <a href="http://wordpress.org/extend/plugins/wptouch/stats/">300,000 downloads</a>, <a href="http://wordpress.org/extend/plugins/wptouch/">WPtouch</a> has become one of the most popular and widely accepted WordPress mobile plugins available. WPtouch gives you the ability to convert your blog and optimize for iPhone, iPod Touch, Android, and BlackBerry users. It was modeled after Apple&#8217;s app store design specs, and is geared towards helping you make your blog load fast, and to make your content display beautifully for viewers using modern mobile devices.</p>
<h3><a href="http://crowdfavorite.com/wordpress/">WordPress Mobile Edition</a></h3>
<p><img class="alignnone size-medium wp-image-2493" title="WordPress Mobile Edition" src="http://www.seohosting.com/blog/wp-content/uploads/2009/11/Picture-21-480x447.png" alt="WordPress Mobile Edition" width="480" height="447" /></p>
<p><a href="http://wordpress.org/extend/plugins/wordpress-mobile-edition/faq/">WordPress Mobile Edition</a> is a plugin, with over <a href="http://wordpress.org/extend/plugins/wordpress-mobile-edition/stats/">100,000 downloads</a>, that shows an interface designed for a mobile device when visitors come to your site on a mobile device. Mobile browsers are automatically detected, the list of mobile browsers can be customized on the settings page. One of the more appealing features of WordPress Mobile Edition is that it serves a mobile interface to Google and Yahoo mobile search crawlers. You can also add any others by adding their user agents in the plugin&#8217;s Settings page. All in all, WordPress Mobile is a mobile/phone/PDA friendly interface for your blog with progressive enhancement for advanced mobile browsers.</p>
<h3><a href="http://mobilepress.co.za/">Enable The Mobile Web With MobilePress</a></h3>
<p><img class="alignnone size-medium wp-image-2495" title="Enable The Mobile Web With MobilePress" src="http://www.seohosting.com/blog/wp-content/uploads/2009/11/Picture-31-480x177.png" alt="Enable The Mobile Web With MobilePress" width="480" height="177" /></p>
<p><a href="http://wordpress.org/extend/plugins/mobilepress/">MobilePress</a> is a WordPress plugin that has been downloaded <a href="http://wordpress.org/extend/plugins/mobilepress/stats/">40,000</a> times and will render your WordPress blog on mobile handsets. It also offers owners the ability to use customized themes, in addition to allowing specific themes for specific devices, such as iPhone, Opera Mini, Windows CE Mobile and other mobile browsers.</p>
<p>MobilePress also allows WordPress theme developers to create custom mobile themes for WordPress blogs using the MobilePress plugin. Theme designers can also then create specific iPhone themes or generic themes. The plugin also comes with mobile SEO features which automatically detect Google and Yahoo mobile search bots. These mobile search bots will see the mobile version of you blog which allows your blog to optimized and indexed on Google and Yahoo mobile search.</p>
<p>In my opinion, I like WPTouch the best. However, the other two plugins offer some SEO features that shouldn&#8217;t be ignored. Google Webmaster Central Blog just released some tips on <a href="http://googlewebmastercentral.blogspot.com/2009/11/help-google-index-your-mobile-site.html">how to help Google index your mobile site more easily</a>.  If you discover that your blog isn&#8217;t index in Google Mobile, you might want to spend some time correcting that. And using one of the two latter plugins may help.</p>
<img src="http://www.seohosting.com/blog/?ak_action=api_record_view&id=2488&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.seohosting.com/blog/seo-tips/how-to-make-your-self-hosted-wordpress-blog-mobile-friendly/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How To Send Your Google SideWiki Comments To Your WordPress Blog</title>
		<link>http://www.seohosting.com/blog/seo-tips/how-to-send-your-google-sidewiki-comments-to-your-wordpress-blog/</link>
		<comments>http://www.seohosting.com/blog/seo-tips/how-to-send-your-google-sidewiki-comments-to-your-wordpress-blog/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 21:44:21 +0000</pubDate>
		<dc:creator>Garry Conn</dc:creator>
				<category><![CDATA[Advanced SEO Tips]]></category>
		<category><![CDATA[General Blogging Tips]]></category>
		<category><![CDATA[Google Sidewiki]]></category>
		<category><![CDATA[Google SideWiki Comments]]></category>

		<guid isPermaLink="false">http://www.seohosting.com/blog/?p=2153</guid>
		<description><![CDATA[I am real excited about sharing this tip with you, because figuring this out, for me, was a huge. Recently Google updated Google SideWiki to include the option of sending comments to your Blogger blog. However, at this time, there is no option of sending comments to any other blog platform, more commonly, self-hosted WordPress. ]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.seohosting.com%2Fblog%2Fseo-tips%2Fhow-to-send-your-google-sidewiki-comments-to-your-wordpress-blog%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.seohosting.com%2Fblog%2Fseo-tips%2Fhow-to-send-your-google-sidewiki-comments-to-your-wordpress-blog%2F&amp;source=hostgator&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I am real excited about sharing this tip with you, because figuring this out, for me, was a huge. Recently Google updated Google SideWiki to include the option of sending comments to your Blogger blog. However, at this time, there is no option of sending comments to any other blog platform, more commonly, self-hosted WordPress.</p>
<p>While I was excited to discover that Google included an option of porting comments to Blogger, for me, it simply wasn&#8217;t enough. The comment I create in Google SideWiki are ones that I&#8217;d like to share with readers on my dot Com blog, rather than my personal Blogger blog. At any rate, here&#8217;s the steps on how you can send your GoogleWiki comments to your WordPress blog. </p>
<p><object width="480" height="334"><param name="movie" value="http://d.yimg.com/static.video.yahoo.com/yep/YV_YEP.swf?ver=2.2.46" /><param name="allowFullScreen" value="true" /><param name="AllowScriptAccess" VALUE="always" /><param name="bgcolor" value="#000000" /><param name="flashVars" value="id=15894657&#038;vid=6119036&#038;lang=en-us&#038;intl=us&#038;thumbUrl=http%3A//l.yimg.com/a/p/i/bcst/videosearch/11585/94357258.jpeg&#038;embed=1" /><embed src="http://d.yimg.com/static.video.yahoo.com/yep/YV_YEP.swf?ver=2.2.46" type="application/x-shockwave-flash" width="480" height="334" allowFullScreen="true" AllowScriptAccess="always" bgcolor="#000000" flashVars="id=15894657&#038;vid=6119036&#038;lang=en-us&#038;intl=us&#038;thumbUrl=http%3A//l.yimg.com/a/p/i/bcst/videosearch/11585/94357258.jpeg&#038;embed=1" ></embed></object></p>
<p><img class="alignnone size-medium wp-image-2154" title="Picture 1" src="http://www.seohosting.com/blog/wp-content/uploads/2009/10/Picture-13-480x320.png" alt="Picture 1" width="480" height="320" /></p>
<p>Visit <a href="http://www.blogger.com/">Blogger.com</a> and <a href="http://www.blogger.com/create-blog.g">create a new blog</a>.  Name the blog whatever you want, but I would name: Your Name SideWiki Comments. And give it a permalink structure the same: yournamesidewiki.</p>
<p><img class="alignnone size-medium wp-image-2155" title="Picture 2" src="http://www.seohosting.com/blog/wp-content/uploads/2009/10/Picture-23-479x239.png" alt="Picture 2" width="479" height="239" /></p>
<p>On the &#8220;Choose Your Template&#8221; page, scroll down to the very bottom and choose &#8220;Simple II&#8221; Created by: Jason Sutter. The reason why you you&#8217;re choosing this template is not for looks, it&#8217;s because there is no sidebar. I&#8217;ll explain in more detail in the next few steps.</p>
<p><img class="alignnone size-medium wp-image-2156" title="Picture 3" src="http://www.seohosting.com/blog/wp-content/uploads/2009/10/Picture-32-480x280.png" alt="Picture 3" width="480" height="280" /></p>
<p>Create and publish a test post. Don&#8217;t worry about what to say, just say anything and speed through this process. The reason why you need to quickly create and publish a post is so that you can have an active entry in your RSS feed, which you will be using in the next steps.</p>
<p><img class="alignnone size-medium wp-image-2157" title="Picture 4" src="http://www.seohosting.com/blog/wp-content/uploads/2009/10/Picture-42-480x273.png" alt="Picture 4" width="480" height="273" /></p>
<p>Next, click on Settings and then Formatting. You&#8217;ll want to change the Show post on main page count from 7 to ZERO! The reason why you want to set this to ZERO is because you don&#8217;t want the content to appear on this blog. In fact, you don&#8217;t want ANYTHING to appear on this blog, thus the reason for choosing the theme without the sidebar. I&#8217;ll explain more in the next few steps. Don&#8217;t forget to scroll down and save your modified settings.</p>
<p><img class="alignnone size-medium wp-image-2158" title="Picture 5" src="http://www.seohosting.com/blog/wp-content/uploads/2009/10/Picture-52-480x373.png" alt="Picture 5" width="480" height="373" /></p>
<p>Next, click on Layout and proceed to REMOVE all of the Gadgets in your template. As mentioned in the previous step, you do NOT want anything to appear on your blog, and for sure, you do NOT want your Google SideWiki comments to appear live on the blog.</p>
<p><img class="alignnone size-medium wp-image-2159" title="Picture 6" src="http://www.seohosting.com/blog/wp-content/uploads/2009/10/Picture-61-480x212.png" alt="Picture 6" width="480" height="212" /></p>
<p>The only gadget remaining is the Blog Posts gadget because this can&#8217;t be removed. However, it doesn&#8217;t matter, because previously, showing ZERO posts was set. View your blog live to verify that your published test post is not displaying.  Click the RSS icon and copy your RSS Feed URL to clipboard and save it for the next upcoming steps.</p>
<p><img class="alignnone size-medium wp-image-2160" title="Picture 7" src="http://www.seohosting.com/blog/wp-content/uploads/2009/10/Picture-7-480x293.png" alt="Picture 7" width="480" height="293" /></p>
<p>Next, login to your self-hosted WordPress blog. Navigate to the Plugins / Add New section and search for wp-o-matic. Install and activate it.</p>
<p><img class="alignnone size-medium wp-image-2161" title="Picture 8" src="http://www.seohosting.com/blog/wp-content/uploads/2009/10/Picture-8-480x314.png" alt="Picture 8" width="480" height="314" /></p>
<p>Copy the cron instructions and from cPanel, open your Cron manager, click advanced, and paste the cron string in. Add a campaign and in the Basic tab, title it: Your Name SideWiki Comments. In the Feeds tab, PASTE your Blogger ATOM RSS feed. In the Categories tab, I suggest creating a category called, SideWiki Comments. This will identify to your readers that articles published in this category are your Sidewiki comments.</p>
<p>Nothing needs to be done in the Rewrite tab, you can skip that. From the Options section, adjust the frequency to a time which fits your post frequency. If you know that you&#8217;re going to be creating a new SideWiki comment every four hours, then you might want to set the frequency to match that. You don&#8217;t need to Cache Images because there won&#8217;t be any.</p>
<p>I would suggest CHECKING the Use feed date option. You can leave Perform pingbacks UNCHECKED. You&#8217;ll want to leave the Type of post to create set to Published, unless you want to manually go back to your post editor and publish them. The Max items to create on each fetch, I have changed to 0 for unlimited. I would leave the Post title links to source? UNCHECKED and keep the Discussion options setting OPEN and CHECK Allow pings. At this point, you&#8217;re done. Click submit.</p>
<p><img class="alignnone size-medium wp-image-2162" title="Picture 9" src="http://www.seohosting.com/blog/wp-content/uploads/2009/10/Picture-9-480x196.png" alt="Picture 9" width="480" height="196" /></p>
<p>At this point, you&#8217;re going to want to FETCH the RSS data. When this happens, your data will automatically be published into your self-hosted WordPress blog.</p>
<p><img class="alignnone size-medium wp-image-2163" title="Picture 10" src="http://www.seohosting.com/blog/wp-content/uploads/2009/10/Picture-10-480x287.png" alt="Picture 10" width="480" height="287" /></p>
<p>Final product is a beautiful article that you retain complete credit, copyrights, as well as what I call, &#8220;indexable ownership.&#8221; Using Google SideWiki is a great way to express your views and opinions about web pages you visit. However, I believe that writers should retain ownership of their content contributions.</p>
<p>I can&#8217;t say that Google quickly recognized that, but I can say that it&#8217;s great that they opened up the feature to port SideWiki comments to Blogger. However, I also feel that it&#8217;s important to allow users the option to port the comments to other platforms as well. I also feel that my contributions on places such as in Google SideWiki can earn revenue.</p>
<p>I am a professional blogger and it&#8217;s important that I have methods for earning revenue on the content I publish on the web. By porting Google SideWiki comments to a self-hosted WordPress blog, the author has full control over displaying contextual based ads. On average, I earn $20 to $25 on each article I publish per year and annual revenue double each year.</p>
<img src="http://www.seohosting.com/blog/?ak_action=api_record_view&id=2153&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.seohosting.com/blog/seo-tips/how-to-send-your-google-sidewiki-comments-to-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Google Search Results Enhanced With New Search Options</title>
		<link>http://www.seohosting.com/blog/seo-help/google-search-results-enhanced-with-new-search-options/</link>
		<comments>http://www.seohosting.com/blog/seo-help/google-search-results-enhanced-with-new-search-options/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 23:13:03 +0000</pubDate>
		<dc:creator>Garry Conn</dc:creator>
				<category><![CDATA[Advanced SEO Tips]]></category>
		<category><![CDATA[Search Engine News]]></category>
		<category><![CDATA[Search Engine Ranking]]></category>
		<category><![CDATA[Google Ranking Tips]]></category>
		<category><![CDATA[Google Search Options]]></category>
		<category><![CDATA[Google Universal Search]]></category>
		<category><![CDATA[Search Engine Marketing Tips]]></category>
		<category><![CDATA[Search Engine Optimization Tips]]></category>
		<category><![CDATA[Search Engine Ranking Tips]]></category>

		<guid isPermaLink="false">http://www.seohosting.com/blog/?p=2139</guid>
		<description><![CDATA[Back in May of 2009, Google launched Search Options, which is the side panel that lets you apply filters and view search results in different ways. This might not seem like a big deal to a lot of people, but Google actually put in quite a few long years into the development of this technology. ]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.seohosting.com%2Fblog%2Fseo-help%2Fgoogle-search-results-enhanced-with-new-search-options%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.seohosting.com%2Fblog%2Fseo-help%2Fgoogle-search-results-enhanced-with-new-search-options%2F&amp;source=hostgator&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Back in May of 2009, Google launched <a href="http://googleblog.blogspot.com/2009/05/more-search-options-and-other-updates.html">Search Options</a>, which is the side panel that lets you apply filters and view search results in different ways. This might not seem like a big deal to a lot of people, but Google actually put in quite a few long years into the development of this technology. The concept surfaced in 2001 and was later unveiled in May of 2007 as <a href="http://googleblog.blogspot.com/2007/05/universal-search-best-answer-is-still.html">universal search</a>.  Fast forward two years, and today we have very enhanced and beefed up search options available at only a few mouse clicks away.</p>
<p>So you may be wondering what can you do with the new search options. The simple answer: <strong>a lot!</strong> The better question to ask would be what can&#8217;t you do with the new search options. The more important question to ask yourself &#8211; <em>assuming you&#8217;re a site owner interested in increasing organic search traffic </em> &#8211; is how can I enhance my SEO to capitalize on these new features. Let&#8217;s look at a few of the new features and then I&#8217;ll offer some suggestions on how to take advantage of them.</p>
<p><img class="alignnone size-medium wp-image-2142" title="Picture 1" src="http://www.seohosting.com/blog/wp-content/uploads/2009/10/Picture-12-479x323.png" alt="Picture 1" width="479" height="323" /></p>
<p>The search options available are as follows:  <em>All results, videos, news, blogs, books, forums, reviews. </em></p>
<p>Additionally, you can add these filters to the first six: <em>Any time, recent results, past hour, past 24 hours, past week, past year, specific date range.</em></p>
<p>On top of that, you can then filter your view: <em>Standard view, related searches, wonder wheel, and timeline. </em></p>
<p>The last filter allows you to change your view even further: <em>Standard results, images from the page, fewer shopping sites, more shopping sites, and more text. </em></p>
<p>So now that we&#8217;ve broken down the search options and defined each filter, let&#8217;s talk about some SEO tips. Here are a few things that you can do to make the most of the new search options in Google.</p>
<p><img class="alignnone size-medium wp-image-2143" title="Picture 2" src="http://www.seohosting.com/blog/wp-content/uploads/2009/10/Picture-22-480x225.png" alt="Picture 2" width="480" height="225" /></p>
<p><strong>Videos:</strong> Creating and uploading a videos in YouTube and embedding them in your web pages will increase your chances of pulling up in the video results.</p>
<p><img class="alignnone size-full wp-image-2144" title="Picture 3" src="http://www.seohosting.com/blog/wp-content/uploads/2009/10/Picture-31.png" alt="Picture 3" width="204" height="185" /></p>
<p>On video sites, such as YouTube, be sure to put the URL of your web page into the description. People as well as spiders will be able to travel from the YouTube video page to your web page. Both activities influence your web pages rankings.</p>
<p><img class="alignnone size-medium wp-image-2147" title="Picture 4" src="http://www.seohosting.com/blog/wp-content/uploads/2009/10/Picture-41-480x240.png" alt="Picture 4" width="480" height="240" /></p>
<p><strong>Blogs:</strong> Creating and maintaining a blog, and publishing unique and high quality content related to your brand, business, products, and services can help you increase your chances gaining top ranks when users filter and show blog results only.</p>
<p>Don&#8217;t discount the possibility of running multiple blogs. The cost and time invested into maintaining blogs is much less than most people believe. Also, I recommend running blogs using multiple platforms. For example, you should have a blog on self-hosted WordPress, WordPress.com, Blogger.com, and LiveJournal. Lastly, I suggest that each blog appear independent and seperate from the others.</p>
<p>The most successful blogs are blogs that grow off the reader&#8217;s activity and contributions. Try to write content in a way that captures attention and makes readers feel compelled to take an action. The desireable actions you seek are backlinks, comments, and social network sharing. These are all activities that influence how well your blog post ranks for keyword phrases in search. Also, content can be carefully shaped and molded in a way to attract the attention of people as well as search engines.  And that leads to my next tip.</p>
<p><img class="alignnone size-medium wp-image-2148" title="Picture 5" src="http://www.seohosting.com/blog/wp-content/uploads/2009/10/Picture-51-479x266.png" alt="Picture 5" width="479" height="266" /></p>
<p><strong>Reviews</strong>: Adjusting your writing style can influence your chances of ranking in the reviews only section. Google looks for common writen trends that typically reflect written reviews, such as product reviews. Spend some time studying the content on some of the pages found in the search results and adapt some of their style into yours.</p>
<p><img class="alignnone size-medium wp-image-2149" title="Picture 6" src="http://www.seohosting.com/blog/wp-content/uploads/2009/10/Picture-6-480x263.png" alt="Picture 6" width="480" height="263" /></p>
<p><strong>Index Frequency</strong>: You should constantly monitor how quickly new content gets indexed from your site. If content gets indexed within a few minutes of publishing, then you should take advantage of that and publish more content. I recommend publishing new content immediately after the most recent content has been indexed. In other words, everytime web crawlers come back to your site, you should have new content ready to be crawled for indexing.  Doing so will increase your chances of pulling up in after the past hour, past 24 hours, and past week filter has been applied.</p>
<p>Another obvious reason why I recommend posting new content as frequently as possible is because doing so places your mark in hundreds and in many cases thousands of search result pages. A great pioneer in this strategy is Chris Pirillo. He has multiple blogs, forums, and sites, each being updated almost hourly. Secondly, these updates aren&#8217;t done just by hired or team writers. Most of the updates are user generated content. Chris Pirillo&#8217;s earns revenue by displaying contextual advertisements off the content created by community members within his network.</p>
<p>Adjusting how you do things and puting yourself more in-line, and in the same direction as Google, can make a significant difference in the amount of organic search traffic your site receives. Just being aware and perceptive of how Google presents information to users via their search results alone can help a lot. And with these new search options available, instantly there is a new resource of traffic that you can be tapping into.</p>
<img src="http://www.seohosting.com/blog/?ak_action=api_record_view&id=2139&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.seohosting.com/blog/seo-help/google-search-results-enhanced-with-new-search-options/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How To Syndicate Content On Your Website</title>
		<link>http://www.seohosting.com/blog/seo-tips/how-to-syndicate-content-on-your-website/</link>
		<comments>http://www.seohosting.com/blog/seo-tips/how-to-syndicate-content-on-your-website/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 17:45:38 +0000</pubDate>
		<dc:creator>Garry Conn</dc:creator>
				<category><![CDATA[Advanced SEO Tips]]></category>
		<category><![CDATA[Content Mashup]]></category>
		<category><![CDATA[Content Syndication]]></category>
		<category><![CDATA[Content Syndicator Program]]></category>
		<category><![CDATA[News Aggregators]]></category>
		<category><![CDATA[RSS Feeds]]></category>
		<category><![CDATA[RSS Mashups]]></category>
		<category><![CDATA[Yahoo!]]></category>
		<category><![CDATA[Yahoo! Pipes]]></category>

		<guid isPermaLink="false">http://www.seohosting.com/blog/?p=1858</guid>
		<description><![CDATA[You may be wondering how to syndicate content on your website. Part of having a really cool website is producing useful information for your viewers. I am sure that you&#8217;ve heard the saying, &#8220;Content is King&#8221; and to be honest, I believe that. I believe that in order for a site to stand above the ]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.seohosting.com%2Fblog%2Fseo-tips%2Fhow-to-syndicate-content-on-your-website%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.seohosting.com%2Fblog%2Fseo-tips%2Fhow-to-syndicate-content-on-your-website%2F&amp;source=hostgator&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignnone size-full wp-image-1860" title="How To Syndicate Content On Your Website" src="http://www.seohosting.com/blog/wp-content/uploads/2009/09/How-To-Syndicate-Content-On.jpg" alt="How To Syndicate Content On Your Website" width="485" height="250" /></p>
<p>You may be wondering how to syndicate content on your website. Part of having a really cool website is producing useful information for your viewers. I am sure that you&#8217;ve heard the saying, &#8220;Content is King&#8221; and to be honest, I believe that. I believe that in order for a site to stand above the crowd and win against rival competitors, it needs to have a lot of content on it and things users can do. <span id="more-1858"></span></p>
<p>That said, If you look at many popular sites online you may notice that much of the content found on these sites are syndicated. Meaning, the content wasn&#8217;t originally produced on these sites. Instead it was pulled from other sources and republished. Reflecting back, you may now realize this, and this is something you can do too.</p>
<p>Now, make no mistake, syndicating content doesn&#8217;t replace the task of writing your own. In fact, producing your own unique content is vital towards the health and overall success of your site. If you fail to produce your own content, people will not take a long term interest to your site, nor will search engines.</p>
<p>Gaining excellent rankings in search engines is very important. It&#8217;s obvious that your site depends on people visiting it. But, what you might not realize is that your site is more likely to be visited by people via search engines. So, if search engines don&#8217;t like your site, then people won&#8217;t be likely to find your site. Having all that past us, let&#8217;s now talk about <a href="http://pipes.yahoo.com/pipes/">Yahoo! Pipes</a>.</p>
<p>Yahoo! Pipes is a powerful composition tool used to aggregate, manipluate, and mashup content from around the web. Using this tool, you can combine many feeds into one, sort them, filter them, and even translate the data into a different language. Further, you&#8217;re able to geocode your favorite feeds, and even create powerful widgets and badges for your site.</p>
<p>I have been using Yahoo! Pipes for almost two years. Using Yahoo! Pipes doesn&#8217;t require any special training or skills. Although, I&#8217;ll admit, if you do have prior experience with programming, using Pipes will come much easier. With any program or tool, it&#8217;s important to invest time into reading tutorials so that you can get more familiar with it. Also, in my experience, I can say that the more you play around and experiment with Yahoo! Pipes, the better.</p>
<p>All in all, I have made some really interesting pipes in the last two years. And the great news is that there have been multiple improvements made to Yahoo! Pipes since I started using the composition tool. One of the most appealing features is their widgets. Using the widgets and badges, you&#8217;re able to syndicate and show off your creations directly on your sites, thus making them more useful and appealing to your visitors.</p>
<p>Once again, it&#8217;s all about providing the best resource to your visitors. There is nothing wrong with syndicating content as long as you have a balance of your own content in place. Using Yahoo! Pipes coupled with a blog, Wiki, or a message board will give you a very balanced and well rounded site that will appeal to not only visitors but search engines as well.</p>
<p>After you play around with Yahoo! Pipes, share what you have created in the comments below. Also, if you run into any snags with the tool, I&#8217;ll try to help answer some of your questions.</p>
<img src="http://www.seohosting.com/blog/?ak_action=api_record_view&id=1858&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.seohosting.com/blog/seo-tips/how-to-syndicate-content-on-your-website/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Bing SEO Tips</title>
		<link>http://www.seohosting.com/blog/seo-tips/bing-seo-tips/</link>
		<comments>http://www.seohosting.com/blog/seo-tips/bing-seo-tips/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 05:01:58 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[Advanced SEO Tips]]></category>

		<guid isPermaLink="false">http://www.seohosting.com/blog/?p=1820</guid>
		<description><![CDATA[Only time will tell whether Bing becomes a major competitor to Google. However, for the time being, thanks to their massive $80-$100 million advertising campaign, there is no denying that for the time being, people are using Bing. Towards the end of last month, Garry wrote a post that included a link to a blog ]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.seohosting.com%2Fblog%2Fseo-tips%2Fbing-seo-tips%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.seohosting.com%2Fblog%2Fseo-tips%2Fbing-seo-tips%2F&amp;source=hostgator&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img src="http://www.seohosting.com/blog/wp-content/uploads/2009/09/bing-homepage.png" alt="Bing Homepage" /></p>
<p>Only time will tell whether Bing becomes a major competitor to Google.  However, for the time being, thanks to their massive $80-$100 million <a href="http://www.marketingvox.com/mfst-shells-out-bucks-for-bing-ad-campaign-044159/">advertising campaign</a>, there is no denying that for the time being, <a href="http://searchengineland.com/google-still-no-1-search-engine-on-earth-24853">people are using Bing</a>.</p>
<p>Towards the end of last month, Garry wrote a <a href="http://www.seohosting.com/blog/articles/get-bing-seo-guides-tips-tricks-and-more/">post</a> that included a link to a blog that is dedicated to sharing information about Bing.  While this blog includes some valuable advice about SEO for Bing, I always think that its quite useful to gather information from multiple sources, which is why I want to share this post with you.</p>
<p>On the last day of August, I came across a post in Advertising Age called &#8220;<a href="http://adage.com/digital/article?article_id=138699">After Microsoft-Yahoo Deal, SEO Isn&#8217;t Just About Google Anymore</a>.&#8221;  While the post itself was interesting and is worth reading, what really caught my eye was one of the comments.</p>
<p>The comment was left by Rodney Mason, who is the CMO of <a href="http://www.moosylvania.com/">Moosylvania</a> (a company that specializes in branding, design, promotions and marketing).  Rodney also appears to be an active user of <a href="http://twitter.com/rodmoose">Twitter</a>.</p>
<p>Although I could summarize the thirteen points he made in his comment for you, they were so detailed for a single blog comment that I think it is well worth republishing all thirteen points in their entirety:</p>
<p>Some thoughts for optimizing Bing;</p>
<p>1) Focus on categories presented for your most key search terms. Use Bing&#8217;s categories in your key words and in your site navigation.</p>
<p>2) <strong>Domain Age is very important.</strong> Building micro-sites off your main site vs. independent new sites is key for Bing. Additional findings for Bing thus far.</p>
<p>3) <strong>Text Rules</strong><br />
Bing favors pages with at least 300 words of text.</p>
<p>4) <strong>Linking Out</strong><br />
Bing favors linking out more than other engines as long as the links are relevant to the overall context of the site and keywords.</p>
<p><span id="more-1820"></span></p>
<p>5) <strong>News Sites vs. Blogs</strong><br />
Bing favors news source sites over blogs especially for breaking news, although major blogs are recognized by Bing as major news sources. Blogs with less significant traffic are not.</p>
<p>6) <strong>Page Titles</strong><br />
As with any white hat SEO strategy, page titles should correlate well with the primary subject and keywords on page. Bing seems to follow this more stringently than other web sites.</p>
<p>7) <strong>Heavy Flash sites rank better with Bing than Google.</strong> A good strategy for a site with a lot of Flash is to emphasize SEO for Bing and continue your Google efforts. Bing and Google draft off one another indirectly as they are both continuously crawling off the web. That means Bing can help heavy Flash sites do better on Google over time as well.</p>
<p>8 ) Don&#8217;t overuse keywords in your content and also don&#8217;t use irrelevant keywords to increase a page&#8217;s keyword density.</p>
<p>9) Place average keywords in your meta tags and content.</p>
<p>10) Don&#8217;t use hidden text or links else your website can be blacklisted and ignored.</p>
<p>11) Avoid overused link schemes to avoid being banned.</p>
<p>12) Enable MSNBot onto your site and submit URLs for all sub-pages as it doesn&#8217;t automatically crawl all pages.</p>
<p>13) Keep fresh relevant content on your site and update it regularly.</p>
<p><strong>If any of you have additional Bing SEO Tips, be sure to share them with us all in the comments below!</strong></p>
<img src="http://www.seohosting.com/blog/?ak_action=api_record_view&id=1820&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.seohosting.com/blog/seo-tips/bing-seo-tips/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>10 Key Takeaways from SEOmoz&#8217;s 2009 Ranking Factors</title>
		<link>http://www.seohosting.com/blog/seo-tips/10-key-takeaways-from-seomozs-2009-ranking-factors/</link>
		<comments>http://www.seohosting.com/blog/seo-tips/10-key-takeaways-from-seomozs-2009-ranking-factors/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 05:01:19 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[Advanced SEO Tips]]></category>

		<guid isPermaLink="false">http://www.seohosting.com/blog/?p=1726</guid>
		<description><![CDATA[On Sunday, SEOmoz released its biennial search engine ranking factors report. In case you aren&#8217;t a regular reader of SEOmoz and haven&#8217;t seen this report in years past, I&#8217;ll let Rand explain the format to you: &#8220;Every two years, we survey 100 of the industry&#8217;s top SEO minds. In 2009, 72 SEOs participated in the ]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.seohosting.com%2Fblog%2Fseo-tips%2F10-key-takeaways-from-seomozs-2009-ranking-factors%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.seohosting.com%2Fblog%2Fseo-tips%2F10-key-takeaways-from-seomozs-2009-ranking-factors%2F&amp;source=hostgator&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img src="http://www.seohosting.com/blog/wp-content/uploads/2009/08/2009-seo-ranking-factors.png" alt="2009 Ranking Factors" width="475" /></p>
<p>On Sunday, SEOmoz released its biennial <a href="http://www.seomoz.org/blog/ranking-factors-version-3-released">search engine ranking factors</a> report.  In case you aren&#8217;t a regular reader of SEOmoz and haven&#8217;t seen this report in years past, I&#8217;ll let Rand explain the format to you:</p>
<p><strong>&#8220;Every two years, we survey 100 of the industry&#8217;s top SEO minds. In 2009, 72 SEOs participated in the data gathering process, answering survey questions that consumed hours of time. The resulting document is an amazing aggregation of data about how search engines rank documents and, at least in my opinion, should be read by anyone serious about practicing search engine optimization.&#8221;</strong></p>
<p>As you can see, this is an impressive collection of knowledge from the top minds in the SEO world.  As Rand recommends, you should take the time to read and analyze the entire report.  However, since it is probably going to take some time for you to get through and digest all five sections (Overview, Ranking Factors, Link Building, Additional SEO Data and Contributors), I thought I would highlight the ten most useful takeaways I have found in the report so far (<em>although they&#8217;re numbered 1 to 10, I consider to be all equally important pieces of knowledge</em>):</p>
<p>1. <strong>You Currently Can&#8217;t Beat Trusted, Keyword Rich, External Links</strong> &#8211; In 2007, this factor was number three on the list, so the fact that it has moved up to number one shows that even though the web is growing, trusted links are currently still the best way to judge relevance.</p>
<p>2. <strong>Don&#8217;t Forget the Basics</strong> &#8211; Although they may seem like mundane details, don&#8217;t forget to put your keywords in your title tags!  It&#8217;s even better if you can write compelling title tags that begin with your keywords and also attract users&#8217; attention.</p>
<p>3. <strong>Generic Domain Names are Powerful</strong> &#8211; While they may cost a little more, having a generic domain name can not only help you with branding, but also with your search engine rankings.</p>
<p>4. <strong>Meta Tags are Meaningless</strong> &#8211; I shouldn&#8217;t have to mention this one, but there are still far too many &#8220;SEOs&#8221; who are still charging clients to add neta tags to their websites (which gives the entire SEO industry a bad reputation when those clients don&#8217;t get any results for their money).</p>
<p><span id="more-1726"></span></p>
<p>5. <strong>Negative Factors Depend on Intent</strong> &#8211; To quote <a href="http://www.distilled.co.uk/">Tom Critchlow</a>, &#8220;A lot of these factors depend on intent. For example, cloaking by user agent can be fine so long as the intent is pure and many large sites get away with it and have done for years. Also, a fair number of the link factors (such as manipulative bait and switch campaigns) are more likely to have 0 value than negative value.&#8221;</p>
<p>6. <strong>Quite Wasting Your Time on DoFollow Blog Comments</strong> &#8211; Simply put, there are much better uses for your time that will give you more significant results.</p>
<p>7. <strong>You Can Take Off the Tinfoil Hat</strong> &#8211; When asked, &#8220;To what extent do you believe Google Web Search employs data gathered from Google Analytics to influence their search rankings?,&#8221; only six percent said that Google Analytics data can influence specific websites in a negative way.</p>
<p>8. <strong>Keep Social Media in Perspective</strong> &#8211; Although social media can be great for building relationships and driving traffic, it&#8217;s not the place to spend the bulk of your link building time.</p>
<p>9. <strong>If You&#8217;re Not Blogging, Start!</strong> (<em>this one speaks for itself</em>)</p>
<p>10. <strong>It&#8217;s All About Context</strong> &#8211; I want to end this post with a great quote from <a href="http://www.vervesearch.com/">Lisa Ditlefsen</a>, &#8220;A link within content of a page is far juicier than a link from a footer or sidebar, the relevancy of the content around the link, latent semantic indexing, is extensively used to determine the relevancy and power the link should be given. A link from a trusted site with highly relevant content to your site will always have more power.&#8221;</p>
<img src="http://www.seohosting.com/blog/?ak_action=api_record_view&id=1726&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.seohosting.com/blog/seo-tips/10-key-takeaways-from-seomozs-2009-ranking-factors/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Write AdWords Copy that Makes Buyers Click</title>
		<link>http://www.seohosting.com/blog/seo-tips/how-to-write-adwords-copy-that-makes-buyers-click/</link>
		<comments>http://www.seohosting.com/blog/seo-tips/how-to-write-adwords-copy-that-makes-buyers-click/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 19:17:32 +0000</pubDate>
		<dc:creator>Eric Brantner</dc:creator>
				<category><![CDATA[Advanced SEO Tips]]></category>
		<category><![CDATA[Search Engine Marketing]]></category>
		<category><![CDATA[adwords copywriting tips]]></category>
		<category><![CDATA[writing effective adwords copy]]></category>

		<guid isPermaLink="false">http://www.seohosting.com/blog/?p=1104</guid>
		<description><![CDATA[Most conversations about writing AdWords copy begin and end with “targeting the right keywords.” But writing effective AdWords copy involves much more than carefully stuffing keywords. Remember, keywords are the gateway to bringing targeted traffic; compelling copy is what makes potential customers click and buy. Here are some tips for writing AdWords copy that makes ]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.seohosting.com%2Fblog%2Fseo-tips%2Fhow-to-write-adwords-copy-that-makes-buyers-click%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.seohosting.com%2Fblog%2Fseo-tips%2Fhow-to-write-adwords-copy-that-makes-buyers-click%2F&amp;source=hostgator&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Most conversations about writing AdWords copy begin and end with “targeting the right keywords.” But writing effective AdWords copy involves much more than carefully stuffing keywords. Remember, keywords are the gateway to bringing targeted traffic; compelling copy is what makes potential customers click and buy.</p>
<p>Here are some tips for writing AdWords copy that makes buyers click.</p>
<p><span id="more-1104"></span></p>
<ul>
<li><strong>Focus on the Main Benefit</strong>—Benefits. They should be the main focus of any copy. In your AdWords copy, you should focus just on one benefit. Trying to do too much will distract from the main message, and it will confuse searchers. Use a clear benefit like, “Lose 20 pounds in 30 days.” The more specific you can be in your benefit, the better.</li>
<li><strong>Create Click-Worthy Call to Action</strong>—The call to action in your AdWords copy needs to basically force searchers to click your ads. Use strong, proven action words in your copy like free, save, and buy as well as time-sensitive words like today and now. Avoid stale phrases like “find out more.” Your call to action needs to give potential consumers the sense they need to click on your ad and take action now. An example of an effective call to action for AdWords copy is “Get your Free consultation today in under 10 minutes.”</li>
<li><strong>Don’t Mimic the Competition</strong>—The biggest mistake I see in all copywriting formats is the “me too” content. Too many companies are content with just mimicking their competitors. They figure if it works for the competition, it’ll work for them. But think of it from a searcher’s perspective. If the searcher sees 4 paid advertising results with similar copy, what reason do they have to click your ad instead of one of your competitors? You need to separate yourself from the competition and give searchers the sense that you really are different.</li>
<li><strong>Unify Copy with Landing Page</strong>—When it comes to writing AdWords copy, unity is key. For example, if your AdWords copy uses the benefit “Lose 20 pounds in 30 days,” your landing page copy needs to be based around this theme. The last thing you want to do is make a promise in your ad copy that you don’t deliver on in your landing page.</li>
<li><strong>Include Relevant Keywords</strong>—Of course, keywords are an integral part of your AdWords campaign. But like all search engine friendly copy, the key is to seamlessly implement your keywords in your ad copy. Don’t just stuff keywords into your AdWords copy. Instead, use them only in a way that makes sense. Include them in your title, ad copy, and url if possible. Remember, the keywords in paid ads are bolded, so they help your ad stand out.</li>
<li><strong>Never Stop Testing</strong>—It’s the final piece of the puzzle: testing. Your ultimate goal with your AdWords campaign is to maximize your conversion rate. You need to routinely tweak your AdWords copy with the goal of steadily increasing conversions. If a tweak doesn’t work, go back to what was working. Keep playing with different copy combinations until you achieve the highest conversion rate possible.</li>
</ul>
<p>Which tips would you add to this list? Share them in the replies. </p>
<img src="http://www.seohosting.com/blog/?ak_action=api_record_view&id=1104&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.seohosting.com/blog/seo-tips/how-to-write-adwords-copy-that-makes-buyers-click/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Answer to the Question of the Week</title>
		<link>http://www.seohosting.com/blog/seo-tips/answer-to-the-question-of-the-week/</link>
		<comments>http://www.seohosting.com/blog/seo-tips/answer-to-the-question-of-the-week/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 05:05:41 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[Advanced SEO Tips]]></category>

		<guid isPermaLink="false">http://www.seohosting.com/blog/?p=1023</guid>
		<description><![CDATA[Since I have been writing for SEO Hosting for quite some time, I have had the opportunity to have discussions with many of the regular readers of this blog. Recently, I was having a discussion with one of the regular SEO Hosting readers, and he asked me a question. I really was interested in the ]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.seohosting.com%2Fblog%2Fseo-tips%2Fanswer-to-the-question-of-the-week%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.seohosting.com%2Fblog%2Fseo-tips%2Fanswer-to-the-question-of-the-week%2F&amp;source=hostgator&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Since I have been writing for SEO Hosting for quite some time, I have had the opportunity to have discussions with many of the regular readers of this blog.  Recently, I was having a discussion with one of the regular SEO Hosting readers, and he asked me a question.  I really was interested in the question he asked, and since I spent some time looking into it, I thought it would make a great post.</p>
<p>This reader did not want me to share his identity with our audience, but he did say that he was more than happy for me to use his question as the topic of a post.  So, without further ado, let&#8217;s take a look at his question, and then I&#8217;ll dive into the answer I found.</p>
<p><strong>Question: What&#8217;s the best way to efficiently monitor your inbound link counts over a period of time?</strong></p>
<p>The reason that I really liked this question is that I remember seeing others ask the same thing, but I couldn&#8217;t remember ever seeing a concrete answer to this question.  Obviously, this is something that can be very useful for a SEO to do, so I knew that there had to be a way to efficiently accomplish this task.</p>
<p><span id="more-1023"></span></p>
<p>When I began looking for the answer to this question, I went to <a href="http://www.google.com/webmasters/tools/">Google Webmaster Tools</a>.  If you haven&#8217;t ever used Google Webmaster Tools, you are missing out, because they provide a lot of value.</p>
<p>As I was looking through Google Webmaster Tools, I noticed that it was possible to see your current backlink count.  However, there was no way to compare this data over time without manually creating a chart and keeping track of the changes on your own.</p>
<p>After some more searching and digging, I came across exactly what I had been looking for.  The answer to this question is a Firefox plugin called <a href="http://www.thegooglecache.com/glync/">glync</a>.  This plugin was created by Russ Jones of Virante and The Google Cache blog.</p>
<p><img src="http://www.seohosting.com/blog/wp-content/uploads/2009/02/glync-basic.png" alt="Basic glync" /></p>
<p>As you can see from the screen shot above, this plugin gives you a great visual representation of the changes in your backlink count.  </p>
<p>What I also really like about this plugin is that there are two versions of it (a free and a paid).  Here&#8217;s the <a href="http://www.thegooglecache.com/white-hat-seo/glync-introducing-google-webmaster-tools-external-link-tracker/">exact explanation from Russ</a> about the differences between the two:</p>
<p><strong>Free:</strong> &#8220;<em>Of course we offer a free basic version that anyone can use indefinitely. The basic version will track Google Webmaster Tools’ external links across your whole site for the last 30 days.</em>&#8221;</p>
<p><img src="http://www.seohosting.com/blog/wp-content/uploads/2009/02/glync-pro.png" alt="Pro glync" /></p>
<p><strong>Paid</strong>: &#8220;<em>90 day tracking of Google Webmaster Tools External Links for Site, 90 day tracking of Yahoo External Links for Site, 90 day tracking of Google Webmaster Tools External Links for All Sub-Pages Listed, 90 day tracking of Yahoo External Links for Site for All Sub-Pages Listed, PageRank for all on-site pages listed and PageRank for all external-links listed</em>.&#8221;</p>
<p><strong>Given the fact that the paid version offers so much value for only five dollars a month, I think it&#8217;s well worth upgrading if this is a tool that you are interested in using!</strong></p>
<p><em>If you have a question that you would like to see answered in a future post, leave your question in the comments below, and I will do my best to provide you with a full answer to your question in a future post!</em></p>
<img src="http://www.seohosting.com/blog/?ak_action=api_record_view&id=1023&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.seohosting.com/blog/seo-tips/answer-to-the-question-of-the-week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

