<?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>Create an Awesome Home Business &#187; SEO</title>
	<atom:link href="http://www.wealthydragon.com/blog/category/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wealthydragon.com/blog</link>
	<description>Hype-Free Internet Marketing Tips</description>
	<lastBuildDate>Thu, 02 Sep 2010 11:30:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Do Better on Google: Speed Up Your Site Load Time</title>
		<link>http://www.wealthydragon.com/blog/2010/07/13/gzip-speed-up-site-load-time/</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>]]></content:encoded>
			<wfw:commentRss>http://www.wealthydragon.com/blog/2010/07/13/gzip-speed-up-site-load-time/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>An Interesting SEO Experience</title>
		<link>http://www.wealthydragon.com/blog/2010/06/08/interesting-seo-experience/</link>
		<comments>http://www.wealthydragon.com/blog/2010/06/08/interesting-seo-experience/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 23:30:49 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[free traffic]]></category>
		<category><![CDATA[internet marketing resources]]></category>

		<guid isPermaLink="false">http://www.wealthydragon.com/blog/?p=1712</guid>
		<description><![CDATA[A while ago I wrote about hitting Google page 1 out of 192,000,000 results for the search term &#8216;online home business tips&#8217;. Having hit that target I confidently waited for my traffic to start kicking up. But it remained pretty much unchanged. Digging a bit further revealed that although there were around 200,000,000 results for [...]


Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2008/05/08/seo-or-good-content-part-1/' rel='bookmark' title='Permanent Link: SEO or Good Content Part 1'>SEO or Good Content Part 1</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/09/19/seo-wordpress-blog/' rel='bookmark' title='Permanent Link: How to SEO a WordPress Blog'>How to SEO a WordPress Blog</a></li>
<li><a href='http://www.wealthydragon.com/blog/2010/05/11/website-code-important-seo/' rel='bookmark' title='Permanent Link: Why Your Website Code is Important for SEO'>Why Your Website Code is Important for 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%2F06%2F08%2Finteresting-seo-experience%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2010%2F06%2F08%2Finteresting-seo-experience%2F&amp;source=abledragon&amp;style=normal&amp;service=bit.ly" height="61" width="50" />
			</a>
		</div><p><img class="alignleft" title="Unexpected experience" src="http://www.wealthydragon.com/blogbanners/other-028.jpg" alt="Unexpected experience" width="160" height="160" />A while ago I wrote about hitting <a title="Google Page 1" href="http://www.wealthydragon.com/blog/2010/02/16/google-page-1/" target="_blank">Google page 1 out of 192,000,000 results</a> for the search term &#8216;online home business tips&#8217;.</p>
<p>Having hit that target I confidently waited for my traffic to start kicking up.  But it remained pretty much unchanged.</p>
<p>Digging a bit further revealed that although there were around 200,000,000 results for the search term &#8216;online home business tips&#8217;, there were relatively few searches.</p>
<p>The term &#8216;Internet marketing tips&#8217; has a much better supply/demand ratio, with more searches but only 60,000,000 results.</p>
<p>So about a month ago I decided to re-optimise this site for the term &#8216;Internet Marketing tips&#8217;, fully expecting to lose my first page position for &#8216;online home business tips&#8217; in the process.</p>
<p>Since the term &#8216;online home business tips&#8217; was not bringing in the visitors, I figured dropping off the front page wasn&#8217;t going to have any impact anyway.</p>
<p>So I set about re-optimising everything, expecting to drop off the first page for &#8216;online home business tips&#8217; and start climbing up the order for &#8216;Internet Marketing tips&#8217;.</p>
<p>And the opposite has happened.</p>
<p>I&#8217;m still on the first page for &#8216;online home business tips&#8217; (number 4 out of 203,000,000 today) and I&#8217;m still way down (unchanged) for &#8216;Internet Marketing tips&#8217;.</p>
<p>And my traffic has been completely unaffected.  (More than 38% of my traffic comes from Google search results &#8211; all of it direct to individual articles).</p>
<p>I have to say I&#8217;m surprised and puzzled.</p>
<p>I&#8217;ve been in this business long enough to know how to optimize sites and pages &#8211; the amount of traffic I get from the natural search results to individual articles is testament to that.</p>
<p>But it&#8217;s clear that the process of re-optimising a site is a lot less sensitive than re-optimising an individual article.  Something I&#8217;d not appreciated before.</p>
<p>Anyway, since the changes I made have had no impact on my traffic I&#8217;m going to leave them in place.</p>
<p>The supply/demand ratio on the term &#8216;Internet marketing tips&#8217; is so much better than it is on &#8216;online home business tips&#8217; that I will eventually get a benefit when the re-optimisation of the site starts to take effect.</p>
<p>If not, it&#8217;s back to the drawing board again! <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/2008/05/08/seo-or-good-content-part-1/' rel='bookmark' title='Permanent Link: SEO or Good Content Part 1'>SEO or Good Content Part 1</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/09/19/seo-wordpress-blog/' rel='bookmark' title='Permanent Link: How to SEO a WordPress Blog'>How to SEO a WordPress Blog</a></li>
<li><a href='http://www.wealthydragon.com/blog/2010/05/11/website-code-important-seo/' rel='bookmark' title='Permanent Link: Why Your Website Code is Important for SEO'>Why Your Website Code is Important for SEO</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wealthydragon.com/blog/2010/06/08/interesting-seo-experience/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Choosing Keywords and META Tags</title>
		<link>http://www.wealthydragon.com/blog/2010/05/20/keywords-and-meta-tags/</link>
		<comments>http://www.wealthydragon.com/blog/2010/05/20/keywords-and-meta-tags/#comments</comments>
		<pubDate>Wed, 19 May 2010 23:30:36 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[internet marketing resources]]></category>
		<category><![CDATA[meta tags]]></category>

		<guid isPermaLink="false">http://www.wealthydragon.com/blog/?p=1687</guid>
		<description><![CDATA[Last week I wrote about some key points that came out of a website review I completed recently (see it here) One of the things I delivered as part of that review was a set of META tags for each page on the site, so I figured I&#8217;d explain how I went about that. A [...]


Related Posts:<ol><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>
<li><a href='http://www.wealthydragon.com/blog/2010/07/06/using-description-tags/' rel='bookmark' title='Permanent Link: Are You Making the Most of Description Tags?'>Are You Making the Most of Description Tags?</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%2F05%2F20%2Fkeywords-and-meta-tags%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2010%2F05%2F20%2Fkeywords-and-meta-tags%2F&amp;source=abledragon&amp;style=normal&amp;service=bit.ly" height="61" width="50" />
			</a>
		</div><p><img class="alignleft" title="Keywords" src="http://www.wealthydragon.com/blogbanners/tobj-066.jpg" alt="Keywords" width="160" height="120" />Last week I wrote about some key points that came out of a website review I completed recently (<a title="Website Code is Important in SEO" href="http://www.wealthydragon.com/blog/2010/05/11/website-code-important-seo/" target="_blank">see it here</a>)</p>
<p>One of the things I delivered as part of that review was a set of META tags for each page on the site, so I figured I&#8217;d explain how I went about that.</p>
<p>A heck of a lot of META tags have been defined and you certainly don&#8217;t need to use all of them. Probably the three most important ones are: Title, Description and Keywords.</p>
<p>There are also tags that tell the search engines whether or not to index your page, whether or not to follow links on the page, whether or not to keep a copy of your page in their archives, how soon they should re-crawl the page and a whole lot more.</p>
<p>You can use these tags if you specifically want the search engines to do something other than the default.</p>
<p>So there&#8217;s no need, for example, to specify that a page should be indexed.  It will be indexed by default.  Only if you do <em>not</em> want it to be indexed do you need to specify this.</p>
<p>Turning, then, to the three I referred to earlier: these are all based on the keywords your page is focused around.</p>
<p>So before we get into them in more detail let&#8217;s look at generating keywords.</p>
<h2>Generating Keywords</h2>
<p>There&#8217;s an ongoing argument about whether or not the search engines rely on keywords &#8211; meaning the META keywords &#8211; but the fact still remains you need to think in terms of them.</p>
<p>Or, more specifically, what someone searching for what your page is about might type into the search engines &#8211; the search term they might use.</p>
<p>When you type in a search term and look at the results you&#8217;ll see that whenever a word you typed in appears in the results it&#8217;s made bold.</p>
<p>And, since your eyes are naturally drawn to the bolded words, you&#8217;re more likely to click on those links first.</p>
<p>Therefore, you want to come up with a title tag that contains the words that people searching for your page have typed in.</p>
<p>Many people will tell you that you need to do your keyword research first (and exhaustively) and then write your article around whatever you came up with.</p>
<p>I have to admit that I do the exact opposite <img src='http://www.wealthydragon.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I work out what message I want to give and then write the article to give it.</p>
<p>Having got the article to the point where my message is clear I then turn to keywords.</p>
<p>Most times the keywords just jump out at me but, where they don&#8217;t, and if I&#8217;m really stuck, I copy the article into a static web page on my admin site and open up Google Adwords.</p>
<p>In Adwords I go to the keyword tool, type in the URL of the page I&#8217;ve just uploaded and search for keyword suggestions.</p>
<p>The Adwords tool analyses the page and produces a list of keywords that people searching for the kind of information on the page have typed in.</p>
<p>I can then pick terms from the list to use in my Title, Keywords and Description tags.</p>
<p>Let me pause here and clarify what these tags are:</p>
<p>The Title and Description tags are best illustrated in this picture:</p>
<p><img class="aligncenter" title="Title and Description examples" src="http://www.wealthydragon.com/blogbanners/number-1-on-google-title-description.jpg" alt="Title and Description examples" width="474" height="106" /></p>
<p>The keywords are simply the search terms that people may type in to find what you&#8217;re writing about. You should only use a few of these and keep them focused.  8 &#8211; 10 is plenty.</p>
<h2>Using Your Keywords</h2>
<p>OK, so having got my keywords I then go back to the article and review what I&#8217;ve written in order to get them into the headers (H tags) and my opening paragraphs in the article itself.</p>
<p>Be careful here not to alter the way your article reads &#8211; make sure it still reads well to humans! Using this approach means you should only need to make minor modifications &#8211; if any.</p>
<p>I also come up with a META title that contains the most appropriate search term from the list.</p>
<p>The META title doesn&#8217;t need to be perfectly grammatical, so keep it short (less that 60 characters) and get your keywords (search term) as close to the beginning as possible.</p>
<p>I then write a META description that contains at least one of the keywords, but also entices people to click through to the article. Think of it as an Adwords ad.</p>
<p>And finally I select four or five of the keywords from the list to insert in my META keywords tag.  Yes &#8211; I do use META keywords, despite all the claims that they&#8217;re a waste of space.</p>
<p>I then paste these three META tags (plus any others I&#8217;m using) into the source code of my web page between the HEAD and /HEAD tags.</p>
<p>And that&#8217;s it.</p>
<p>To make it even easier you can use one of the many online META tag generator services to generate the code for you.  The one I use is <a title="META tag generator" href="http://www.htmlbasix.com/meta.shtml" target="_blank">here</a>.</p>
<p>Alternatively, if you&#8217;re using WordPress you can insert them via the All-in-one-SEO pack plugin or in the custom SEO fields (if you&#8217;re using Thesis).</p>
<p>As I mentioned in last week&#8217;s article: getting your META tags properly set up and in sync with the content on your page is an important part of on-page SEO, but the overall coding of your site is becoming increasingly important too.</p>
<p>So make sure you&#8217;ve got both well set up.</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/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>
<li><a href='http://www.wealthydragon.com/blog/2010/07/06/using-description-tags/' rel='bookmark' title='Permanent Link: Are You Making the Most of Description Tags?'>Are You Making the Most of Description Tags?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wealthydragon.com/blog/2010/05/20/keywords-and-meta-tags/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Why Your Website Code is Important for SEO</title>
		<link>http://www.wealthydragon.com/blog/2010/05/11/website-code-important-seo/</link>
		<comments>http://www.wealthydragon.com/blog/2010/05/11/website-code-important-seo/#comments</comments>
		<pubDate>Mon, 10 May 2010 23:30:42 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[free traffic]]></category>
		<category><![CDATA[internet marketing business]]></category>

		<guid isPermaLink="false">http://www.wealthydragon.com/blog/?p=1671</guid>
		<description><![CDATA[I&#8217;m just completing an SEO review on the website of a local business, and I thought it may be helpful to talk generally about some of the major points that came out. Don&#8217;t fret &#8211; total confidentiality is guaranteed! First thing to keep in mind: Search Engine Optimisation is a dynamic environment. The search engines [...]


Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2010/04/20/dont-ignore-seo/' rel='bookmark' title='Permanent Link: Don&#8217;t Ignore the SEO'>Don&#8217;t Ignore the SEO</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/09/19/seo-wordpress-blog/' rel='bookmark' title='Permanent Link: How to SEO a WordPress Blog'>How to SEO a WordPress Blog</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>
</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%2F05%2F11%2Fwebsite-code-important-seo%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2010%2F05%2F11%2Fwebsite-code-important-seo%2F&amp;source=abledragon&amp;style=normal&amp;service=bit.ly" height="61" width="50" />
			</a>
		</div><p><img class="alignleft" title="Optimising Performance" src="http://www.wealthydragon.com/blogbanners/tobj-078.jpg" alt="Optimising Performance" width="160" height="126" />I&#8217;m just completing an SEO review on the website of a local business, and I thought it may be helpful to talk generally about some of the major points that came out.</p>
<p>Don&#8217;t fret &#8211; total confidentiality is guaranteed!</p>
<p><strong>First thing to keep in mind: Search Engine Optimisation is a dynamic environment.</strong></p>
<p>The search engines constantly update their algorithms to provide more relevant results and stay ahead of the black-hatters.</p>
<p>Plus, developments in technology enable them to continually use new and more effective methods of discovering what your site is about.</p>
<p>None-the-less, some core principles hold true:</p>
<p><strong>Web users want sites that load quickly, are easy to navigate, provide good information and are clearly laid out.</strong></p>
<p><strong>So do the search engines.</strong></p>
<p>Consider that for a moment, and you&#8217;ll realize that this means more than just good content and good META tags.</p>
<p>It means your entire site construction must be efficient and clean. Here&#8217;s why:</p>
<h2>Use of images</h2>
<p>Among the things that slow down site load times are, of course, too many images that are too large.</p>
<p>I&#8217;ve seen sites that use images to portray information that should be in H1 or H2 headers.</p>
<p>Not only does this slow down the site load time but, unless you provide informative descriptions in your &#8216;alt&#8217; tags, the search engines won&#8217;t know what information you&#8217;re putting across &#8211; because they can&#8217;t read images.</p>
<p>Not good for SEO.</p>
<p>Wherever you use images be sure to complete informative &#8216;alt&#8217; and &#8216;title&#8217; tags.  <em>And use images to <strong>support</strong> your message, not to give it</em>.</p>
<h2>Multiple versions and types of code</h2>
<h3>HTML versus XHTML</h3>
<p>HTML has evolved through a number of versions to XHTML. Because of this there&#8217;s a doc type declaration at the top of each page that tells the browser which version of HTML or XHTML you&#8217;re using.</p>
<p>This enables the browser to render your site quickly and accurately.</p>
<p>I&#8217;ve seen sites that declare XHTML in the doc type but then use earlier versions of HTML (as well as XHTML) in the body content.</p>
<p>This will slow down site load times as the browser will take longer to figure out what you&#8217;re trying to display. On some browsers it may well create errors.</p>
<p>It will also reduce your cross-browser compatibility, meaning that your site will render completely differently in some browsers &#8211; potentially destroying your carefully designed layout.</p>
<p>Ensure that your site is consistently built, using the version of HTML (or XHTML) that you define in your doc type declaration.  This will speed up site load times and improve cross-browser compatibility.</p>
<p>Good for SEO</p>
<h3>Tables versus CSS</h3>
<p>I&#8217;ve seen new sites (developed as recently as last year) built using tables, but with blocks of CSS definitions and JavaScripts in the HEAD section.</p>
<p>This, again, will slow down site load times and reduce cross-browser compatibility.</p>
<p><strong>No new site should use tables in its construction</strong>.</p>
<p>CSS was developed to separate the design from the content.  The styling of your site should be done in a stylesheet and kept in a separate file.</p>
<p>This will speed up site load times because all the style rules need only be downloaded once, instead of each time a page is downloaded. The external stylesheet will ensure styling is displaid consistently throughout your site.</p>
<p>It also improves cross-browser compatibility by reducing the amount of code on the web page and defining the styling in accordance with the agreed CSS standards.</p>
<p>Reducing the amount of code on a page (thereby improving the ratio of content to code) will help the search engines to read your site and understand what it&#8217;s about.</p>
<p>Good for SEO</p>
<h2>Summary</h2>
<p>We&#8217;ve all known for a long time that the search engines&#8217; aim is to provide the most relevant results possible.  Therefore, good content was important if you wanted to do well in the search results.</p>
<p>But other factors are coming into play all the time, and site load-time is a recent one.</p>
<p>So, in addition to all the things I&#8217;ve written about before (good content, correct META tags, proper use of H tags, alt tags and title tags, etc), you need to pay close attention to things that will affect site load times and consistent rendering.</p>
<p>Which means making sure your code is up to scratch.</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/04/20/dont-ignore-seo/' rel='bookmark' title='Permanent Link: Don&#8217;t Ignore the SEO'>Don&#8217;t Ignore the SEO</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/09/19/seo-wordpress-blog/' rel='bookmark' title='Permanent Link: How to SEO a WordPress Blog'>How to SEO a WordPress Blog</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>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wealthydragon.com/blog/2010/05/11/website-code-important-seo/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t Ignore the SEO</title>
		<link>http://www.wealthydragon.com/blog/2010/04/20/dont-ignore-seo/</link>
		<comments>http://www.wealthydragon.com/blog/2010/04/20/dont-ignore-seo/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 04:29:29 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[free traffic]]></category>
		<category><![CDATA[meta tags]]></category>

		<guid isPermaLink="false">http://www.wealthydragon.com/blog/?p=1650</guid>
		<description><![CDATA[Interesting thread in the Third Tribe forum today: don&#8217;t ignore the SEO. It was started by someone who&#8217;d taken the &#8216;write for people, don&#8217;t write for the search engines&#8217; mantra literally &#8211; and not done any SEO work on their site. Now, I&#8217;ve repeated the &#8216;write for people &#8230;&#8217; theme many times on this site [...]


Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2008/05/13/seo-good-content-part-2/' rel='bookmark' title='Permanent Link: SEO or Good Content Part 2'>SEO or Good Content Part 2</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/09/19/seo-wordpress-blog/' rel='bookmark' title='Permanent Link: How to SEO a WordPress Blog'>How to SEO a WordPress Blog</a></li>
<li><a href='http://www.wealthydragon.com/blog/2008/05/08/seo-or-good-content-part-1/' rel='bookmark' title='Permanent Link: SEO or Good Content Part 1'>SEO or Good Content Part 1</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%2F04%2F20%2Fdont-ignore-seo%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2010%2F04%2F20%2Fdont-ignore-seo%2F&amp;source=abledragon&amp;style=normal&amp;service=bit.ly" height="61" width="50" />
			</a>
		</div><p><img class="alignleft" title="Writing for People" src="http://www.wealthydragon.com/blogbanners/office-018.jpg" alt="Writing for People" width="160" height="120" />Interesting thread in the Third Tribe forum today: don&#8217;t ignore the SEO.</p>
<p>It was started by someone who&#8217;d taken the &#8216;write for people, don&#8217;t write for the search engines&#8217; mantra literally &#8211; and not done any SEO work on their site.</p>
<p>Now, I&#8217;ve repeated the &#8216;write for people &#8230;&#8217; theme many times on this site and I hope I didn&#8217;t give the impression in doing so that the SEO will take care of itself.</p>
<p>Because it doesn&#8217;t.</p>
<p>SEO breaks down into two parts:</p>
<ol>
<li>On-page (or site) SEO</li>
<li> Off-page SEO</li>
</ol>
<p>Broadly speaking, as a webmaster or blogger you have direct control over the On-page SEO.  Your control over the Off-page SEO is way more tenuous.</p>
<h2>On-page SEO</h2>
<p>You need to get your On-page SEO right, because that&#8217;s what tells the search engines what your site (or page) is about.</p>
<p>Remember: the mission of the search engines is to provide the most relevant results possible to searchers.  To do that they need to know in as much detail as possible what information your page contains.</p>
<p>So the easier you can make it for them to do so, the better the SEO platform you&#8217;re building.</p>
<p>Here, then, is what you need to get done for your On-page SEO:</p>
<ol>
<li>Effective META page titles</li>
<li>Effective post titles (not the same thing, if you&#8217;re blogging on WordPress)</li>
<li>Effective use of H tags (heading tags)</li>
<li>Effective META description</li>
<li>Effective META keywords</li>
<li>Effective use of Tags and Categories (if you&#8217;re on WordPress)</li>
<li>Effective permalinks (or page urls)</li>
</ol>
<p>If you get those things right for your site as a whole and for each post (if you&#8217;re blogging) or page (if you&#8217;re doing a static site) you&#8217;ll have created a good SEO platform.</p>
<h2>Off-Page SEO</h2>
<p>Off-page SEO is where the principle of writing for people, not the search engines, comes into its own.</p>
<p>The principle driver of Off-page SEO is the number and quality of incoming links.</p>
<p>This is because the search engines see each incoming link as a vote of confidence by a third party in the quality of your site.</p>
<p>And the incoming links that the search engines are interested in are the ones created by humans.</p>
<p>So you want to write sufficiently well, and provide sufficiently useful information, that humans will link to your article (or site) or refer your page on to others.</p>
<p>And you definitely won&#8217;t achieve that by writing for the search engines.</p>
<h2>Summary</h2>
<p>So yes – write for people, not the search engines.  But make sure you get your On-page SEO set up first.</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/05/13/seo-good-content-part-2/' rel='bookmark' title='Permanent Link: SEO or Good Content Part 2'>SEO or Good Content Part 2</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/09/19/seo-wordpress-blog/' rel='bookmark' title='Permanent Link: How to SEO a WordPress Blog'>How to SEO a WordPress Blog</a></li>
<li><a href='http://www.wealthydragon.com/blog/2008/05/08/seo-or-good-content-part-1/' rel='bookmark' title='Permanent Link: SEO or Good Content Part 1'>SEO or Good Content Part 1</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wealthydragon.com/blog/2010/04/20/dont-ignore-seo/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SEO Guidelines and How to Avoid Getting Ripped Off</title>
		<link>http://www.wealthydragon.com/blog/2010/04/15/seo-guidelines-getting-ripped-off/</link>
		<comments>http://www.wealthydragon.com/blog/2010/04/15/seo-guidelines-getting-ripped-off/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 04:28:56 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[internet marketing resources]]></category>
		<category><![CDATA[meta tags]]></category>

		<guid isPermaLink="false">http://www.wealthydragon.com/blog/?p=1646</guid>
		<description><![CDATA[I&#8217;ve had two occasions recently to be shocked at what Search Engine Optimisation (SEO) consultants charge versus what they actually deliver. And angry, because (in one case) it was daylight robbery. So here&#8217;s a tip if you&#8217;re struggling with optimizing your site for the search engines: Get your self a free Google account (if you [...]


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/2010/04/20/dont-ignore-seo/' rel='bookmark' title='Permanent Link: Don&#8217;t Ignore the SEO'>Don&#8217;t Ignore the SEO</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>
</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%2F04%2F15%2Fseo-guidelines-getting-ripped-off%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2010%2F04%2F15%2Fseo-guidelines-getting-ripped-off%2F&amp;source=abledragon&amp;style=normal&amp;service=bit.ly" height="61" width="50" />
			</a>
		</div><p><img class="alignleft" title="Shady Person" src="http://www.wealthydragon.com/blogbanners/ppl-men-029.jpg" alt="Shady Person" width="160" height="155" />I&#8217;ve had two occasions recently to be shocked at what Search Engine Optimisation (SEO) consultants charge versus what they actually deliver.</p>
<p>And angry, because (in one case) it was daylight robbery.</p>
<p>So here&#8217;s a tip if you&#8217;re struggling with optimizing your site for the search engines:</p>
<p><strong>Get your self a free Google account (if you don&#8217;t already have one) and add Google Webmasters&#8217; Tools and Google Adwords to it.</strong></p>
<p>With Adwords you&#8217;ll need to give them details of a valid credit card, but you don&#8217;t need to spend anything unless you set up a campaign.</p>
<h2>Google Webmasters&#8217; Tools</h2>
<p>Then dig into Google Webmasters&#8217; Tools and read their guidelines on setting up an effective site – <a title="Google's Webmaster Guidelines" href="http://www.google.com/support/webmasters/bin/answer.py?answer=35769" target="_blank">Webmasters&#8217; Guidelines</a>.</p>
<p>There&#8217;s a lot of valuable information there and it&#8217;s a great starting point for making sure your site is properly structured and meets Google&#8217;s quality guidelines. Especially as it comes from Google itself.</p>
<p>For more information specifically about optimizing your site for the search engines there&#8217;s a PDF document on the Google Webmasters&#8217; Tools site.</p>
<p>It&#8217;s Google&#8217;s Search Engine Optimisation Starter Guide, and <a title="Google's Search Engine Optimisation Guide" href="http://static.googleusercontent.com/external_content/untrusted_dlcp/www.google.com/en//webmasters/docs/search-engine-optimization-starter-guide.pdf" target="_blank">you can find it here</a>.</p>
<p>This one goes into some detail on each of the on-page elements you need to pay attention to, what they do and how you should configure them for the best results.</p>
<p>I urge you to read both those documents to educate yourself on the principles of site construction and search engine optimization.</p>
<p>You may still decide to hire an SEO consultant if you do not have the time, the skills or the inclination to do it yourself.</p>
<p>That&#8217;s fine (and a good move unless you&#8217;re confident of doing it yourself), but please educate yourself on the basics first, so you know whether or not your chosen consultant is giving you good value.</p>
<p>Unfortunately, because SEO has this aura of being a black art, it&#8217;s an area that&#8217;s spawned a bunch of people who claim to be able to do wonderful things, for which you&#8217;ll pay a fortune and get little in return.</p>
<p>Here are <a title="Questions to ask your SEO Consultant" href="http://www.google.com/support/webmasters/bin/answer.py?answer=35291&amp;cbid=-d8gcjmv93v0n&amp;src=cb&amp;lev=answer" target="_blank">some questions to ask and things to look out for when looking for an SEO consultant</a>.</p>
<h2>Google Adwords</h2>
<p>I also mentioned adding Adwords to your Google account.  This is because Adwords contains a very powerful keyword tool that you can use to find good keywords for your site.</p>
<p>You&#8217;ll have noticed that those articles by Google on SEO don&#8217;t mention keywords.  That&#8217;s because Google is able to access your site and read the content of your pages, so it doesn&#8217;t need keywords to tell it what your site&#8217;s about.</p>
<p>However, other search engines (Yahoo and Ask among the major ones) do make use of keywords, so it&#8217;s as well to include properly focused keywords in your META tags.</p>
<p>Quite apart from that, the META keywords tag is part of the W3C standards for web page construction, so having them there helps to ensure your page is standards-compliant.</p>
<p>The Keywords Tool in Google Adwords offers you two ways of developing a set of META keywords for your page:</p>
<ol>
<li>You can type in the URL of your page and ask the tool to list keywords it recommends based on the page content</li>
<li>You can type in the primary keyword (or search term) you have come up with for the page and ask the tool to list related keywords.</li>
</ol>
<p>In both cases the tool will look at the keywords (or search terms) that people have used to find the same type of information that your page contains, and list those terms for you.</p>
<p>Some of the terms will be irrelevant. So select between 3 and 10 relevant ones and use those in the keyword META tag content for your page.</p>
<p>Search Engine Optimisation is a necessary and important part of making your website successful, but it&#8217;s not a black art.</p>
<p>So don&#8217;t let someone persuade you it is and charge you a fortune for doing little in return.</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/2010/04/20/dont-ignore-seo/' rel='bookmark' title='Permanent Link: Don&#8217;t Ignore the SEO'>Don&#8217;t Ignore the SEO</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>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wealthydragon.com/blog/2010/04/15/seo-guidelines-getting-ripped-off/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Page 1 Out Of 192 Million Results</title>
		<link>http://www.wealthydragon.com/blog/2010/02/16/google-page-1/</link>
		<comments>http://www.wealthydragon.com/blog/2010/02/16/google-page-1/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 08:50:52 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[website traffic]]></category>

		<guid isPermaLink="false">http://www.wealthydragon.com/blog/?p=1520</guid>
		<description><![CDATA[It may not be a big deal to you but it is to me. After 2 years of work this site is finally on the first page of Google, out of 192,000,000 results, for the search term Online Home Business Tips. And here&#8217;s the picture to prove it. OK, I&#8217;m only at number 10, but [...]


Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2009/03/18/backlinks-no-follow-page-rank/' rel='bookmark' title='Permanent Link: Backlinks, No Follow and Page Rank'>Backlinks, No Follow and Page Rank</a></li>
<li><a href='http://www.wealthydragon.com/blog/2010/07/13/gzip-speed-up-site-load-time/' rel='bookmark' title='Permanent Link: Do Better on Google: Speed Up Your Site Load Time'>Do Better on Google: Speed Up Your Site Load Time</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/12/15/making-your-blog-successful/' rel='bookmark' title='Permanent Link: 8 Steps to Making Your Blog Successful'>8 Steps to Making Your Blog Successful</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%2F02%2F16%2Fgoogle-page-1%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2010%2F02%2F16%2Fgoogle-page-1%2F&amp;source=abledragon&amp;style=normal&amp;service=bit.ly" height="61" width="50" />
			</a>
		</div><p><img class="alignleft" title="Google Page 1" src="http://www.wealthydragon.com/blogbanners/Page-1-out-of-192-million-trim.jpg" alt="Google Page 1" width="137" height="160" />It may not be a big deal to you but it is to me.</p>
<p>After 2 years of work this site is finally on the first page of Google, out of 192,000,000 results, for the search term Online Home Business Tips.</p>
<p>And here&#8217;s <a title="Google Page 1" href="http://www.wealthydragon.com/blogbanners/Page-1-out-of-192-million.jpg" target="_blank">the picture to prove it</a>.</p>
<p>OK, I&#8217;m only at number 10, but hey &#8211; who&#8217;s counting?</p>
<p>So why the excitement?</p>
<p><span id="more-1520"></span></p>
<p>I&#8217;ve held higher spots (including number 1 for some search terms) but they were not competitive terms.</p>
<p>I&#8217;m at number 5 (and I&#8217;ve hung around at somewhere between 4 and 9 for a long time) for the term Global Abundance Program, but that&#8217;s out of only 1,240,000 results.</p>
<p>And I&#8217;m at number 1 out of 43,400,000 results for the term Create an Awesome Home Business &#8211; but that&#8217;s the title of the site, so I should be up there somewhere.</p>
<p>But number 10 out 192,000,000 results for a term like Online Home Business Tips &#8211; well that, to me, is an achievement.</p>
<p>And I&#8217;m enjoying it.</p>
<p>My secret strategy?  Sorry &#8211; no secret strategies.  I&#8217;ve only done exactly what I&#8217;ve written about throughout this site.</p>
<p>Nothing even remotely approaching black hat.  Not even a trace of grey.  No tricks, no secret systems and no expensive SEO consultants.</p>
<p>It&#8217;s all here on the site, all the SEO techniques I&#8217;ve used, so browse the SEO category (under &#8216;See Articles On:&#8217; in the sidebar to the right) and enjoy.</p>
<p>And if you have any questions by all means <a title="Contact Martin Malden" href="http://www.wealthydragon.com/contact.html" target="_blank">drop me a line</a> &#8211; I&#8217;d love to hear from you.</p>
<p><em>Update: 4th March, 2010:</em></p>
<p>This morning out of curiosity I re-checked this site in Google, fully expecting it to have dropped back to the second page of results.</p>
<p>What I saw blew me away: it&#8217;s at number 1 out of 193,000,000 results &#8211; and <a title="Number 1 on Google out of 193 Million Results" href="http://www.wealthydragon.com/blogbanners/number-1-on-google.jpg" target="_blank">here&#8217;s the picture to prove it</a>.</p>
<p>I was utterly gob-smacked &#8211; but delighted  <img src='http://www.wealthydragon.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</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/03/18/backlinks-no-follow-page-rank/' rel='bookmark' title='Permanent Link: Backlinks, No Follow and Page Rank'>Backlinks, No Follow and Page Rank</a></li>
<li><a href='http://www.wealthydragon.com/blog/2010/07/13/gzip-speed-up-site-load-time/' rel='bookmark' title='Permanent Link: Do Better on Google: Speed Up Your Site Load Time'>Do Better on Google: Speed Up Your Site Load Time</a></li>
<li><a href='http://www.wealthydragon.com/blog/2009/12/15/making-your-blog-successful/' rel='bookmark' title='Permanent Link: 8 Steps to Making Your Blog Successful'>8 Steps to Making Your Blog Successful</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wealthydragon.com/blog/2010/02/16/google-page-1/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>How to Create a Search Engine Effective Web Page</title>
		<link>http://www.wealthydragon.com/blog/2009/07/22/search-engine-optimised-page/</link>
		<comments>http://www.wealthydragon.com/blog/2009/07/22/search-engine-optimised-page/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 04:04:58 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[web pages]]></category>

		<guid isPermaLink="false">http://www.wealthydragon.com/blog/?p=1204</guid>
		<description><![CDATA[I&#8217;m often amazed when I look at the source code of web pages, because creating a page that&#8217;s optimised for the search engines is so straightforward &#8211; yet so seldom done. I&#8217;ve said repeatedly: Search Engine Optimisation (SEO) is not a black art, so don&#8217;t let anyone tell you it is. All you need to [...]


Related Posts:<ol><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>
<li><a href='http://www.wealthydragon.com/blog/2008/05/15/more-on-search-results/' rel='bookmark' title='Permanent Link: More On How To Do Well In The Search Results'>More On How To Do Well In The Search Results</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%2F2009%2F07%2F22%2Fsearch-engine-optimised-page%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2009%2F07%2F22%2Fsearch-engine-optimised-page%2F&amp;source=abledragon&amp;style=normal&amp;service=bit.ly" height="61" width="50" />
			</a>
		</div><p><img class="alignleft" title="Knowledge" src="http://www.wealthydragon.com/blogbanners/ppl-other-055.jpg" alt="" width="160" height="139" />I&#8217;m often amazed when I look at the source code of web pages, because creating a page that&#8217;s optimised for the search engines is so straightforward &#8211; yet so seldom done.</p>
<p>I&#8217;ve said repeatedly: Search Engine Optimisation (SEO) is not a black art, so don&#8217;t let anyone tell you it is.</p>
<p>All you need to know about SEO is readily available on-line &#8211; and Google Webmaster&#8217;s Tools is a great place to start.</p>
<p>A quick recap:   <span id="more-1204"></span></p>
<p>On-page SEO, the way you construct your web pages, is more of a one-time exercise than off-page SEO &#8211; although it does require some maintenance, particularly if you change the content or focus of your site.</p>
<p>Off-page SEO is not complicated, but it does require a continuous effort.</p>
<p><strong>This article looks at how to structure a web page effectively &#8211; on-page SEO</strong>.</p>
<p>There are 3 areas to focus on:</p>
<ol>
<li><em>Your META tags</em>. This is data that sits in the header area of your page and is specifically designed to tell the search engines about your page: how often they should visit it, whether or not they can index it and so on. The search engines will naturally look for META data whenever they visit your page.</li>
<li><em>Tags within your content</em>. This is information that&#8217;s contained within HTML tags in the content you write. It&#8217;s designed to give the search engines information about things they can&#8217;t read (images, for example) and let them know about information you consider to be important &#8211; headers, sub headers, bolded text and so on.</li>
<li><em>Your content itself</em>. The search engines can and do read this.  As I mentioned elsewhere, it won&#8217;t be long before the search engines can assess the quality of spelling and grammar on a web page, and they may well start prioritising pages accordingly.</li>
</ol>
<p>So let&#8217;s take each of these in turn.</p>
<h3>META tags.</h3>
<p><img class="aligncenter" title="Meta Tags Screenshot" src="http://www.wealthydragon.com/blogbanners/metatags.JPG" alt="" width="455" height="509" /></p>
<p>This is an image of the page source of the header section of one of my sites. The META tags go in the header area &#8211; the bit between the HEAD and /HEAD tags (circled above) which, themselves, sit between the HTML and BODY tags, (1 above).</p>
<p>These tags give information to the search engines about your page, what it contains, who wrote and designed it, how often they should visit and so on.</p>
<p>The easiest way to understand what it&#8217;s telling them is to look at the input form of the on-line META tag generator that I used  to create them. Here&#8217;s a screenshot:</p>
<p><img class="aligncenter" title="Meta Tag Input Screenshot" src="http://www.wealthydragon.com/blogbanners/metataginput.jpg" alt="" width="459" height="468" /></p>
<p>All I did to create the META tags in the first picture was to fill the answers to the questions into the fields on the right of the second picture.</p>
<p>I then clicked the &#8216;Create Meta Tags&#8217; link at the bottom and pasted the resulting code into the page between the HEAD and /HEAD tags.</p>
<p>You can find this META tag generator <a title="Meta Tag Generator" href="http://www.htmlbasix.com/meta.shtml" target="_blank">here</a>.</p>
<p>That entire process will probably take you around 10 minutes, depending on how long you take to fill in the answers to the questions.</p>
<h3>Tags within your content.</h3>
<p>The tags within your content give the search engines information about content you consider to be important or content they cannot read &#8211; such as images.</p>
<p>The content you consider important is defined by the H tags, and these are no different to the &#8216;header 1&#8242;, &#8216;header 2&#8242; and &#8216;header 3&#8242; paragraph definitions in Word.</p>
<p>Usually your main headline for the page would be your &#8216;header 1&#8242; paragraph in Word or, in a web page, would be the words between your H1 and /H1 tags.</p>
<p>Sub paragraphs (header 2 and header 3 paragraphs in Word) would be the words between H2 and /H2, and H3 and /H3 tags on a web page.</p>
<p>You should use these tags to define headers and sub-headers within your content. Not only will this make it easier for readers to understand what your page is about, it will make it easier for the search engines too.</p>
<p>The other principle tags to use within your content are tags to tell the search engines what your pictures are about.</p>
<p>These are the alt tag, which defines the text that will be displaid if, for any reason, the image cannot be, and the title tag, which tells the viewer what your picture is about when they mouse over it.</p>
<p>Both of these tags are readable by the search engines, whereas the images are not. These tags give the search engines what may be important information, especially if you&#8217;re using an image to make an important point within your content.</p>
<h3>Your content itself</h3>
<p>As long as your page is focused on one subject (which, generally, it should be) your content will naturally contain relevant keywords.</p>
<p>An important message here is to write for people.</p>
<p>Don&#8217;t stuff keywords into your text in order to attract the search engines or achieve some keyword density target.  It will read unnaturally, with the result that it won&#8217;t impress people. And it won&#8217;t impress the search engines either.</p>
<p>However, it is worth finding a way to incorporate your main keywords into the H1, H2 and H3 content.  Remember, these tags tell the search engines (and readers) what you consider to be important. So getting your main keywords into these tags is a good way of letting the search engines know what your page is about.</p>
<h3>Summary:</h3>
<p>So, in order to create a web page that is effective in the search results you need to focus on 3 things:</p>
<ol>
<li>Your META tags</li>
<li>Your tags within content</li>
<li>Your content</li>
</ol>
<p>It goes without saying that these should all be tightly focused.  In other words, keywords that you define in your META tags should be completely in sync with the words you use in your H tags and the content of your page.</p>
<p>As such, you should be writing your page content first and refining that. Once you&#8217;re happy with the content you can define your META tags and H tags.</p>
<p>For other articles that I&#8217;ve written on SEO, <a title="Articles on SEO" href="http://www.wealthydragon.com/blog/category/seo/" target="_blank">click here</a>.</p>
<p><img class="alignnone" title="Martin Malden" src="http://www.wealthydragon.com/blogbanners/MMShortSignature.JPG" alt="" width="146" height="82" /></p>


<p>Related Posts:<ol><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>
<li><a href='http://www.wealthydragon.com/blog/2008/05/15/more-on-search-results/' rel='bookmark' title='Permanent Link: More On How To Do Well In The Search Results'>More On How To Do Well In The Search Results</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wealthydragon.com/blog/2009/07/22/search-engine-optimised-page/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>META Tags Are A Waste of Time</title>
		<link>http://www.wealthydragon.com/blog/2009/05/27/meta-tags-waste-of-time/</link>
		<comments>http://www.wealthydragon.com/blog/2009/05/27/meta-tags-waste-of-time/#comments</comments>
		<pubDate>Wed, 27 May 2009 04:35:54 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[meta tags]]></category>

		<guid isPermaLink="false">http://www.wealthydragon.com/blog/?p=822</guid>
		<description><![CDATA[I read a post recently in a forum that argued quite strongly that META tags are a waste of time. The argument was that they don&#8217;t serve a useful purpose any more, with the exception of the Title and Description tags. I disagreed quite strongly with that position. Here&#8217;s why:   META tags are part of [...]


Related Posts:<ol><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/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/2010/07/06/using-description-tags/' rel='bookmark' title='Permanent Link: Are You Making the Most of Description Tags?'>Are You Making the Most of Description Tags?</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%2F2009%2F05%2F27%2Fmeta-tags-waste-of-time%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2009%2F05%2F27%2Fmeta-tags-waste-of-time%2F&amp;source=abledragon&amp;style=normal&amp;service=bit.ly" height="61" width="50" />
			</a>
		</div><p><img class="alignleft" title="Waste of Time" src="http://www.wealthydragon.com/blogbanners/other-time-06.jpg" alt="" width="160" height="120" />I read a post recently in a forum that argued quite strongly that META tags are a waste of time.</p>
<p>The argument was that they don&#8217;t serve a useful purpose any more, with the exception of the Title and Description tags.</p>
<p>I disagreed quite strongly with that position.</p>
<p>Here&#8217;s why:   <span id="more-822"></span></p>
<p>META tags are part of the agreed standards for building web pages and sites.</p>
<p>They&#8217;re clearly defined and used for managing the way the search engines view and treat your site.</p>
<p>For example, the &#8216;robots&#8217; META tag gives the spiders instructions on whether to index a page or not, and whether or not to follow outgoing links.</p>
<p>If there is no instruction the robots will index the page and follow links.  But if you don&#8217;t want people to find a page via the search engines &#8211; for example, if it&#8217;s a download page &#8211; telling the robots they cannot index it is one of the ways of protecting it.</p>
<p>One of the arguments against using them (in that forum post) was that people have started spamming the META tags, as a result of which the search engines now ignore them.</p>
<p>Of course you can spam keywords into META tags &#8211; but of course the Search Engines recognise these and ignore them.  The spammy keywords, that is, not the META tags.</p>
<p>I do agree that the Title and Description tags are ones you should always use &#8211; they&#8217;re currently used in the natural search results and displaid to searchers. So a good title and description can grab attention and entice people to click through to your site.</p>
<p>But all the META tags are there for a reason, so it&#8217;s both sensible and in keeping with agreed standards to use them.</p>
<p>Different Search Engines do place different emphasis on different META tags now than they did a couple of years ago.  But, as we know, search engines are forever changing their algorithms and that also applies to how they view and use META tags.</p>
<p>So who knows how they&#8217;ll use them in 2 years time? I suspect not even the search engines do (yet).</p>
<p>There are a lot of META tag generators available online.  You simply fill in the answers to the questions they ask and they will generate the code for you to paste into the HEAD section of your page.</p>
<p>So there&#8217;s no reason at all not to use META tags &#8211; and every reason to do so.</p>
<p>They are part of the agreed standards for building pages and sites, and it&#8217;s so easy to generate them that they should always be included in any and all pages.</p>
<p>After all &#8211; if they&#8217;re all included it won&#8217;t matter how much or how often the search engines change the way they view and use them in the future.</p>
<p>Whatever they do, your META tags will be in place, which will increase your site&#8217;s resilience to any changes they make.</p>
<p><img class="alignnone" title="Martin Malden" src="http://www.wealthydragon.com/blogbanners/MMShortSignature.JPG" alt="" width="146" height="82" /></p>


<p>Related Posts:<ol><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/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/2010/07/06/using-description-tags/' rel='bookmark' title='Permanent Link: Are You Making the Most of Description Tags?'>Are You Making the Most of Description Tags?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wealthydragon.com/blog/2009/05/27/meta-tags-waste-of-time/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Backlinks, No Follow and Page Rank</title>
		<link>http://www.wealthydragon.com/blog/2009/03/18/backlinks-no-follow-page-rank/</link>
		<comments>http://www.wealthydragon.com/blog/2009/03/18/backlinks-no-follow-page-rank/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 12:54:47 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[no follow tag]]></category>

		<guid isPermaLink="false">http://www.wealthydragon.com/blog/?p=715</guid>
		<description><![CDATA[I received a question through my Dear Martin page the other day from someone who was asking how backlinks affected page rank, and how the &#8216;nofollow&#8217; tag affected backlinks, therefore affecting page rank. Here&#8217;s the response I offered: The first thing I&#8217;d say is don&#8217;t get hung up on Page Rank and all that other [...]


Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2008/10/01/do-follow-dont-follow/' rel='bookmark' title='Permanent Link: Do Follow, Don&#8217;t Follow, What The Heck'>Do Follow, Don&#8217;t Follow, What The Heck</a></li>
<li><a href='http://www.wealthydragon.com/blog/2008/08/29/to-follow-or-not-to-follow/' rel='bookmark' title='Permanent Link: To Follow or Not To Follow'>To Follow or Not To Follow</a></li>
<li><a href='http://www.wealthydragon.com/blog/2010/02/16/google-page-1/' rel='bookmark' title='Permanent Link: Google Page 1 Out Of 192 Million Results'>Google Page 1 Out Of 192 Million Results</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%2F2009%2F03%2F18%2Fbacklinks-no-follow-page-rank%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wealthydragon.com%2Fblog%2F2009%2F03%2F18%2Fbacklinks-no-follow-page-rank%2F&amp;source=abledragon&amp;style=normal&amp;service=bit.ly" height="61" width="50" />
			</a>
		</div><p><img class="alignleft" title="Lots of followers" src="http://www.wealthydragon.com/blogbanners/CHIL0029.JPG" alt="" width="160" height="90" />I received a question through my Dear Martin page the other day from someone who was asking how backlinks affected page rank, and how the &#8216;nofollow&#8217; tag affected backlinks, therefore affecting page rank.</p>
<p>Here&#8217;s the response I offered:</p>
<p>The first thing I&#8217;d say is don&#8217;t get hung up on Page Rank and all that other SEO-type stuff.  You&#8217;re focusing on the wrong thing.   <span id="more-715"></span></p>
<p>You need to focus on what your visitors want and give it to them. That&#8217;s it.</p>
<p>Having said that, the &#8216;nofollow&#8217; tag on a site does not have any impact on links coming <em>into</em> it. That is &#8211; where others are linking to you &#8211; backlinks.</p>
<p>Nofollow on your site only affects <em>outgoing</em> links from your site. It tells the Search Engines not to follow any outgoing links.</p>
<p>The blogging community got super hung up over this last year and people started refusing to comment on blogs that had the nofollow tag set. This was because they wouldn&#8217;t get credited by Google for links back to their sites from the blog they commented on.</p>
<p>That was an absolutely prime example of focusing on SEO-type stuff instead of giving good value to their visitors.  And in many cases it probably cost them traffic.</p>
<p>The thing to remember is this: the search engines are not the ones that will buy from you.  People are.</p>
<p>So write your blog or site for the benefit of people.</p>
<p>You should definitely set up your site properly &#8211; i.e. use the correct META tags, H tags, alt tags, and title tags, provide clear navigation, create a site map and so on. Make sure you get all the on-site SEO stuff sorted out.</p>
<p>But then forget about SEO and write for people. Use places like Twitter, forums, chat boards and wherever else your target market hangs out, to learn what people are asking about.</p>
<p>Then answer those questions on your blog.</p>
<p><img class="alignnone" title="Martin Malden" src="http://www.wealthydragon.com/blogbanners/MMShortSignature.JPG" alt="" width="146" height="82" /></p>


<p>Related Posts:<ol><li><a href='http://www.wealthydragon.com/blog/2008/10/01/do-follow-dont-follow/' rel='bookmark' title='Permanent Link: Do Follow, Don&#8217;t Follow, What The Heck'>Do Follow, Don&#8217;t Follow, What The Heck</a></li>
<li><a href='http://www.wealthydragon.com/blog/2008/08/29/to-follow-or-not-to-follow/' rel='bookmark' title='Permanent Link: To Follow or Not To Follow'>To Follow or Not To Follow</a></li>
<li><a href='http://www.wealthydragon.com/blog/2010/02/16/google-page-1/' rel='bookmark' title='Permanent Link: Google Page 1 Out Of 192 Million Results'>Google Page 1 Out Of 192 Million Results</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wealthydragon.com/blog/2009/03/18/backlinks-no-follow-page-rank/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
