<?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>Sydney Web design blog &#124; Cheb 2.0 &#187; Google</title>
	<atom:link href="http://www.cheb.com.au/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cheb.com.au</link>
	<description>A blog about Australia/Sydney Web design, Web 2.0, Technology, Gadgets, CSS/XHTML and more!</description>
	<lastBuildDate>Tue, 21 Jul 2009 01:46:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Search engine optimization: Getting the process right from scratch part 1</title>
		<link>http://www.cheb.com.au/search-engine-optimization-get-the-process-right-from-scratch-part-1/</link>
		<comments>http://www.cheb.com.au/search-engine-optimization-get-the-process-right-from-scratch-part-1/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 18:42:27 +0000</pubDate>
		<dc:creator>Cheb</dc:creator>
				<category><![CDATA[Search]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.cheb.com.au/?p=99</guid>
		<description><![CDATA[Hello again 2.0&#8242;ers! You&#8217;ve told me you&#8217;re loving the SEO blogs and I love my search optimization as well &#8211; so here goes another post. Today we are going to be looking at how to get the Search engine optimization process correct &#8211; from scratch! That&#8217;s right people! We&#8217;re going to go through just about [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Hello again 2.0&#8242;ers!</strong></p>
<p><strong>You&#8217;ve told me you&#8217;re loving the SEO blogs and I love my search optimization as well &#8211; so here goes another post. Today we are going to be looking at how to get the Search engine optimization process correct &#8211; from scratch!</strong></p>
<p><strong>That&#8217;s right people! We&#8217;re going to go through just about everything you need to do, and in what order you have to do them for your site, blog or online application to have as much chance as it can get with the marketing push that comes as a result of getting search optimization right.</strong></p>
<p>The post will at many stages branch off to what you should do if you are running a blog and what to do if you are dealing with a general website. Because WordPress <em>is</em> the most popular blogging platform online, we are going to assume you are running it! I am also going to go out on a limb and assume you as the faithful reader also have a working knowledge of HTML as you will need to do some handy-work at some stages.</p>
<p>Please not that in this blog post we will not be going into specifics such as keyword research and competitor analysis, etc. It is simply a guide to get the SEO process right from the start!</p>
<p>So now that the introduction and caveats are out of the way; without further ado &#8211; let&#8217;s kick some SEO but!</p>
<h3>Step 1: Build your website or install a WordPress blog on your server.</h3>
<p>Okay, this step isn&#8217;t rocket science &#8211; but for the sake of argument, we are going to assume you already have a website designed/developed and sitting there ready to be optimized. On the other hand, you could have just installed a WordPress blog on your server and it has come with the default theme with a pre-installed comment by &#8216;Mr WordPress&#8217; to get you going</p>
<h3>Step 2: Setup your robots.txt file</h3>
<p><strong><em>Wow, wow, slow down cowboy! What&#8217;s a robots.txt file?</em></strong><br />
Good question! Guys who don&#8217;t know this one, don&#8217;t worry &#8211; many people don&#8217;t really understand the underlying meaning of the robots.txt file.<span id="more-99"></span></p>
<p>In essence, the robots.txt is literally a text file which resides in your home directory; generally &#8216;/public_html/&#8217; &#8216;/home/&#8217; or &#8216;/www/&#8217;. It contains <em>instructions</em> or simple rules that robots, or search bots, such as Googlebot use when crawling your website or blog.</p>
<p><strong>What does it do?<br />
</strong>It tells search engines, through their spiders/bots (which crawl your website, and look for this &#8216;robots.txt&#8217; file) what content to allow people searching content from your site to find.</p>
<p><strong>Give me an example!<br />
</strong>Geez! ask for much? <img src='http://www.cheb.com.au/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Okay, let&#8217;s take an example from my own robots.txt file.</p>
<p>[code="html"]<br />
User-agent: *<br />
Disallow: /cgi-bin<br />
Disallow: /wp-admin<br />
Disallow: /wp-includes<br />
Disallow: /wp-content/plugins<br />
Disallow: /wp-login.php</p>
<p>User-agent: Googlebot-Image<br />
Disallow:</p>
<p># Does anyone care that I love my sitemap?<br />
Sitemap: http://www.cheb.com.au/sitemap.xml<br />
[/code]</p>
<p>Okay, it&#8217;s not as gibberish as it looks, believe me! Let&#8217;s dissect it&#8230;<br />
<strong>User-agent: </strong>is basically stating which search spider/bot we want to target. By me putting <strong>*</strong> it is basically saying I don&#8217;t care &#8211; I want all bots to follow the following rules. Basically, any rule(s) specified under the &#8216;User-agent: *&#8217; will make all bots who crawl your website or blog cooperate! Cool hah!<br />
If you look at the next section, my user agent is &#8216;Googlebot-image&#8217;. What I&#8217;m saying there is I don&#8217;t mind Googlebot-image crawling my server for relevant images to add to Google&#8217;s image search at http://images.google.com/imghp?hl=en.<br />
Anything that you pre-mark with a &#8220;<strong>#</strong>&#8221; is a comment, and will just be ignored; so when it comes time for me to be smart with my robots.txt file, having &#8220;# Does anyone care that I love my sitemap&#8221; doesn&#8217;t affect anything.<strong></strong><br />
<strong></strong></p>
<p><strong>Okay, this is pretty cool&#8230; Are you saying I get to tell Google, Yahoo! and other search engines what to crawl?</strong><br />
That&#8217;s exactly what I&#8217;m saying! It&#8217;s that simple! Create a &#8216;robots.txt&#8217; file, fill in the relevant information, save and upload to your main folder (where you can see the file you call when you type in www.your-domain.com) and you&#8217;re off on your SEO dream start.<br />
<strong></strong></p>
<p><strong>A few more examples?</strong><br />
<span style="color: #800000;">To <strong>exclude all</strong> robots from the entire server and its contents<br />
</span><br />
[code="html"]<br />
User-agent: *<br />
Disallow: /<br />
[/code]<br />
<span style="color: #800000;">To allow all robots <strong>complete access</strong> to the server and its contents</span><br />
[code="html"]<br />
User-agent: *<br />
Disallow:<br />
[/code]<br />
<span style="color: #800000;">To allow only one bot (Google) <strong>complete access</strong> to the server and its contents</span></p>
<p>[code="html"]<br />
User-agent: Google<br />
Disallow:</p>
<p>User-agent: *<br />
Disallow: /<br />
[/code]<br />
Because there is no &#8216;Allow&#8217; rule, we have two separate rules: Google is disallowed from nothing; whilst everyone else (bot-wise) is disallowed everything in &#8216;/&#8217; which is basically anything after your domain. i.e. www.cheb.com.au<strong>/</strong>anything here should NOT get crawled.<br />
I say &#8216;should not&#8217; as apposed to &#8216;will not&#8217; because some bots choose not to agree and will just crawl your content anyway. Although, the prominent ones we care about like Yahoo! and Google usually listen! <img src='http://www.cheb.com.au/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>There is a huge index/website which has everything you need to know about robots.txt alongside more examples and information at <a title="The Web Robots Pages" href="http://www.robotstxt.org/" target="_blank">The Web Robots Pages</a></p>
<h3>Step 3: Setup your sitemap</h3>
<p><strong><em>Wow, wow, slow down cowboy! What&#8217;s a sitemap?</em></strong><br />
A sitemap in very basic English is a listing of where to find &#8216;stuff&#8217; on your server or website. Having a well structured sitemap will help a search engine spider and index your pages more efficiently and ultimately lead to the possible quicker addition to the search index of that particular search engine.</p>
<p><strong>How do setup a sitemap if I am running WordPress?<br />
</strong>Try installing the cool WordPress <a title="Wordpress Google Sitemap Generator" href="http://www.arnebrachhold.de" target="_blank">Google Sitemap Generator</a> by Arne B. It takes the (albeit minor) pain out of site mapping.</p>
<p><strong>How do setup a sitemap if I&#8217;ve designed/developed my own website?<br />
</strong>That&#8217;s easy too! There are plenty of XML generators online which generate Google-friendly sitemaps. Check out the aptly-named <a title="XML Sitemaps" href="http://www.xml-sitemaps.com/index.php" target="_blank">XML Sitemaps</a>. The script will run through a domain you input and look for any links it finds on that page. Consequently, it will then follow any link which is fiound on the pages off the main page &#8211; just like a search bot does, and then generate a sitemap for you! The free version only crawls up-to 500 links, and might take its time &#8211; so be warned!<br />
You will want to download either the uncompressed or compressed XML version of the file &#8211; and if you like keep the HTML version for yourself.  Google (and other engines) will need the XML format! Here is an example (of one section only) of what you should see if you load the XML file you download into a browser:<br />
[code="xml"]<br />
<?xml version="1.0" encoding="UTF-8" ?><br />
- <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"<br />
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"<br />
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9<br />
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"><br />
- <url><br />
<loc>http://www.cheb.com.au/</loc></p>
<priority>0.5</priority>
<lastmod>2008-03-26T16:56:09+00:00</lastmod><br />
<changefreq>weekly</changefreq><br />
</url><br />
[/code]</p>
<h3>Step 4: Setup your Google Webmaster Central &amp; Yahoo Site Explorer accounts</h3>
<p>This step is important so you can track a lot of things about your SEO experience. Google Webmaster Central for example let&#8217;s you track your sitemap file and update it &#8216;on the fly&#8217; as well giving you detailed information about your particular URL and who has searched for what to get to your site/blog.</p>
<p>Yahoo! is pretty much the same, being able to track domains to your account and allowing you to run diagnostic tools to nut out any problems.</p>
<p>Both GWC and YSE ask you to verify that the domain actually belongs to you by either asking you to upload particular file to your web server (therefore proving you can login to the hosting account) or adding a meta tag such as:</p>
<p>[code="html"]<br />
<META name="y_key" content="2b21b3727a881f" ><br />
[/code]</p>
<p>Once you register for the accounts you will be able to make sure your SEO campaign is on track by finding and diagnosing any issues your sitemap, robots.txt file; or anything else for that matter &#8211; may be inhibiting the search engine from being able to successfully crawl your content. Remember, if search bots cannot get to you &#8211; you cannot be listed in their index!</p>
<p>Register for <a title="Google Webmaster Central" href="https://www.google.com/webmasters/tools/siteoverview?hl=en" target="_blank">Google Webmaster Central</a> and <a title="Yahoo! Site Explorer" href="http://siteexplorer.search.yahoo.com/" target="_blank">Yahoo! Site Explorer</a> today!</p>
<h3>Step 4: Setup Feedburner account</h3>
<p>If you are running a blog, or even a website with RSS &#8211; you <em>need</em> to have a Feedburner account. Feedburner is an online service which allows you to &#8216;burn&#8217; your RSS feeds &#8211; practically allowing you to find out how many people have subscribed to your syndication as well as allowing you to monetize your blog or website&#8217;s traffic through various sources.</p>
<p>More than anything else, Feedburner is the foremost RSS feed management service online. Their feed management tools will make sure you can track any potential problems with your RSS feeds &#8211; which could potentially be a problem for your search engine optimization because generally speaking most of the time RSS/XML problems are caused by issues in your code! Remember, we want to make sure nothing comes in our way of a successful SEO campaign.</p>
<p>If you are running an XML or Atom-based RSS feed, make sure you snap up your <a title="Feedburner" href="http://www.feedburner.com" target="_blank">Feedburner account</a> today if you don&#8217;t already have one!</p>
<h3>Step 5: Content, content and more content</h3>
<p>Make sure that at this stage you have all your content ready to go where it should be. There already is a possiblity that search engines have grabbed you into their index for many reasons. If you are writing a blog, have a post or two already written and as much as possible try to stick to a posting pattern &#8211; at least once every week to two weeks.</p>
<p>There are a lot more content rules we can follow, including how to link <em>and write</em> content in a way that it is SEO-friendly. Check out our previous article on <a title="SEO-driven blog writting techniques" href="http://www.cheb.com.au/seo-driven-blog-writing-techniques-seo-google/" target="_self">SEO-driven blog writing techniques</a>.</p>
<p><strong>Where are my headings?</strong><br />
It is also important, for SEO purposes that you should have at least one &#8216;heading one&#8217; tag appear at the top-most part of the site/blog. Only have one &lt;h1&gt; tag per page, and make sure that it is well-written using main keywords you want to tackle as well as keyword phrases.</p>
<p>You might think about running an SEO-experiment like I have, but the safest thing to bet on is that every page should have only one H1 (&lt;h1&gt; tag) which is generally the actual title of the blog post or page.</p>
<p><span style="color: #ff0000;"><strong>Please note</strong></span> that search engines <em><strong>can</strong></em> and <em><strong>do</strong></em> penalize you for using more than one heading one tag. Do NOT keyword-stuff your headings. Remember, write for humans first, search bots second! Not only do you risk losing a visitor/reader &#8211; but you could end up in supplemental results!</p>
<p>Finally, you can use any number of H2s and subsequent levels of header tags in a page, but if we wanted to get somewhat picky, semantically, you shouldn&#8217;t jump between headings. For example, H2 should follow H1, as H4 should proceed H5 &#8211; but that&#8217;s just being picky <img src='http://www.cheb.com.au/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h3>Step 6: Add yourself in&#8230;</h3>
<p>Okay, at this point, if you cannot find yourself in search engines, or after a search for &#8220;site:www.you.com&#8221; in Google or Yahoo! &#8211; then add yourself in. Please note, if you are running WordPress, and most other blogging platforms &#8211; unless you have unchecked the option during install, you will ping <a title="Technorati" href="http://www.technorati.com" target="_blank">Technorati</a> every time you blog, so there is a high chance you could already be indexed! Check Technorati to be sure.</p>
<p><strong>So there you go! Believe it or not, you have started your SEO campaign. Believe me, what you have already done has got you miles ahead of those who just &#8216;launch&#8217; a standard website or blog.</strong></p>
<p><strong>You just need determination and drive to keep it going &#8211; and more importantly believe it will work because you will invest more time in <em>making sure</em> it does! Stick around for part II of this post which will go through in more detail what to do now that you have setup the foundation for search optimization.</strong></p>
<p><strong>We will be going through link-building and backlinking techniques as well as where to market your website or blog to make sure you get the extra step forward!</strong></p>
<p>Be sure to <a title="Subscribe to Cheb 2.0 RSS Feed" href="httpp://www.cheb.com.au/feed/" target="_self">subscribe to our RSS feed</a> so you can get posts in your email inbox and also find out whenever we post new content. Share this article with a friend or digg it if you found it beneficial!<br />
Till next time, Cheb.</p>
<p><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cheb.com.au/search-engine-optimization-get-the-process-right-from-scratch-part-1/feed/</wfw:commentRss>
		<slash:comments>3987</slash:comments>
		</item>
		<item>
		<title>Google knols best: Wikipedia killer or just seven years too late?</title>
		<link>http://www.cheb.com.au/google-knols-best-wikipedia-killer/</link>
		<comments>http://www.cheb.com.au/google-knols-best-wikipedia-killer/#comments</comments>
		<pubDate>Sat, 15 Dec 2007 11:15:16 +0000</pubDate>
		<dc:creator>Cheb</dc:creator>
				<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.cheb.com.au/google-knols-best-wikipedia-killer/</guid>
		<description><![CDATA[In what seems to be another &#8216;idea&#8217; that Google hopes to sell as &#8216;changing the way people look for information online&#8217;, the California-based search giant is testing a &#8220;free tool&#8221; that they&#8217;re calling &#8220;knol&#8221;, which apparently stands for a unit of knowledge. Pardon the pun, but a bit grassy in my opinion! Not only does [...]]]></description>
			<content:encoded><![CDATA[<p><strong>In what seems to be another &#8216;idea&#8217; that <a title="Search tag at Cheb 2.0 Web Design blog" href="http://www.cheb.com.au/tag/Search/">Google</a> hopes to sell as &#8216;changing the way people look for information online&#8217;, the California-based search giant is testing a &#8220;free tool&#8221; that they&#8217;re calling &#8220;knol&#8221;, which apparently stands for a <em>unit of knowledge. </em>Pardon the pun, but a bit grassy in my opinion! </strong></p>
<p><strong>Not only does the term &#8216;knol&#8217; just not ring as many bells as &#8216;wiki&#8217; or &#8216;wikipedia&#8217; does, but is what Google trying to achieve simply just seven years too late?</strong></p>
<p><img src="http://www.cheb.com.au/wp-content/uploads/2007/12/googlevswiki.jpg" alt="Google vs. Wikipedia" /></p>
<p>Google may have changed the way we search for information online, but <a title="Wikipedia - The online encyclopedia" href="http://www.wikipedia.com" target="_blank">Wikipedia</a> can stand tall and proud of having changed the way millions of people <a title="Search category at Cheb 2.0 Web Design Blog" href="http://www.cheb.com.au/category/Search/">search</a> for knowledge online. Ironically, from its own Wikipedia article; &#8220;Launched in 2001, Wikipedia is the largest and dominant general reference work currently available on the Internet.&#8221;<span id="more-39"></span></p>
<p>The difference that <a title="Cheb 2.0 article on Google trends online" href="http://www.cheb.com.au/google-trends-search-trends-web-2-updated-daily-what-you-need-to-know/">Google</a> is promoting (obviously between them and Wikipedia) is that their goal is to &#8220;encourage people who know a particular subject to write an authoritative article about it.&#8221; Wow, sure seems like they are deviating from the norm these days, doesn&#8217;t it? You would have thought that was exactly what Wikipedia was about. The main difference however stems from the fact that Wikipedia&#8217;s visitors do not need to be qualified to contribute, since their primary role is to write articles that <em>cover existing <a title="Knowledge tag at Cheb 2.0 Web Design blog" href="http://www.cheb.com.au/tag/Knowledge/">knowledge</a></em>.</p>
<p>The somewhat cool thing that Google wants to promote is the author of the article themselves. As seen in the screenshot, (further below), the writer of the article will be a key part of the Knol web page design. Google believes that author&#8217;s don&#8217;t get much &#8216;praise&#8217; online, as they do offline.</p>
<p>One thing however that I find very intriguing is that Google Knol is really starting to sound like a an experiment in the cloning of <a title="Link to About.com" href="http://www.about.com" target="_blank">About.com</a> with <a title="Link to Wikipedia" href="http://www.wikipedia.com" target="_blank">Wikipedia</a>! Seriously, think about it!</p>
<p><em>About</em> has authors or &#8220;expert guides&#8221; who have to &#8216;prove&#8217; they really know about the topic they want to write about; whilst Google on the other hand want to &#8220;encourage people who know a particular subject to write an authoritative article about it&#8221;. I think we&#8217;re onto something here!</p>
<p>Google says that &#8216;anyone&#8217; can write, <em>but</em> believes that there are likely to be competing knols on the same subject. This is where we jump off into Web 2.0 land &#8211; because people can submit comments, ask questions, add additional content and even <em>edit </em>the information &#8211; <em>another</em> online community!<br />
The funny thing is on the official <a title="Link to official Google blog" href="http://googleblog.blogspot.com/" target="_blank">Google blog</a>, they conclude the post on Google Knol by stating, quote: &#8220;We do not want to build a walled garden of content; we want to disseminate it as widely as possible. Google will not ask for any exclusivity on any of this content and will make that content available to any other search engine.&#8221; Well of course you won&#8217;t build a walled garden of content, Google &#8211; sure, the Internet world will always look out for anything that comes out of Mountain View, CA; but do you really think you can take on Wikipedia with its 2,125,453+ articles consisting of over 921,000,000 words? (stats from <a title="Wikipedia article on Wikipedia" href="http://en.wikipedia.org/wiki/Wikipedia" target="_blank">Wikipedia article</a>)</p>
<p>I mean rating articles, commenting on articles and even asking questions would be &#8216;hell-a-cool&#8217;, but if I&#8217;m doing an assignment on World War II, am I really interested in writing a review about the article, or just finding out what I need and getting out of there?</p>
<p>Knowledge is power and content is king, but <em>not everything</em> needs a Web 2.0 slant on it. Don&#8217;t get me wrong &#8211; as soon as it&#8217;s publicly available not only will I be using it, but I&#8217;ll probably be blogging about it, but I&#8217;d never consider stop using Wikipedia; that&#8217;s just a given.</p>
<p>Finally, since this <em>is</em> somewhat of a <a title="Web Design Blog - Cheb 2.0 Web Design Blog" href="http://www.cheb.com.au">web design blog</a>, I have to say I like what Google has done with this preliminary design/mock-up for Knol. Google tends to get their user interface; more importantly, the <a title="Usability category at Cheb 2.0 Web Design Blog" href="http://www.cheb.com.au/category/Usability/">user experience</a> right and this one is certainly carrying on that trend. Soft colours, as well as what appears to be a bit of interactivity (drop down panels for more information, etc) and a fluid, vertical design pane gets the thumbs up from me. I guess we will have to wait and see what Google can make of all of this!</p>
<p>Check out the Knol preliminary web page design &gt;&gt; <a title="Knol Large screenshot" rel="lightbox" href="http://www.cheb.com.au/wp-content/uploads/2007/12/knol_lg.png">Show me Knol</a><br />
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></p>
<p><strong>So what do you think of Knol? Will it work? Should Wikipedia be worried? Share your thoughts with us. <a title="Subscribe to Cheb.com.au RSS Feed" href="http://www.cheb.com.au/feed/">Subscribe</a> to our RSS feed to stay on top of the latest we have to share. </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cheb.com.au/google-knols-best-wikipedia-killer/feed/</wfw:commentRss>
		<slash:comments>5268</slash:comments>
		</item>
	</channel>
</rss>

