<?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>Web Design Preston</title>
	<atom:link href="http://www.webdesignpreston.org.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdesignpreston.org.uk</link>
	<description>Effective Web Design and Internet Marketing Strategists</description>
	<lastBuildDate>Thu, 03 Dec 2009 13:46:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Use Robots.txt to disallow spiders</title>
		<link>http://www.webdesignpreston.org.uk/use-robots-txt-to-disallow-spiders-from-specific-pages-or-sections/</link>
		<comments>http://www.webdesignpreston.org.uk/use-robots-txt-to-disallow-spiders-from-specific-pages-or-sections/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 15:44:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design Articles]]></category>
		<category><![CDATA[Robots.txt]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[Spiders]]></category>

		<guid isPermaLink="false">http://www.webdesignpreston.org.uk/?p=30</guid>
		<description><![CDATA[Use Robots.txt to disallow spiders from specific pages or sections
Robots.txt is a file in your server which tells various search engine crawlers not to crawl or index specific parts of your site. It can tell certain search engines to ig‐nore certain pages, or tell all engines to ignore your site altogether. Even for op‐timization, you [...]


Related posts:<ol><li><a href='http://www.webdesignpreston.org.uk/optimising-your-website-for-spiders/' rel='bookmark' title='Permanent Link: Optimising your website for spiders'>Optimising your website for spiders</a> <small>Optimizing for Spiders Of course, there is more to SEO...</small></li></ol>

Related posts sorted by most relevant]]></description>
			<content:encoded><![CDATA[<p>Use Robots.txt to disallow spiders from specific pages or sections<br />
Robots.txt is a file in your server which tells various search engine crawlers not to crawl or index specific parts of your site. It can tell certain search engines to ig‐nore certain pages, or tell all engines to ignore your site altogether. Even for op‐timization, you might want to hide certain parts of your site from search engines. For example, if your site has a “terms and conditions” page which is similar to most such pages on other sites and serves no search purpose, or you don’t want bots to crawl your cgi‐bin directory, or have any other directories or pages with duplicate content, you can use this file to tell search engines to ignore them:<br />
A robots.txt file looks like this:<br />
User-Agent: [Bot or Spider name]<br />
Disallow: [File or Directory name]<br />
<span id="more-30"></span><br />
A list of the names of various search engine spiders names:</p>
<p>Spider Name,  Search Engine, Status</p>
<p>AbachoBOT, Abacho, -<br />
Acoon, Acoon, -<br />
AESOP_com_SpiderMan, Aesop, -<br />
ah-ha.com crawler<br />
Ah-ha, -<br />
appie, Walhello, -<br />
Arachnoidea, Euroseek, active<br />
ArchitextSpider, Excite, inactive<br />
Atomz, Atomz, -<br />
DeepIndex, DeepIndex (www.en.deepindex.com), -<br />
ESISmartSpider, Ttravel Finder, -<br />
EZResult, EZResults, -<br />
FAST-WebCrawler, AlltheWeb, active<br />
Fido, PlanetSearch, -<br />
Fluffy the spider, SearchHippo, active<br />
Googlebot, Google, active<br />
Gigabot, Gigablast, active<br />
Gulliver, Northernlight, inactive<br />
Gulper, Yuntis, active<br />
HenryTheMiragoRobot, Mirago, -<br />
ia_archiver, Alexa, active<br />
KIT-Fireball/2.0, Fireball (German SE at www.fireball.de), -<br />
LNSpiderguy, Lexis-Nexis, -<br />
Lycos_Spider_(T-Rex), Lycos, inactive<br />
MantraAgent, LookSmart, active<br />
MSN, Microsoft Prototype Crawler, -<br />
NationalDirectory-SuperSpider, National Directory, -<br />
Nazilla, Websmostlinked, -<br />
Openbot, Openfind, -<br />
Openfind, piranhaShark Openfind, -<br />
Scooter, AltaVista,active<br />
Scrubby, Scrub The Web, active<br />
Slurp/3.0, Inktomi, active<br />
Tarantula, AltaVista, inactive<br />
Teoma_agent1, Teoma, active<br />
UK Searcher Spider, UKSearcher, -<br />
WebCrawler, WebCrawler, -</p>
<p>Defining the User‐Agent field with an asterisk (*) disallows all crawlers from that part of your site. Leaving the disallow field empty means that spiders are free to access and index your entire site. No matter how you use it, the robots.txt file gives you more control over your site and its optimization.</p>


<p>Related posts:<ol><li><a href='http://www.webdesignpreston.org.uk/optimising-your-website-for-spiders/' rel='bookmark' title='Permanent Link: Optimising your website for spiders'>Optimising your website for spiders</a> <small>Optimizing for Spiders Of course, there is more to SEO...</small></li></ol></p>
<p>Related posts sorted by most relevant</p>]]></content:encoded>
			<wfw:commentRss>http://www.webdesignpreston.org.uk/use-robots-txt-to-disallow-spiders-from-specific-pages-or-sections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use CSS to reduce file size</title>
		<link>http://www.webdesignpreston.org.uk/use-css-to-reduce-file-size/</link>
		<comments>http://www.webdesignpreston.org.uk/use-css-to-reduce-file-size/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 15:36:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design Articles]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.webdesignpreston.org.uk/?p=27</guid>
		<description><![CDATA[Cascading Style Sheets (CSS) is a style sheet language which makes your design more flexible and separates your layout code from the content of each page. CSS enables web designers to easily implement site‐wide changes without going into each page or accidentally messing with their content. CSS also reduces the size of your pages and [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Cascading Style Sheets (CSS) is a style sheet language which makes your design more flexible and separates your layout code from the content of each page. CSS enables web designers to easily implement site‐wide changes without going into each page or accidentally messing with their content. CSS also reduces the size of your pages and makes it easier for spiders to find your content – the most im‐portant thing on your page – easily and quickly.</p>
<p>This is standard practice in the web industry any experienced Web design company should be using this methology.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.webdesignpreston.org.uk/use-css-to-reduce-file-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use valid, error‐free source code</title>
		<link>http://www.webdesignpreston.org.uk/use-valid-error%e2%80%90free-source-code/</link>
		<comments>http://www.webdesignpreston.org.uk/use-valid-error%e2%80%90free-source-code/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 15:35:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design Articles]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[W3c]]></category>

		<guid isPermaLink="false">http://www.webdesignpreston.org.uk/?p=23</guid>
		<description><![CDATA[Make sure that search engines don’t come up against badly coded pages. The World Wide Web Consortium (W3C) has established global standards for HTML and CSS in web pages. In addition to testing for cross‐browser functionality, test each page of your website for errors by using W3C’s validator.
All sites produced by webdesignpreston.org.uk will be checked [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Make sure that search engines don’t come up against badly coded pages. The World Wide Web Consortium (W3C) has established global standards for HTML and CSS in web pages. In addition to testing for cross‐browser functionality, test each page of your website for errors by using W3C’s validator.</p>
<p>All sites produced by webdesignpreston.org.uk will be checked and re-checked to ensure they are error free</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.webdesignpreston.org.uk/use-valid-error%e2%80%90free-source-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimising your website for spiders</title>
		<link>http://www.webdesignpreston.org.uk/optimising-your-website-for-spiders/</link>
		<comments>http://www.webdesignpreston.org.uk/optimising-your-website-for-spiders/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 15:33:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design Articles]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Spiders]]></category>

		<guid isPermaLink="false">http://www.webdesignpreston.org.uk/?p=21</guid>
		<description><![CDATA[Optimizing for Spiders
Of course, there is more to SEO than user experience. For instance, a common design mistake is the use of ‘splash pages’ – a home page or main entry page with only a large image with a link to an inner page. While users may find it ar‐resting or interesting, a splash page [...]


Related posts:<ol><li><a href='http://www.webdesignpreston.org.uk/use-robots-txt-to-disallow-spiders-from-specific-pages-or-sections/' rel='bookmark' title='Permanent Link: Use Robots.txt to disallow spiders'>Use Robots.txt to disallow spiders</a> <small>Use Robots.txt to disallow spiders from specific pages or sections...</small></li><li><a href='http://www.webdesignpreston.org.uk/optimising-each-page/' rel='bookmark' title='Permanent Link: Optimising Each Page'>Optimising Each Page</a> <small>Optimizing Each Page In addition to optimizing your site design,...</small></li></ol>

Related posts sorted by most relevant]]></description>
			<content:encoded><![CDATA[<p>Optimizing for Spiders<br />
Of course, there is more to SEO than user experience. For instance, a common design mistake is the use of ‘splash pages’ – a home page or main entry page with only a large image with a link to an inner page. While users may find it ar‐resting or interesting, a splash page will hurt your site because it keeps you from using keyword‐rich text and links, and often redirects automatically to another page.</p>
<p><span id="more-21"></span></p>
<p>So in addition to making a site which is functional and easy to navigate, you should take a number of steps to optimize your site for search rankings:</p>
<p><a href="/use-valid-error‐free-source-code/">Use valid, error‐free source code</a><br />
<a href="/use-css-to-reduce-file-size/">Use CSS to reduce file size</a><br />
<a href="/create-a-sitemap/">Create a sitemap</a><br />
<a href="/use-robots-txt-to-disallow-spiders-from-specific-pages-or-sections/">Use Robots.txt to disallow spiders from specific pages or sections</a><br />
<a href="/use-301-redirects-for-moved-or-deleted-pages/">Use 301 redirects for moved or deleted pages</a><br />
<a href="/use-either-www-or-non‐www-not-both/">Use either www or non‐www, not both</a><br />
<a href="/use-static-urls-with-keywords-in-the-title/">Use static URLs with keywords in the title</a></p>


<p>Related posts:<ol><li><a href='http://www.webdesignpreston.org.uk/use-robots-txt-to-disallow-spiders-from-specific-pages-or-sections/' rel='bookmark' title='Permanent Link: Use Robots.txt to disallow spiders'>Use Robots.txt to disallow spiders</a> <small>Use Robots.txt to disallow spiders from specific pages or sections...</small></li><li><a href='http://www.webdesignpreston.org.uk/optimising-each-page/' rel='bookmark' title='Permanent Link: Optimising Each Page'>Optimising Each Page</a> <small>Optimizing Each Page In addition to optimizing your site design,...</small></li></ol></p>
<p>Related posts sorted by most relevant</p>]]></content:encoded>
			<wfw:commentRss>http://www.webdesignpreston.org.uk/optimising-your-website-for-spiders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimising Each Page</title>
		<link>http://www.webdesignpreston.org.uk/optimising-each-page/</link>
		<comments>http://www.webdesignpreston.org.uk/optimising-each-page/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 13:37:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design Articles]]></category>
		<category><![CDATA[Search engine Optimisation]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.webdesignpreston.org.uk/?p=14</guid>
		<description><![CDATA[Optimizing Each Page

In addition to optimizing your site design, there are a number of standard SEO practices that should be followed on each page of your website. Keep the follow‐ing tips in mind when creating a page:
- Each page should be optimized for 1‐2 keywords only. If you find it hard to narrow the content [...]


Related posts:<ol><li><a href='http://www.webdesignpreston.org.uk/optimising-your-website-for-spiders/' rel='bookmark' title='Permanent Link: Optimising your website for spiders'>Optimising your website for spiders</a> <small>Optimizing for Spiders Of course, there is more to SEO...</small></li></ol>

Related posts sorted by most relevant]]></description>
			<content:encoded><![CDATA[<p>Optimizing Each Page<br />
<img class="alignnone size-medium wp-image-15" title="optimising each page" src="http://www.webdesignpreston.org.uk/wp-content/uploads/2009/11/optimising-each-page-300x119.jpg" alt="optimising each page" width="300" height="119" /><br />
In addition to optimizing your site design, there are a number of standard SEO practices that should be followed on each page of your website. Keep the follow‐ing tips in mind when creating a page:</p>
<p>- Each page should be optimized for 1‐2 keywords only. If you find it hard to narrow the content down to only a couple of keywords, consider dividing it into two or more pages.<br />
- Every page should have at least 250 words of content, and the title should always contain keywords.</p>
<p><span id="more-14"></span></p>
<p>- Don’t embed images or content in flash – search engines can’t read it!<br />
- Add ALT and TITLE tags to all images. This will help spiders understand what the image is about, help your pages turn up in image searches, and enable you to use some more keywords.<br />
- Write meta descriptions for each page:<br />
Meta tags, for SEO purposes, refer to the keywords and description tag. These are part of the header of your HTML document. The keywords tag, which is used to include misspellings and variations of a page’s primary key‐words, is not supported by major search engines and has no verifiable effect on rankings. However, the description tag is important for SEO and is dis‐played by some engines in search results.<br />
The description tag contains a few sentences about the page, giving you the opportunity to use some important keywords, but remember this should be readable to users as well as search engines.</p>


<p>Related posts:<ol><li><a href='http://www.webdesignpreston.org.uk/optimising-your-website-for-spiders/' rel='bookmark' title='Permanent Link: Optimising your website for spiders'>Optimising your website for spiders</a> <small>Optimizing for Spiders Of course, there is more to SEO...</small></li></ol></p>
<p>Related posts sorted by most relevant</p>]]></content:encoded>
			<wfw:commentRss>http://www.webdesignpreston.org.uk/optimising-each-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Websites That WORK</title>
		<link>http://www.webdesignpreston.org.uk/websites-that-work/</link>
		<comments>http://www.webdesignpreston.org.uk/websites-that-work/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 15:44:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Web Design Articles]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Website Structure]]></category>

		<guid isPermaLink="false">http://www.webdesignpreston.org.uk/?p=3</guid>
		<description><![CDATA[While the quality of your content is the most important feature of your website, the structure and usability of your website play a significant role in ensuring that search crawlers as well as visitors can access and understand information easily.
Building a user‐friendly website is crucial to building a website that is optimized for search engines. [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>While the quality of your content is the most important feature of your website, the structure and usability of your website play a significant role in ensuring that search crawlers as well as visitors can access and understand information easily.</p>
<p>Building a user‐friendly website is crucial to building a website that is optimized for search engines. And since the entire point of SEO is to attract more visitors to your website, making a functional, easily useable website should be an obvious part of your traffic‐building efforts.</p>
<p><img class="alignnone size-medium wp-image-4" title="Key to Success" src="http://www.webdesignpreston.org.uk/wp-content/uploads/2009/11/key-to-success-300x205.jpg" alt="Key to Success" width="300" height="205" /></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.webdesignpreston.org.uk/websites-that-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Usability in Design</title>
		<link>http://www.webdesignpreston.org.uk/usability-in-design/</link>
		<comments>http://www.webdesignpreston.org.uk/usability-in-design/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 15:44:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design Articles]]></category>
		<category><![CDATA[User Experience]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.webdesignpreston.org.uk/?p=9</guid>
		<description><![CDATA[
The internet is all about convenience. Visitors have short attention spans and deeply entrenched surfing habits, so your website should be designed to make their navigation and reading experience as easy as possible. For instance, most users expect to find the site logo on the top left of a website, and to be able to [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-95" title="usability2" src="http://www.webdesignpreston.org.uk/wp-content/uploads/2009/11/usability2.jpg" alt="usability2" width="525" height="247" /></p>
<p>The internet is all about convenience. Visitors have short attention spans and deeply entrenched surfing habits, so your website should be designed to make their navigation and reading experience as easy as possible. For instance, most users expect to find the site logo on the top left of a website, and to be able to get to the homepage by clicking on it. Contrasting background colors and large images also make for an effortless browsing experience.</p>
<p> <span id="more-9"></span></p>
<p><img class="alignright size-full wp-image-93" title="usability" src="http://www.webdesignpreston.org.uk/wp-content/uploads/2009/11/usability.jpg" alt="usability" width="297" height="286" /></p>
<p>Usability is about functionality, so make sure that all your links are functional and that each page enables users to know where they are in your website and how to reach the parent or home page at all times. Your layout and color schemes should also be consistent; this will not only make navigation easy but also build recognition in your users’ minds. Create a custom error page (a 404 page) in the same layout, and test your entire site on all major browsers (Inter‐net Explorer, Firefox, Safari, Chrome etc).</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.webdesignpreston.org.uk/usability-in-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using a Content Management System</title>
		<link>http://www.webdesignpreston.org.uk/using-a-content-management-system/</link>
		<comments>http://www.webdesignpreston.org.uk/using-a-content-management-system/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 14:09:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design Articles]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.webdesignpreston.org.uk/?p=18</guid>
		<description><![CDATA[Content Management or CMS system, allows users to easily update content on there websites and produce very complex looking sites with relative ease.
Over the past few years Web Content Management Systems (WCMS) like Wordpress, Joomla, b2evolution and ExpressionEngine have revolutionized the creation and design of sites by providing ready to use publishing platforms. 

If your [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Content Management or CMS system, allows users to easily update content on there websites and produce very complex looking sites with relative ease.<br />
Over the past few years Web Content Management Systems (WCMS) like Wordpress, Joomla, b2evolution and ExpressionEngine have revolutionized the creation and design of sites by providing ready to use publishing platforms. </p>
<p><span id="more-18"></span></p>
<p>If your website has more than a few pages, a CMS can make your website easy to manage and update. Numerous blogs and websites of all sizes use such systems, which have some SEO advantages such as CSS design and make it easy to write meta descriptions and image alt tags.</p>
<p>However, CMSs usually create dynamic URLs and make it difficult to execute re‐directs. So finding the best CMS system for your SEO needs will most likely take some research and customization.</p>
<p><img class="alignnone size-medium wp-image-19" title="wordpress-vs-joomla2" src="http://www.webdesignpreston.org.uk/wp-content/uploads/2009/11/wordpress-vs-joomla2-300x175.png" alt="wordpress-vs-joomla2" width="300" height="175" /></p>
<p>Here at webdesignpreston.org.uk we can create a custom content management suite to suit your every need or customise existing suites and allow you to publish your information quickly and easily in a format best suited for your clients.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.webdesignpreston.org.uk/using-a-content-management-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a sitemap</title>
		<link>http://www.webdesignpreston.org.uk/create-a-sitemap/</link>
		<comments>http://www.webdesignpreston.org.uk/create-a-sitemap/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 08:36:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design Articles]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Sitemap.xml]]></category>

		<guid isPermaLink="false">http://www.webdesignpreston.org.uk/?p=29</guid>
		<description><![CDATA[A sitemap represents the architecture of your website, clarifying the hierarchy of all your pages, starting with the home page. (See Pickaweb’s own site map as an example.) Even if your website is relatively small, creating a sitemap will give you a lot of SEO benefits: notably, it will make your site easy to crawl, [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>A sitemap represents the architecture of your website, clarifying the hierarchy of all your pages, starting with the home page. (See Pickaweb’s own site map as an example.) Even if your website is relatively small, creating a sitemap will give you a lot of SEO benefits: notably, it will make your site easy to crawl, help the flow of trust (PageRank) between your pages, and alert search engines to changes (new or removed pages) in your website. Site maps are easy to create and can be made in a number of formats, with XML being the most common and widely ac‐cepted. (You can find a free online site map generator <a rel="nofollow" href="http://www.xml-sitemaps.com/">here</a>.)</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.webdesignpreston.org.uk/create-a-sitemap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use 301 redirects for moved or deleted pages</title>
		<link>http://www.webdesignpreston.org.uk/use-301-redirects-for-moved-or-deleted-pages/</link>
		<comments>http://www.webdesignpreston.org.uk/use-301-redirects-for-moved-or-deleted-pages/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 15:46:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design Articles]]></category>
		<category><![CDATA[301]]></category>
		<category><![CDATA[Page Rank]]></category>
		<category><![CDATA[Redirects]]></category>

		<guid isPermaLink="false">http://www.webdesignpreston.org.uk/?p=33</guid>
		<description><![CDATA[Use 301 redirects for moved or deleted pages
What happens when you remove or change the location of an indexed page or your entire site? Users may continue to find it as a result in Google’s database, but when they arrive, they won’t find anything. Alternatively, if your old page has accumulated high rankings or trust [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Use 301 redirects for moved or deleted pages</p>
<p>What happens when you remove or change the location of an indexed page or your entire site? Users may continue to find it as a result in Google’s database, but when they arrive, they won’t find anything. Alternatively, if your old page has accumulated high rankings or trust (PageRank) in search engines, deleting or removing it will mean that you’ve wasted all that hard work.</p>
<p><span id="more-33"></span></p>
<p>A 301 direct stands for ‘moved permanently’ and is a search‐friendly way of tell‐ing crawlers the location of your new page or domain. For HTML pages, a redi‐rect uses the .htaccess file on your website’s main folder. For a single page redi‐rect, you can use the following code:</p>
<p>Redirect 301 /oldpage.html http://www.yoursite.com/newpage.html</p>
<p>To move an entire site, use the following:<br />
Redirect 301 /http://www.yournewsite.com/</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.webdesignpreston.org.uk/use-301-redirects-for-moved-or-deleted-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
