<?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>Generate Success &#187; Keywords</title>
	<atom:link href="http://www.generatesuccess.co.uk/categories/keywords/feed" rel="self" type="application/rss+xml" />
	<link>http://www.generatesuccess.co.uk</link>
	<description>Online tips &#38; Advice for Business Success</description>
	<lastBuildDate>Mon, 30 Jan 2012 22:19:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Avoid 6 Common Website Mistakes That Cost Money</title>
		<link>http://www.generatesuccess.co.uk/how-to-avoid-6-common-website-mistakes-that-cost-money/32</link>
		<comments>http://www.generatesuccess.co.uk/how-to-avoid-6-common-website-mistakes-that-cost-money/32#comments</comments>
		<pubDate>Thu, 21 Aug 2008 12:58:56 +0000</pubDate>
		<dc:creator>MJ Ray</dc:creator>
				<category><![CDATA[BT]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[IT Systems]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Keywords]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[SEM]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[Start Up]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[mistakes]]></category>
		<category><![CDATA[search engine optimisation]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.generatesuccess.co.uk/?p=32</guid>
		<description><![CDATA[According to a recent article, 6 Common Website Mistakes That Cost Money are:

1. JavaScript or other crawler-unfriendly navigation that may impede indexing

This one is best avoided at design-time, by including Web Content Accessibility Guidelines 1.0 Level A in the design brief, but if you&#8217;ve ended up with JavaScript-based navigation on your site (check by doing [...]]]></description>
			<content:encoded><![CDATA[<p>According to a recent article, 6 Common Website Mistakes That Cost Money are:</p>
<dl>
<dt>1. JavaScript or other crawler-unfriendly navigation that may impede indexing</dt>
<dd>
<p>This one is best avoided at design-time, by including <a href="http://www.w3.org/TR/WCAG10">Web Content Accessibility Guidelines 1.0 Level A</a> in the design brief, but if you&#8217;ve ended up with JavaScript-based navigation on your site (check by doing &#8220;View Source&#8221; and searching for the code for your home page link and so on &#8211; if you can find it, then it&#8217;s probably not javascript) and it&#8217;s based on some template system, a webmaster can probably do a whole-site edit to put the navigation links in the page properly &#8211; or at least add a useful &lt;noscript&gt; tag.</p>
</dd>
<dt>2. Navigation that buries important pages within the site architecture.</dt>
<dd>
<p>The structure of the website&#8217;s files and the structure of the link menus do not need to match, so if there&#8217;s a page that you feel is important, get your webmaster to add it to the navigation links across the whole site.</p>
</dd>
<dt>3. Duplicate &#8220;pages&#8221; getting indexed under multiple URLs. </dt>
<dd>
<p>This usually happens for one of two reasons: one is inappropriately-parked domains, which is mistake 6 below and often fairly easy to fix; the other is a misbehaving web application, which you&#8217;ll need to get a programmer to fix.</p>
<p>You can do a simple test of your web application by starting at your homepage and following links to a particular page; then open a new browser window and try to reach the same page by different links (or a site search) and compare the <a href="http://wiki.ucandoit.org.uk/index.php?title=Firefox#Basic_Firefox_controls">address bars</a> (the bit of your browser showing http://) &#8211; do they match?  If not, you&#8217;ve got this problem.</p>
</dd>
<dt>4. No keyword phrase focus in the content or conversely, keyword phrase stuffing</dt>
<dd>
<p>You can use a good word-counter on the text to see how common different keywords and keyphrases, or use the &#8220;webmaster tools&#8221; section of some search engines to see what they&#8217;re focusing on.</p>
<p>Keyword-stuffing can be fairly easy to see. If you &#8220;View Source&#8221; on a page and there&#8217;s a large block of keyword-intensive text somewhere in it that doesn&#8217;t appear it when viewed in a browser, then it&#8217;s probably stuffing.  Many sites regard stuffing as a sort of spam, so you don&#8217;t want to be found doing this.
</p>
<p>To fix these problems, rewrite the page text appropriately.</p>
</dd>
<dt>5. An optimized home page, but that&#8217;s it</dt>
<dd>
<p>Repeat your checks from problem 4 on a few pages other than the home page to discover whether you suffer from this.  Also, see whether your website statistics show search engine visitors arriving at a variety of different pages (these are sometimes called &#8220;Entry Page&#8221; statistics).</p>
</dd>
<dt>6. Additional domains owned by the company are not properly redirected</dt>
<dd>
<p>If you usually use .co.uk, but you also have a .com domain, try visiting a random page on your website, then click in the address bar and replace the .co.uk with .com &#8211; what happens?</p>
<p>If the page is Not Found, then your domains aren&#8217;t properly redirected and you need a Redirect adding to the second one.</p>
<p>If the page displays but the address doesn&#8217;t change itself back, then your domains are probably pointing at the same webspace but aren&#8217;t properly redirected, which will mean you&#8217;re probably making mistake 3 above. Usually, the simplest way to fix this is with a conditional redirect. On <a href="http://httpd.apache.org/">Apache webservers</a>, you can add a <code>.htaccess</code> file containing something like:-
</p>
<pre>RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.yourdomain\.co\.uk$ [NC]
RewriteRule (.*) http://www.yourdomain.co.uk/$1 [R=permanent,L]
</pre>
<p>That even works on BT Business web hosting, by the way.  If it doesn&#8217;t work, try asking your web hosting provider to enable mod_rewrite for you or ask them to suggest how to achieve the same result.</p>
</dd>
</dl>
<p>The above list of mistakes was <a href="http://searchengineland.com/080814-094322.php">published on Search Engine Land</a> last week.  The correction methods are all things used by <a href="http://www.ttllp.co.uk">my webmaster cooperative</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.generatesuccess.co.uk/how-to-avoid-6-common-website-mistakes-that-cost-money/32/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What keywords should my business website or blog target?</title>
		<link>http://www.generatesuccess.co.uk/what-keywords-should-my-business-website-or-blog-target/10</link>
		<comments>http://www.generatesuccess.co.uk/what-keywords-should-my-business-website-or-blog-target/10#comments</comments>
		<pubDate>Wed, 21 May 2008 07:08:54 +0000</pubDate>
		<dc:creator>Terry Lane</dc:creator>
				<category><![CDATA[Keywords]]></category>
		<category><![CDATA[SEM]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.generatesuccess.co.uk/2008/05/21/what-keywords-should-my-business-website-or-blog-target/</guid>
		<description><![CDATA[What keywords should my business website or blog target?
You’d be surprised how many business websites, including household names, have been online for years without any consideration or understanding of SEO (Search Engine Optimisation).
Over the past 11 years I have worked with businesses of all sizes, from self-employed sole traders, SME’s and large multi-national corporations who [...]]]></description>
			<content:encoded><![CDATA[<p>What keywords should my business website or blog target?</p>
<p>You’d be surprised how many business websites, including household names, have been online for years without any consideration or understanding of SEO (Search Engine Optimisation).</p>
<p>Over the past 11 years I have worked with businesses of all sizes, from self-employed sole traders, SME’s and large multi-national corporations who have had less online success with their businesses because they were either unaware of SEO, didn’t think it necessary or have been stung by a company who haven’t actually been managing any SEO even when they’ve been paying for it!</p>
<p>Blogs are no different to websites when it comes to choosing what keywords to target.  But it is easier because with a blog post you can be much more specific in the keywords &amp; audience you are targeting.</p>
<p>So how do you know what key phrases &amp; keywords are going to work for you &amp; your business?</p>
<p>Well, all your keywords and key phrases need to be relevant to your website pages &amp; blog posts.  The more relevant, the better results you will receive.  Here I am judging ‘results’ on search engine ranking and Google PR.</p>
<p>Furthermore, if you are running any paid inclusion advertisements (Google AdWords, Yahoo Search Marketing etc) then using the same keywords in your adverts as are visible to the search engines on your landing pages will be rewarded in much the same way. This will also result in higher quality leads.</p>
<p>If you choose to target popular keywords, it stands to reason you will receive more traffic.  But only once you have broken into the market &amp; your website or blog has become visible.  As a rule, high levels of traffic are usually followed by competitive markets.</p>
<p>You will gain more immediate success if you are to target less popular keywords, especially if your market is saturated or your competitors have much deeper pockets!</p>
<p>It is best to brain storm a list of keywords &amp; then research their popularity.  Relevant but less popular keywords will reap less traffic, it’s true.  But with less competition, you will get a bigger slice of the cake!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.generatesuccess.co.uk/what-keywords-should-my-business-website-or-blog-target/10/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

