<?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; Yahoo</title>
	<atom:link href="http://www.generatesuccess.co.uk/categories/yahoo/feed" rel="self" type="application/rss+xml" />
	<link>http://www.generatesuccess.co.uk</link>
	<description>Online tips &#38; Advice for Business Success</description>
	<lastBuildDate>Thu, 19 Aug 2010 14:07:47 +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>BT Yahoo! Upgrade Email Security</title>
		<link>http://www.generatesuccess.co.uk/bt-yahoo-upgrade-email-security/11</link>
		<comments>http://www.generatesuccess.co.uk/bt-yahoo-upgrade-email-security/11#comments</comments>
		<pubDate>Wed, 21 May 2008 10:14:37 +0000</pubDate>
		<dc:creator>Terry Lane</dc:creator>
				<category><![CDATA[BT]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Fraud]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://www.generatesuccess.co.uk/2008/05/21/bt-yahoo-upgrade-email-security/</guid>
		<description><![CDATA[BT have upgraded email security for their BT Yahoo! Mail accounts.  The security upgrade is to help in their continued fight to prevent fraud and spam.
Anyone who uses a BT Yahoo! Mail account should have received an email from BT explaining that, as an account holder you will need to make some changes to [...]]]></description>
			<content:encoded><![CDATA[<p>BT have upgraded email security for their BT Yahoo! Mail accounts.  The security upgrade is to help in their continued fight to prevent fraud and spam.</p>
<p>Anyone who uses a BT Yahoo! Mail account should have received an email from BT explaining that, as an account holder you will need to make some changes to continue sending emails from alternate addresses.</p>
<p>BT are asking that all customers verify the mail accounts so that they can be passed as safe email addresses.  If you don&#8217;t verify the mail addresses your outgoing emails may be blocked and you might get an Error 553 message.</p>
<p>For more information visit <a href="http://email.planning-inc.co.uk/r.emt?h=www.btyahoo.com/verify&amp;t=sdw1Ew&amp;e=CDNlb+Yy2lY">www.btyahoo.com/verify</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.generatesuccess.co.uk/bt-yahoo-upgrade-email-security/11/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
