<?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>Web, Design, SEO and other Hobbies &#187; SEO</title>
	<atom:link href="http://www.gwdesign.net/blog/tag/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gwdesign.net/blog</link>
	<description>Graham Wöbcke : Sydney, Australia - Web and Design Tips plus any opinions I feel I need to express</description>
	<lastBuildDate>Fri, 16 Jul 2010 03:00:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>SEO Bootcamp</title>
		<link>http://www.gwdesign.net/blog/seo/seo-bootcamp/</link>
		<comments>http://www.gwdesign.net/blog/seo/seo-bootcamp/#comments</comments>
		<pubDate>Fri, 01 Dec 2006 10:22:51 +0000</pubDate>
		<dc:creator>Graham</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.gwdesign.net/blog/?p=431</guid>
		<description><![CDATA[A quick post. Yesterday, I attended SEO Bootcamp at the Vibe Hotel Conference Rooms in Milsons Point, Sydney. This was a great presentation and I recommend people interested in SEO who live in Sydney attend one of these conferences. A brief summary of the topics covered: Keyword research, hierarchy and selection Copy writing for search [...]]]></description>
			<content:encoded><![CDATA[<p>A quick post. Yesterday, I attended SEO Bootcamp at the Vibe Hotel Conference Rooms in Milsons Point, Sydney. This was a great  presentation and I recommend people interested in SEO who live in Sydney attend one of these conferences.</p>
<p>A brief summary of the topics covered:</p>
<ul>
<li>Keyword research, hierarchy and selection</li>
<li>Copy writing for search engines and content development</li>
<li>Landing pages &#8211; optimisation and management</li>
<li>Tools for tracking and reporting your search activity + success</li>
<li>How to improve your page rank</li>
<li>Linking strategies</li>
</ul>
<p>You can read the <a href="http://www.searchenginebootcamp.com.au/wordpress/index.php/search-engine-bootcamp-2006/12/">SEO Bootcamp Ageneda</a> and see how many useful topics were covered.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gwdesign.net/blog/seo/seo-bootcamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic SEO Part 3 &#8211; Six Quick Tips For Web Developers</title>
		<link>http://www.gwdesign.net/blog/seo/basic-seo-part-3-six-quick-tips-for-web-developers/</link>
		<comments>http://www.gwdesign.net/blog/seo/basic-seo-part-3-six-quick-tips-for-web-developers/#comments</comments>
		<pubDate>Sun, 19 Nov 2006 00:53:56 +0000</pubDate>
		<dc:creator>Graham</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.gwdesign.net/blog/?p=426</guid>
		<description><![CDATA[Let’s continue with Part 3 of basic SEO. In previous posts, I have talked about the top of your HTML page and Google site maps. In this post, I will offer six quick tips on general web development to assist your SEO goals. 1. Always use the standard HTML tags for headings, bold text and [...]]]></description>
			<content:encoded><![CDATA[<p>Let’s continue with Part 3 of basic SEO. In previous posts, I have talked about the top of your HTML page and Google site maps.  In this post, I will offer six quick tips on general web development to assist your SEO goals.</p>
<p><strong>1. Always use the standard HTML tags for headings, bold text and lists.</strong></p>
<p>The HTML has tags for headings, bold text and and ordered/unordered lists and you should always use them. By using CSS, you can practically style them anyway you like.  By using a H1 heading tag for your headings, strong tags for important text and ul, ol and li tags to create lists will help search engines understand what text on that page is a heading or what are the more important terms on that page.</p>
<p>Using our lawn mowing example from the previous post, here is an example of NOT making a heading in a good way for SEO:</p>
<pre><code>
&lt;p style='font-size:16pt; font-weight:bold'&gt;Garden Maintainence Services&lt;/p&gt;
</code></pre>
<p>By applying a CSS style to a paragraph tag that makes text larger and bold doesn&#8217;t tell search engines it is a heading, but rather, it will treat it as though it is a paragraph of normal text because it is a paragraph tag. A much better way would be to define a style for your heading tags (H1, H2, H3, H4, H5 and H6) in your CSS file. The better way to make a heading is this:</p>
<pre><code>
&lt;h1&gt;Garden Maintainence Services&lt;/h1&gt;
</code></pre>
<p><strong>2. Always use ALT text when adding an image.</strong></p>
<p>As search engines can&#8217;t read text inside an image, by adding ALT text to your image tag helps the engines understand more about that image. You can use it to place more keywords and phrases into your page but don&#8217;t keyword stuff the ALT tags as this is frowned upon and can get you blacklisted.</p>
<p>Here is an example of using ALT text inside an image:</p>
<pre><code>
&lt;img src='/images/gardens.gif' width=400 height=300 alt='Garden Maintainence Services'&gt;
</code></pre>
<p><strong>3. Avoid Canonical URL issues and never place session IDs on the URL.</strong></p>
<p>Search engines see http://thelawnman.com.au, http://www.thelawnman.com.au, and http://www.thelawnman.com.au/index.html as three different pages. To correct this, you should always link to the preferred domain and at the root level ie. http://www.thelawnman.com.au/.  You may also wish to use a redirect to point all of your pages to this preferred option. If you have signed up at Google and are using Google Sitemaps and the Webmaster Tools, you can also select your preferred domain that Google uses. We love Google! How good is that.</p>
<p>If you are using sessions, make sure your Session ID (especially if you have a PHP site) is not added as a parameter PHPSESSID to the end a URL on your PHP page eg. PHPSESSID=34467908. This can be extremely problematic for your site&#8217;s search engine ranking. Search engines will see a unique PHPSESSID in the URL every time they visit a page on your site, and in turn think it is a different page each time and even worse, it could be viewed as lots of duplicate content and your site may become banned. Turn off this setting in your PHP.ini file or ask your server administrator to do this for you.</p>
<p><strong>4. Have a unique, meaningful TITLE tag on each and every page.</strong></p>
<p>Unfortunately, this is an area HUGELY NEGLECTED by many web developers. By not having a meaningful title tag, you are reducing the amount of traffic to your site greatly. Each and every page has different text, content and images so why would it not also have a different title? Why use a title of &#8220;untitled-1&#8243; when you can put meaningful words about your page in the title. It is also a bad idea to use one generic title across all of the pages on your site.</p>
<p>So, using our dummy site map from the <a href="http://www.gwdesign.net/blog/?p=277">first SEO article</a>, here are three titles for those three pages on our site:</p>
<p><strong>http://www.thelawnman.com.au/</strong></p>
<pre><code>
&lt;title&gt;Lawn Mowing, Tree Lopping and Garden Maintainence Services in Sydney :: thelawnman.com.au&lt;/title&gt;
</code></pre>
<p><strong>http://www.thelawnman.com.au/work-request.html</strong></p>
<pre><code>
&lt;title&gt;Work Request for Lawn Mowing and Garden Maintainence Services in Sydney :: thelawnman.com.au&lt;/title&gt;
</code></pre>
<p><strong>http://www.thelawnman.com.au/current-work.html</strong></p>
<pre><code>
&lt;title&gt;Current Work Schedule of The Lawn Man's Garden Maintainence Services in Sydney :: thelawnman.com.au&lt;/title&gt;
</code></pre>
<p><strong>5. Do not use &#8220;click here&#8221; or &#8220;read more&#8221; text links unless absolutely necessary.</strong></p>
<p>Unfortunately, this is also an area HUGELY NEGLECTED by many web developers. By not using meaningful text inside links, search engines cannot establish whether the link actually links correctly to the same subject as mentioned the link text.</p>
<p>An example of this is to search for &#8220;click here&#8221; inside Google. You will find the top result is actually for Adobe Acrobat Reader. This is because millions of pages use something similar to this:</p>
<pre><code>
To install the latest version of Acrobat Reader &lt;a href="www.adobe.com/products/acrobat/readstep2.html "&gt;click here&lt;/a&gt;.
</code></pre>
<p>So, it is important to have meaningful text inside your links as well. Let&#8217;s say we wanted to link from the homepage of our lawnman site to the work request page. The best way in which to do this would be:</p>
<pre><code>
If you would like The Lawn Man to work for you, please fill out the &lt;a href="http://www.thelawnman.com.au/work-request.html"&gt;Work Request for Lawn Mowing and Garden Maintainence Services&lt;/a&gt;.
</code></pre>
<p>The link text contains many of the same keywords in the TITLE tag and META data used of the work request page, so the search engines can determine that the link pointing to that page is one they can trust.</p>
<p><strong>6. Where possible, use the W3 Validators on your site.</strong></p>
<p>Your site does not need to be technically perfectly to rank high in the search engines but having a validated HTML page will help ensure that search engines (and browsers) will accurately see your page. Try using the official <A href="http://validator.w3.org/" target="_newWin">W3C Validator</a>. Validating generally identifies areas of your HTML code that is redundant, unnecessary, or not accepted across all browsers. All of which will help make your site more search engine friendly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gwdesign.net/blog/seo/basic-seo-part-3-six-quick-tips-for-web-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic SEO Part 2 &#8211; The Top Of Your Page</title>
		<link>http://www.gwdesign.net/blog/seo/basic-seo-part-2-the-top-of-your-page/</link>
		<comments>http://www.gwdesign.net/blog/seo/basic-seo-part-2-the-top-of-your-page/#comments</comments>
		<pubDate>Fri, 20 Oct 2006 09:16:38 +0000</pubDate>
		<dc:creator>Graham</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.gwdesign.net/blog/?p=410</guid>
		<description><![CDATA[Wow. What a busy month so far. Hardly had any time to do anything outside of my normal work and what not. So, let&#8217;s continue with Part 2 of basic SEO. The top of your HTML is some of the most important &#8216;code&#8217; you are likely to write if you are interested in obtaining a [...]]]></description>
			<content:encoded><![CDATA[<p>Wow. What a busy month so far. Hardly had any time to do anything outside of my normal work and what not.</p>
<p>So, let&#8217;s continue with Part 2 of basic SEO. The top of your HTML is some of the most important &#8216;code&#8217; you are likely to write if you are interested in obtaining a good search engine position. I&#8217;m going to break down the four most important factors and hopefully describe it in a way that helps.</p>
<p><strong>1. Title Meta Tag</strong></p>
<p>The title tag is displayed as the headline in Search Engine Result Pages. This title tag should be easy to read and contain your main keyword phrase toward the beginning of the tag. Don&#8217;t put your company name first, unless you are huge company already like Amazon or Ebay. People are more likely to search for products or services on offer, not your name. I think it is a good idea to capitalise every word in your tag as well. Titles should be five to ten words long, no more than 70 to 80 characters.</p>
<p><strong>2. Description Meta Tag</strong></p>
<p>The description tag is the paragraph will be displayed in the Search Engine Result Pages. Your description tag should be designed designed to attract customers and it should compel the reader to act right now and follow your link. If you do not include this description tag, search engines will sometimes display the first text on your page (which may not be the best option). When writing your description, you should approach it as though it is a proper sentence and follow proper grammar and the use of punctuation. It is also a good idea to try to include your subject and geographical references to where you are, like your city name. The description should not exceed 150-200 characters in length.</p>
<p><strong>3. Keywords Meta Tag</strong></p>
<p>The importance of Meta keyword tags fluctuates among different search engines. Some people deeply involved with the SEO community debate as to whether or not they help at all. I advise using relevant targeted keywords as they do seem to help with rankings, especially in Yahoo. Avoid stuffing with too many keywords. Just use relevant tags that apply directly to the content of that particular page, and don&#8217;t overdo it. Remember this simple &#8216;rule&#8217;: if your total keywords on a page has a value of 100, each keyword you use takes a percentage of that score. So, if you use 5 keywords, they each have a score of 20/100. The higher the score, the more powerful your keywords can be.</p>
<p><strong>4. Revisit Tag</strong></p>
<p>While not a search engine optimization item, the &#8220;revisit&#8221; tag may help a search engine spider to return in so many days to re-index the site. This may be of great importance to when your site updates its data and you are trying to get your latest content inside the index.</p>
<p><strong>5. Robots Tag</strong></p>
<p>The Robots Tag was created to provide developers a method of keeping pages out of search engine indexes who cannot upload or control the robots.txt file at their websites. The Robots Tag that may contain one or more of the following keywords without regard to case: none, noindex, nofollow, all, index and follow. Here is a break down of these keywords:</p>
<ul>
<li>none &#8211; ignore this page (equiv to: noindex, nofollow)
<li>noindex &#8211; page may not be indexed
<li>nofollow &#8211; do not follow links from this page
<li>all &#8211; no restrictions (equiv. to: index, follow)
<li>index &#8211; include this page
<li>follow &#8211; follow links from this page to find other pages
</ul>
<p>You can also specify actions for specific robots, like GoogleBot for example. This can be helpful if you find you are being crawled frequently by robots not offering any value to your site, and you wish to limit it to just GoogleBot and MSNBot for example.</p>
<p>One new keyword that has appeared is NOODP. This refers to the description displayed on search engine result pages and DMOZ. Some search engines will take the description of your site from DMOZ over your own description tags. Use this tag if you do not wish for this to happen.</p>
<p><strong>6. Put .CSS and JavaScript into External Files</strong></p>
<p>For search engines, excessive or poorly formatted code at the top of your page will have a negative impact on your rankings. By including your CSS and JavaScript in external files, you will increase the amount of text a search engine can read in your page. If you have too much HTML/JavaScript/CSS code, the text content usually won&#8217;t be seen entirely.</p>
<p><strong>So what is an example of a good header?</strong></p>
<p>So now, using out example website &#8211; www.thelawnman.com.au &#8211; which offers lawn mowing services in Sydney, here is an example of a good header targeting three keywords: lawn mowing services, tree lopping, garden maintenance</p>
<p><pre><code>
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"&gt;
&lt;html lang="en-us"&gt;
&lt;head&gt;
&lt;title&gt;Lawn Mowing, Tree Lopping and Garden Maintainence Services in Sydney :: thelawnman.com.au&lt;/title&gt;
&lt;meta http-equiv="content-type" content="text/html; charset=iso-8859-1"&gt;
&lt;meta name="Keywords" content="Lawn Mowing, Tree Lopping, Garden Maintenance Services, The Lawn Man, Sydney"&gt;
&lt;meta name="Description" content="The Lawn Man - Sydney based lawn mowing service with over 10+ yrs experience in garden maintenance. Whether you need lawns mowed or trees lopped, The Lawn Man is for you."&gt;
&lt;meta name="robots" content="noodp"&gt;
&lt;meta name="robots" content="index, follow"&gt;
&lt;meta name="GOOGLEBOT" content="index, follow"&gt;
&lt;style media="screen" type="text/css"&gt;@import url("includes/style.css");&lt;/style&gt;
&lt;/head&gt;
</code></pre>
</p>
<p>OK. So there you have it. Of course, this article did not discuss selecting appropriate keywords or displaying appropriate content, but it should be a guide to help you create an effect page header.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gwdesign.net/blog/seo/basic-seo-part-2-the-top-of-your-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic Web SEO &#8211; Part 1 &#8211; Google Sitemaps</title>
		<link>http://www.gwdesign.net/blog/seo/basic-web-seo-part-1-google-sitemaps/</link>
		<comments>http://www.gwdesign.net/blog/seo/basic-web-seo-part-1-google-sitemaps/#comments</comments>
		<pubDate>Fri, 01 Sep 2006 21:09:17 +0000</pubDate>
		<dc:creator>Graham</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.gwdesign.net/blog/?p=277</guid>
		<description><![CDATA[I&#8217;m going to write a series of articles on SEO showing all that I have learnt and tips I have picked up. SEO is becoming an essential part of every web developers skill set, and those without it will be left behind, and possibly without work! In all of these posts, I will use a [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going to write a series of articles on SEO showing all that I have learnt and tips I have picked up. SEO is becoming an essential part of every web developers skill set, and those without it will be left behind, and possibly without work! In all of these posts, I will use a fictitious website (at the moment) &#8211; www.thelawnman.com.au &#8211; to illustrate the examples. In my first artilce, I am going to talk about Google Sitemaps.</p>
</p>
<p>Google XML Sitemaps have been around for a while now and it is probebly a good time to starting to become familiar with them. They can help you to achieve up to date indexing in Google, which in turn should help you with search placement.</p>
<p>A Google XML Sitemap allows web developers to provide Google directly with a master list of all their site&#8217;s critical pages for indexing/crawling. The sitemap data is recorded inside an XML file and it includes a list of URL&#8217;s belonging to the site, the date the page was last modified date, how often the site is updated and the sites priority.</p>
<p>These Google XML sitemaps generally helps Google index your site but if your site is small (say under 10 pages) or is not updated very often, the Google XML Sitemap may not help much at all, especially if your site is already inside the index. It helps most with trying to keep the latest postings/versions of your page in Google. Larger sites with lots of pages should benefit as sometimes not all of your pages are appearing in the Google index.</p>
<p>Google XML sitemaps will in many cases not improve your page rankings, but by having the most current version of your site in Google&#8217;s index, this can help improve your results in Google SERPs (Search Engine Result Pages). This is due to you being able to make an update to a page and Google&#8217;s index will have this page updated more quickly than without the XML sitemap. This effectively means that with more frequent spidering you can help get your latest site version in the index, and this should help with  your sites rankings.</p>
<p>If your site is small or your prefer to you can create your XML sitemap manually. The structure is not difficult to follow and even an XML novice will be able to follow the structure of the XML sitemap. If you prefer automated tools that require little changes to the output, then I can recommend VIGOS GSitemap which is a free, easy to use tool that will help you create your XML sitemaps with ease.</p>
<p>Here is an example sitemap:</p>
<p>
<pre><code>
&lt;urlset xsi:schemaLocation="http://www.google.com/schemas/sitemap/0.84 http://www.google.com/schemas/sitemap/0.84/ sitemap.xsd"&gt;
&lt;url&gt;
&lt;loc&gt;http://www.thelawnman.com.au/&lt;/loc&gt;
&lt;lastmod&gt;2006-08-29T16:58:33+00:00&lt;/lastmod&gt;
&lt;changefreq&gt;Fortnightly&lt;/changefreq&gt;
&lt;priority&gt;0.7&lt;/priority&gt;
&lt;/url&gt;
&lt;url&gt;
&lt;loc&gt;http://www.thelawnman.com.au/work-request.html&lt;/loc&gt;
&lt;lastmod&gt;2006-08-29T16:58:33+00:00&lt;/lastmod&gt;
&lt;changefreq&gt;Monthly&lt;/changefreq&gt;
&lt;priority&gt;0.5&lt;/priority&gt;
&lt;/url&gt;
&lt;url&gt;
&lt;loc&gt;http://www.thelawnman.com.au/current-work.html&lt;/loc&gt;
&lt;lastmod&gt;2006-08-29T16:58:33+00:00&lt;/lastmod&gt;
&lt;changefreq&gt;Daily&lt;/changefreq&gt;
&lt;priority&gt;0.7&lt;/priority&gt;
&lt;/url&gt;
&lt;/urlset&gt;
</code></pre>
</p>
<p>Submitting your completed XML Sitemap to Google is relatively straightforward. After the file has been created the first thing you want to do is upload the file to your server, preferably at the root level eg. http://www.thelawnman.com.au/sitemap.xml. Now you will need to log into the Sitemap console using your Google account login. From here you can add a site to your account. To do this, simply enter your top level domain where it says &#8220;Add Site&#8221; eg. http://www.thelawnman.com.au/. This will add the domain to your account and allow you to then submit the XML sitemap you have created.  You will now be taken to the site summary page for this site. You will see a text link that says &#8220;Submit a Sitemap&#8221;. Click on this link to enter the online location of your XML sitemap.  Once you have entered in the location, click &#8220;Add Web Sitemap&#8221; and it is recorded.</p>
<p>So, that&#8217;s it. It is quite a simple process to get a sitemap added into Google. There is one final thing that you can do and I recommend you perform this optional step &#8211; you should verify your Sitemap. This can be easily done by placing a specific meta tag on your home page provided by Google. Verification allows you to access crawl stats and other valuable information regarding your Google listing.</p>
<p>Google XML sitemaps are great. We love Google!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gwdesign.net/blog/seo/basic-web-seo-part-1-google-sitemaps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
