<?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>Mogul &#187; SEO</title>
	<atom:link href="http://www.mogul.co.nz/category/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mogul.co.nz</link>
	<description>smarter thinking online</description>
	<lastBuildDate>Tue, 31 Jan 2012 01:00:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Redirecting your way out of Google hell</title>
		<link>http://www.mogul.co.nz/web-tips/redirecting-your-way-out-of-google-hell/</link>
		<comments>http://www.mogul.co.nz/web-tips/redirecting-your-way-out-of-google-hell/#comments</comments>
		<pubDate>Tue, 24 May 2011 22:04:39 +0000</pubDate>
		<dc:creator>Mogul</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Tips]]></category>

		<guid isPermaLink="false">http://www.mogul.co.nz/?p=2775</guid>
		<description><![CDATA[If you&#8217;ve got a website and you pay attention to where your visitors comes from, you&#8217;ll probably see that search engines like Google provide you with a huge proportion of your traffic. Google is probably the most useful website in the world, and one of the things that makes it so good is that it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_2778" class="wp-caption alignright" style="width: 310px"><a href="http://www.mogul.co.nz/wp-content/uploads/2011/05/404_error.gif"><img class="size-full wp-image-2778" title="404_error" src="http://www.mogul.co.nz/wp-content/uploads/2011/05/404_error.gif" alt="" width="300" height="241" /></a><p class="wp-caption-text">Google doesn&#39;t like these</p></div>
<p>If you&#8217;ve got a website and you pay attention to where your visitors comes from, you&#8217;ll probably see that search engines like Google provide you with a huge proportion of your traffic.</p>
<p>Google is probably the most useful website in the world, and one of the things that makes it so good is that it&#8217;s very efficient at clearing out pages that don&#8217;t exist any more. Ask yourself, when was the last time you clicked on a link in Google and got taken to a blank page?</p>
<p>It hardly ever happens, and when it does happen, it&#8217;s usually because a website has just changed and Google hasn&#8217;t cleared out its data about that website yet.</p>
<p>So what do you do when you&#8217;ve got a website with hundreds or thousands of pages &#8230; and you want to scrap the whole lot and move to a new system?</p>
<p>Will your old pages disappear forever from Google? The ones you&#8217;ve spent years optimising for high Google rankings? Will your hard-earned search engine traffic disappear?</p>
<p>The answer is &#8220;probably yes, and you&#8217;ll need to wait until Google finds all your new pages&#8221; &#8211; unless you <strong>use the power of the redirect</strong>.</p>
<p>Let me explain&#8230;</p>
<p>On the web, when you try to connect to a website and load up a page in your browser, the other computer sends your computer a code to tell it whether your request has been succesful or not.</p>
<p>There are quite a few of these status codes, but here are the most common ones:</p>
<p>200 &#8211; OK<br />
301 &#8211; Moved (permanently)<br />
302 &#8211; Moved (temporarily)<br />
401 &#8211; Unauthorised<br />
403 &#8211; Forbidden<br />
404 &#8211; Not found<br />
500 &#8211; Internal error</p>
<p>You&#8217;re probably most familiar with the 404 error. This is what happens when you try to browse to a non-existent page. You can see examples of them on most good websites.</p>
<p>Check out our 404 error page here: <a href="http://www.mogul.co.nz/404">http://www.mogul.co.nz/404</a></p>
<p>Facebook&#8217;s 404 page is here: <a href="http://www.facebook.com/404">http://www.facebook.com/404</a></p>
<p>And here&#8217;s Amazon&#8217;s 404 page: <a href="http://www.amazon.com/404">http://www.amazon.com/404</a></p>
<p>If Google finds a link to a page that gives this error code, it deletes that page from its index. So your pages that don&#8217;t exist will disappear from Google&#8217;s search results.</p>
<p><strong>How to ensure a smooth transition to your new site</strong></p>
<p>Often when you create a new site to replace your old one, your pages stay roughly the same and you just want to redirect people (and Google) from the old pages to the new pages.</p>
<p>So what you need to do is use the &#8216;Moved (Permanently)&#8217; codes (301) to point Google in the direction of your new page if they follow a link to the old page.</p>
<p>A few of our clients have required this on a pretty massive scale, e.g. <a href="http://www.kennedypark.co.nz/">Kennedy Park Top 10 Holiday Resort</a> and <a href="http://www.eit.ac.nz/">EIT</a>.</p>
<p>There are two ways you can do set up redirects:</p>
<ol>
<li>If your pages have simply changed their filetype (e.g. page.html to page.php), you can set up a rule to redirect any page ending in .html to its equivalent page ending in .php.</li>
<li>If the structure of the site has changed significantly, you&#8217;ll need to do it the hard way: i.e. set individual redirects for every page you want to be redirected. A good way to do this is to list all the old pages in the first column of an Excel spreadsheet and then in the column next to it, put the page that you want each one redirected to.</li>
</ol>
<p>Then someone (like us) who knows their way around a web server will be able to set up these redirects and when you switch the site over from the old one to the new one, Google won&#8217;t dump all of those old pages. They will be replaced in the Google index by the new pages. They might move up or down in the rankings, but at least they&#8217;ll be in there.</p>
<p>The added benefit of this is that your internal links will still work and links to your content from other sites will still work too.</p>
<p>Simple!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogul.co.nz/web-tips/redirecting-your-way-out-of-google-hell/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to write for the web – the easy way</title>
		<link>http://www.mogul.co.nz/web-tips/how-to-write-for-the-web-the-easy-way/</link>
		<comments>http://www.mogul.co.nz/web-tips/how-to-write-for-the-web-the-easy-way/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 22:08:31 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Web Tips]]></category>

		<guid isPermaLink="false">http://www.mogul.co.nz/?p=2687</guid>
		<description><![CDATA[On the web, you are what you publish. Your written content is often the most important thing a potential client has to judge your company. We know that content is king and you need to be publishing new content regularly, otherwise you will sink down the Google rankings and your competitors with their fresh content [...]]]></description>
			<content:encoded><![CDATA[<p>On the web, you are what you publish. Your written content is often the most important thing a potential client has to judge your company.</p>
<p>We know that content is king and you need to be publishing new content regularly, otherwise you will sink down the Google rankings and your competitors with their fresh content will rise above you.</p>
<p>It&#8217;s never been easier to create your own content online. Nearly all of our clients have a content-managed website or a blog, and a large number have Facebook pages too, but most people get very nervous about publishing content online because they don&#8217;t know the &#8216;rules&#8217;.</p>
<p><em><strong>So how do you write content that&#8230;</strong></em></p>
<ul>
<li>people want to read?</li>
<li>people want to share with their friends?</li>
<li>makes people take action?</li>
<li>is easy to find in search engines?</li>
</ul>
<p>Read on and I&#8217;ll give you some advice we&#8217;ve learned over the last ten years.</p>
<p>You need to tailor your content to your audience and the action you want your reader to take, but some things apply to any type of content you publish.</p>
<ul>
<li>You should always have social media sharing buttons. These increase your readership by making it really easy for your readers to share your article with their friends. The most common and effective buttons are:
<ul>
<li>Like this on Facebook</li>
<li>Share this on Facebook</li>
<li>Tweet this</li>
</ul>
</li>
<li>Use short paragraphs &#8211; no-one likes huge blocks of text</li>
<li>Make use of graphics &#8211; but avoid stock photos if possible. They always look contrived.</li>
<li>Narrow columns are easier to scan &#8211; just like a newspaper or magazine</li>
<li>Bullet points</li>
<li>Numbered lists</li>
<li>The headline is vital, so make it good. As David Ogilvy said <em>&#8220;On average, five times as many people read the headlines as read the body copy. It follows that unless your headline sells your product, you have wasted 80 per cent of your money.&#8221;</em> People seem to like headlines like &#8217;7 social media tips I learned from Elvis&#8217;</li>
<li>Always finish the article with a call to action, e.g. Buy now , sign up here, fill in your details, place a comment.</li>
</ul>
<p><em><strong>If the purpose of the article is to sell something:</strong></em></p>
<ul>
<li>Use questions just like you would if you were selling to the reader in person.</li>
<li>Demonstrate the benefits of your product or service using facts and figures. You will improve your results by 60% if you do this (sorry, I just made that up, but you see what I mean).</li>
<li>Make sure you include testimonials from satisfied users, a money-back guarantee, and if possible, the offer of a free trial.</li>
<li>Don&#8217;t bore the reader. Don&#8217;t give them a reason to click the &#8216;Back&#8217; button.</li>
<li>Don&#8217;t distract the reader with links to other websites (they might not come back!).</li>
<li>Give the reader a clear call to action: e.g. <strong>&#8220;Buy now&#8221;</strong> or <strong>&#8220;Start your free trial&#8221;</strong>.</li>
</ul>
<p><em><strong>If the purpose of the article is to inform</strong></em></p>
<ul>
<li>think of the article as answering a specific question, and stick to answering that question</li>
<li>use sub-headings to break up your article</li>
<li>provide links to further reading</li>
<li>at the end of the article, use a poll that asks &#8216;Did you find this article helpful? Yes or no&#8217;</li>
</ul>
<p><em><strong>If the purpose of the article is to entertain</strong></em></p>
<ul>
<li>make it entertaining! If you&#8217;re lucky it might go viral on the social networks (yeah right!)</li>
</ul>
<p>And lastly, a word about search engines. You might think that you can fool Google and leapfrog your competitors in the rankings by stuffing your site full of keywords. But wait a minute&#8230; Do you really think that you can pull the wool over the eyes of a company worth US$200 billion that makes its living from delivering accurate search engine results? <strong>Dream on&#8230;</strong></p>
<p>Just sprinkle keywords throughout the article like you normally would. and make sure the headline of the article is in the HTML title of the page, and then go out and tell the world about it. The more people that link to the article, the more Google will like it.</p>
<p>Simple.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogul.co.nz/web-tips/how-to-write-for-the-web-the-easy-way/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t build your business model on your Google ranking</title>
		<link>http://www.mogul.co.nz/web-tips/dont-build-your-business-model-on-your-google-ranking/</link>
		<comments>http://www.mogul.co.nz/web-tips/dont-build-your-business-model-on-your-google-ranking/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 20:11:05 +0000</pubDate>
		<dc:creator>Mogul</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Tips]]></category>

		<guid isPermaLink="false">http://www.mogul.co.nz/?p=2540</guid>
		<description><![CDATA[Search engine optimisation (SEO) is undoubtedly a very important way to get people to visit your website. But, as shown in the last few days, Google can change the rules without warning. This week, the Google algorithm changed. That&#8217;s the recipe Google uses when it&#8217;s deciding how to rank sites in its search results. The [...]]]></description>
			<content:encoded><![CDATA[<p>Search engine optimisation (SEO) is undoubtedly a very important way to get people to visit your website.</p>
<p>But, as shown in the last few days, Google can change the rules without warning. This week, the Google algorithm changed. That&#8217;s the recipe Google uses when it&#8217;s deciding how to rank sites in its search results. The algorithm is a tightly guarded secret, so competitors can&#8217;t emulate it, and so websites can&#8217;t game it to get easy high rankings.</p>
<p>Google says the reason for the change is to promote quality sites that produce useful, original content and penalise &#8216;content farms&#8217; &#8211; sites that simply replicate good content from lots of sources in an attempt to lure search engines.</p>
<p>Since the change, sites such as Mahalo.com have seen their web traffic plummet by 75% overnight &#8211; and Mahalo.com is faced with laying off 10% of its staff as a result.</p>
<p>The lesson: Don&#8217;t put all your eggs in one online basket. Provide a great product or service &#8211; and use all of the digital channels at your disposal to promote it.</p>
<p>As Fred Wilson said &#8230;<br />
<b>&#8220;Live by SEO, die by SEO. Don&#8217;t be a google bitch.&#8221;</b></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogul.co.nz/web-tips/dont-build-your-business-model-on-your-google-ranking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mogul is putting Havelock North on the map for the RWC</title>
		<link>http://www.mogul.co.nz/google/mogul-is-putting-havelock-north-on-the-map-for-the-rwc/</link>
		<comments>http://www.mogul.co.nz/google/mogul-is-putting-havelock-north-on-the-map-for-the-rwc/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 03:57:33 +0000</pubDate>
		<dc:creator>Mogul</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Mobile Devices]]></category>
		<category><![CDATA[Mogul News]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.mogul.co.nz/?p=1854</guid>
		<description><![CDATA[Mogul is helping to put Havelock North on the global online map by volunteering to list the town’s businesses on Google Places. We’re working with the Havelock North Business Association (HNBA) members to give Havelock North a regional ‘digital advantage’ ahead of big events like the 2011 Rugby World Cup, and to provide visitors with [...]]]></description>
			<content:encoded><![CDATA[<p>Mogul is helping to put Havelock North on the global online map by volunteering to list the town’s businesses on Google Places.</p>
<p>We’re working with the Havelock North Business Association (HNBA) members to give Havelock North a regional ‘digital advantage’ ahead of big events like the 2011 Rugby World Cup, and to provide visitors with information they may require, such as businesses’ opening hours and location.</p>
<p><img class="alignnone size-full wp-image-2888" title="google_maps" src="http://www.fruitbowl.co.nz/wp-content/uploads/2010/07/google_maps.gif" alt="" width="500" height="238" /></p>
<p>We have contracted EIT student Damian to get out and about in the  streets of Havelock North, creating and verifying Google Places listings  in an effort to make Havelock North the most ‘Google-y’ place in New  Zealand!</p>
<p>Visitors coming to Hawke’s Bay might be looking for a dentist, tyre stockist, food market or a babysitter. We want to ensure when they are searching online, using a computer or their smartphone, that Havelock North businesses are as easy to find as possible.</p>
<p>According to the official Google Blog, over 4 million businesses around-the-world have claimed their Google Places listings since its launch in September 2009. The listings connect people to relevant information such as hours of operation, vouchers, and product offerings, but also offer photos and video uploads. We want to ensure Havelock North is capitalising on the service.</p>
<p>It’s estimated that around 20% of all searches on Google are related to location. Google Places is a fantastic free service that enables businesses to raise their digital profile and promote their goods and services to people searching the Web.</p>
<p>Another great benefit of Google Places for businesses is that it provides valuable insights into how many people are clicking to their listings, what keywords they used to find it and even what areas people travelled from to get to the business.  All this can really help a business fine tune their offer or expand into other markets.</p>
<p>Havelock North Business Association President, Adrienne Pierce is excited to see Mogul embrace the tool. “We’re very grateful to Mogul who are willing to invest their own time, for free, for the collective good of Havelock North businesses. The Association is working towards providing Havelock North Village with wi-fi access, so Mogul’s initiative works in really well with our strategy. We live in a digitally mobile society, so Havelock North will be in a powerful position to communicate and direct visitors to the town through their computers and smartphones.”</p>
<p>Anyone can create their own Google Places listing but not everyone is sure how to go about it. If there are any other Havelock North business’ wishing Mogul to volunteer their services to help with their Google Places listing, please contact me (Georgina Miller) at Mogul on 06 877 7478 or email <a href="mailto:george@mogul.co.nz">george@mogul.co.nz</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogul.co.nz/google/mogul-is-putting-havelock-north-on-the-map-for-the-rwc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t fear the search engines!</title>
		<link>http://www.mogul.co.nz/seo/dont-fear-the-search-engines/</link>
		<comments>http://www.mogul.co.nz/seo/dont-fear-the-search-engines/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 00:42:54 +0000</pubDate>
		<dc:creator>Mogul</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.mogul.co.nz/?p=744</guid>
		<description><![CDATA[Many think that SEO involves putting certain words into your site in the hope of tricking search engines into sending visitors. This is not the case. SEO is not a process that you apply to a finished site, but instead is part of every aspect of a site, especially the content. Writing good content is [...]]]></description>
			<content:encoded><![CDATA[<p>Many think that SEO involves putting certain words into your site in the hope of tricking search engines into sending visitors. This is not the case. SEO is not a process that you apply to a finished site, but instead is part of every aspect of a site, especially the content. Writing good content is it&#8217;s own SEO, and there is no dark magic to it.</p>
<h4>Search engines want to be like people</h4>
<p>The purpose of a search engine is to provide relevant results to searches. The best way to achieve this is to understand what the person is searching for, and present them with the most appropriate options. Search engines are continually becoming better at filtering out spammy, &#8220;optimised&#8221; content and keeping genuinely useful and relevant content.</p>
<p>People tend to assume that search engines have different needs than human users. The natural response to this thinking is to try to feed as many &#8220;keywords&#8221; to the search engines in the hope that this will tap into large streams of users. This doesn&#8217;t work, and flies in the face of what the search engines want.</p>
<h4>Write quality content</h4>
<p>Your site should be valuable to people. That is the first goal. Trying to stuff as many keywords into headings, titles and links doesn&#8217;t work, and only serves to annoy your users and cheapen your site. If your content can be skimmed over and understood, it will be appreciated by both search engines and your users too.</p>
<p>The main thing to remember is to write for the benefit of your users. Keep the text clear and concise, ensure the titles and headings are pithy and explanatory. Most of all, ensure that the content is relevant.</p>
<h4>Make regular updates</h4>
<p>Many search engine optimisation people will point out that you should create &#8220;landing pages&#8221;, or pages that focus on a specific topic, in order to maximise the breadth of searches that arrive on your site. This is only half right. Landing pages can be bad for users, they present a barrier to your real site and get in the way.</p>
<p>The best way to maximise your exposure is to add regular, useful content to your site. If you know and understand your business, it should be easy to find topics to write about. People will find it interesting, your site will be more trustworthy and successful, and you&#8217;ll get more people finding your site in the search engines.</p>
<h5>The internet is a community, and by being part of the community you will stand a better chance of getting the attention your site deserves.</h5>
]]></content:encoded>
			<wfw:commentRss>http://www.mogul.co.nz/seo/dont-fear-the-search-engines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO Strategies: Getting linked</title>
		<link>http://www.mogul.co.nz/seo/seo-strategies-getting-linked-2/</link>
		<comments>http://www.mogul.co.nz/seo/seo-strategies-getting-linked-2/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 20:30:34 +0000</pubDate>
		<dc:creator>Mogul</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://mogul2.mogultest5.co.nz/?p=38</guid>
		<description><![CDATA[You've put together a great site, complete with well thought out titles, headings and internal links, so now what? Get linked. The biggest factor in determining if your site turns up in the search results is the question of who links to you, and it deserves your attention.]]></description>
			<content:encoded><![CDATA[<p>You&#8217;ve put together a great site, complete with well thought out <a href="/seo/seo-strategies-titles-headings-links/">titles, headings and internal links</a>, so now what? Get linked. The biggest factor in determining if your site turns up in the search results is the question of who links to you, and it deserves your attention.</p>
<h4>Who links to me?</h4>
<p>When another website references a page on your site, it creates a highlighted or underlined piece of text that links your page to theirs. A visitor can then click that link to see your page and continue their reading.</p>
<p>Since the web consists of billions of pages of information, links are the backbone of how the information is found, and are very important to your search engine optimisation strategy.</p>
<h4>Why they matter so much</h4>
<p>When a search engine looks for information on the internet, following links from page to page is the main way it discovers information. Further to this, search engines, such as Google, use methods to try to determine which pages are important and which are not so important. Each search engine is different, but one of the most fundamental factors in determining the importance of a web page is the quality of the pages linking to it.</p>
<p>A link from a quality page is like a vote of confidence. The writer of the page that links to your page is &#8220;vouching&#8221; for your site, by referencing it as a useful source of information. When a search engine counts up the number of links pointing to your site, it&#8217;s able to rank the relative popularity of the page in terms of people linking to it.</p>
<p>So, if you want to have a page that ranks well for relevant searches in Google, you would need to ensure that the page has been referenced elsewhere, preferably by multiple sources.</p>
<h4>Not all links are equal</h4>
<p>The quality of the site that links to your site is very important. You could sign up for any number of free web site directories that promise links to your site, and see little benefit, or you could get a link from a well established newspaper site and your rankings will benefit greatly.</p>
<h4>Should I link to everyone?</h4>
<p>No. A link is seen as a &#8220;vouch&#8221; from your site to another, and if you link indiscriminately this can have a negative impact. You should definitely be prepared to link to good, useful sources of information, but avoid taking part in &#8220;link-swap&#8221; schemes.</p>
<p>As when writing titles and headings, it pays to link for the benefit of your site visitors. Search engines are very good at spotting when linking is done as a way to artificially boost a site&#8217;s links, and there can be negative results.</p>
<h4>So, how do I get linked?</h4>
<p>There are many ways you can establish links to your site and encourage natural linking.</p>
<h5>Give to get</h5>
<p>By giving value through your web site, you encourage people to share this by linking to your site. For example, if you write articles on your web site, you can share useful tips and helpful information. This gives others reason to comment on your articles within their own blogs, and can result in very good links. An advantage of this approach is that by keeping your site up to date and fresh, you may be able to become an authority within your industry.</p>
<p>This approach does take time but can be worthwhile.</p>
<h5>Get into directories</h5>
<p>While linking out indiscriminately can damage your reputation, it doesn&#8217;t hurt to submit your site to relevant directories. Search for local directories for your region, or industry directories for your industry. Many are free to join and can offer alternate ways for visitors to find you.</p>
<h5>Write for publications</h5>
<p>Writing for other sources of information can be a great way to increase visitors to your site. Back this up by providing compelling information on your site and the visitors will be even more likely to return or mention it on their own site.</p>
<p>If there are other blogs within your industry, take time to write notable comments on their blogs and encourage discussion. This will reflect well on you, and offer opportunities to promote your web site. You could also submit articles to be published on their blog.</p>
<h5>Speak to people</h5>
<p>Getting linked is a lot like traditional networking. By putting your web address on business cards or telling people about your site, you increase the chances that people will find your site and link to it from their own. Get to know people in industries that complement your own, as they may link to you as a source of related information.</p>
<h4>So I should join link networks?</h4>
<p>Generally speaking, if something seems to offer something for nothing, avoid it. Many such sites encourage you to link out in return for multiple links back. This is generally frowned upon by search engines and can result in worse rankings in the search engines.</p>
<h4>Easy does it</h4>
<p>Like much in business, establishing yourself online is something that takes time, and a slow steady approach is the best way to ensure your web site grows to become a long-term success. Like much business, giving value and communicating to people is the best way to encourage online growth. The internet is a community, and taking part in that community is the best way to ensure your site works for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogul.co.nz/seo/seo-strategies-getting-linked-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO Strategies: Titles, headings and links</title>
		<link>http://www.mogul.co.nz/seo/seo-strategies-titles-headings-links/</link>
		<comments>http://www.mogul.co.nz/seo/seo-strategies-titles-headings-links/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 20:30:32 +0000</pubDate>
		<dc:creator>Mogul</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://mogul2.mogultest5.co.nz/?p=1</guid>
		<description><![CDATA[This article will offer some starting points on how to make sure your page titles, page headings, and links within the content are optimised for search engines, while keeping your site easy to use.]]></description>
			<content:encoded><![CDATA[<p>SEO, or Search Engine Optimisation, is something every web site needs. It&#8217;s one of the most talked about subjects in web development, and yet it&#8217;s something most people view as difficult to understand. This article will offer some starting points on how to make sure your page titles, page headings, and links within the content are optimised for search engines, while keeping your site easy to use.</p>
<h4>Search engines want to be people</h4>
<p>Many people think that optimising a site means placing &#8220;keywords&#8221; in their &#8220;meta tags&#8221;. While this may sound technical enough to be worth trying, it&#8217;s a waste of time. Search engines may have used these bits of information in the past, but it is no longer the case. Most modern search engines try to view sites from the perspective of real people, in order to find and present good information in a way people will find useful. When planning the content of your titles, headings and links, it&#8217;s important that your site keep this in mind.</p>
<p>One caveat to the above is the &#8220;description&#8221; meta tag. While this does not have significant impact on your search engine results, it is sometimes used beneath the title on search results.</p>
<h4>Title is important</h4>
<p>First thing to check is your <em>page title</em>. Page titles are the text people click on in search results. They should be easy to scan and informative. Some people attempt to put as many &#8220;key&#8221; words in here as possible, but this can make the text off-putting to users. And if the text isn&#8217;t aimed at users, it isn&#8217;t what search engines want.</p>
<p>Secondly, make sure each of your pages has an appropriate title. Repeating one title for every page in the site doesn&#8217;t help. Even if the title is appropriate for the site generally, you will miss out on specific searches for which the page in question may be appropriate. For example, if your site is about Holidays, and you have a page about Camping, a &#8220;camping&#8221; oriented title will help the page rank for related searches.</p>
<h4>Headings summarise the page</h4>
<p>Second to the page title, the page heading (H1 tag) is important. Again, it&#8217;s important to write headings for people first. Headings should be specific and summarise the purpose of the page, for example &#8220;Car Dealers in Wellington&#8221;, and not be vague, such as &#8220;Welcome to the site&#8221;. This means that the title is helpful both for people, as it describes well the page, and for search engines, as it contains key words that help the search engine decide what the page is about.</p>
<p>Subheadings (h2, h3) should be used to break up longer pages. The text should be organised into discrete sections, and good subheadings will help visitors scan pages, and allow search engines to more easily determine what the content is about.</p>
<h4>Link it well</h4>
<p>Links are a very important part of a site. In this case, the way you link to pages within your site can help your search engine ranking. Most sites have a menu that links to their main pages, but this can be augmented by making sure to link to pages within your content also.</p>
<p>The reason for doing this, is that search engines will take into account the words used <em>in the links</em> themselves, and the page being linked to will have a better chance of ranking for the words used in the link. For example, of your home page talks about your &#8220;home heating services&#8221;, make those words a link to your services page. This will be of far greater value than the commonly used &#8220;click here&#8221;.</p>
<p>Not only will links that use descriptions as the link text be more useful to search engines, they are also helpful for your visitors. The link stands out to people scanning the page, and it is quite evident from the link text where the link is pointing.</p>
<p>In summary, the advice for making good titles, headings and links is to write them primarily for the users of your site. Well thought out text in all three of these areas will have a double-edged benefit, making your site easier to use and navigate, while helping it rank well in search engine searches.</p>
<p>Some points to bear in mind:</p>
<ul>
<li>Don&#8217;t stuff keywords, e.g. &#8220;Foo Inc &#8211; Foo products, consulting, sales, manufacturing, kitchen sinks, cat food, free mp3s, download, crazy ringtones&#8221;</li>
<li>Make titles descriptive and easy to read, e.g. &#8220;Foo Inc. &#8211; We make foo for you&#8221;</li>
<li>Ensure each page title is appropriate to the page content</li>
<li>Keep headings concise and descriptive, and relevant to the page in question</li>
<li>Use subheadings to break up content and summarise each section</li>
<li>Link your pages within your content, not just the menu</li>
<li>Ensure each link is descriptive, not &#8220;click here&#8221;</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.mogul.co.nz/seo/seo-strategies-titles-headings-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

