<?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; Blogging</title>
	<atom:link href="http://www.cheb.com.au/tag/blogging/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>Content is king: SEO-driven blog writing techniques</title>
		<link>http://www.cheb.com.au/seo-driven-blog-writing-techniques-seo-google/</link>
		<comments>http://www.cheb.com.au/seo-driven-blog-writing-techniques-seo-google/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 13:14:42 +0000</pubDate>
		<dc:creator>Cheb</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[optimisation]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.cheb.com.au/?p=97</guid>
		<description><![CDATA[Hello 2.0&#8242;ers! Today we are going to look at ways you could improve your website, as well as your outlook on your site in general through SEO-driven blog writing techniques and more importantly linking techniques with search engine optimization (SEO) in mind. Content Is King We&#8217;ve all heard the saying before &#8211; but how many [...]]]></description>
			<content:encoded><![CDATA[<p>Hello 2.0&#8242;ers!</p>
<p>Today we are going to look at ways you could improve your website, as well as your outlook on your site in general through SEO-driven blog writing techniques and more importantly linking techniques with <a title="Search engine optimization (SEO)" href="http://www.cheb.com.au/tag/seo/" target="_self">search engine optimization (SEO)</a> in mind.</p>
<h3>Content Is King</h3>
<p>We&#8217;ve all heard the saying before &#8211; but how many of us actually believe it? 9/10 times, the reason visitors come back is good content. It could mean the difference between a one-time viewer and a subscriber to your blog. Make sure your content is clear, and well written. More importantly, find out which writing style you want to tackle and stick with it &#8211; whether it be informative, educative, personal, or friendly &#8211; you will find your writing style can and <em>does</em> bring visitors back time after time.</p>
<p>Well written content adds credibility to your list of &#8216;reasons to come back to this blog/site&#8217;. The most important thing that I find most people forget is the whole notion of target audience.</p>
<p>In most circumstances, you should try to make sure your content is accessible to search engines &#8211; i.e. internal linking, well-structured blog posts (header, section, content, etc) and sure, sometimes you may change your writing style to &#8216;help push&#8217; the search engine result up; but the main thing to remember is to <strong>write your content for people first, search engines second!</strong></p>
<p>In essence, you need to make sure that your content is understandable to humans. A good example of this is in one blog post/article &#8211; trying to link the user to a related topic:</p>
<h2><strong>The two most-used blog writing techniques/methods</strong></h2>
<h3><strong>The SEO/search engine bot friendly approach:</strong></h3>
<blockquote><p><span style="color: #333333;"><strong><span>Example A</span></strong></span><span id="more-97"></span></p>
<p><strong><span style="color: #003366;">&#8230; More info on <span style="text-decoration: underline;">Search engine optimization here</span>.</span></strong></p></blockquote>
<p>Sure, you might think the quicker you get the link across the better, right? Wrong! Firstly, that&#8217;s not only incorrect linking, but means nothing to the viewer! In <em>Example A</em>, What is the article going to be about? Will it be relevant to what they want to read? Is there a chance you are just trying to spam them into a click?</p>
<p>Too many choices in the viewer&#8217;s mind = bad start! It means a) potentially missing out on a link-out to content on those all important internal pages, as well as b) It&#8217;s not helping your SEO one bit! (Well, okay, maybe <em>one</em> bit!)</p>
<p>Let&#8217;s look at another alternative&#8230;</p>
<h3><strong>The human-friendly &amp; SEO/search engine bot friendly approach:</strong></h3>
<blockquote><p><span style="color: #333333;"><strong><span>Example B</span></strong></span></p>
<p><strong><span style="color: #003366;">&#8230; It&#8217;s really not that hard to get <span style="text-decoration: underline;">Search engine optimization</span> right, if you take your time. Feel free to check out a <span style="text-decoration: underline;">previous article</span> on the topics of SEO and backlinks.</span></strong></p>
<p>or better yet,</p>
<p><span style="color: #333333;"><strong><span>Example C</span></strong></span></p>
<p><strong><span style="color: #003366;">&#8230; If you take your time with it, It&#8217;s really not that hard to get <span style="text-decoration: underline;">Search engine optimization</span> right! If <span style="text-decoration: underline;">backlinks and their affect on SEO</span> tickle your fancy, check out <span style="text-decoration: underline;">this previous article</span> on the topic.</span></strong></p></blockquote>
<p><strong>Now we&#8217;re talking! Let&#8217;s review Example B!</strong></p>
<p>With <em>Example B,</em> the first thing that is awesome is that we have wrapped up the previous paragraph nicely. So you are coming down to the end of your post; that&#8217;s the best way to wrap things up! You basically say something along the lines of: &#8216;and as you can see, it&#8217;s easy to &#8230;.&#8221; or &#8220;finally, it&#8217;s clear that a is better than b&#8230;&#8221; &#8211; by doing that, it gives you a great launching pad into another article &#8211; which ultimately means the viewer doesn&#8217;t stop reading!</p>
<p>Moving on, we have provided ourself with not one, but two (hopefully internal) links! The first link, &#8216;Search engine <a title="Optimisation/Optimization" href="http://www.cheb.com.au/tag/optimisation/" target="_self">optimization</a>&#8216; could easily link to our SEO tag or <a title="Category page (archives) at Cheb 2.0 Web Design Blog" href="http://www.cheb.com.au/archives-cheb-2-web-design-blog/" target="_self">category pages</a>!? <a title="Google" href="http://www.google.com.au" target="_blank">Google</a> <em>loves</em> that!!! The second link &#8216;previous article&#8217; can then direct the user to the actual article! Cool ayh? We can even go one better!</p>
<p><em>Example C</em> goes one step further and then some! By re-thinking what you are trying to link to, as well as the current flow of your article/blog post you can come across not only sounding more professional, but boost your SEO-power as well!</p>
<p><strong>Let&#8217;s collect our thoughts on the uber Example C:</strong></p>
<p>a) As unimportant as you might think it is, by simply re-wording the fragment, we have created a sense of &#8216;inspiration&#8217; with our writing style, and that always helps to keep readers interested in what you have to say!</p>
<p>b) The first link &#8216;Search engine optimization&#8217;, just like before, can lead us to the blog&#8217;s tag or category page on the topic. This is crazy for your SEO (in the good way!) as it leads on to every other post, which we&#8217;d hope would be related content! Not only that, it means (unless you have disallowed them in your robots.txt file), <a title="What is Googlebot? | Googlebot article at Wikipedia" href="http://en.wikipedia.org/wiki/Googlebot" target="_blank">Googlebot</a> and other Search engine robots, have just crawled all those other posts as well! Wicked! <img src='http://www.cheb.com.au/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>c) The second link, &#8216;backlinks and their affect on SEO&#8217; is an important one! Let&#8217;s think about it logically &#8211; we humans type very weird things into search engines &#8211; and believe it or not, looking through my logs, I have been on the receiving end of 93 unique hits for that <em>exact</em> phrase typed into Google!</p>
<p>What I&#8217;m trying to say is that it is fairly easy to make it into high SERP&#8217;s in search engines like Google and Yahoo! The best way to do that is to afford yourself some key terms which link out; both, encouraging users to click &#8211; and at the same time, fulfilling thier click-through &#8211; i.e. getting them to some place meaningful, not tricking them for your benefit!</p>
<p><img src="http://www.cheb.com.au/wp-content/uploads/2008/03/seo.jpg" alt="SEO banner" /></p>
<p>In wrapping up the second link of <em>Example C</em>, &#8216;backlinks and their affect on SEO&#8217;, we can see we have got three great, connected keywords: backlinks, affect, SEO. It&#8217;s easy to see how all that can mean inbound traffic from search engines! And you didn&#8217;t even have to try hard!</p>
<p>c) Lastly, the final link &#8216;this previous article&#8217; can either be the same link as &#8216;backlinks and their affect on SEO&#8217; or, if the second link has taken the user to another section of the blog/site discussing SEO and what affects it, then the final link can, and really <em>should</em> be the actual link to the previous article.</p>
<p>Gosh, I nearly confused myself there! In simple terms &#8211; both links can go to the same place, or not! it&#8217;s really up to you; the best part is you have another link to play with!</p>
<p>However, as you can see, the paragraph says: &#8216;check out this previous article on the topic&#8217; &#8211; hence, logically, it should take the user to that article. Please don&#8217;t get &#8216;shifty&#8217; and do something else! You will possibly lose a potential subscriber/reader and probably do some harm to your search engine rankings.</p>
<h3><strong><strong>Closing statements<br />
</strong></strong></h3>
<p>So there you have it! Putting it all together might be a little crazy at first &#8211; but if you follow these simple steps to success; It might be slow at first, but you should start to notice small changes in your search engine results position (SERP). Just stick at it, take it one day at a time, and remember, you don&#8217;t have to be a billion dollar corporation to make it into Google! All it takes is some thought and determination.</p>
<p><a title="Subscribe to the RSS feed" href="http://www.cheb.com.au/feed/" target="_self">Subscribe to the RSS feed</a> for more updates and/or Stumbleupon/digg this page (bookmark button, below) if you enjoyed it! Thanks for your company! <img src='http://www.cheb.com.au/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cheb.com.au/seo-driven-blog-writing-techniques-seo-google/feed/</wfw:commentRss>
		<slash:comments>3558</slash:comments>
		</item>
	</channel>
</rss>

