<?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>Blogx10 &#187; Marketing</title>
	<atom:link href="http://www.blogx10.co.uk/category/marketing/feed" rel="self" type="application/rss+xml" />
	<link>http://www.blogx10.co.uk</link>
	<description>Another minnow in a huge pond...</description>
	<lastBuildDate>Wed, 09 Jan 2008 17:51:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Get in Contact</title>
		<link>http://www.blogx10.co.uk/9-9</link>
		<comments>http://www.blogx10.co.uk/9-9#comments</comments>
		<pubDate>Wed, 19 Sep 2007 11:25:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Forms]]></category>
		<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://www.blogx10.co.uk/?p=9</guid>
		<description><![CDATA[Many websites seem to make it hard for you to contact them, sometimes in an effort to fight spam and sometimes through bad design or lack of thought. They make you use a really complicated form that asks for the information they want, rather than what you want to give. Forms have required fields that [...]]]></description>
			<content:encoded><![CDATA[<p>Many websites seem to make it hard for you to contact them, sometimes in an effort to fight spam and sometimes through bad design or lack of thought.</p>
<p>They make you use a really complicated form that asks for the information they want, rather than what you want to give. Forms have required fields that a casual browser doesn&#8217;t need to fill in or confusing anti-spam captcha&#8217;s. Email addresses are hidden or obscured in an effort to confuse email scrappers. You can&#8217;t find the phone number or  address of the company.</p>
<p>Many web designers, both professional and amateur, forget that everyone else doesn&#8217;t spend 10 hours a day using the internet. A lot of internet users don&#8217;t understand why you might want to protect yourself from spam and may not be great at typing. Some people don&#8217;t have the patience for forms or have a unique enquiry that a form can&#8217;t handle and want an email address, or they may just want to pick up the phone and speak to someone.</p>
<p>Web designers and internet marketers should make the most of the hard work involved in getting visitors to a site and make it easy to convert them. This is obviously very important if they are selling a product or service that requires potential customers to get in contact.  Nothing should hinder them in any way.</p>
<p>So here are a few ideas.</p>
<p>Provide a phone number, email address and enquiry form(s). Anti spam measures should be hidden and take place in the background.</p>
<p>Link to a privacy policy wherever contact information is shown. Make it very clear that a user&#8217;s information will not be shared.</p>
<p>Don&#8217;t write email addresses in a none-email format. If you must do something, make the email address an image and encrypt the mailto: link. (And beef up your server side spam protection and the filters in your email client).</p>
<p>Provide multiple  forms, one for casual enquiries (e.g. with only name, email and message fields) and a more detailed form for more serious enquirers (it could be  linked from a product detail page) &#8211; call it an order form. Protect these forms from spam bots with server side scripting, or dummy form fields.</p>
<p>Try providing a form with only one field where users can submit their email or phone number so <strong>you can contact them</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogx10.co.uk/9-9/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>301 Redirect for Non-WWW site</title>
		<link>http://www.blogx10.co.uk/301-redirect-for-non-www-site-17</link>
		<comments>http://www.blogx10.co.uk/301-redirect-for-non-www-site-17#comments</comments>
		<pubDate>Wed, 10 Jan 2007 17:03:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://www.blogx10.co.uk/301-redirect-for-non-www-site-17</guid>
		<description><![CDATA[An important (and easy) aspect of optimising your site for the search engines is ensuring the non-www version of a URL (http://example.com) redirects to the www version (http://www.example.com). This is because search engines see the www and non-www versions as different pages leading to duplication issues, splitting of the power of incoming links and inaccurate [...]]]></description>
			<content:encoded><![CDATA[<p>An important (and easy) aspect of optimising your site for the search engines is ensuring the non-www version of a URL (http://example.com) redirects to the www version (http://www.example.com).</p>
<p>This is because search engines see  the www and non-www versions as different pages leading to duplication issues, splitting of the power of incoming links and inaccurate web stats.</p>
<p>To redirect the non-www version add the following re-write condition to the Apache .htaccess file for a site (this is found in the root folder of a site):</p>
<p><code>RewriteEngine On</code><br />
<code>RewriteCond %{HTTP_HOST} ^example\.co\.uk</code><br />
<code>RewriteRule (.*) http://www.example.co.uk/$1 [R=301,L]&lt;/pre&gt;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogx10.co.uk/301-redirect-for-non-www-site-17/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

