<?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>The One Man Mission &#187; Analytics</title>
	<atom:link href="http://www.theonemanmission.com/tag/analytics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theonemanmission.com</link>
	<description>Web design, SEO and development by Phil Owen</description>
	<lastBuildDate>Wed, 28 Jul 2010 20:56:25 +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>Page Speed:  How to boost your website speed</title>
		<link>http://www.theonemanmission.com/featured/page-speed-how-to-boost-your-website-speed/</link>
		<comments>http://www.theonemanmission.com/featured/page-speed-how-to-boost-your-website-speed/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 23:02:33 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[page speed]]></category>
		<category><![CDATA[serach engine optimisation]]></category>
		<category><![CDATA[website speed]]></category>

		<guid isPermaLink="false">http://theonemanmission.com/?p=594</guid>
		<description><![CDATA[Just how many times have you clicked onto Google to find something, clicked on a result and be faced with page that hangs while it loads?  Did you wait patiently or did you move on and try another  site?   Slow site performance could be costing your site a lot of search  traffic.   After [...]]]></description>
			<content:encoded><![CDATA[<p>Just how many times have you clicked onto Google to find something, clicked on a result and be faced with page that hangs while it loads?  Did you wait patiently or did you move on and try another  site?   Slow site performance could be costing your site a lot of search  traffic.   After clicking on your site’s link in a search result, many  visitors may just turn around and look elsewhere if a page is taking too  long to appear. I know I do.</p>
<p>Google is constantly checking your site’s performance and all  indications point to this being a ranking factor in future. This was  reported a late last year by WebProNews, after an <a title="Matt Cutts  and Site Performance" href="http://www.webpronews.com/topnews/2009/11/13/google-page-speed-may-be-a-ranking-factor-in-2010" target="_blank">interview with the venerable Matt Cutts</a> from the  Google team.</p>
<p>By their own admission Google is all about the ”user experience”,  with their prime SEO mantra being; “make websites for users, not for the  search engines”. And page load time is one if the most important user  experience issues that you’ll encounter when browsing the web.  Google wants to serve it&#8217;s users with they what they want.  Do they want slow page websites at the top of their search results?  or do they want a page that loads instantly and gives them the information they&#8217;re seeking straight away.    Obviously, the latter.</p>
<p>It’s a well known “statistic” that if a web page does not load in  less than 3 seconds a user will ”bounce” from the site, return to the  search results and probably pick one of your competitors.  Which begs the question:  how can  you speed up a slow site?</p>
<h3>Examine your site’s performance</h3>
<p>First off, you should analyze all information available about how  your pages load using some readily available tools. As a good SEO or  webmaster you’ve probably already signed up for Google’s Webmaster  Tools.   A recently added feature is the “Site Performance” section, which  is found under the “Labs” menu item.</p>
<p>This will give you a general indication of whether Google sees your  site as being fast or slow, and provides a few tips on how your pages can be  improved for speed.   You can also see over time how your work in improving  web site speed is taking effect.</p>
<p>For a more immediate read-out of a webpage’s performance I also use the <a title="Yahoo YSlow" href="http://developer.yahoo.com/yslow/" target="_blank">Yahoo YSlow</a> plugin for Firebug (a Firefox plug-in).  YSlow can be run on a live page that you are viewing and gives instant  (depending on page load time of course), feedback on what areas you  can address to improve load time on your website.   It will also give you an indication of  the “emtpy cache” (first time visitor) and “primed cache” (repeat  visitor) performance.</p>
<p>For an advanced metric of page load time, Google Analytics can be  configured to record a <a title="Google Analytics Record Page Load Time" href="http://blog.vkistudios.com/index.cfm/2009/5/21/Slow-loading-times-Track-them-with-GA-Google-Analytics-Power-User-11" target="_blank">page load time metric</a> and gives a reasonable  representation of the issue from the user perspective.   Analytics can be  made to track the load time based on internet connection speed in so  giving a broad indication of your site’s performance.</p>
<h3>Enable GZip Compression</h3>
<p>All modern browsers support webpage GZip compression and are able to  decompress the data sent from your server.  The less data that is  transferred for each page, the less time it takes for a page to load in a  browser.  For those site owners who have a restriction on the amount of  traffic with their host, GZip compression will reduce the amount of data  that you have to serve.</p>
<p>You can use a <a title="GZip Compression Test" href="http://www.gidnetwork.com/tools/gzip-test.php" target="_blank">GZip  compression test</a> to check if your pages are currently  compressed and if not, this tool will estimate of the size of savings to  expect.   If GZip compression is enabled, the actual % of data saved  during compression is shown.  This tool can also test CSS and JS files.</p>
<p>Apache and Microsoft IIS web servers both support GZip, and quick and  dirty instructions for enabling GZip compression is shown below:</p>
<p><strong>Apache Server</strong></p>
<p>The module that deals with GZip compression on an Apache server is  “mod_deflate”. Create an “info.php” file and add the code <em>&lt;?php  phpinfo() ?&gt;</em>, upload to your server and browse “/info.php” to  get a readout of the Apache modules installed.  If mod_deflate is loaded  on your webserver then the following .htaccess declaration will enable  GZip for a lot of file types.</p>
<p><em>&lt;IfModule mod_deflate.c&gt;<br />
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css  application/javascript application/x-javascript application/x-httpd-php  application/rss+xml application/atom_xml<br />
&lt;/IfModule&gt;</em></p>
<p>If mod_deflate can’t be loaded by your host or server admin (it  requires a core recompile for installation) then the following .htaccess  declaration will enable GZip compression for php files only. The  “gzhandler” is not as efficient at compressing data than “mod_deflate”,  so will be marginally slower and the savings will me slightly less but  for most sites will suffice.</p>
<p><em>php_value output_handler ob_gzhandler</em></p>
<p>If your pages are .htm or .html (as opposed to .php) add the  following lines at the top of your .htaccess to get Apache to parse  those files as .php so that they will be compressed.</p>
<p><em>RemoveHandler .html .htm<br />
AddType application/x-httpd-php .php .htm .html</em></p>
<p><em><br />
</em></p>
<p><strong>Microsoft IIS</strong></p>
<p>If you’re running a Microsoft IIS server, the following document will  explain how compression can be activated: <a href="http://g.www.ms.akadns.net/technet/prodtechnol/WindowsServer2003/Library/IIS/25d2170b-09c0-45fd-8da4-898cf9a7d568.mspx?mfr=true">http://g.www.ms.akadns.net/technet/prodtechnol/WindowsServer2003/Library/IIS/25d2170b-09c0-45fd-8da4-898cf9a7d568.mspx?mfr=true</a></p>
<h3>Reduce Image Size</h3>
<p>These days websites are very graphicy, with most sites having  appealing header images, product images and so forth.  Unfortunately the  more graphics on a site, the more data needs to be sent to the user’s  browser leading to longer load times.  This is especially an issue for  first time visitors who don’t have the images cached.</p>
<p>Most competent web designers keep this in mind and will try to  maximize the Jpeg compression versus the image quality to speed up page  loading.  But there are some cool tools out there that can further  improve things like this.  Even using gif&#8217;s and png&#8217;s instead of jpegs will make a difference as they tend to use less k&#8217;s is size.</p>
<p>One of the most useful image tools that we use is SmushIt (found in  the YSlow plugin that is mentioned earlier in this post). SmushIt is  able to examine the images on a web page and compress them even further  with no noticeable degradation in image quality. Smushing your header  and background images is a must, and the data savings are often  surprising.</p>
<p>One of the big no-no’s that we often come across is using the  browsers image scaling to fit a large image into a small space.  We  often find this is the case in product catalogs, when a large product  image is used for the shingle thumbnail on the category listing pages.   In this case, use a small thumbnail in the shingle instead of scaling.</p>
<p>For all other cases browser image scaling should be avoided, as the  web browser is slow at scaling, not to mention the extra time spent  downloading the large image. Always  ensure images are scaled to the  correct size before use on your pages, and you’ll notice an improvement  in load time.</p>
<p>If your website template uses a lot of background images, header  images and image buttons  then the number of HTTP requests for a webpage  will be quite high. Each request takes time and can slow down a page.  To reduce this delay combine these template images into a <a title="Using CSS Sprites" href="http://css-tricks.com/css-sprites/" target="_blank">CSS sprite image</a>. This is basically one “big” image  that contains all of your template images and using CSS classes you can  pick out the correct part of this image that you need for each of the  graphic elements on the page.</p>
<h3>CSS and JavaScript Code</h3>
<p>There are a few strategies for improving CSS and JavaScript file load  time.  At a minimum you should externalize all CSS and JS files so that  they can be cached by the users browser.  In addition, if you have more  that one CSS or JS include file, combine all the CSS includes into one  file, do the same with the JS includes, and this will reduce http  requests.  For the hardcore guys out there, try to Minify the  CSS/JavaScript which will remove unnecessary white-space and  line-breaks. Minify can be also found in the YSlow plugin for Firebug.  And no, I don&#8217;t sell Firebug or Yslow (based on how many times I&#8217;ve mentioned it) &#8211; it&#8217;s just a cool plug in.</p>
<h3>Reduce the amount of database calls in your application</h3>
<p>A lot of websites out there rely on an SQL database to store  information that is shown to your users.  If your site runs a product  catalog or a CMS systems then the odds are that a database is involved.  Every time a page is requested by a browser, the database is queried for  the information that the user will see on the page.  This back and forth  takes time and can be a bottleneck.</p>
<p>To speed things up, only run the minimum database queries that are  required and only request the actual table fields from the database that  you need. Avoid “SELECT * FROM” in your SQL queries.   Optimizing things  in this way can get quite  quite knarly, so be prepared for a lot of  hard work. For large sites that get a lot of traffic this can help in  page load time tremendously and is worth the effort.</p>
<h3>Wordpress</h3>
<p>Wordpress is the most popular blogging software out there, and due to  it’s flexibility is increasingly being used as a CMS system. Wordpress  uses an SQL database to store all your posts and pages.</p>
<p>Hundreds of “plug-ins” are available for Wordpress to help customize  it in countless ways.  Unfortunately the more plugins that you install,  the slower Wordpress becomes.  The less plugins that are activated the  faster your Wordpress blog will be.  You should also go as far as  removing all unactivated wordpress plugins from your “plugin” directory.</p>
<p>A useful addition to Wordpress are “Widgets”, which allow for “real  time updated” areas within your template. There are Widgets available to  show latest posts, most popular posts, dynamic menus and much more.  The  problem is that each one of these widgets will poll the database to get  the information required, thus increasing the load time of the page.  Try to reduce the number of widgets that you use and if a widget is  showing content that doesn’t change too often, try to hardcode the HTML  with what the widget would display.</p>
<h4>Summary</h4>
<p>There are many more things to look at to speed up a website and those  listed above are the areas that I initially tend to look at for my <a title="search engine  optimization" href="http://www.owendevelopment.co.uk/category/seo/seo-pricing/">search engine optimisation</a> clients. Depending on the  size of a site and the amount of traffic it gets, even the simplest  change can have a significant effect.</p>
<p>If there are any other ways you have found to speed up a site, I’d  love to know of your experiences.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theonemanmission.com/featured/page-speed-how-to-boost-your-website-speed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Robots And Why They Are Important</title>
		<link>http://www.theonemanmission.com/seo/google-robots-and-why-they-are-important/</link>
		<comments>http://www.theonemanmission.com/seo/google-robots-and-why-they-are-important/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 12:50:22 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://theonemanmission.com/?p=436</guid>
		<description><![CDATA[Robots?  No this post isn&#8217;t about sci-fi.   From my own research, and the work that I do at my web design agency OwenDevelopment,  Google robots are very real and important in helping your website get indexed in search results.
Also known as &#8216;Spiders&#8217;, &#8216;Crawlers&#8217; and the &#8216;Googlebot&#8217;, these programs scrawl the internet constantly, from page-to-page, site-to-site, reading [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Robots?  No this post isn&#8217;t about sci-fi.   From my own research, and the work that I do at my web design agency <a href="http://www.owendevelopment.co.uk">OwenDevelopment</a>,  Google robots are very real and important in helping your website get indexed in search results.</p>
<p style="text-align: justify;">Also known as &#8216;Spiders&#8217;, &#8216;Crawlers&#8217; and the &#8216;Googlebot&#8217;, these programs scrawl the internet constantly, from page-to-page, site-to-site, reading the content on the page and reporting back to Google and other search engines about what your site is about and what keyword or phrases would be relevant to display your site in it&#8217;s results.</p>
<p style="text-align: justify;">Every day hundreds of them go out and scour the web, whether it&#8217;s Google trying to index the entire web, or a spam bot collecting any email address it could find for less than honorable intentions.  As site owners, what little control we have over what robots are allowed to do when they visit our sites exist in a magical little file called &#8220;robots.txt.&#8221;</p>
<p style="text-align: justify;">&#8220;Robots.txt&#8221; is a regular text file that through its name, has special meaning to the majority of &#8220;honorable&#8221; robots on the web. By defining a few rules in this text file, you can instruct robots to not crawl and index certain files, directories within your site, or at all. For example, you may not want Google to crawl the /images directory of your site, as it&#8217;s both meaningless to you and a waste of your site&#8217;s bandwidth. &#8220;Robots.txt&#8221; lets you tell Google just that.</p>
<p style="text-align: justify;"> </p>
<div style="text-align: justify;"><strong>Imposing Restrictions</strong><br />
You may impose restrictions on which web pages to disallow indexing. By default, most users will want to allow all directories except their /cgi-bin/ directory, which commonly holds scripts, and their images directory /images/. To enable all web pages, select Yes to &#8220;Enable All Webpages,&#8221; then enter each web page or directory path in the exclusion box, one per line.</div>
<p style="text-align: justify;">
<div>Example: &#8220;http://www.yourdomain.com/cgi-bin/&#8221; (Excludes the /cgi-bin/ directory)<br />
Example: &#8220;http://www.yourdomain.com/images/&#8221; (Excludes the /images/ directory)<br />
Example: &#8220;http://www.yourdomain.com/welcome.html&#8221; (Excludes the /welcome.html web page)</div>
<p style="text-align: justify;"> </p>
<p style="text-align: justify;">For my readership (because I love each and every one of you), I have included below a generator to create a robot.txt file to upload and use on your own sites:</p>
<table style="text-align: justify;" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top">
<table border="0" cellspacing="0" cellpadding="0" width="300">
<tbody>
<tr>
<td width="16" height="16"> </td>
<td width="130" height="16" background="http://images.devshed.com/sc/seotools/bckg06.gif"><img src="http://images.devshed.com/sc/seotools/spacer.gif" alt="" width="130" height="16" /></td>
<td width="118" height="16" background="http://images.devshed.com/sc/seotools/bckg06.gif"><img src="http://images.devshed.com/sc/seotools/spacer.gif" alt="" width="150" height="16" /></td>
<td width="40" background="http://images.devshed.com/sc/seotools/bckg06.gif"><img src="http://images.devshed.com/sc/seotools/spacer.gif" alt="" width="40" height="16" /></td>
<td width="18" height="16"> </td>
</tr>
<tr>
<td height="30" background="http://images.devshed.com/sc/seotools/bckg07.gif"> </td>
<td class="toolbox" colspan="2" width="*" valign="top" bgcolor="#cccccc"><strong><span style="font-size: xx-small;">Robots.txt Generator Tool</span></strong> © <a href="http://www.seochat.com">SEO Chat™</a></p>
<div><span style="font-size: x-small; font-family: Courier New, Courier, mono;"> </span></div>
<div><span style="font-size: x-small; font-family: Courier New, Courier, mono;"> </span></div>
<p> </p>
<p><span style="font-size: x-small; font-family: Courier New, Courier, mono;"></p>
<form action="http://www.seochat.com/" enctype="application/x-www-form-urlencoded" method="get">
<input name="go" type="hidden" value="1" />
<input name="option" type="hidden" value="com_seotools" tabindex="1" />
<input name="tool" type="hidden" value="21" tabindex="2" />
<h3>Allowed User Agent<br />
Select user agent or use default for all agents</h3>
<h3>
<select id="usera" name="usera"><option selected="selected" value="*">All Agents</option><option value="ia_archiver">Alexa Agent</option><option value="Scooter">AltaVista Agent</option><option value="ArchitextSpider">AOL Netfind/Excite Agent</option><option value="Googlebot">Google Agent</option><option value="Slurp">HotBot Agent</option><option value="InfoSeek Sidewinder">InfoSeek Agent</option><option value="Lycos_Spider_(T-Rex)">Lycos Agent</option><option value="MSNBot">MSN Search Crawler</option><option value="Gulliver">Northern Lights Agent</option><option value="WebCrawler/3.0">Webcrawler Agent</option></select>
</h3>
<h3>Enable All Webpages</h3>
<h3>
<input id="allpages" name="allpages" type="radio" value="1" tabindex="4" /> Yes</h3>
<h3>
<input id="allpages" checked="checked" name="allpages" type="radio" value="0" tabindex="5" /> No &#8211; Exclude These URL&#8217;s:</h3>
<h3>¦lt;br /&gt; Enter URLs you wish to exclude<br />
<textarea cols="30" rows="5" name="exclude_list">/cgi-bin/&lt;br /&gt; /images/</textarea></h3>
<h3><span style="color: #ffffff;">Enter Captcha To Continue</span><br />
To prevent spamming, please enter in the numbers and letters in the box below</h3>
<h3>
<input name="imageverify" size="32" type="text" tabindex="7" />
<input name="timehsh" type="hidden" value="457978554931303d" tabindex="8" /></h3>
<h3><img src="http://www.seochat.com/includes/showcaptcha.php?bd=457978554931303d" border="1" alt="" /></h3>
<h3>
<input id="toolsubmit" name="toolsubmit" type="submit" value="Create" tabindex="9" /></h3>
<h3><a rel="nofollow" href="http://www.developershed.com/esupport/"><span style="color: #0000ff;"><span style="color: #ffffff;">Report Problem with Tool.</span></span></a><span style="color: #ffffff;"> </span></h3>
</form>
<p> </p>
<p> </p>
<p></span></td>
<td width="40" valign="top" bgcolor="#cccccc"> </td>
<td width="18" background="http://images.devshed.com/sc/seotools/bckg03.gif"> </td>
</tr>
<tr>
<td width="16"> </td>
<td colspan="3" width="*" height="16" background="http://images.devshed.com/sc/seotools/bckg04.gif"><img src="http://images.devshed.com/sc/seotools/spacer.gif" alt="" width="16" height="16" /></td>
<td width="18"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">
<div> Generator and info are courtesy of <a href="http://www.seochat.com">www.seochat.com</a>. </div>
<p style="text-align: justify;"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.theonemanmission.com/seo/google-robots-and-why-they-are-important/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 Tips To Remember When Building Your Site</title>
		<link>http://www.theonemanmission.com/seo/top-10-tips-to-remember-when-building-your-site/</link>
		<comments>http://www.theonemanmission.com/seo/top-10-tips-to-remember-when-building-your-site/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 09:05:30 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Starting Up]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Planning]]></category>

		<guid isPermaLink="false">http://theonemanmission.com/?p=381</guid>
		<description><![CDATA[During my research phase of &#8216;Project X&#8217;, I jave checked numerous sites and resources to find the best advice (and most relevant) when planning and beginning the website development.  From this, I found consistencies betweeb all the advice which I am compiling into my top 10 essential lists to bear in mind: 
1) Create a website business plan [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">During my research phase of &#8216;Project X&#8217;, I jave checked numerous sites and resources to find the best advice (and most relevant) when planning and beginning the website development.  From this, I found consistencies betweeb all the advice which I am compiling into my top 10 essential lists to bear in mind: </p>
<p style="text-align: justify;">1) Create a website business plan that integrates nicely with your overall marketing objectives; the content should be consistent with any offline materials (leaflets, posters, business cards), the graphics/images should be web friendly and consistent with your overall branding; same colours, fonts, basically, everything that makes your website &#8216;recognisable&#8217; as a brand.</p>
<p style="text-align: justify;">2) When creating a website, try not to get &#8220;geek crazy&#8221; &#8211; meaning you become so in love with the latest design technology, your web site gets bogged down with heavy graphics, add-on software and components, GIF animated image/tacky crap, etc. But, conversely, check your ego at the door when you work at your design. There are too many sites cramped with meaningless junk they literally turn visitors away.  A decent, clean design is what you typically need.  Keep it &#8216;fresh&#8217;.</p>
<p style="text-align: justify;">3) Pay attention to your website&#8217;s &#8220;load times,&#8221; i,e. how long it takes a web site to load on the worst-case scenario: a 56 kbps modem (this is an industry average and some users will still be using this &#8211; even in today&#8217;s broadband world).  If its more than 12-18 seconds, you may experience the &#8220;click of death&#8221; &#8211; the site doesn&#8217;t load quickly and the surfer is gone&#8230; forever.   Of course if you are targeting broadband customers who are reaching your site via ISDN, DSL or Cable modem then you can build a website that incorporates multimedia-ready content that may include streaming audio or video, Shockwave or Flash capabilities.</p>
<p style="text-align: justify;">4) Keep it simple &#8211; make a website easy to navigate, build an efficient menu structure that is consistent with industry standards.</p>
<p style="text-align: justify;">5) Your visitors should be able to get to their desired area of your site within one or two mouse clicks; they will quickly get frustrated if they have to click around multiple menus to get to the page that they are seeking.</p>
<p style="text-align: justify;">6) Develop content that is web-friendly.  People don&#8217;t read text on websites like they do in any other offline media. Keep paragraphs short ( no more than three or four sentences) and put in white space between your content, include links in your pages as well to other areas of your site as well.  this not only steers people across your site, but also helps with seo.</p>
<p style="text-align: justify;">7) Make your site User-friendly.   Don&#8217;t use white backgrounds with yellow text, don&#8217;t have tiny, tiny writing.  This page is about the limit (I personally love this size, but the majority of people don&#8217;t).  Also bear in mind people who are colour-blind or visually impaired &#8211; can they still use your site efficiently?   Will they be able to actually see anything on your site?</p>
<p style="text-align: justify;">8. Optimise your website for Search Engines by researching about 8-12 keywords that people will use to find your site from Google etc, then incorporate these keywords actually within your site content (to drive relevancy with search engine spiders/bots) and then get lots of links to your site (also known as &#8216;backlinks&#8217;.  It is estimated as much as 70% of all traffic to most web site comes through a search engine of some sort &#8211; mainly Google, Yahoo and Aol.</p>
<p style="text-align: justify;">9) Check  into your log server files regularly to uncover &#8220;tracking&#8221; made through your website &#8211; your log files are raw data that show how and from, where people located  your website, where they went within your web site, how long they stayed there for, etc.  There are many products on the market that can achieve such purpose, such as Google Analytics.   With Google, you would simply sign up with Google for free, they then give you some god to add into the pages and it does all the reportig for you.</p>
<p>10) Think global, not local - in your overall site design.  Always think that the greatest Internet growth is occurring outside where you live, so it is essential to build a site that can be accessed easily by people anywhere around the world &#8211; assuming that the content can be useful for anyone.   You may also want to make your web site content readily available in diverse languages as well (especially if e-commerce), so your website can be utilized by all.</p>
<p style="text-align: justify;"> </p>
<p style="text-align: justify;">Hope you find this as useful as I did.   It may seem common sense, but it&#8217;s easy to forget one or more of the important factors.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theonemanmission.com/seo/top-10-tips-to-remember-when-building-your-site/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>See who&#039;s looking at your site&#8230;</title>
		<link>http://www.theonemanmission.com/starting-up/see-whos-looking-at-your-site/</link>
		<comments>http://www.theonemanmission.com/starting-up/see-whos-looking-at-your-site/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 10:41:06 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Starting Up]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.TheOneManMission.com/?p=160</guid>
		<description><![CDATA[Interesting article from www.Inc.com:
Demandbase lets you know when those blue-chip customers are knocking at your virtual door. Its free real-time ticker analyzes your visitors&#8217; IP addresses and compares them with information from sources such as Dun &#38; Bradstreet and LexisNexis. With those data, Demandbase can tell you the names of the companies at which many [...]]]></description>
			<content:encoded><![CDATA[<p>Interesting article from <a href="http://www.Inc.com">www.Inc.com</a>:</p>
<p>Demandbase lets you know when those blue-chip customers are knocking at your virtual door. Its free real-time ticker analyzes your visitors&#8217; IP addresses and compares them with information from sources such as Dun &amp; Bradstreet and LexisNexis. With those data, Demandbase can tell you the names of the companies at which many of your visitors work. Click on a company name, and Demandbase will sell you the name and contact information for a lead at that company. Demandbase has been called the iTunes of CRM, and it&#8217;s almost as affordable: The average cost per lead is just $1.80.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theonemanmission.com/starting-up/see-whos-looking-at-your-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
