<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Create an Awesome Home Business</title>
	
	<link>http://www.wealthydragon.com/blog</link>
	<description>Hype-Free Internet Marketing Tips</description>
	<lastBuildDate>Thu, 29 Jul 2010 08:39:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CreatingAnAwesomeHomeBusiness" /><feedburner:info uri="creatinganawesomehomebusiness" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>1 Easy Way to Improve Cross-Browser Compatibility</title>
		<link>http://feedproxy.google.com/~r/CreatingAnAwesomeHomeBusiness/~3/g1xYQiro56s/</link>
		<comments>http://www.wealthydragon.com/blog/2010/07/29/improve-cross-browser-compatibility/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 08:39:17 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Web Basics]]></category>
		<category><![CDATA[internet marketing resources]]></category>
		<category><![CDATA[web pages]]></category>

		<guid isPermaLink="false">http://www.wealthydragon.com/blog/?p=1787</guid>
		<description><![CDATA[For those who build websites by hand (rather than on a platform like WordPress or Joomla) one of the hassles is making sure your sites render consistently in different browsers. Internet Explorer is notorious for screwing things up, mostly because in the past they&#8217;ve never adhered to the W3C standards. That said, IE8 is better [...]


Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2009/06/11/what-is-css/' rel='bookmark' title='Permanent Link: What is CSS?'>What is CSS?</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/06/03/how-website-work/' rel='bookmark' title='Permanent Link: How Does a Website Work?'>How Does a Website Work?</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/11/26/more-internet-marketing-tools/' rel='bookmark' title='Permanent Link: Some More Internet Marketing Business Tools'>Some More Internet Marketing Business Tools</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2010%2F07%2F29%2Fimprove-cross-browser-compatibility%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2010%2F07%2F29%2Fimprove-cross-browser-compatibility%2F&amp;source=abledragon&amp;style=normal&amp;service=bit.ly" height="61" width="50" />
			</a>
		</div><p><img class="alignleft" title="A Happy Browser" src="http://www.wealthydragon.com/blogbanners/happy-browser.jpg" alt="A Happy Browser" width="160" height="150" />For those who build websites by hand (rather than on a platform like WordPress or Joomla) one of the hassles is making sure your sites render consistently in different browsers.</p>
<p>Internet Explorer is notorious for screwing things up, mostly because in the past they&#8217;ve never adhered to the W3C standards. That said, IE8 is better than previous versions.</p>
<p>However, there&#8217;s an easy step you can take that will address a large proportion of cross-browser rendering problems.</p>
<p><em>It&#8217;s not a complete fix</em>, because some browsers still cannot handle some CSS attributes. But it will address most layout and spacing inconsistencies.</p>
<p>Assuming you create an external stylesheet to define the style and layout of your sites (and if you&#8217;re not then you should be), you can add this code right at the top:</p>
<p><img class="aligncenter" title="CSS Reset Code" src="http://www.wealthydragon.com/blogbanners/CSS-Reset.JPG" alt="CSS Reset Code" width="486" height="638" /></p>
<p>Here&#8217;s the link to <a title="CSS Reset Code" href="http://www.abledragon.com/services/CSS-reset-code.txt" target="_blank">the text file containing the code</a>, so it&#8217;s easier to copy.</p>
<p>What that does is reset all the default browser CSS values to zero, but only when it&#8217;s displaying your pages.</p>
<p>That means that the margins, borders, padding and other attributes you set to define layout and positioning will render consistently because they&#8217;re all starting from the same base (0 pixels).</p>
<p>It removes the problems caused when browsers have default CSS attributes defined.  When these are defined they are added to any attributes you define in your style sheet when the page is displaid.</p>
<p>So if you set the right margin on images to be 10 pixels and the first browser has a default of 5 pixels for image right-margins, your images will render in that browser with 15 pixel margins to the right.</p>
<p>The next browser may have a default of 10 pixels &#8211; you can guess the rest.</p>
<p>As I said earlier, <em>this is not a complete fix for cross-browser compatibility problems</em>, but it will definitely help to make layout and positioning render consistently.</p>
<p>Cheers,</p>
<p><img class="alignnone" title="Martin Malden" src="http://www.wealthydragon.com/blogbanners/MMShortSignature.JPG" alt="Martin Malden" width="146" height="82" /></p>


<p>Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2009/06/11/what-is-css/' rel='bookmark' title='Permanent Link: What is CSS?'>What is CSS?</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/06/03/how-website-work/' rel='bookmark' title='Permanent Link: How Does a Website Work?'>How Does a Website Work?</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/11/26/more-internet-marketing-tools/' rel='bookmark' title='Permanent Link: Some More Internet Marketing Business Tools'>Some More Internet Marketing Business Tools</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=g1xYQiro56s:_d_AA0OSiyk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=g1xYQiro56s:_d_AA0OSiyk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?i=g1xYQiro56s:_d_AA0OSiyk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=g1xYQiro56s:_d_AA0OSiyk:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=g1xYQiro56s:_d_AA0OSiyk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?i=g1xYQiro56s:_d_AA0OSiyk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=g1xYQiro56s:_d_AA0OSiyk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=g1xYQiro56s:_d_AA0OSiyk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?i=g1xYQiro56s:_d_AA0OSiyk:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CreatingAnAwesomeHomeBusiness/~4/g1xYQiro56s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wealthydragon.com/blog/2010/07/29/improve-cross-browser-compatibility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.wealthydragon.com/blog/2010/07/29/improve-cross-browser-compatibility/</feedburner:origLink></item>
		<item>
		<title>Internet Marketing Basics for Small Businesses</title>
		<link>http://feedproxy.google.com/~r/CreatingAnAwesomeHomeBusiness/~3/bcjusi0MYNU/</link>
		<comments>http://www.wealthydragon.com/blog/2010/07/27/internet-marketing-small-businesses/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 04:59:26 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Web Basics]]></category>
		<category><![CDATA[internet marketing business]]></category>

		<guid isPermaLink="false">http://www.wealthydragon.com/blog/?p=1781</guid>
		<description><![CDATA[I&#8217;ve been lucky enough to pick up two new contracts recently for web design services for small companies in a totally non web-related industry. And, in both cases, the current providers have been giving a poor service. Understandably, their customers (my new customers) are totally unfamiliar with the web and the basics of promoting a [...]


Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2009/02/10/how-to-start-your-internet-marketing-business/' rel='bookmark' title='Permanent Link: How To Start Your Internet Marketing Business'>How To Start Your Internet Marketing Business</a></li>
<li><a href='http://www.wealthydragon.com/blog/2010/06/15/reality-overnight-successes/' rel='bookmark' title='Permanent Link: The Reality Behind Those Overnight Successes'>The Reality Behind Those Overnight Successes</a></li>
<li><a href='http://www.wealthydragon.com/blog/2010/01/07/expertise-free-online/' rel='bookmark' title='Permanent Link: Why Should Expertise Be Free Just Because It&#8217;s Online?'>Why Should Expertise Be Free Just Because It&#8217;s Online?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2010%2F07%2F27%2Finternet-marketing-small-businesses%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2010%2F07%2F27%2Finternet-marketing-small-businesses%2F&amp;source=abledragon&amp;style=normal&amp;service=bit.ly" height="61" width="50" />
			</a>
		</div><p><img class="alignleft" title="Internet Marketing for Small Businesses" src="http://www.wealthydragon.com/blogbanners/internet-marketing.jpg" alt="Internet Marketing for Small Businesses" width="160" height="135" />I&#8217;ve been lucky enough to pick up two new contracts recently for web design services for small companies in a totally non web-related industry.</p>
<p>And, in both cases, the current providers have been giving a poor service.</p>
<p>Understandably, their customers (my new customers) are totally unfamiliar with the web and the basics of promoting a business online.</p>
<p>But sadly, instead of providing support and guidance, and being open and transparent with what they&#8217;re doing, the service providers in question have been doing the opposite.</p>
<p>So for small businesses who are thinking of marketing online, here are some basics which it&#8217;s well worth getting your head around.</p>
<p>Take the time to understand these things, at least at an elementary level, so you can ask the right questions of your service providers.</p>
<p>You need to know enough to know when you&#8217;re being taken for a ride.</p>
<h2>Basic Elements for Small Businesses Operating a Website</h2>
<h3>A website designer/builder</h3>
<p>You&#8217;ll need a website &#8211; your online shop window. Find someone who offers W3C compliant sites (the World Wide Web Consortium &#8211; the body that sets the standards for the web) to design and build it.</p>
<p>They should be able to show you a W3C badge on their site as proof.</p>
<p>Avoid people who use Flash heavily. Flash, while capable of producing beautiful looking sites, is not good for the search engines because they can&#8217;t read it.</p>
<p>And if the search engines can&#8217;t read your site you won&#8217;t do well in the natural search results.</p>
<p>For a small business, with a new site, you need to be able to do as well as you can in the search results, as early as you can.</p>
<p>Make sure you get some sort of service level commitment out of them.</p>
<p>As a starter, I offer simple SLA&#8217;s to my new customers. These relate to the time I&#8217;ll take to get new updates published, but you can ask for any SLA you like depending on your needs.</p>
<h3>A domain name</h3>
<p>This is your address on the web, like www.google.com. It will probably cost you somewhere between US$7 and US$15 a year, depending on whether it ends in .com, or something else.</p>
<p>Ideally it should be your company name or it should be based on a keyword relating to your business.</p>
<h3>Hosting</h3>
<p>This refers to the server that contains (hosts) your website code and makes it available to people searching the web.</p>
<p>It will cost you anywhere from nothing (free) to around US$20 a month. You can get some really good deals (quality hosting at a good price) at around US$10 a month.</p>
<p>Free hosting should definitely be avoided if you&#8217;re promoting a business.</p>
<h3>SEO</h3>
<p>Does the person who&#8217;s going to build your website understand Search Engine Optimisation (SEO)?</p>
<p>Make sure they not only understand it, but they can describe it to you in a way that you can understand.</p>
<p>(SEO is a bunch of best practices for getting your website to feature well in the search results).</p>
<p>They don&#8217;t need to be SEO wizards, but they do need to understand it well enough that they can describe it to you in clear, simple language <em>and</em> set up your site properly.</p>
<p>Don&#8217;t be afraid to ask questions to clarify anything.  The bullshit-baffles-brains approach is used frequently &#8211; don&#8217;t be intimidated by it!</p>
<h3>Build from scratch or on a platform</h3>
<p>Find out whether they plan on building your site from scratch or on a platform (like WordPress, Joomla or Drupal).</p>
<p>Building it on a platform is good because that means you generally only need to worry about the styling, but make sure it&#8217;s not proprietary.</p>
<p>If it&#8217;s a proprietary platform you risk being locked in because other potential service providers won&#8217;t know how to, or won&#8217;t be able to access it.</p>
<p>Make sure you&#8217;re happy with the styling before handing over the final payment.</p>
<h3>PPC: Pay Per Click advertising</h3>
<p>If you look to the right or top of the results page next time you type a search into Google or Yahoo you&#8217;ll see some entries under the heading &#8216;Sponsored Results&#8217;.</p>
<p>These are Pay Per Click ads.</p>
<p>As an advertiser, you pay each time a searcher clicks on your ad and gets directed through to your website.</p>
<p>PPC can bring you quick returns but it can be expensive. Extremely expensive, if it&#8217;s not set up right.</p>
<p>So be sure to get someone who understands about relevance, targetting and quality scores in Pay Per Click advertising to set it up for you.</p>
<p>And make sure that, if they talk about Search Engine Optimisation, they&#8217;re not trying to persuade you that being top of the Sponsored Results indicates good SEO.</p>
<p>It doesn&#8217;t.</p>
<h3>Social Media</h3>
<p>This is about promoting your site through places like Facebook and Twitter. It can also involve you setting up a blog on (or linked to) your website.</p>
<p>When it&#8217;s working well, Social Media is a highly cost effective alternative to PPC but it takes time before you see results.  It also takes time (every day) to keep your blog, Twitter, Facebook and other accounts regularly updated.</p>
<p>A social media campaign is a <em>lot</em> of work if you want to make it successful.</p>
<p>A good, balanced promotion campaign for a new website should contain <em>both</em> PPC (or other paid channels) and Social Media elements &#8211; make sure the company you&#8217;re talking to understands this and offers it.</p>
<h3>Hacking</h3>
<p>This is when someone accesses your site illegally and adds spam code to it. If this happens the search engines will find out very quickly and your site will be removed from their indices. This will, literally, trash your visitor traffic.</p>
<p>Make sure you have backup copies of your entire site stored locally (on your PC) because the best (and often the quickest) solution when you&#8217;ve been hacked is to delete your entire site from the server and re-upload it.</p>
<p>Make sure you keep your PC clean and free of viruses.  A keylogger inserted onto your PC can capture your FTP login details and transmit them to the person who inserted it.</p>
<p>That will enable them to get access to your site code and do bad things.</p>
<h3>Backups</h3>
<p>As with any data, you should always have a recent back up copy &#8211; an exact copy of the data on your site.</p>
<p>Make sure you understand (and are happy with) the backup routines in place through your hosting company or the person setting up your site.</p>
<p>Create your own back ups if you&#8217;re not sure.</p>
<h2>Summary</h2>
<p>If you&#8217;re a small business considering advertising online for the first time, those are some of the primary things you&#8217;ll need to think about.</p>
<p>You should also ask your service provider (website designer/builder, Marketing guru, etc) to explain anything you&#8217;re not clear on.</p>
<p>Make sure you cover them all with whoever you hire to set up your site so that you understand what you&#8217;re paying for, and you pay for what you&#8217;re getting.</p>
<p>Like I said at the start: you need to know enough to know when you&#8217;re being ripped off.</p>
<p>If you don&#8217;t want to take that level of interest in your online marketing you probably shouldn&#8217;t start in the first place.</p>
<p>Cheers,</p>
<p><img class="alignnone" title="Martin Malden" src="http://www.wealthydragon.com/blogbanners/MMShortSignature.JPG" alt="Martin Malden" width="146" height="82" /></p>


<p>Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2009/02/10/how-to-start-your-internet-marketing-business/' rel='bookmark' title='Permanent Link: How To Start Your Internet Marketing Business'>How To Start Your Internet Marketing Business</a></li>
<li><a href='http://www.wealthydragon.com/blog/2010/06/15/reality-overnight-successes/' rel='bookmark' title='Permanent Link: The Reality Behind Those Overnight Successes'>The Reality Behind Those Overnight Successes</a></li>
<li><a href='http://www.wealthydragon.com/blog/2010/01/07/expertise-free-online/' rel='bookmark' title='Permanent Link: Why Should Expertise Be Free Just Because It&#8217;s Online?'>Why Should Expertise Be Free Just Because It&#8217;s Online?</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=bcjusi0MYNU:LcoIXXnLqKc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=bcjusi0MYNU:LcoIXXnLqKc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?i=bcjusi0MYNU:LcoIXXnLqKc:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=bcjusi0MYNU:LcoIXXnLqKc:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=bcjusi0MYNU:LcoIXXnLqKc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?i=bcjusi0MYNU:LcoIXXnLqKc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=bcjusi0MYNU:LcoIXXnLqKc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=bcjusi0MYNU:LcoIXXnLqKc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?i=bcjusi0MYNU:LcoIXXnLqKc:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CreatingAnAwesomeHomeBusiness/~4/bcjusi0MYNU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wealthydragon.com/blog/2010/07/27/internet-marketing-small-businesses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.wealthydragon.com/blog/2010/07/27/internet-marketing-small-businesses/</feedburner:origLink></item>
		<item>
		<title>Persuade Readers to Stay Longer Without Locking Them Up</title>
		<link>http://feedproxy.google.com/~r/CreatingAnAwesomeHomeBusiness/~3/nhgET30HFbM/</link>
		<comments>http://www.wealthydragon.com/blog/2010/07/22/keep-readers-on-site-longer/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 12:03:44 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[free traffic]]></category>
		<category><![CDATA[website traffic]]></category>

		<guid isPermaLink="false">http://www.wealthydragon.com/blog/?p=1778</guid>
		<description><![CDATA[Bear with me while I set the background&#8230; A little over a year ago I wrote an article setting out how to install and manage widgets on WordPress. Two weeks later, WordPress released version 2.8 which completely invalidated my article because they changed the way widgets were managed. So I wrote an article on widgets [...]


Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2010/06/29/yahoo-search-traffic/' rel='bookmark' title='Permanent Link: Schmoozing Yahoo'>Schmoozing Yahoo</a></li>
<li><a href='http://www.wealthydragon.com/blog/2008/11/09/more-traffic-to-your-website/' rel='bookmark' title='Permanent Link: More Ways To Get Traffic To Your Website'>More Ways To Get Traffic To Your Website</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/08/20/matt-cutts-wordpress-seo/' rel='bookmark' title='Permanent Link: Matt Cutts on WordPress SEO'>Matt Cutts on WordPress SEO</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2010%2F07%2F22%2Fkeep-readers-on-site-longer%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2010%2F07%2F22%2Fkeep-readers-on-site-longer%2F&amp;source=abledragon&amp;style=normal&amp;service=bit.ly" height="61" width="50" />
			</a>
		</div><p><img class="alignleft" title="Locked Up" src="http://www.wealthydragon.com/blogbanners/ppl-men-049.jpg" alt="Locked Up" width="160" height="120" />Bear with me while I set the background&#8230;</p>
<p>A little over a year ago I wrote an article setting out how to install and manage widgets on WordPress.</p>
<p>Two weeks later, WordPress released version 2.8 which completely invalidated my article because they changed the way widgets were managed.</p>
<p>So I wrote an article on widgets in 2.8, put a link to it from the first article, and didn&#8217;t think any more of it.</p>
<p>Then, about 3 months ago, I noticed that traffic to the original article suddenly started picking up.  Having virtually ignored it for nearly a year, Google suddenly seemed to think this was the solution to people&#8217;s search queries on widgets in WordPress.</p>
<p>Heaven knows why it took them a year to figure that out &#8211; and then get it wrong..!</p>
<p>Despite the link that I&#8217;d put to the second article, however, nobody was clicking through.</p>
<p>This worried me.  My visitors were not getting the information they needed and they were leaving the site with a negative impression.</p>
<p>So I went back to the original article and updated it with a paragraph right at the beginning, headed &#8216;Important Update&#8217;.</p>
<p>I referred to the change in the way widgets were managed in 2.8 and gave them a prominent link to the later article.</p>
<p>Still Google kept sending visitors to the original article, and still no one was clicking through to the later article.</p>
<p>So I expanded my &#8216;Important Update&#8217; paragraph to say that widgets are managed the same way in WordPress 2.9 and 3.0 as they are in 2.8, so if they were using 2.8 or later they really should click through.</p>
<p>That did it.  Now almost everyone that Google sends to the original article clicks through to the later article.</p>
<p>On the surface, then, I&#8217;m now getting double the page views per visitor to the original article &#8211; and since Google is currently sending quite a few visitors to the original article that&#8217;s good news.</p>
<p>But the real results go beyond that.  Many of the people who read the second article stick around and explore further.</p>
<p>So people who previously would have landed on the original article and immediately left with a negative impression of the site, are now getting what they came for, staying, and reading at least 2 pages, sometimes more.</p>
<p>Very satisfactory.</p>
<p>And the message?</p>
<p><strong>If you write &#8216;how to&#8217; type articles, or articles where things change, it would be well worth reviewing them to see whether they&#8217;re still current</strong>.</p>
<p>If not, write a second article and place a very prominent explanation at the beginning of the original article as to why your visitors should click through to the new one.</p>
<p>And keep working on your &#8216;click through&#8217; message until you can see in the stats that it&#8217;s working.</p>
<p><a title="Install Widgets" href="http://www.wealthydragon.com/blog/2009/05/31/install-widgets/" target="_blank">Here&#8217;s how I did it in my original widgets article</a>.</p>
<p>The benefits are many:</p>
<ol>
<li>You&#8217;re giving your visitors current information</li>
<li>You&#8217;re keeping visitors on your site for longer</li>
<li>Visitors see that you&#8217;re concerned they get the right information and so start to trust you</li>
<li>You can capture and maximise traffic that the search engines may be sending to outdated articles</li>
</ol>
<p>Cheers,</p>
<p><img class="alignnone" title="Martin Malden" src="http://www.wealthydragon.com/blogbanners/MMShortSignature.JPG" alt="Martin Malden" width="146" height="82" /></p>


<p>Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2010/06/29/yahoo-search-traffic/' rel='bookmark' title='Permanent Link: Schmoozing Yahoo'>Schmoozing Yahoo</a></li>
<li><a href='http://www.wealthydragon.com/blog/2008/11/09/more-traffic-to-your-website/' rel='bookmark' title='Permanent Link: More Ways To Get Traffic To Your Website'>More Ways To Get Traffic To Your Website</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/08/20/matt-cutts-wordpress-seo/' rel='bookmark' title='Permanent Link: Matt Cutts on WordPress SEO'>Matt Cutts on WordPress SEO</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=nhgET30HFbM:NOwBETriK-Y:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=nhgET30HFbM:NOwBETriK-Y:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?i=nhgET30HFbM:NOwBETriK-Y:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=nhgET30HFbM:NOwBETriK-Y:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=nhgET30HFbM:NOwBETriK-Y:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?i=nhgET30HFbM:NOwBETriK-Y:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=nhgET30HFbM:NOwBETriK-Y:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=nhgET30HFbM:NOwBETriK-Y:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?i=nhgET30HFbM:NOwBETriK-Y:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CreatingAnAwesomeHomeBusiness/~4/nhgET30HFbM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wealthydragon.com/blog/2010/07/22/keep-readers-on-site-longer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.wealthydragon.com/blog/2010/07/22/keep-readers-on-site-longer/</feedburner:origLink></item>
		<item>
		<title>How Not to Do Business Online</title>
		<link>http://feedproxy.google.com/~r/CreatingAnAwesomeHomeBusiness/~3/aAwjvm46OmI/</link>
		<comments>http://www.wealthydragon.com/blog/2010/07/20/not-to-do-business-online/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 02:15:41 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[internet marketing business]]></category>

		<guid isPermaLink="false">http://www.wealthydragon.com/blog/?p=1771</guid>
		<description><![CDATA[Renewing an existing subscription should be the simplest possible of online transactions, so it&#8217;s amazing how consistently AVG manage to screw this up. I have two PC&#8217;s, both currently running AVG Internet Security. I moved to AVG from McAfee because it doesn&#8217;t slow down the PC performance as much. But two things where McAfee was [...]


Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2010/06/03/smooth-customer-journey/' rel='bookmark' title='Permanent Link: How Smooth is Your Customer&#8217;s Journey?'>How Smooth is Your Customer&#8217;s Journey?</a></li>
<li><a href='http://www.wealthydragon.com/blog/2010/01/28/make-money-online-sell-something/' rel='bookmark' title='Permanent Link: If You Want to Make Money Online Sell Something'>If You Want to Make Money Online Sell Something</a></li>
<li><a href='http://www.wealthydragon.com/blog/2010/05/04/tell-your-visitors-what-to-do/' rel='bookmark' title='Permanent Link: Tell Your Visitors Where to Go'>Tell Your Visitors Where to Go</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2010%2F07%2F20%2Fnot-to-do-business-online%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2010%2F07%2F20%2Fnot-to-do-business-online%2F&amp;source=abledragon&amp;style=normal&amp;service=bit.ly" height="61" width="50" />
			</a>
		</div><p><img class="alignleft" title="Stop - Go No Further!" src="http://www.wealthydragon.com/blogbanners/tran-land-037.jpg" alt="Stop - Go No Further!" width="152" height="150" />Renewing an existing subscription should be the simplest possible of online transactions, so it&#8217;s amazing how consistently AVG manage to screw this up.</p>
<p>I have two PC&#8217;s, both currently running AVG Internet Security.  I moved to AVG from McAfee because it doesn&#8217;t slow down the PC performance as much.</p>
<p>But two things where McAfee was great were customer service and renewing subscriptions.</p>
<p>AVG, by contrast, consistently make this an extraordinarily difficult and frustrating experience.</p>
<p>The subscription for my desktop expired last January, but when I tried to renew it the system told me my licence key was invalid.  And when I tried to log in to my account the system kept returning me to the login in screen.</p>
<p>No joy there. At all.</p>
<p>I did eventually manage to get AVG sales to respond to my emails and after a week or so my renewal went through.</p>
<p>At the time I took careful note of the licence keys for both my laptop and desktop and assumed that when the time came to renew my laptop licence I wouldn&#8217;t have the same problems.</p>
<p>Well, you know what they say about assumptions..!</p>
<p>Sure enough,  my laptop licence comes up for renewal next month and 3 days ago I received the renewal reminder from AVG.</p>
<p>And, once again, the system told me my licence key was invalid.</p>
<p>This time I was, at least, able to log in to my account to raise a trouble ticket, but the drop down menus for specifying my problem didn&#8217;t have any options for renewal problems.</p>
<p>So I picked the one that said &#8216;licence key not working&#8217; and got an automated email that came nowhere near solving my problem.</p>
<p>So far I&#8217;ve emailed sales at AVG, renewal at AVG and followed up on the automated response to my trouble ticket and I&#8217;m no nearer renewing my subscription than I was this time last week.</p>
<p>Not even the courtesy of a reply from either of the two email addresses.</p>
<p>How can companies make it so difficult for me to give them money..!!??</p>
<p>As I said at the outset: renewing a subscription has to be the simplest of all online transactions and they&#8217;ve managed to turn it into the most frustrating experience imaginable.</p>
<p>So I&#8217;ve researched other Internet Security Suites and will be canning AVG for something with better service. (If you have any recommendations let me know &#8211; leave a comment).</p>
<p>And the moral of the story?</p>
<p><strong>When you&#8217;re transacting online make sure you understand very clearly the journey you&#8217;re expecting your customers to go through.</strong></p>
<p>I always do a flow chart when I&#8217;m setting up new sites to sell stuff online.</p>
<p>Being able to see the customer journey on a flow chart highlights points that will cause frustration to your customers, so you can correct them.</p>
<p>I also always test out my customer journey thoroughly by going through it myself and seeing what happens &#8211; including if a fault or error occurs.</p>
<p>For example, I&#8217;ll click submit before filling in all the required fields, or I&#8217;ll put a date in an address field, and see what happens.</p>
<p>Finally, I also describe clearly to my visitors on each screen what they have to do, what will happen after they click the &#8216;Next&#8217; or &#8216;Submit&#8217; buttons, and what to do if the expected result doesn&#8217;t happen.</p>
<p>It may seem like the screamingly obvious to you, but it&#8217;s the first time your customers have seen your sequence of screens and, possibly, the first time they&#8217;ve bought anything online.</p>
<p>So you need to give them as much confidence as possible because, if they lose confidence, you&#8217;ll likely lose a customer: they&#8217;ll simply abandon their shopping cart.</p>
<p><strong>Keep things simple, make sure you know what you&#8217;re putting your customers through and make sure you explain, at every step of the way, what they should do and what they can expect as a result.</strong></p>
<p>If you have a favourite Internet Security Suite let me know in a comment.</p>
<p>I&#8217;m currently considering Norton Internet Security 2010, Webroot Internet Security Essentials 2010, Security Shield 2010, Kaspersky Internet Security and Trend Micro Internet Security 2010. (And if you&#8217;re an affiliate for whatever you suggest, please let me know &#8211; thanks!)</p>
<p>Cheers,</p>
<p><img class="alignnone" title="Martin Malden" src="http://www.wealthydragon.com/blogbanners/MMShortSignature.JPG" alt="Martin Malden" width="146" height="82" /></p>


<p>Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2010/06/03/smooth-customer-journey/' rel='bookmark' title='Permanent Link: How Smooth is Your Customer&#8217;s Journey?'>How Smooth is Your Customer&#8217;s Journey?</a></li>
<li><a href='http://www.wealthydragon.com/blog/2010/01/28/make-money-online-sell-something/' rel='bookmark' title='Permanent Link: If You Want to Make Money Online Sell Something'>If You Want to Make Money Online Sell Something</a></li>
<li><a href='http://www.wealthydragon.com/blog/2010/05/04/tell-your-visitors-what-to-do/' rel='bookmark' title='Permanent Link: Tell Your Visitors Where to Go'>Tell Your Visitors Where to Go</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=aAwjvm46OmI:fZhlpC6BmtQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=aAwjvm46OmI:fZhlpC6BmtQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?i=aAwjvm46OmI:fZhlpC6BmtQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=aAwjvm46OmI:fZhlpC6BmtQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=aAwjvm46OmI:fZhlpC6BmtQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?i=aAwjvm46OmI:fZhlpC6BmtQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=aAwjvm46OmI:fZhlpC6BmtQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=aAwjvm46OmI:fZhlpC6BmtQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?i=aAwjvm46OmI:fZhlpC6BmtQ:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CreatingAnAwesomeHomeBusiness/~4/aAwjvm46OmI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wealthydragon.com/blog/2010/07/20/not-to-do-business-online/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.wealthydragon.com/blog/2010/07/20/not-to-do-business-online/</feedburner:origLink></item>
		<item>
		<title>3 Timeless Tips for Internet Marketing Newbies</title>
		<link>http://feedproxy.google.com/~r/CreatingAnAwesomeHomeBusiness/~3/t2nxNi9Nj2A/</link>
		<comments>http://www.wealthydragon.com/blog/2010/07/16/3-internet-marketing-tips/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 12:52:13 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[attitude]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[internet marketing resources]]></category>

		<guid isPermaLink="false">http://www.wealthydragon.com/blog/?p=1763</guid>
		<description><![CDATA[I&#8217;ve been lucky enough to pick up a nice new contract, setting up and maintaining websites for a group of 6 restaurant/bars here in Hong Kong. As a result I&#8217;ve had a frantic week and I haven&#8217;t had time to research and produce my normal second article. So, instead, I&#8217;ve spent some time looking back [...]


Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2010/03/18/social-marketing-internet-marketing/' rel='bookmark' title='Permanent Link: Social Media Marketing, Internet Marketing or Both?'>Social Media Marketing, Internet Marketing or Both?</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/09/23/start-internet-affiliate-marketing/' rel='bookmark' title='Permanent Link: How to Get Started in Internet and Affiliate Marketing'>How to Get Started in Internet and Affiliate Marketing</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/12/01/5-more-internet-marketing-tools/' rel='bookmark' title='Permanent Link: 5 More Useful Internet Marketing Tools'>5 More Useful Internet Marketing Tools</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2010%2F07%2F16%2F3-internet-marketing-tips%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2010%2F07%2F16%2F3-internet-marketing-tips%2F&amp;source=abledragon&amp;style=normal&amp;service=bit.ly" height="61" width="50" />
			</a>
		</div><p><img class="alignleft" title="Timeless" src="http://www.wealthydragon.com/blogbanners/other-time-06.jpg" alt="Timeless" width="160" height="120" />I&#8217;ve been lucky enough to pick up a nice new contract, setting up and maintaining websites for a group of 6 restaurant/bars here in Hong Kong.</p>
<p>As a result I&#8217;ve had a frantic week and I haven&#8217;t had time to research and produce my normal second article.</p>
<p>So, instead, I&#8217;ve spent some time looking back over articles I&#8217;ve written before, finding ones that I think are timeless and relevant to people starting out with Internet Marketing today.</p>
<p>Here they are (3 of them) with a short intro to each:</p>
<h2>How to Succeed</h2>
<p>My first (and short-lived) entry into Internet Marketing was trying to sell Clickbank products through Adwords.  That was tough and didn&#8217;t last long, but I learnt a lot!</p>
<p>After licking my wounds, my next entry was a Direct Sales/MLM business.</p>
<p>I did recover my investment on that one, which was good, but the business owners turned out to be flakey and I pulled out of that one too, when it was obvious the business was dying on its feet.</p>
<p>But that business prompted me to start this blog (my first one), in order to provide a resource for people in my downline.</p>
<p>And one of the articles I wrote at the time, that still carries importance today, is this one:</p>
<p><a title="How to Succeed With GAP" href="http://www.wealthydragon.com/blog/2007/07/23/how-to-succeed-with-gap/" target="_blank">How to Succeed with G.A.P</a>. (But please make sure you read the update at the bottom!)</p>
<h2>What are You Selling?</h2>
<p>This next article carries a very simple message that&#8217;s missed by many of the MLM/Direct Sales businesses like G.A.P. (that I referred to in the previous article).</p>
<p>The emphasis in G.A.P. was on signing up new members &#8211; it was called a &#8216;system&#8217; sale.</p>
<p>Basically, new members paid a healthy chunk of money for the right to persuade others to invest a healthy chunk of money.</p>
<p>But real products that brought real value to someone?  A lot of talk (in that business) but never any real products &#8211; which was the reason I left.</p>
<p>This article talks about products and how to get hold of one to sell.  Because if you don&#8217;t have a product you don&#8217;t have a business:</p>
<p><a title="If you want to make money online sell something" href="http://www.wealthydragon.com/blog/2010/01/28/make-money-online-sell-something/" target="_blank">If you want to make money online sell something</a>.</p>
<h2>Blogging</h2>
<p>One of the things you hear when you start Blogging  is that you must post regularly.  Every day, if possible, or even more frequently.</p>
<p>And the reason you need to do this is that the search engines &#8216;love new content&#8217;.</p>
<p>I don&#8217;t agree.</p>
<p>They love good quality content that lots of people link to.  They don&#8217;t love trash just because it&#8217;s served up twice a day.</p>
<p>I touched on this back in the dark days of December 2008, when everyone was still in shock at the Global Financial Crisis.</p>
<p>I wrote an article setting out some principles I was going to follow with my blogging in 2009.</p>
<p>Now, 18 months later, I can say that I&#8217;m following those principles.  But it wasn&#8217;t always like that.</p>
<p>To paraphrase: there&#8217;s enough junk on the Internet already &#8211; it certainly doesn&#8217;t need any more.</p>
<p>Here&#8217;s the full monty:</p>
<p><a title="What Will I do in 2009" href="http://www.wealthydragon.com/blog/2008/12/28/what-am-i-going-to-do-in-2009/" target="_blank">What am I going to do in 2009</a>.</p>
<p>I hope you like those articles &#8211; I think the messages in each form solid principles for people new to working online.</p>
<p>Cheers,</p>
<p><img class="alignnone" title="Martin Malden" src="http://www.wealthydragon.com/blogbanners/MMShortSignature.JPG" alt="Martin Malden" width="146" height="82" /></p>


<p>Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2010/03/18/social-marketing-internet-marketing/' rel='bookmark' title='Permanent Link: Social Media Marketing, Internet Marketing or Both?'>Social Media Marketing, Internet Marketing or Both?</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/09/23/start-internet-affiliate-marketing/' rel='bookmark' title='Permanent Link: How to Get Started in Internet and Affiliate Marketing'>How to Get Started in Internet and Affiliate Marketing</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/12/01/5-more-internet-marketing-tools/' rel='bookmark' title='Permanent Link: 5 More Useful Internet Marketing Tools'>5 More Useful Internet Marketing Tools</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=t2nxNi9Nj2A:_4sk-OuZyx4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=t2nxNi9Nj2A:_4sk-OuZyx4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?i=t2nxNi9Nj2A:_4sk-OuZyx4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=t2nxNi9Nj2A:_4sk-OuZyx4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=t2nxNi9Nj2A:_4sk-OuZyx4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?i=t2nxNi9Nj2A:_4sk-OuZyx4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=t2nxNi9Nj2A:_4sk-OuZyx4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=t2nxNi9Nj2A:_4sk-OuZyx4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?i=t2nxNi9Nj2A:_4sk-OuZyx4:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CreatingAnAwesomeHomeBusiness/~4/t2nxNi9Nj2A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wealthydragon.com/blog/2010/07/16/3-internet-marketing-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.wealthydragon.com/blog/2010/07/16/3-internet-marketing-tips/</feedburner:origLink></item>
		<item>
		<title>Do Better on Google: Speed Up Your Site Load Time</title>
		<link>http://feedproxy.google.com/~r/CreatingAnAwesomeHomeBusiness/~3/1L5qqF1rGC0/</link>
		<comments>http://www.wealthydragon.com/blog/2010/07/13/gzip-speed-up-site-load-time/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 23:30:09 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[internet marketing resources]]></category>
		<category><![CDATA[website traffic]]></category>

		<guid isPermaLink="false">http://www.wealthydragon.com/blog/?p=1757</guid>
		<description><![CDATA[With Google now including site load times in the factors it uses to rank sites for the natural search results, a recent article on the SEOmoz blog giving 7 ways to speed things up caught my attention. Some of them I was already using but one that I wasn&#8217;t was Gzip compression, so I dived [...]


Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2009/05/14/setup-and-use-ftp/' rel='bookmark' title='Permanent Link: How to Setup and Use FTP'>How to Setup and Use FTP</a></li>
<li><a href='http://www.wealthydragon.com/blog/2010/06/01/verify-site-google-webmaster-tools/' rel='bookmark' title='Permanent Link: How to Verify a Site in Google Webmaster Tools'>How to Verify a Site in Google Webmaster Tools</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/12/24/add-domain-to-hostgator/' rel='bookmark' title='Permanent Link: How to Add Another Domain to Hostgator'>How to Add Another Domain to Hostgator</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2010%2F07%2F13%2Fgzip-speed-up-site-load-time%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2010%2F07%2F13%2Fgzip-speed-up-site-load-time%2F&amp;source=abledragon&amp;style=normal&amp;service=bit.ly" height="61" width="50" />
			</a>
		</div><p><img class="alignleft" title="Speed" src="http://www.wealthydragon.com/blogbanners/E02D0023.JPG" alt="Speed" width="160" height="120" />With Google now including site load times in the factors it uses to rank sites for the natural search results, a recent article on the SEOmoz blog giving <a title="7 ways to speed up site load times" href="http://www.seomoz.org/blog/7-ways-to-take-advantage-of-googles-site-speed-algorithm-popup-video-style" target="_blank">7 ways to speed things up</a> caught my attention.</p>
<p>Some of them I was already using but one that I wasn&#8217;t was Gzip compression, so I dived right in.</p>
<p>Compressing your site files before they&#8217;re sent from your server to the browser that&#8217;s viewing them reduces the amount of data that has to be transferred.  And that speeds up site load times &#8211; a lot.</p>
<p>It&#8217;s like using Winzip to compress Word or PowerPoint files before you email them.</p>
<p>As long as your server is running Apache you can follow these steps to activate compression and speed up your site load times:</p>
<p><strong>Step 1:</strong></p>
<p>In your WordPress root folder (the folder where your WordPress files sit) find and open the .htaccess file.</p>
<p>You may need to do this with your FTP client because some hosting provider file managers hide this file.</p>
<p>Here&#8217;s what it looks like using FileZilla:</p>
<p><img class="aligncenter" title="HTACCESS file in FileZilla" src="http://www.wealthydragon.com/blogbanners/HTACCESS-file.JPG" alt="HTACCESS file in FileZilla" width="480" height="308" /></p>
<p>Right click on the .htaccess file and the third option down is &#8216;view/edit&#8217;.</p>
<p><strong>Step 2:</strong></p>
<p>Select &#8216;view/edit&#8217; and FileZilla will download and open the file with Notepad.</p>
<p><strong>Step 3:</strong></p>
<p>When the file is opened paste this entire block of code into it:</p>
<p><img class="aligncenter" title="Compression Code" src="http://www.wealthydragon.com/blogbanners/htaccess-compression-code.JPG" alt="Compression Code" width="474" height="224" /></p>
<p><a title="Compression Code" href="http://www.abledragon.com/services/HTACCESS-compression-code.txt" target="_blank">Click here</a> for a copy of the Notepad file contents to make it easier to copy and paste.</p>
<p><strong>Step 4:</strong></p>
<p>Once you&#8217;ve pasted that code into the file save and close it.</p>
<p>When you&#8217;ve closed it, FileZilla will ask if you want to upload the changed file back to the server:</p>
<p><img class="aligncenter" title="Filezilla confirmation request" src="http://www.wealthydragon.com/blogbanners/filezilla-asks-confirmation.JPG" alt="Filezilla confirmation request" width="348" height="175" /></p>
<p><strong>Step 5:</strong></p>
<p>Click &#8216;Yes&#8217; to upload it back to the server.</p>
<p><strong>Step 6:</strong></p>
<p>Once the file has been returned to the server you can click View&gt;Refresh to see that the new file has been successfully uploaded.</p>
<p>Make a note of the file size <em>before</em> refreshing.  <em>After</em> refreshing it will be around 500 bytes larger.</p>
<p><strong>Step 7:</strong></p>
<p>Disconnect from the server and close FileZilla.  You&#8217;ll see a message that claims an edited file is still open and warning that if you close FileZilla your changes will not be saved.</p>
<p>As long as you verified that your updated .htaccess file <em>has</em> been updated (step 6) you can ignore this warning.</p>
<p>That&#8217;s it &#8211; you&#8217;re all done and your site visitors (and Google) will have a big smile on their faces.</p>
<p>Cheers,</p>
<p><img class="alignnone" title="Martin Malden" src="http://www.wealthydragon.com/blogbanners/MMShortSignature.JPG" alt="Martin Malden" width="146" height="82" /></p>


<p>Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2009/05/14/setup-and-use-ftp/' rel='bookmark' title='Permanent Link: How to Setup and Use FTP'>How to Setup and Use FTP</a></li>
<li><a href='http://www.wealthydragon.com/blog/2010/06/01/verify-site-google-webmaster-tools/' rel='bookmark' title='Permanent Link: How to Verify a Site in Google Webmaster Tools'>How to Verify a Site in Google Webmaster Tools</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/12/24/add-domain-to-hostgator/' rel='bookmark' title='Permanent Link: How to Add Another Domain to Hostgator'>How to Add Another Domain to Hostgator</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=1L5qqF1rGC0:x-Xixdcaoj8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=1L5qqF1rGC0:x-Xixdcaoj8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?i=1L5qqF1rGC0:x-Xixdcaoj8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=1L5qqF1rGC0:x-Xixdcaoj8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=1L5qqF1rGC0:x-Xixdcaoj8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?i=1L5qqF1rGC0:x-Xixdcaoj8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=1L5qqF1rGC0:x-Xixdcaoj8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=1L5qqF1rGC0:x-Xixdcaoj8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?i=1L5qqF1rGC0:x-Xixdcaoj8:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CreatingAnAwesomeHomeBusiness/~4/1L5qqF1rGC0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wealthydragon.com/blog/2010/07/13/gzip-speed-up-site-load-time/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://www.wealthydragon.com/blog/2010/07/13/gzip-speed-up-site-load-time/</feedburner:origLink></item>
		<item>
		<title>I’m Switching From Twitter to Facebook</title>
		<link>http://feedproxy.google.com/~r/CreatingAnAwesomeHomeBusiness/~3/i5qMDMmW8X4/</link>
		<comments>http://www.wealthydragon.com/blog/2010/07/08/twitter-to-facebook/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 04:58:09 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[social network marketing]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[website traffic]]></category>

		<guid isPermaLink="false">http://www.wealthydragon.com/blog/?p=1752</guid>
		<description><![CDATA[If you dropped into this site around a year ago you&#8217;ll have read that I was a big fan of Twitter for attracting readers. But over the past year my love for Twitter has withered. Why? Firstly: The search function no is longer as effective as it was. I used to search for people asking [...]


Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2010/03/25/20000-twitter-followers/' rel='bookmark' title='Permanent Link: Why You Don&#8217;t Want 20,000 Twitter Followers'>Why You Don&#8217;t Want 20,000 Twitter Followers</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/01/10/how-do-you-use-twitter/' rel='bookmark' title='Permanent Link: How Do You Use Twitter?'>How Do You Use Twitter?</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/02/02/managing-the-twitter-information-overload/' rel='bookmark' title='Permanent Link: Managing the Twitter Information Overload'>Managing the Twitter Information Overload</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2010%2F07%2F08%2Ftwitter-to-facebook%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2010%2F07%2F08%2Ftwitter-to-facebook%2F&amp;source=abledragon&amp;style=normal&amp;service=bit.ly" height="61" width="50" />
			</a>
		</div><p><img class="alignleft" title="Facebook Logo" src="http://www.wealthydragon.com/blogbanners/facebook_logo.jpg" alt="Facebook Logo" width="160" height="160" />If you dropped into this site around a year ago you&#8217;ll have read that <a title="Is Twitter the New List" href="http://www.wealthydragon.com/blog/2009/02/27/twitter-new-list/" target="_blank">I was a big fan of Twitter</a> for attracting readers.</p>
<p>But over the past year my love for Twitter has withered.</p>
<p>Why?</p>
<p><strong>Firstly: The search function no is longer as effective as it was.</strong></p>
<p>I used to search for people asking questions about WordPress, but these days the results often don&#8217;t even <em>contain</em> the word &#8216;WordPress&#8217;!</p>
<p><strong>Secondly: The efficiency with which I&#8217;m able to use Twitter is therefore a lot less than it was.</strong></p>
<p>There&#8217;s a lot of information flying around on Twitter and if you can&#8217;t filter it effectively it becomes a pretty inefficient way of finding the stuff you need.</p>
<p>For sometime I&#8217;ve known that I should be exploring Facebook as an alternative.  But, frankly, I find Facebook to be one of the least intuitive systems I know!</p>
<p>None-the-less, a recent article by Darren Rowse on <a title="How to Set Up a Facebook Page" href="http://www.problogger.net/archives/2010/07/02/how-to-create-a-facebook-landing-page-for-your-blog/" target="_blank">how to set up a Facebook page</a>, which followed one on how he&#8217;s now <a title="Driving Traffic with Facebook" href="http://www.problogger.net/archives/2010/07/01/5-ways-im-using-facebook-to-drive-traffic-build-brand-and-increase-reader-engagement/" target="_blank">driving traffic with Facebook</a> have shamed me into action.</p>
<p>And I now have a <a title="Creating an Awesome Home Business - Facebook" href="http://www.facebook.com/pages/Creating-an-Awesome-Home-Business/15456455684" target="_blank">Facebook page for this site</a>.</p>
<p>It&#8217;s a brand new page &#8211; set up yesterday &#8211; and I&#8217;ve got about 2 Likes so far. So if you happen to hop over there feel absolutely free to &#8216;Like&#8217; it too! <img src='http://www.wealthydragon.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>And if you have a Facebook page leave us its URL in a comment so we can reciprocate.</p>
<p>Cheers,</p>
<p><img class="alignnone" title="Martin Malden" src="http://www.wealthydragon.com/blogbanners/MMShortSignature.JPG" alt="Martin Malden" width="146" height="82" /></p>


<p>Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2010/03/25/20000-twitter-followers/' rel='bookmark' title='Permanent Link: Why You Don&#8217;t Want 20,000 Twitter Followers'>Why You Don&#8217;t Want 20,000 Twitter Followers</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/01/10/how-do-you-use-twitter/' rel='bookmark' title='Permanent Link: How Do You Use Twitter?'>How Do You Use Twitter?</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/02/02/managing-the-twitter-information-overload/' rel='bookmark' title='Permanent Link: Managing the Twitter Information Overload'>Managing the Twitter Information Overload</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=i5qMDMmW8X4:X2ylzfkeIJo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=i5qMDMmW8X4:X2ylzfkeIJo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?i=i5qMDMmW8X4:X2ylzfkeIJo:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=i5qMDMmW8X4:X2ylzfkeIJo:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=i5qMDMmW8X4:X2ylzfkeIJo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?i=i5qMDMmW8X4:X2ylzfkeIJo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=i5qMDMmW8X4:X2ylzfkeIJo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=i5qMDMmW8X4:X2ylzfkeIJo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?i=i5qMDMmW8X4:X2ylzfkeIJo:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CreatingAnAwesomeHomeBusiness/~4/i5qMDMmW8X4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wealthydragon.com/blog/2010/07/08/twitter-to-facebook/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		<feedburner:origLink>http://www.wealthydragon.com/blog/2010/07/08/twitter-to-facebook/</feedburner:origLink></item>
		<item>
		<title>Are You Making the Most of Description Tags?</title>
		<link>http://feedproxy.google.com/~r/CreatingAnAwesomeHomeBusiness/~3/RXxh7Pw5I3U/</link>
		<comments>http://www.wealthydragon.com/blog/2010/07/06/using-description-tags/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 23:30:05 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[improve conversion rate]]></category>
		<category><![CDATA[meta tags]]></category>

		<guid isPermaLink="false">http://www.wealthydragon.com/blog/?p=1747</guid>
		<description><![CDATA[There&#8217;ve been quite a few discussions recently about the use of META tags as part of on-page SEO. Keywords, it seems, are out (at least for Google, and at least for now), but Titles and Descriptions are in. Just to be clear, this is what I mean by Titles and Descriptions: Let me say upfront [...]


Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2010/05/20/keywords-and-meta-tags/' rel='bookmark' title='Permanent Link: Choosing Keywords and META Tags'>Choosing Keywords and META Tags</a></li>
<li><a href='http://www.wealthydragon.com/blog/2008/10/27/how-to-use-meta-tags/' rel='bookmark' title='Permanent Link: How To Use META Tags'>How To Use META Tags</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/05/27/meta-tags-waste-of-time/' rel='bookmark' title='Permanent Link: META Tags Are A Waste of Time'>META Tags Are A Waste of Time</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2010%2F07%2F06%2Fusing-description-tags%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2010%2F07%2F06%2Fusing-description-tags%2F&amp;source=abledragon&amp;style=normal&amp;service=bit.ly" height="61" width="50" />
			</a>
		</div><p><img class="alignleft" title="Description of Instructions" src="http://www.wealthydragon.com/blogbanners/description-of-instructions.jpg" alt="Description of Instructions" width="160" height="150" />There&#8217;ve been quite a few discussions recently about the use of META tags as part of on-page SEO.</p>
<p>Keywords, it seems, are out (<a title="Keywords META tag in Web Search" href="http://www.mattcutts.com/blog/keywords-meta-tag-in-web-search/" target="_blank">at least for Google</a>, and at least for now), but Titles and Descriptions are in.</p>
<p>Just to be clear, this is what I mean by Titles and Descriptions:</p>
<p><img class="aligncenter" title="META Titles and Descriptions" src="http://www.wealthydragon.com/blogbanners/titles-and-descriptions.jpg" alt="META Titles and Descriptions" width="482" height="158" /></p>
<p>Let me say upfront that, despite everything Matt Cutts said in that video, I still create keyword tags on my pages and articles.</p>
<p>Why? Because I don&#8217;t know that <em>all</em> search engines have stopped using them.</p>
<p>However, I also don&#8217;t spend hours agonizing over which keywords to use and I only use two or three at most.</p>
<p><strong>That&#8217;s not to say keywords are irrelevant</strong>.</p>
<p>To get the best search engine results for an article you still need to know what question you&#8217;re answering when you write it, and to optimize it around a relevant keyword (or search term).</p>
<p>And the best way to find a relevant search term is to use a keyword tool to see what people are typing in to find what you&#8217;re writing about.</p>
<p>Then use that term in the Title and Description tags, as well as your H tags and content.</p>
<h2>But one tag that&#8217;s rarely used to its full potential is the Description tag.</h2>
<p>You can type almost any search term into any search engine and in 95% of the results you&#8217;ll find that the description beneath the title link is simply an excerpt from the article.</p>
<p>It&#8217;s whatever the search engine thinks is appropriate.</p>
<p>And while the description they pick is probably relevant to the search term, it almost certainly does <em>not</em> have any call to action in it.</p>
<p>If you&#8217;ve done any PPC advertising you&#8217;ll know the importance of relevance and calls to action to achieving a high click through rate.</p>
<p>The same principles apply to natural search results and the way to do it is through the Title and Description tags.</p>
<p>In PPC it&#8217;s important to have your keyword (the search term you&#8217;re optimizing for) in the title.  Same in the natural search results.</p>
<p>In PPC it&#8217;s important to get your visitor to click through to your site through the use of benefits and a call to action.  Same in the natural search results.</p>
<p>In both PPC and the natural search results I use the AIDA formula as much as I can:</p>
<p style="padding-left: 30px;">A = Attention</p>
<p style="padding-left: 30px;">I = Interest</p>
<p style="padding-left: 30px;">D = Desire</p>
<p style="padding-left: 30px;">A = Action</p>
<p>So rather than thinking of the Title and Description tags as two separate tags, think of them as two components of a single advertisement for your site or article, and apply the AIDA formula across them both.</p>
<p>Typically your title tag should catch the Attention, and the Description tag should create the Interest, Desire and Action.</p>
<p>Like this:</p>
<p><img class="aligncenter" title="Using Title and Description tags to create click throughs" src="http://www.wealthydragon.com/blogbanners/titles-and-descriptions-AIDA.jpg" alt="Using Title and Description tags to create click throughs" width="478" height="162" /></p>
<p>The term I&#8217;ve optimized this site for is Internet Marketing Tips &#8211; the first phrase in the title.</p>
<p>The first part of the description creates some interest (Effective Internet Marketing Tips for your small business), the second part triggers some desire (&#8230; products that get results) and the last part encourages them to visit (Hundreds of articles here).</p>
<p>Creating a descriptive, AIDA-based description tag will give you the edge over the site next to yours in the search results that simply uses a search-engine-defined snippet from its page.</p>
<p>Cheers,</p>
<p><img class="alignnone" title="Martin Malden" src="http://www.wealthydragon.com/blogbanners/MMShortSignature.JPG" alt="Martin Malden" width="146" height="82" /></p>


<p>Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2010/05/20/keywords-and-meta-tags/' rel='bookmark' title='Permanent Link: Choosing Keywords and META Tags'>Choosing Keywords and META Tags</a></li>
<li><a href='http://www.wealthydragon.com/blog/2008/10/27/how-to-use-meta-tags/' rel='bookmark' title='Permanent Link: How To Use META Tags'>How To Use META Tags</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/05/27/meta-tags-waste-of-time/' rel='bookmark' title='Permanent Link: META Tags Are A Waste of Time'>META Tags Are A Waste of Time</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=RXxh7Pw5I3U:glQrA_q9uW4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=RXxh7Pw5I3U:glQrA_q9uW4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?i=RXxh7Pw5I3U:glQrA_q9uW4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=RXxh7Pw5I3U:glQrA_q9uW4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=RXxh7Pw5I3U:glQrA_q9uW4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?i=RXxh7Pw5I3U:glQrA_q9uW4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=RXxh7Pw5I3U:glQrA_q9uW4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=RXxh7Pw5I3U:glQrA_q9uW4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?i=RXxh7Pw5I3U:glQrA_q9uW4:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CreatingAnAwesomeHomeBusiness/~4/RXxh7Pw5I3U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wealthydragon.com/blog/2010/07/06/using-description-tags/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.wealthydragon.com/blog/2010/07/06/using-description-tags/</feedburner:origLink></item>
		<item>
		<title>Losing the All-in-One-SEO Plugin</title>
		<link>http://feedproxy.google.com/~r/CreatingAnAwesomeHomeBusiness/~3/UoaDg3-UmDE/</link>
		<comments>http://www.wealthydragon.com/blog/2010/07/01/thesis-all-in-one-seo-plugin/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 04:30:29 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[thesis theme]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://www.wealthydragon.com/blog/?p=1741</guid>
		<description><![CDATA[When Thesis 1.7 was released I reviewed it and bemoaned the fact that I couldn&#8217;t make use of its SEO features and drop the All-in-One-SEO plugin. The reason was because removing the All-in-One results in all the META tags on all the articles on the blog being removed as well. That would mean I&#8217;d have [...]


Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2009/11/12/do-you-need-that-plugin/' rel='bookmark' title='Permanent Link: Stop! Do You REALLY Need That Plugin?'>Stop! Do You REALLY Need That Plugin?</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/02/15/what-is-your-favourite-plugin/' rel='bookmark' title='Permanent Link: What Is Your Favourite Plugin?'>What Is Your Favourite Plugin?</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/12/03/1-more-plugin-removed/' rel='bookmark' title='Permanent Link: 1 More Plugin Bites the Dust'>1 More Plugin Bites the Dust</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2010%2F07%2F01%2Fthesis-all-in-one-seo-plugin%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2010%2F07%2F01%2Fthesis-all-in-one-seo-plugin%2F&amp;source=abledragon&amp;style=normal&amp;service=bit.ly" height="61" width="50" />
			</a>
		</div><p><a href="http://www.wealthydragon.com/blog/tools-resources/#thesistheme"><img class="alignleft" title="Thesis Theme for WordPress" src="http://www.wealthydragon.com/blogbanners/thesis-125x125.png" alt="Thesis Theme for WordPress" width="125" height="125" /></a>When Thesis 1.7 was released <a title="Thesis 1.7 Review" href="http://www.wealthydragon.com/blog/2010/04/06/thesis-1-7-review/" target="_blank">I reviewed it</a> and bemoaned the fact that I couldn&#8217;t make use of its SEO features and drop the All-in-One-SEO plugin.</p>
<p>The reason was because removing the All-in-One results in all the META tags on all the articles on the blog being removed as well.  That would mean I&#8217;d have to go through all 270+ articles and manually re-set them.</p>
<p>But here&#8217;s why I love being part of the Thesis community: I learned how to copy the All-in-One tags, on every post, into the relevant fields in Thesis by means of a simple SQL query.</p>
<p>So, hey presto, another plugin bites the dust.  What a pleasure!</p>
<p>Here are the links to the relevant articles in case you want to do the same:</p>
<p>The article in the Thesis Answers section that provides the SQL query code (you&#8217;ll need to log in to DIYThemes before clicking the link):</p>
<p><a title="SQL Query code" href="http://diythemes.com/answers/copy-all-in-one-seo-to-thesis/" target="_blank">The SQL query code</a>.</p>
<p>The step by step process you need to follow:</p>
<p><a title="Step by Step Process" href="http://www.powerblogservice.com/blog/thesis-users-how-to-remove-all-in-one-seo-pack" target="_blank">The step-by-step process</a>.</p>
<p>Instructions on how to run the SQL query:</p>
<p><a title="How to run the SQL query" href="http://www.the42ndestate.com/how-to-move-all-in-one-seo-values-into-thesis/" target="_blank">How to run the SQL Query</a>.</p>
<p>Not being able to use the Thesis SEO functions for post and page META tags on this site has been bugging me since 1.7 was released, for these reasons:</p>
<ol>
<li>I&#8217;m still on my drive to <a title="Do you REALLY need that plugin?" href="http://www.wealthydragon.com/blog/2009/11/12/do-you-need-that-plugin/" target="_blank">reduce the number of plugins I&#8217;m using</a></li>
<li>Plugins add bloat to your site, increasing its foot print on your server and, in many cases, slowing down site load times</li>
<li>The more plugins you have the more options there are for things to go wrong</li>
</ol>
<p>That said, the All-in-One-SEO plugin has been a wonderful plugin and served me well.  If you&#8217;re not running Thesis (or another theme that provides the same functionality) I&#8217;d say it&#8217;s a must-have.</p>
<p>But being able to remove it and reduce bloat, speed up site-load times and reduce the chances of things going wrong is too good an opportunity to pass!</p>
<p>I&#8217;m a happy bunny now <img src='http://www.wealthydragon.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers,</p>
<p><img class="alignnone" title="Martin Malden" src="http://www.wealthydragon.com/blogbanners/MMShortSignature.JPG" alt="Martin Malden" width="146" height="82" /></p>


<p>Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2009/11/12/do-you-need-that-plugin/' rel='bookmark' title='Permanent Link: Stop! Do You REALLY Need That Plugin?'>Stop! Do You REALLY Need That Plugin?</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/02/15/what-is-your-favourite-plugin/' rel='bookmark' title='Permanent Link: What Is Your Favourite Plugin?'>What Is Your Favourite Plugin?</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/12/03/1-more-plugin-removed/' rel='bookmark' title='Permanent Link: 1 More Plugin Bites the Dust'>1 More Plugin Bites the Dust</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=UoaDg3-UmDE:b2Ygclukx7Q:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=UoaDg3-UmDE:b2Ygclukx7Q:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?i=UoaDg3-UmDE:b2Ygclukx7Q:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=UoaDg3-UmDE:b2Ygclukx7Q:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=UoaDg3-UmDE:b2Ygclukx7Q:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?i=UoaDg3-UmDE:b2Ygclukx7Q:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=UoaDg3-UmDE:b2Ygclukx7Q:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=UoaDg3-UmDE:b2Ygclukx7Q:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?i=UoaDg3-UmDE:b2Ygclukx7Q:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CreatingAnAwesomeHomeBusiness/~4/UoaDg3-UmDE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wealthydragon.com/blog/2010/07/01/thesis-all-in-one-seo-plugin/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.wealthydragon.com/blog/2010/07/01/thesis-all-in-one-seo-plugin/</feedburner:origLink></item>
		<item>
		<title>Schmoozing Yahoo</title>
		<link>http://feedproxy.google.com/~r/CreatingAnAwesomeHomeBusiness/~3/7OoZqTHSglA/</link>
		<comments>http://www.wealthydragon.com/blog/2010/06/29/yahoo-search-traffic/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 23:30:05 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[free traffic]]></category>
		<category><![CDATA[ppc]]></category>
		<category><![CDATA[website traffic]]></category>

		<guid isPermaLink="false">http://www.wealthydragon.com/blog/?p=1734</guid>
		<description><![CDATA[I have an interesting problem that I&#8217;ve wrestled with for a while: 99% of my search engine traffic on this site comes from Google. While I&#8217;m delighted that Google sends me a lot of traffic, there are two problems: I&#8217;m missing out on the 40% or so of web search traffic that Yahoo accounts for [...]


Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2008/09/11/make-ppc-campaign-effective/' rel='bookmark' title='Permanent Link: 1 Way To Make Your PPC Campaign More Effective'>1 Way To Make Your PPC Campaign More Effective</a></li>
<li><a href='http://www.wealthydragon.com/blog/2008/11/07/10-steps-to-website-traffic/' rel='bookmark' title='Permanent Link: 10 Easy Steps to Consistent Website Traffic'>10 Easy Steps to Consistent Website Traffic</a></li>
<li><a href='http://www.wealthydragon.com/blog/2010/07/22/keep-readers-on-site-longer/' rel='bookmark' title='Permanent Link: Persuade Readers to Stay Longer Without Locking Them Up'>Persuade Readers to Stay Longer Without Locking Them Up</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2010%2F06%2F29%2Fyahoo-search-traffic%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2010%2F06%2F29%2Fyahoo-search-traffic%2F&amp;source=abledragon&amp;style=normal&amp;service=bit.ly" height="61" width="50" />
			</a>
		</div><p><img class="alignleft" title="Yahoo " src="http://www.wealthydragon.com/blogbanners/yahoo_logo.jpg" alt="Yahoo " width="160" height="112" />I have an interesting problem that I&#8217;ve wrestled with for a while:</p>
<p>99% of my search engine traffic on this site comes from Google.</p>
<p>While I&#8217;m delighted that Google sends me a lot of traffic, there are two problems:</p>
<ol>
<li>I&#8217;m missing out on the 40% or so of web search traffic that Yahoo accounts for</li>
<li>I hate being so dependent on a single source.</li>
</ol>
<p>So I&#8217;ve been taking some steps to up my Yahoo traffic.  I&#8217;ve focused on this for a while and, although I&#8217;ve seen a small uptick, it&#8217;s still very small.</p>
<p>I&#8217;ve made the mistake over the past couple of years of focusing on Google search traffic and, while I&#8217;ve been doing things that I believed were good, <em>generic </em>SEO practices, I may have inadvertently optimized my site for Google.</p>
<p>So a while ago I took a couple of steps to rectify this:</p>
<ol>
<li>I registered and verified my site in Yahoo Site Explorer (Yahoo&#8217;s equivalent of Google Webmaster Tools)</li>
<li>I got myself a validation key for my XML sitemap generator plugin so that Yahoo is notified of new posts and pages (as well as Google, Ask and Bing)</li>
</ol>
<p>However, I didn&#8217;t notice any perceptible change and after a couple of months (about 1 month ago now) I took a third:</p>
<p>I set up a low key Yahoo Search Marketing campaign</p>
<p>I thought long and hard about the YSM campaign.  It&#8217;s the first time I&#8217;ve done anything that amounted to paying for traffic to this site, but here&#8217;s why I did it:</p>
<p>I have another WordPress site which is configured in exactly the same way as this one. Same XML sitemap plugin, registered in Google Webmaster Tools but not Yahoo Site Explorer, same SEO practices that I&#8217;ve followed with this one.</p>
<p>Yet on that site 49% of my traffic comes from Yahoo.</p>
<p>Why the difference?</p>
<p>That site has a sister site and they sit on the same domain name, but with two different TLDs &#8211; one is .net, the other .com</p>
<p>I&#8217;d run a Yahoo Search Marketing campaign for a while to drive traffic to the .net site, which was the first one I set up.</p>
<p>When I set up the .com site I deliberately did not set up a YSM campaign and yet Yahoo started sending search traffic to that site before Google did.</p>
<p>In fact, initially some of the traffic they sent to the .com site should have gone to the .net site.  They got that sorted out after a while, and they now send natural search traffic to the correct sites.</p>
<p>I was surprised that Yahoo started sending search traffic so quickly to the .com site, and it&#8217;s still sending a smidgeon under half of all search traffic to it today.</p>
<p>The only thing I could find that was different was that I&#8217;d been running that YSM campaign driving traffic to the .net version of the domain name.</p>
<p>So part of my experiment is to set up a low-key YSM campaign to drive traffic to <em>this</em> site.</p>
<p>The purpose of the campaign is not about driving paid traffic for its own sake.  It&#8217;s to find out whether using a YSM campaign helps to increase the natural (unpaid) search traffic over the longer term.</p>
<p>I&#8217;ve had this campaign going for a month or so and there&#8217;s been a miniscule upturn in natural search traffic from Yahoo (2% better than it was a month ago), but a noticeable number of visits from new traffic sources.</p>
<p>This is mostly from minor search engines that didn&#8217;t figure at all previously.</p>
<p>So I&#8217;m going to continue this campaign for a while and see what happens.</p>
<p>If anyone else has come across this problem I&#8217;d love to know how you dealt with it &#8211; let me know in a comment!</p>
<p>Cheers,</p>
<p><img class="alignnone" title="Martin Malden" src="http://www.wealthydragon.com/blogbanners/MMShortSignature.JPG" alt="Martin Malden" width="146" height="82" /></p>


<p>Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2008/09/11/make-ppc-campaign-effective/' rel='bookmark' title='Permanent Link: 1 Way To Make Your PPC Campaign More Effective'>1 Way To Make Your PPC Campaign More Effective</a></li>
<li><a href='http://www.wealthydragon.com/blog/2008/11/07/10-steps-to-website-traffic/' rel='bookmark' title='Permanent Link: 10 Easy Steps to Consistent Website Traffic'>10 Easy Steps to Consistent Website Traffic</a></li>
<li><a href='http://www.wealthydragon.com/blog/2010/07/22/keep-readers-on-site-longer/' rel='bookmark' title='Permanent Link: Persuade Readers to Stay Longer Without Locking Them Up'>Persuade Readers to Stay Longer Without Locking Them Up</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=7OoZqTHSglA:Fpe4JBBbw-k:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=7OoZqTHSglA:Fpe4JBBbw-k:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?i=7OoZqTHSglA:Fpe4JBBbw-k:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=7OoZqTHSglA:Fpe4JBBbw-k:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=7OoZqTHSglA:Fpe4JBBbw-k:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?i=7OoZqTHSglA:Fpe4JBBbw-k:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=7OoZqTHSglA:Fpe4JBBbw-k:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?a=7OoZqTHSglA:Fpe4JBBbw-k:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/CreatingAnAwesomeHomeBusiness?i=7OoZqTHSglA:Fpe4JBBbw-k:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CreatingAnAwesomeHomeBusiness/~4/7OoZqTHSglA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.wealthydragon.com/blog/2010/06/29/yahoo-search-traffic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.wealthydragon.com/blog/2010/06/29/yahoo-search-traffic/</feedburner:origLink></item>
	</channel>
</rss>
