<?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; Search</title>
	<atom:link href="http://www.cheb.com.au/category/search/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>Search engine optimization: Ten SEO terms you need to know!</title>
		<link>http://www.cheb.com.au/search-engine-optimization-seo-terms-glossary/</link>
		<comments>http://www.cheb.com.au/search-engine-optimization-seo-terms-glossary/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 18:33:58 +0000</pubDate>
		<dc:creator>Cheb</dc:creator>
				<category><![CDATA[Search]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[Search engine ranking]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.cheb.com.au/?p=98</guid>
		<description><![CDATA[Hello 2.0&#8242;ers, I&#8217;ve been recently getting some requests to blog a little more SEO-based articles &#8211; and because I&#8217;m such a nice guy (wink, wink) I&#8217;ll happily oblige! We&#8217;ve looked at SEO techniques to help you get the most out of your own blog, as well as trends in the SEO pipeline and even WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>Hello 2.0&#8242;ers,</p>
<p>I&#8217;ve been recently getting some requests to blog a little more SEO-based articles &#8211; and because I&#8217;m such a nice guy (wink, wink) I&#8217;ll happily oblige! We&#8217;ve looked at <a title="SEO techniques to get the most out of your blog" href="http://www.cheb.com.au/seo-driven-blog-writing-techniques-seo-google/" target="_self">SEO techniques to help you get the most out of your own blog</a>, as well as trends in the SEO pipeline and even <a title="Wordpress plugins to help achieve higher SEO rankings in Search engines" href="http://www.cheb.com.au/wordpress-plugins-help-seo-higher-search-engine-ranking/" target="_self">WordPress plugins to help you achieve higher PageRank and search rankings in Google</a> &#8211; but we haven&#8217;t got down to the nitty gritty of what makes up SEO and key concepts within SEO.</p>
<p>In this article, we will divulge some well-hidden terms used in Search engine optimization (or optimisation, for our Aussie readers <img src='http://www.cheb.com.au/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) &#8211; including examples, where appropriate. So let&#8217;s get going with the term itself!</p>
<h3><a title="Search Engine Optimization at Cheb 2.0 Web Design Blog" href="http://www.cheb.com.au/tag/seo/" target="_self">1. Search Engine Optimization</a></h3>
<p>Search engine optimization, or SEO for short is the practice of making a website or blog, and more importantly, its content &#8211; highly relevant and fresh for search engines, and searchers alike &#8211; who could become readers, subscribers or even customers as an outcome of the optimization. This form of online marketing, also referred to as Search Engine Marketing, or SEM, revolves around the concept of increasing your web presence&#8217;s potential to connect to your target audience &#8211; by increasing your web site’s findability.</p>
<p>The importance of Search engine optimization (optimisation) is that by increasing your ranking on a search engine result page (SERP), also known as <em>visibility</em>,<em> </em>you can drive a lot more targeted traffic to your web site.</p>
<p>Just as Google&#8217;s AdSense become so popular in online advertising for its ability to present relevant, contextual advertising to a user-base; getting SEO right means that people searching for something they particularly want to find; <a title="Google SERP for " href="http://www.google.com.au/search?&amp;hl=en&amp;q=an+Introduction+to+Web+2.0&amp;btnG=Search&amp;meta=cr%3DcountryAU" target="_self">an Introduction to Web 2.0</a>, for example, can be directed to  your website if you have chosen that phrase, or those words as something you want to optimize your website for; which, as you can see by clicking on the link,  we have.</p>
<p>Another great benefit of Search optimization is that you can not only target particular keywords and benefit from keyword analysis, but it also means you can target particular regions, such as &#8216;Australian visitors only&#8217; or people searching from a particular market.<span id="more-98"></span></p>
<p>Finally, SEO isn&#8217;t just about keyword research! It&#8217;s a growing, and more importantly changing form of online marketing. Search engines, like Google and Yahoo! are continuously and meticulously changing their search algorithms in the hope of providing a more accurate search result; which in tern means that keyword research is no longer enough to <em>get it right</em>. You need to also focus on backlinking strategies, killer content that people want to read, and more importantly, a solid, consistent writing strategy.</p>
<h3>2. Backlink</h3>
<p>A backlink, which is sometimes a little self-explanatory, is a link from another site linking to your own site. Also known as an <em>inbound</em> or <em>incoming link</em>; backlinks are one of the best ways to drive traffic to your website or blog. The number of backlinks your site has accumelated over the course of its existance, is a very important measure of the popularity of the website.</p>
<p>Reading through the PageRank patent, it is evident that Google, as well as other big search engines, use backlinks as a form of determining placement (among other things, of course) on a search engine results page, or SERP.</p>
<p>Every time someone links your website, Google, as an example, records that link in a database table in your record. The more backlinks you have, Google assumes, the more current, contextual, and more importantly; relevent your information must be &#8211; and believe me, they have perfected their craft so much so that they are smart enough to know when you are trying to spam them into it!</p>
<p>Obviously, the more backlinks you can get from prominent, already-popular websites (who have become popular themselves through backlinks, PageRank, and other methods) such as Yahoo!, or an educational facility (which Google loves, by the way!) &#8211; the better it is &#8211; not only for your PageRank, but for the viability of your website &#8211; so get linking!</p>
<h3>3. White hat Search engine optimization</h3>
<p>One of my favourite SEO terms, White hat, is not normally a popular, or often-used term. In a nutshell, White hat SEO revolves around &#8216;ethical&#8217; means which a company, or a search engine optimizer use to perform search engine optimisation.</p>
<p>These tried, and long-used techniques such as setting up a robots.txt, making use of a sitemap, getting your pages indexed and keyword analysis, etc, may take longer to reap rewards (as apposed to Black hat techniques, described below &#8211; but most SEO experts believe their rewards last longer.</p>
<h3>4. Black hat Search engine optimization</h3>
<p>The opposite of White hate SEO, Black hat search engine optimization labeling classifies &#8216;unethical&#8217; or unorthodox techniques such as spamming or spamdexing (also described below) to aid in the optimization of content and boost search engine rankings. Although Black hat optimizers ultimately know their websites have a very high change of getting banned from search engines such as Google &#8211; or falling into the dreaded sand trap of supplemental results &#8211; most of them have considered this somewhat in their SEO strategy.</p>
<p>Altough it&#8217;s hard to distinguish whether Black hat SEO techniques is &#8216;bad&#8217; or White hat techniques are more &#8216;ethical&#8217;, one thing remains for sure: both techniques have thier pros and cons, and many SE optimizers are happy to be labelled either &#8211; as long as the people and company&#8217;s which they represent are succeeding in thier online marketing endeavours.</p>
<p>Definitely some <em>gray area</em> there <img src='http://www.cheb.com.au/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h3>5. Spamdexing</h3>
<p>Have you ever come across a page on the World wide web that just seems to be either; a) hiding a hundred words/terms down the bottom of the page by having the words the same colour as the background, (so that they are hidden to you &#8211; their loyal viewer?), or b) just seem to make no sense because every third word is a catch-phrase they are trying to &#8216;optimize&#8217; for &#8211; such as the ever popular &#8220;Viagra is good for you because Viagra is blah blah and Viagra is also ladi dah di da&#8230;&#8221; ?</p>
<p>Not only is this a good example of Black hat SEO techniques, but this a key example of what the web and search marketing industry&#8217;s refer to as spamdexing.</p>
<p>In short, spamdexing is spamming search engines to affect search engine rankings and placement. <span>A very popular method of spamdexing is to build a website in way where it is designed to rank well for a particular keyword when that keyword has nothing to do with the sites content.</span></p>
<p>Blog comment spam is another prominent type of spamdexing. At the time of writing this blog post, akismet (WordPress&#8217; default anti-spam plugin) has blocked a substantial 136 spam comments from landing on the blog pages of Cheb 2.0. More information on spamdexing can be found in its <a title="Spamdexing Wikipedia article" href="http://en.wikipedia.org/wiki/Spamdexing" target="_blank">Wikipedia entry</a>.</p>
<h3>5. Key phrase</h3>
<p>In short, a key phrase is a search phrase, generally made up of two-or-more words, such as &#8216;Web 2.0 Web Design&#8217; which a user would type into a search engine in order to find information. Key phrases are important to search optimizers are thier job is to optimize for those key phrases which thier client wishes to be found for.</p>
<h3>6. META tags</h3>
<p>META tags are important in SEO because nearly all search engines use them in a search results page. It is important to make sure at least teo meta tags, description and keywords are used. Making sure a title is always present for every page is also equally important. In the example below, the purple text, &#8216;Web design, Web 2.0, Technology&#8230;&#8217; is the title of the page, whilst &#8216;Australian web designer Cheb D&#8217;s blog&#8230;&#8217; is the meta description of the page. I have included the HTML source of the page so you can see how this was achieved.</p>
<p><strong>Search engine result listing</strong></p>
<p><img src="http://www.cheb.com.au/wp-content/uploads/2008/03/chebseo.jpg" alt="Cheb 2.0\'s Google search results listing" /></p>
<p><strong>Relevant HTML source of the index page at www.cheb.com.au</strong></p>
<p>[code="html"]</p>
<p><meta name="description" content="Australian web designer Cheb D's blog. Topics range from Web Design, Web 2.0 and Social Media, Technology as well as SEO/SEM, gadgets and more." /></p>
<p>[/code]</p>
<h3>7. Indexability</h3>
<p>Indexability, also referred to as <em>spiderability</em> is the term used to denote whether a website can be indexed, or found by a search engine spider. Not being able to be spidered can, and most of the time does affect search engine listing placement in some shape or another. There are many ways a website can fall victim to problems with not being able to be crawled by a search bot (another word for search spider). These can include whether .htaccess does not allow the bot to access a certain section of your website, or whether you or whoever built the website has purposefully not allowed a particular section to be crawled (by means of the all-important robots.txt file.</p>
<h3>8. Google Analytics</h3>
<p><a title="Google Analytics" href="http://www.google.com/analytics/" target="_blank"> Google Analytics</a> is a free web <a title="Analytics tag at Cheb 2.0 Web Design Blog" href="http://www.cheb.com.au/tag/analytics/" target="_self">analytics</a> online tool provided by none other than Google! It is a feature-packed solution detailing critical shortcomings, and successes on any website it tracks. It not only shows you what people searched for to get to your site, but also which browser they were using as well as where, geographically, they came from. Of course, it is much more extensive than that, allowing you to set &#8216;goals&#8217; to track how many people sign up to a particular form, etc.</p>
<p>Users of the tool can add up-to fifty websites, as well as have thier statistics update within hours &#8211; and of course, the integration with Google Adwords is a worthy mention too!</p>
<h3>9. Link rot</h3>
<p>Link rot measures the percentage of a websites broken links. There are many reasons why link rot could occur &#8211; but the most common reasons include a website going offline (either hardware failure, or page taken offline completely), linking to content which is no longer there (or you need a certain level of access to get to it), changing a website&#8217;s content management system (for example, some CMS&#8217;s use human ir friendly-URL&#8217;s such as &#8216;/about-me/&#8217; whilst others use general linking like &#8216;pageid=3&#8242;).</p>
<p>Most of the time however, link rot happens due to moving a page&#8217;s location. Sometimes, we tend to forget that we move documents around on our servers, and links not pointing to where they are supposed to go not only leads to a negative user experience, but can easily lower our rankings in search engines (because that particular content cannot be found).</p>
<p>Ideally, if for whatever reason you have to move content around on your server (which if by any chance was accessible somehow to anyone browsing your website) or not, for that matter &#8211; you should have a permanent 301 redirect, which is arguably the most search-engine friendly and trusted form of re-direction online.</p>
<p>Setting up a 301 redirect does <em>not</em> effect your ranking for that page and is above all, very easy to achieve.</p>
<p><strong>PHP 301 redirect </strong>(place first thing in the page)<strong><br />
</strong></p>
<p>[code="php"]</p>
<p><?<br />
header( "HTTP/1.1 301 Moved Permanently" );<br />
header( "Location: http://www.new-url-goes-here.com" );<br />
?></p>
<p>[/code]</p>
<p><strong>ASP 301 redirect </strong>(place first thing in the page)<strong><br />
</strong></p>
<p>[code="vb"]</p>
<p><%@ Language=VBScript %><br />
<%<br />
Response.Status="301 Moved Permanently"<br />
Response.AddHeader "Location","http://www.new-url-goes-here.com"<br />
%></p>
<p>[/code]</p>
<p><strong>Ruby on rails 301 redirect </strong>(place first thing in the page)</p>
<p>[code="ruby"]</p>
<p>def old_action<br />
headers["Status"] = "301 Moved Permanently"<br />
redirect_to "http://www.new-url-goes-here.com"<br />
end</p>
<p>[/code]</p>
<h3>10. Organic search results</h3>
<p>Google, as well as Yahoo! and other search engines have results which consist of paid ads and unpaid listings. In essence, those listings which are not paid for, and are algorithmically calculated, through PageRank and other means, are called the organic search results.</p>
<p>Generally speaking, relevency scoring is the means by which the organic search results are organised &#8211; but as mentioned previously, there are a lot more calculations involved with a page&#8217;s ranking; including, but not limited to: age of the domain, page content, backlinks, backlink quality as well as PageRank (Google, for example).</p>
<p>Most clicks on search results are on the organic search results &#8211; and not only is that the better alternative, considering it is free, but it means that you have taken the time to make sure you got your search engine optimisation strategy right to have got that far into the organic listing.</p>
<p><img class="alignnone" src="http://www.cheb.com.au/wp-content/uploads/2008/03/selisting.gif" alt="Search Engine Results Page (Organic vs. Paid Listings)" /></p>
<p>So there you have it people &#8211; ten SEO terms you might have known, or not &#8211; but nonetheless, very important terms when dealing with SEO. It is important to understand the ins and outs as to what SEO really means for your business or online endeavour. Hopefully the above ten terms, alongside some examples, will help get you closer to your goals and have enlightened you in some way or another as to what SEO is really all about.</p>
<p>Please digg this article if you found it useful, and share it on stumbleupon or with your friends by using the &#8216;bookmark&#8217; button below. <a title="Subscribe to the Cheb 2.0 RSS Feed for more articles!" href="http://www.cheb.com.au/feed/" target="_self">Subscribe</a> to our blog RSS feed for more!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cheb.com.au/search-engine-optimization-seo-terms-glossary/feed/</wfw:commentRss>
		<slash:comments>4641</slash:comments>
		</item>
		<item>
		<title>5 WordPress plugins to boost your search engine ranking and help with SEO</title>
		<link>http://www.cheb.com.au/wordpress-plugins-help-seo-higher-search-engine-ranking/</link>
		<comments>http://www.cheb.com.au/wordpress-plugins-help-seo-higher-search-engine-ranking/#comments</comments>
		<pubDate>Sat, 08 Dec 2007 08:14:52 +0000</pubDate>
		<dc:creator>Cheb</dc:creator>
				<category><![CDATA[Search]]></category>
		<category><![CDATA[optimisation]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.cheb.com.au/wordpress-plugins-help-seo-higher-search-engine-ranking/</guid>
		<description><![CDATA[WordPress has rewritten the rules for what can be achieved online with a blogging application. Not only is WordPress these days used as more than just a blogging engine, the popularity of the software package as can be seen by the Google Trends chart below wordpress typepad blogger However, the great thing about WordPress is [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">WordPress has rewritten the rules for what can be achieved online with a blogging application. Not only is <a title="Wordpress category at Cheb 2.0" href="http://www.cheb.com.au/category/Wordpress/">WordPress</a> these days used as more than just a <a title="Making WordPress faster with PHP, Apache and gzip | Cheb 2.0 Web Design blog" href="http://www.cheb.com.au/making-wordpress-faster-with-php-mod_gzip/" target="_blank">blogging engine</a>, the popularity of the software package as can be seen by the <a title="Google Trends Search Trends What you need to know Web 2.0" href="http://www.cheb.com.au/google-trends-search-trends-web-2-updated-daily-what-you-need-to-know/">Google Trends</a> chart below</p>
<p style="text-align: center"><strong><span style="color: #3366ff;">wordpress</span></strong> <span style="color: #ff0000;"><strong>typepad</strong></span> <span style="color: #ff9900;"><strong>blogger</strong></span></p>
<p style="text-align: center"><img src="http://www.google.com/trends/viz?q=wordpress,+typepad,+blogger&amp;date=all&amp;geo=US&amp;graph=weekly_img&amp;ctab=0&amp;sa=N" alt="" width="580" height="260" /></p>
<p>However, the great thing about <a title="Wordpress category at Cheb 2.0" href="http://www.cheb.com.au/category/Wordpress/">WordPress</a> is that it allows developers to create software add-ons, aptly named &#8216;Plugins&#8217; in the application &#8211; which offer some sort of extra functionality on top of the feature set offered in/with the default installation of WordPress.</p>
<p>The following (in no particular order) are the first batch of five WordPress plugins you should download and add to your arsenal  in order to help you succeed with your search engine optimisation/optimization strategy as well as help to ultimately boost your organic search engine rankings.<span id="more-31"></span></p>
<h3>1. Google Analytics</h3>
<p>If you have read my previous blog about Google Trends you will know how much I like <a title="Google Analytics cheb 2.0" href="http://www.google.com/analytics/" target="_blank">Google Analytics.</a> Not only is it in my opinion <em>the</em> best metric measurement tool a webmaster can have in his artillery, but it also helps to diagnose issues on websites such as drop-off rates on certain pages or  improvements to boost  visitor loyalty. WordPress being the awesome blogging engine that it is means there are literally thousands of plugins that people can download and &#8216;install&#8217; on their blog. The <a title="Google Analytics Plugin for WordPress" href="http://boakes.org/analytics" target="_blank">Google Analytics plugin</a> takes care of placing the tracking code on every page in your website for you. Sure, it&#8217;s a pretty easy task anyway, but it&#8217;s a small file that allows you to manually enter your <a title="Google Analytics cheb 2.0" href="http://www.google.com/analytics/" target="_blank">Google Analytics</a> user string; save, and refresh your site. I guess the important part is that even though this is a simple plugin, Google Analytics in itself is very far from simple &#8211; and more importantly, <em>not</em> using Analytics on your blog/site can mean the difference between a website and a great website (due to the information the software offers which help you make your site better).</p>
<p><strong>Get the plugin here:</strong> <a title="Google Analytics Plugin for WordPress" href="http://boakes.org/analytics" target="_blank">http://boakes.org/analytics</a></p>
<h3>2. Counterize II</h3>
<p>Okay, so I like my statistics and analytics &#8211; what can I say; one of my majors was in the bugger! But back on a serious note, counterize has been the quikest way to see results off your blog/website. It provides a very easy control panel with settings such as how many results you would like to list, as well as &#8211; and here&#8217;s the cool one &#8211; whether you&#8217;d like bot tracking on or off! Yes, that means search bots, crawlers, Google bot, yada yada&#8230;</p>
<p>Above all, I think the results that Counterize II provide are pretty superb! Obviously nowhere near as detailed as Google Analytics &#8211; but then again, Google has a little <strong>bit </strong>more money to throw on its &#8216;<a title="Google Webmaster Tools Cheb 2.0" href="http://www.google.com/webmasters/tools/" target="_blank">Google Webmaster Tools</a>&#8216; program; in addition, Google doesn&#8217;t update its stats every second. Obviously Analytics still captures real-time, click-per-click statistics, but the stats (at last check) were downloaded every day as apposed to &#8216;as it happens&#8217;.</p>
<p><strong>Get the plugin here:</strong> <a title="Counterize statistics for WordPress Cheb 2.0" href="http://www.navision-blog.de/counterize/" target="_blank">http://www.navision-blog.de/counterize/</a><br />
<strong> Screenshot:</strong><br />
<a title="Counterize WordPress Plugin - Screenshot" rel="lightbox" href="http://www.cheb.com.au/wp-content/uploads/2007/12/counterize.jpg"><img src="http://www.cheb.com.au/wp-content/uploads/2007/12/counterize.thumbnail.jpg" border="1" alt="Counterize WordPress Plugin - Screenshot" /></a></p>
<h3>3. Google XML Sitemaps</h3>
<p>Any good web designer/developer should not underestimate the power that good Information architecture coupled with a well-built sitemap can have on; 1. Your Google and other search engine ranking, 2. How well your site is crawled, and 3. How <em>easy </em>Google and other search engines can find information on your site.  Believe me, if Google can&#8217;t find content to crawl &#8211; it just won&#8217;t! and then you stand to possibly get into the almighty sandbox at <a title="Mountain View, Silicon Valley - Google's Corporate Home" href="http://www.google.com/contact/corporate.html" target="_blank">Mountain View</a> in the heart of Silicon Valley &#8211; or worse, thrown into the supplementary results.</p>
<p>Anyway, enough of the pre-story &#8211; Google XML Sitemaps helps <em>greatly</em> when it comes to SEO, because coupled with <a title="Google Webmaster Tools Cheb 2.0" href="http://www.google.com/webmasters/tools/" target="_blank">Google Webmaster Tools</a>, it submits a sitemap of your site to <a title="Google" href="http://www.google.com" target="_blank">Google</a>, <a title="Yahoo!" href="http://www.yahoo.com" target="_blank">Yahoo!</a>, <a title="MSN Live Search" href="http://search.live.com" target="_blank">MSN</a> and <a title="Ask.com" href="http://www.ask.com" target="_blank">Ask.com</a> (Ask Jeeves) by generating an <a title="Sitemaps.org" href="http://www.sitemaps.org/" target="_blank">XML-Sitemap</a> compliant sitemap of your <a title="Wordpress category at Cheb 2.0" href="http://www.cheb.com.au/category/Wordpress/">WordPress</a> blog. Best of all, it submits an updated copy of your sitemap to the aforementioned engines <em>everytime</em> you write a new blog post or create a new page!</p>
<p><strong>Get the plugin here:</strong> <a title="Google XML Sitemaps plugin for WordPress Cheb 2.0" href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/" target="_blank">http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/</a><br />
<strong> Screenshot:<br />
</strong><a title="Google XML Sitemaps plugin for WordPress" rel="lightbox" href="http://www.cheb.com.au/wp-content/uploads/2007/12/xmlsitemaps.jpg"><img src="http://www.cheb.com.au/wp-content/uploads/2007/12/xmlsitemaps.thumbnail.jpg" alt="Google XML Sitemaps plugin for WordPress" /></a></p>
<h3>4. All in one SEO Pack</h3>
<p>Well, what can I say. This plugin sure freaking rocks! The concept isn&#8217;t rocket science, but the plugin is phenomenal in that it dynamically lets you edit parts of your SEO strategy including  titles of every page on your site, including blog posts, content pages, search results pages and more. More importantly, it&#8217;s  all dynamically linked, so it allows you to rewrite titles in this format: %post_title% | %blog_title% (which will be replaced by their real equivelents &#8211; of course!) and much more.</p>
<p>Simple, easy to setup and use and very, very functional &#8211; with awesome instructions/help. Highly recommended!</p>
<p><strong>Get the plugin here:</strong> <a title="All in one SEO Pack WordPress plugin Cheb 2.0" href="http://wp.uberdose.com/2007/03/24/all-in-one-seo-pack/" target="_blank">http://wp.uberdose.com/2007/03/24/all-in-one-seo-pack/</a></p>
<p><strong> Screenshot:</strong><br />
<a title="All in one SEO Pack WordPress plugin Cheb 2.0" href="http://wp.uberdose.com/2007/03/24/all-in-one-seo-pack/" target="_blank"></a><a title="All in one SEO plugin for WordPress" rel="lightbox" href="http://www.cheb.com.au/wp-content/uploads/2007/12/all-in-one-seo-wordpress-plugin.png"><img src="http://www.cheb.com.au/wp-content/uploads/2007/12/all-in-one-seo-wordpress-plugin.thumbnail.png" alt="All in one SEO plugin for WordPress" /></a></p>
<h3>5. Objection! Redirection!</h3>
<p>Don&#8217;t you hate it when you&#8217;ve just upgraded your site from standard-HTML to WordPress and you lose all your links to the dreaded 404? Well obviously your visitors hate it more &#8211; but someone who <em>really</em> hates it is our friend the <a title="Googlebot at Google" href="http://www.google.com/bot.html" target="_blank">Googlebot</a>. Search engines, in particularly their spiders <em>hate </em>running into missing pages; known technically as a &#8217;404 error&#8217;. Not only does it look bad on your client&#8217;s or your web site&#8217;s records, but it can easily mean a drop in your search engine rankings!</p>
<p>Objection! Redirection! is an intuitive plugin for WordPress which allows you to set redirects on your blog/site which include: 301 (Moved Permanantly), 302 (Found) &#8211; which basically means the requested URL has temporarily moved to a different address; as well as 307 (Temporary redirect) &#8211; all of which are HTTP status codes which Google would easily prefer over a missing/dead page which results in a 404 (Page/file not found).</p>
<p>This one is a cool plugin which will in time help to sort out those pages that get moved for whatever reason, and will make sure that your search engine optimisation/optimization strategies are aligned for best <em>organic</em> search engine rankings.</p>
<p><strong>Get the plugin here:</strong> <a title="Objection Redirection SEO WordPress plugin Cheb 2.0" href="http://www.biggnuts.com/objection-redirection-wordpress-plugin/" target="_blank">http://www.biggnuts.com/objection-redirection-wordpress-plugin/</a></p>
<p><strong>So what do you think? Have you tried any of the plugins mentioned above? How important do you think it is to get SEO strategy right? Leave your thoughts.</strong><br />
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cheb.com.au/wordpress-plugins-help-seo-higher-search-engine-ranking/feed/</wfw:commentRss>
		<slash:comments>4393</slash:comments>
		</item>
	</channel>
</rss>

