<?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>Coast Internet Marketing&#187; web design specification</title>
	<atom:link href="http://www.coastinternetmarketing.co.uk/tag/web-design-specification/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coastinternetmarketing.co.uk</link>
	<description>Search engine optimisation and web design for Ipswich and Suffolk</description>
	<lastBuildDate>Mon, 06 Sep 2010 13:55:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Search Engine Friendly Design Specification</title>
		<link>http://www.coastinternetmarketing.co.uk/all-posts/search-engine-friendly-design-specification/</link>
		<comments>http://www.coastinternetmarketing.co.uk/all-posts/search-engine-friendly-design-specification/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 15:05:12 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[SEO News and Tips]]></category>
		<category><![CDATA[search engine friendly design]]></category>
		<category><![CDATA[search engine marketing]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[SEO Blog]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web design specification]]></category>

		<guid isPermaLink="false">http://www.zoomgroup.co.uk/?p=162</guid>
		<description><![CDATA[Search Engine Friendly Design Specification Revision 2.2 &#8211; October 2009. Over the years I have had to specify many hundreds of websites and I have always found it useful to include a specification for search engine friendly web design. Below you will find a specification for website design with regard to Search Engine Visibility that [...]]]></description>
			<content:encoded><![CDATA[<h2>Search Engine Friendly Design Specification<br />
Revision 2.2 &#8211; October 2009.</h2>
<p>Over the years I have had to specify many hundreds of websites and I have always found it useful to include a specification for search engine friendly web design.</p>
<p>Below you will find a specification for website design with regard to Search Engine Visibility that I use as my basis in my proposals.<br />
<span id="more-162"></span><br />
<strong>URL Structure:</strong></p>
<ul>
<li>URLs and file names should include the page keyword(s). E.G. www.domain.com/keyword.htm or www.domain.com/keyword1- keyword2.htm and must not use &#8220;?&#8221; or &#8220;=&#8221; characters. Keywords are to be used in the file names and must be separated by &#8220;.&#8221; &#8220;:&#8221; or &#8220;-&#8221;. Never use the underscore &#8220;_&#8221; or spaces. Session IDs (or anything that looks like them) must never be used in a public area of the website.</li>
<li>URL re-writing must be used to avoid the use of illegal characters in the URL string.</li>
<li>301 redirects should always be used in favour of 302 redirects.</li>
<li>When using Windows servers it is essential that duplicate content is not created by IIS serving pages that aren&#8217;t case sensitive. All URLs and file names must be in lower case and any requests for pages with mixed case must be automatically re-written and served as lower case with a 301header. E.G. If an external site links to page thus www.domain.com/Page1.htm it must be re-written as www.domain.com/page1.htm and served with a 301 header.</li>
</ul>
<p><strong>Navigation:</strong></p>
<ul>
<li>Page navigation should be by using simple text or graphic based html hyperlinks.</li>
<li>CSS can be used to alter the look of the links.</li>
<li>Navigation using Flash, JavaScript and Image Maps should not be used unless there is a simple html version available too.</li>
<li>For small sites (up to 20 pages), a static link to each page should be available at the bottom of each page. Larger sites need to have a link to every main section of the site at the bottom of the page and each section should then have links to all other pages within that section.</li>
</ul>
<ol>
<li>Update: Although the above is good practice it is more important to have an XML site map in place and referenced in the page head section.</li>
</ol>
<ul>
<li>Every page must have a link to the home page in short format. E.G. http://www.domain.com/. The link can be an image or text and must have the closing slash. Never mix trailing slash and absolute paths as this can cause duplicate content penalties.</li>
<li>Canonicalisation. http://domain.com must be redirected by a 301 handler to http://www.domain.com so that only one version of the site is indexed by the search engines in order to avoid duplicate content issues.</li>
</ul>
<p><strong>Site design:</strong></p>
<ul>
<li>Frames must never be used &#8211; the exception being where CSS is used to create inline frames that are visible to search engines.</li>
<li>The use of Flash must be restricted to page elements only.</li>
<li>&lt;hn&gt; tags must be used for page headings and sub headings.</li>
<li>All code must validate to w3c standards &#8211; http://validator.w3.org/.</li>
<li>Pages must be output as static html unless dynamic use is specifically required. E.G. A site selling a rapidly changing commodity such as Airline Seats.</li>
<li>Acceptable technologies for database driven sites are .asp .php .net asp.NET and .jsp in conjunction with a re-writer. For static sites, html, html and variants are to be used.</li>
</ul>
<p><strong>Page Content:</strong></p>
<ul>
<li>Every page must have at least 85% unique content.</li>
<li>Keywords must be in the page copy at a density of between 1-10%, however, it must be noted that keywords should be included so as to read correctly. A general rule to follow is that if it reads well, the keyword density should be correct, but must be within the broad limits.</li>
<li>Keywords must not be repeated in the copy more than 2 times in a row.</li>
<li>Google&#8217;s algorithm now adds weight to &#8220;local search&#8221;. Therefore, the address and phone number needs to be prominent and preferably on each page. This can be in the footer or an easily accessible (one click from home) page.</li>
</ul>
<p><strong>Hidden text:</strong></p>
<ul>
<li>No attempt should ever be made to hide text or keywords in a web page.</li>
</ul>
<p><strong>JavaScript and CSS:</strong></p>
<ul>
<li>These must always be &#8220;off page&#8221;.</li>
</ul>
<p><strong>404 Error handling:</strong></p>
<ul>
<li>A custom 404 page must be used. The should must have a copy of the sitemap and utilise a Meta refresh to the home page set at 5 seconds.</li>
</ul>
<p><em><strong>The following are preferred but not essential and are only applicable when dynamic content is used.</strong></em></p>
<p><strong>Meta Description Tag:</strong></p>
<p>Should be dynamically generated from the first 250 characters of the page copy.</p>
<p><strong>Title Tag:</strong></p>
<p>Should be dynamically generated from the page &lt;h1&gt; heading.</p>
<p>The above would also need to be editable as an override.</p>
<p><strong>Deviation from this specification is only acceptable if permission is given in writing.</strong></p>
<p><strong><a href="http://twitter.com/CaptainSEO">CaptainSEO</a><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coastinternetmarketing.co.uk/all-posts/search-engine-friendly-design-specification/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
