<?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; SEO</title>
	<atom:link href="http://www.theonemanmission.com/tag/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theonemanmission.com</link>
	<description>Web design, SEO and development by Phil Owen</description>
	<lastBuildDate>Tue, 07 Sep 2010 17:46:21 +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 gives advice to small business owners</title>
		<link>http://www.theonemanmission.com/missions/google-gives-advice-to-small-business-owners/</link>
		<comments>http://www.theonemanmission.com/missions/google-gives-advice-to-small-business-owners/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 17:41:05 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Missions]]></category>
		<category><![CDATA[Starting Up]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Start-up]]></category>

		<guid isPermaLink="false">http://theonemanmission.com/?p=549</guid>
		<description><![CDATA[Spotted this video on youtube, a video of Google&#8217;s own Matt Cutts with his tips for Small to Medium businesses.   Overall, a great inteview which underlines just how great Matt explains his knowledge of SEO and &#8216;being online&#8217;.  Watch this now.


]]></description>
			<content:encoded><![CDATA[<p>Spotted this video on youtube, a video of Google&#8217;s own Matt Cutts with his tips for Small to Medium businesses.   Overall, a great inteview which underlines just how great Matt explains his knowledge of SEO and &#8216;being online&#8217;.  Watch this now.</p>
<p><center><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/gscFgaMTm48&amp;hl=en_GB&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/gscFgaMTm48&amp;hl=en_GB&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theonemanmission.com/missions/google-gives-advice-to-small-business-owners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Important is Pagerank in SEO?</title>
		<link>http://www.theonemanmission.com/featured/how-important-is-pagerank-in-seo/</link>
		<comments>http://www.theonemanmission.com/featured/how-important-is-pagerank-in-seo/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 23:14:31 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[PageRank]]></category>

		<guid isPermaLink="false">http://theonemanmission.com/?p=520</guid>
		<description><![CDATA[Are you looking for some effective SEO tips and techniques that will make your site easily available to the potential customers? Consider working on page ranks as they are really important in determining the overall position or ranking of your website on the popular search engines. These page ranks are not only crucial for getting [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Are you looking for some effective SEO tips and techniques that will make your site easily available to the potential customers? Consider working on page ranks as they are really important in determining the overall position or ranking of your website on the popular search engines. These page ranks are not only crucial for getting your website the incoming links from trusted and reputable sites but they also contribute tremendously in making your own outbound links valuable to the other sites. This process of incoming and outbound links is also crucial while negotiating with the link exchanges performed with various other sites. The higher the site’s page ranking is, the more the other sites will add your links to their pages.</p>
<p style="text-align: justify;">Page ranks can be easily described numerically ranging from 1 to 10 where 10 works as the highest page rank in the whole chain. It has been noted that a very less amount of pages are featured with the page rank of 10 but any number above the ranking of 6 is taken to be a favorable one.</p>
<p style="text-align: justify;">There are a wide variety of factors that helps in proper determining of the page ranks. However, the major variable appears to be actually based on the number of websites that link to your site’s page. Larger the number of popular sites visiting your site, better is the chances to get high position on the known search engines. So to say, take for example a case in which excellent ranking websites such as Yahoo.com or CNN.com links to your site. In this situation, your site will automatically get popular and this linking of the excellent ranking websites is much better than links from a large number of low page ranking sites.</p>
<p style="text-align: justify;">Enhancing the page ranks of your site is not only described by the total number of back links you possess and use. Even article marketing with targeted titles, content and keywords, is an important factor that helps in taking the page ranks to higher heights. Equally essential is the site’s content. The actual content of the website requires to be the details that the users can read and use in the best possible manner. Having the right kind of content that suits the keywords is one of the other factors as well that contributes a lot in deciding the overall page ranks. There are various inquisitions in the minds of website owners about whether there are some ways that can actually help in generating good page ranking and that too without involving any expenses or costs. The exact answer to these inhibitions is actually “yes”. There are a few things, however, that needs to be considered wisely in order to generate great page ranks.</p>
<p style="text-align: justify;">The first and foremost thing that needs to be kept in mind while looking for better page ranking at no cost is that of creating internal back links. It is necessary to make links to your website whenever applicable. Take for instance a condition where you mention the online payment system on the introductory page. In such a case, it is not only good to add the service provided of online payments, it is always a better option to hyperlink the specific payments page so that the customer can easily get to the payments system and enjoy the facilities. By doing this, not only your website is creating another back link for the spiders, it is making it easier for the visitors to get to the specific payments page right there and that too without wasting their precious time.</p>
<p style="text-align: justify;">The second aspect that needs proper consideration is that of avoiding the usage of dead-end back links. In case you have worked day and night on creating around 7 relevant pages. Your page rankings have the ability to be a rank of 7. But if by chance some of those pages are basically not providing any relevant results, they you really need to consider and figure out the main problem. Whenever the search engine spiders crawl on a site, they wish to move from one web page to the other. You may be featured with a really fantastic and informative page but in case it is not equipped with other page pinks, the spiders will take that particular excellent page to be a dead-link one thereby reducing the chances of enjoying high page ranks. It is necessary to ensure that each web page is added with an external door apart from the back button. You can easily add an index link or maybe a site navigator on each page in order to add that extra convenience for your site visitors.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theonemanmission.com/featured/how-important-is-pagerank-in-seo/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Hardcore SEO</title>
		<link>http://www.theonemanmission.com/featured/hardcore-seo/</link>
		<comments>http://www.theonemanmission.com/featured/hardcore-seo/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 12:35:34 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://theonemanmission.com/?p=471</guid>
		<description><![CDATA[Searching around the internet, I wanted to find some direct, non-fluffy tips and advice on hardcore SEO.  No, this isn&#8217;t  SEO with explicit images or videos of &#8216;things&#8217; going in and out of other &#8216;things&#8217;.  This is the Commando guide for SEO.
Read the top tips, then follow the explanations below for an understanding into the reasoning [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Searching around the internet, I wanted to find some direct, non-fluffy tips and advice on hardcore SEO.  No, this isn&#8217;t  SEO with explicit images or videos of &#8216;things&#8217; going in and out of other &#8216;things&#8217;.  This is the Commando guide for SEO.</p>
<p style="text-align: justify;">Read the top tips, then follow the explanations below for an understanding into the reasoning behind them.  Information like this isn&#8217;t everywhere on the web:</p>
<ol style="text-align: justify;">
<blockquote>
<li style="text-align: justify;">Redesign your Web site once or twice a year.</li>
<li style="text-align: justify;">Add 5 pages of content to your site every week.</li>
<li style="text-align: justify;">Change the titles on your least successful pages twice a year.</li>
<li style="text-align: justify;">Stop using keywords in your URLs.</li>
<li style="text-align: justify;">Stop using keywords in your titles.</li>
<li style="text-align: justify;">Find 3 SEO forums that accept site review requests and write 20 reviews in each forum before you ever ask a question.</li>
<li style="text-align: justify;">Create your own SEO book by collecting your favorite SEO forum and blog posts, newsletter articles, and tech tips in a .PDF file that you review once a month.</li>
<li style="text-align: justify;">Create a new SEO book once each year, replacing the one you just created in the previous step.</li>
<li style="text-align: justify;">Optimize your best peforming page for the exact mirror of your targeted keyword expression (turn an ABCD page into a DCBA page).</li>
<li style="text-align: justify;">Find 5 low-traffic blogs or forums that are consistently active and support them through comments, links, and referrals WITHOUT being self-promotional.</li>
<li style="text-align: justify;">Write 10 blocks of ad copy (no more than 25 words each) every week. Place them on the Web where they won’t offend anyone.</li>
<li style="text-align: justify;">Write 1 full-page announcement about your Web site each week.  Post it some place where it won’t offend anyone.</li>
<li style="text-align: justify;">Get a text editor like Notepad (the fewer frills the better) and use it to code one of your Web pages from scratch.</li>
<li style="text-align: justify;">Learn how to write Who, What, Where, When, and Why in 4 paragraphs or less.</li>
<li style="text-align: justify;">Create a 1-page listing of 20 UNKNOWN Web sites you wish you had created. Post that page on your site.</li>
<li style="text-align: justify;">Create a forum signature that does not promote your Web site.  Put it into every forum profile you have created.</li>
<li style="text-align: justify;">Design a 5-10 page Web site about a community project or charitable activity. Promote that site to number 1. Now repeat the process without changing or building more links for your first site.</li>
<li style="text-align: justify;">Find a niche directory you have never heard of before that you feel is honestly listing unique, useful Web sites. Promote that niche directory through links and comments on your own sites until you see improvement in its Compete, Quantcast, and Alexa metrics.</li>
<li style="text-align: justify;">Find a friend or relative who has no clue about Web sites and persuade him or her to create a Web site. You must restrain yourself and ONLY give advice on how to build and promote the site.</li>
<li style="text-align: justify;">Define a metric that uses from three to five factors OTHER THAN Google PageRank, Alexa Rankings, Compete Rankings, Quantcast Rankings, and backlink counts. Use this metric to track five to ten sites you don’t control for six months.</li>
</blockquote>
</ol>
<p style="text-align: justify;">
<p style="text-align: justify;">
<h3 style="text-align: justify;">20 Hard Core SEO Tips – The Explanations</h3>
<p style="text-align: justify;">
<p style="text-align: justify;"><em>Change</em> is the only constant you can count on in search engine optimization.  Although we often say that the fundamental principles of search engine optimization don’t change, pretty much everything else does.  If you want to be really, really good at this, you cannot be inflexible.  You cannot afford the luxury of becoming emotionally bonded to any particular idea.</p>
<p style="text-align: justify;"><strong>Redesign your Web site once or twice a year.</strong> Why? Because you’ll find things you broke the last time around and you’ll be able to fix them.  Because you’ll finally be able to tweak the optimization for pages you have known could do better but for which you never found the time to do anything.  Because you’ll have an opportunity to improve your visitor experience and make your presentation more competitive (but avoid the “Web X.0 pitfall” — don’t marry your site to any particular concept).</p>
<p style="text-align: justify;"><strong>Add 5 pages of content to your site every week.</strong> Why? Because it gives you opportunities to expand your search visibility. Because it gives you opportunities for more free links that actually help. Because it gives you opportunities to try out new ideas.  Because it increases the value of your Web site.</p>
<p style="text-align: justify;"><strong>Change the titles on your least successful pages twice a year.</strong> Why? Because obviously those titles weren’t helping your least successful pages.</p>
<p style="text-align: justify;"><strong>Stop using keywords in your URLs.</strong> Why? Because if you don’t know how to optimize a page without slamming keywords into the URLs, you don’t know how to optimize a Web page.</p>
<p style="text-align: justify;"><strong>Stop using keywords in your titles.</strong> Why? Because if you don’t know how to optimize a Web page without stuffing your title, then you don’t know how to optimize a Web page. Titles and URLs are options, not requirements, in search engine optimization. Learn to understand and fully appreciate the difference between being able to do something and needing to do something.</p>
<p style="text-align: justify;"><strong>Find 3 SEO forums that accept site review requests and write 20 reviews in each forum before you ever ask a question.</strong> Why? Because looking at someone else’s mistakes and brilliant ideas with an unemotional, critical, helpful point of view will only help improve your own self-analysis.  Keep your ideas and opinions to yourself.  Just share your feedback on how other people’s sites look.  You’ll learn more faster by helping with your honest, gut-level reactions than by helping forum idiots attack people whose ideas they don’t agree with.  You’ll also look more professional, too.</p>
<p style="text-align: justify;"><strong>Create your own SEO book by collecting your favorite SEO forum and blog posts, newsletter articles, and tech tips in a .PDF file that you review once a month.</strong> Why?  So you have all your favorite advice in one easy-to-read-and-search compendium.  Don’t sell it.  Just use it.</p>
<p style="text-align: justify;"><strong>Create a new SEO book once each year, replacing the one you just created in the previous step.</strong> Why? Because after a year of using all the advice you put in the previous one you’ll have a far better idea of just how much crap and bullshit you’re getting from SEO blogs and forums.  But that also means your next SEO book will be ten times better than the last.</p>
<p style="text-align: justify;"><strong>Optimize your best peforming page for the exact mirror of your targeted keyword expression (turn an ABCD page into a DCBA page).</strong> Why?  You can’t do better than to nail the number 1 position for a query, so why not aim for a second query?  If you can optimize a page forwards and backwards, you should be able to handle just about anything.</p>
<p style="text-align: justify;"><strong>Find 5 low-traffic blogs or forums that are consistently active and support them through comments, links, and referrals WITHOUT being self-promotional.</strong> Why?  It teaches you just how hard it is to build a good community, and maybe you’ll appreciate what “good community” really means before you act like an ass in an SEO forum or blog and flame someone else for disagreeing with you.  But there is another reason.  Keep reading to see if you can find it in the explanations given below.</p>
<p style="text-align: justify;"><strong>Write 10 blocks of ad copy (no more than 25 words each) every week. Place them on the Web where they won’t offend anyone.</strong> Why? Because you can never write too many advertisements. Your audience is always changing. Your venues are always changing. And GOOD ad copy (not the cheap, shlocky crap you see most of the time) makes GREAT meta description tags.  BTW — you should write that ad copy for sites other than your own until you learn to stop using cheap, shlocky crap expressions like “Proudly announces”, “pleased to admit”, “best prices”, etc. Be informative. Be compelling. Be classy.</p>
<p style="text-align: justify;"><strong>Write 1 full-page announcement about your Web site each week. Post it some place where it won’t offend anyone.</strong> Why? Because you should spend some time promoting your site while you learn how to become a better search optimizer. Besides, practice makes perfect.</p>
<p style="text-align: justify;"><strong>Get a text editor like Wordpad (the fewer frills the better) and use it to code one of your Web pages from scratch.</strong> Why? Because when you’ve seen just how stupid your templated CSS code really is, you’ll begin to understand why ugly works better than pretty.</p>
<p style="text-align: justify;"><strong>Learn how to write Who, What, Where, When, and Why in 4 paragraphs or less.</strong> Why? Because you should never write a press release that starts out with, “John Shlock Smith the Shmuck proudly announces….”</p>
<p style="text-align: justify;"><strong>Create a 1-page listing of 20 UNKNOWN Web sites you wish you had created. Post that page on your site.</strong> Why? Because it’s an opportunity for you to create an honest, sincere resource that no one else on the Web has the ability to create. Because people are actually more interested in your opinion of OTHER people’s Web sites than your opinion of your own Web sites.   Because if you haven’t found 20 sites you wish you had created that no one else has talked about in your regular Web communities, you need to spend less time with your buds and more time with the rest of the Web.</p>
<p style="text-align: justify;"><strong>Create a forum signature that does not promote your Web site. Put it into every forum profile you have created.</strong> Why? Because it makes you look confident, professional, and less like a shlocky self-promotional shmuck who doesn’t know what forums are for.  More importantly, it will teach you to write compelling content (think of those 25-word advertisements I mentioned above).</p>
<p style="text-align: justify;"><strong>Design a 5-10 page Web site about a community project or charitable activity. Promote that site to number 1. Now repeat the process without changing or building more links for your first site.</strong> Why? Because you’ll never compete with anyone harder to beat than yourself.</p>
<p style="text-align: justify;"><strong>Find a niche directory you have never heard of before that you feel is honestly listing unique, useful Web sites. Promote that niche directory through links and comments on your own sites until you see improvement in its Compete, Quantcast, and Alexa metrics.</strong> Why?  Because you need to know what it takes to become an influencer without cheating through social media Web site spam.</p>
<p style="text-align: justify;"><strong>Find a friend or relative who has no clue about Web sites and persuade him or her to create a Web site. You must restrain yourself and ONLY give advice on how to build and promote the site.</strong> Why?  Because I’ve had to suffer through the frustration of not being able to take the computer away from someone who wants to do it their own way. Misery loves company.  Besides, it teaches us to be humble and appreciate the people who at least listen half the time.</p>
<p style="text-align: justify;"><strong>Define a metric that uses from three to five factors OTHER THAN Google PageRank, Alexa Rankings, Compete Rankings, Quantcast Rankings, and backlink counts.  Use this metric to track five to ten sites you don’t control for six months.</strong> Why?  Because you need a competitive advantage that you cannot possibly get from using someone’s backlink checking tool.  Because you need to understand and appreciate that there is more to the Web than links. Because you need to be one step ahead of the other guy, who may very well have his own metrics in place before you even get started.</p>
<p style="text-align: justify;">
<h3 style="text-align: justify;">20 Hard Core SEO Tips – What They Mean:</h3>
<p style="text-align: justify;">Let the idiots spend their days arguing in the SEO blogs and forums. They don’t need your help to look stupid.</p>
<p style="text-align: justify;">You can learn from other people by watching them, helping them, promoting their sites, and putting the community ahead of yourself.  They won’t always appreciate what you do.  But you can knock a self-promotional shmuck out of the search results any day of the week if you know more about search engine optimization than he does.</p>
<p style="text-align: justify;">You have to keep moving forward. When you stop learning about search engine optimization the idea of getting back into the game becomes overwhelming. Worse, if you become dependent upon any one tip or technique, you hobble yourself in ways you cannot possibly imagine.</p>
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">Thanks to Michael Martinez for posting this on <a href="http://www.seo-theory.com">www.seo-theory.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theonemanmission.com/featured/hardcore-seo/feed/</wfw:commentRss>
		<slash:comments>1</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>Backlinks</title>
		<link>http://www.theonemanmission.com/seo/backlinks/</link>
		<comments>http://www.theonemanmission.com/seo/backlinks/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 11:03:13 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Brand]]></category>

		<guid isPermaLink="false">http://theonemanmission.com/?p=429</guid>
		<description><![CDATA[Backlinks are essential in SEO.   All Search Engines now judge the popularity of not only the number of links on other sites that &#8216;point&#8217; to your website, but also the quality of those links.   The more backlinks you have, and the higher the quality of those links, the better your website will perform in search [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Backlinks are essential in SEO.   All Search Engines now judge the popularity of not only the number of links on other sites that &#8216;point&#8217; to your website, but also the quality of those links.   The more backlinks you have, and the higher the quality of those links, the better your website will perform in search rankings.  </p>
<p style="text-align: justify;">Sometimes called inbound links, backlinks are the lifeblood of Search Engine Positioning.  In order for a website to be on the top of search engines like Google (without the webmaster having to pay big money for advertising), the website has to have a large number of backlinks.  Backlinks are links on one website that lead back to another website.   The more established, high quality, and high Page Rank the website that contains the link has, the more power it has to help the linked website with its search engine position.  If the website that is getting backlinks gets many High Quality and High Page Rank backlinks, the better the chance it has of being in a high position on the Search Engines.</p>
<p style="text-align: justify;">So how does a webmaster go about getting high quality backlinks to his or her website?  There are many ways this can be done &#8211; there are &#8216;right&#8217; ways to achieve this, and likewise there are &#8216;wrong&#8217; ways to do it.  Some people advocate writing and submitting articles, posting on forums, making comments on blogs with a link attached to the text, that points to your website.  Others talk about submitting their website to various Internet directories.  One directory that has an excellent reputation is called DMOZ, or the &#8216;Open Directory&#8217;.  This directory is probably the most respected directory online today and the largest compilation of succesful sites.  The websites it contains have all been placed there by human editors; there is no automation to this directory unlike others.   The only drawback that&#8217;s been discussed about this directory is that it takes so long to have a website included.  It can take weeks if not months, but once successful, your website will have a boost in ranking, making it easier for people to stumble upon your site.</p>
<p style="text-align: justify;">Another way that many people build backlinks for their website is to use Social Bookmarking websites. A Social Bookmark  is a website that usually has a very popular &#8216;community&#8217; aspect to it. Users sign up and create profiles on the sites that contain photos and information about themselves.  They then can save bookmarks of favorite websites which can be itemized by &#8216;tags&#8217;, which are one or two word descriptions of what the sites contain, and these bookmarks can be saved to a list that&#8217;s private or can be listed publicly, so that everybody can see it.</p>
<p style="text-align: justify;">With the advent of what is known as Web 2.0, gaining backlinks is easier now than in any time in the history of the internet. Most sites now have an interactive quality to them nowadays.  Readers can often sign in and create profiles.  They then are often allowed to post comments on the stories or articles on the website or blog.  In many cases, the website or blog owner responds to these comments; thus making this section of the website or blog a conversation.</p>
<p style="text-align: justify;">Backlinking strategies can be easy and fun and the website owner who is working on getting more backlinks for his website can learn new things, meet new people, and have a tremendous amount of fun doing something that was once a chore: building backlinks.</p>
<p style="text-align: justify;"> </p>
<p style="text-align: justify;">To all my readership, I have taken the opportunity to use a tool to check how many backlinks are currently pointing to your website.  This tool is great, and I use it with every one of my web design clients:</p>
<p style="text-align: justify;"> </p>
<p><!-- iWEBTOOL - www.iwebtool.com - Backlink Checker --></p>
<form action="http://www.iwebtool.com/backlink_checker/" enctype="application/x-www-form-urlencoded" method="get">
<table style="border-collapse: collapse" border="1" cellpadding="0" bordercolor="#000000">
<tbody>
<tr>
<td>
<table style="border-collapse: collapse" border="0" cellspacing="5">
<tbody>
<tr>
<td><span style="font-size: medium;"><span style="font-size: v; font-weight: 700">Backlink Checker</span></span></td>
</tr>
<tr>
<td valign="top"><span style="font-size: x-small;"><span style="color: #ffffff;">Enter your domain name below:</span></span></td>
</tr>
<tr>
<td valign="top">
<input name="domain" size="45" type="text" value="www.your-domain.com" /></td>
</tr>
<tr>
<td>
<input style="float: left" type="submit" value="Check domain!" /></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</form>
<p><script>// <![CDATA[
function iwb_val(frm) { if (!frm.domain.value) { alert("Enter your domain name"); frm.domain.focus(); return false; } return true; }
// ]]&gt;</script></p>
<p><a href="http://www.iwebtool.com/" target="_blank"><span style="font-size: xx-small;">Powered by iWEBTOOL</span></a></p>
<p><!-- iWEBTOOL - www.iwebtool.com - Backlink Checker --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theonemanmission.com/seo/backlinks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pay-Per-Click Marketing</title>
		<link>http://www.theonemanmission.com/marketing/pay-per-click-marketing/</link>
		<comments>http://www.theonemanmission.com/marketing/pay-per-click-marketing/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 19:17:23 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Starting Up]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://theonemanmission.com/?p=369</guid>
		<description><![CDATA[
Ever wondered how you can make money from adverts on a website?  What is Google Adsense and why is everyone raving about it?  How it can help not only create revenue, but market your site?.  Here&#8217;s an explanation to yield a little light on it all&#8230;
Google Adsense and other banner advertising methods run on a [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">
<p style="text-align: justify;">Ever wondered how you can make money from adverts on a website?  What is Google Adsense and why is everyone raving about it?  How it can help not only create revenue, but market your site?.  Here&#8217;s an explanation to yield a little light on it all&#8230;</p>
<p style="text-align: justify;">Google Adsense and other banner advertising methods run on a method called Pay-Per-Click programs (PPC) and it is <em>the</em> new buzz in internet marketing. The growth in web traffic generated by pay per click services is growing and a marketing option to be seriously considered when starting or maintaining popularity on your website.</p>
<p style="text-align: justify;">With PPC, the way it works is: you pay each time a web viewer chooses your ad listing link and clicks into your website.  It doesn&#8217;t cost anything to actually show adverts on a website as it only costs you when they click on the ad, hence the name.</p>
<p style="text-align: justify;">Pay per click targets a very specific audience reaching up to 85% of all internet users in a cost effective and immediate way.  There <em>can be</em> as much as a $20 return of investment for each $1 spent.  Sounds pretty good doesn&#8217;t it?</p>
<p style="text-align: justify;">
<h3 style="text-align: justify;"><span style="color: #ffffff;">Exactly How Does Pay Per Click (PPC) Work?</span></h3>
<h3 style="text-align: justify;">The first step is to select which ad agent to use.</h3>
<p style="text-align: justify;">The biggestt PPC agent on the web is  Yahoo! Sponsored Search.  Yahoo! Sponsored Search has traffic of approx 200 million searches per month reaching about 80% of all the web users.  They have the largest reach on the Web.  Yahoo! Sponsored Search&#8217;s pay per click listings appear on Yahoo Search, Yahoo Directory, AltaVista, AllTheWeb, Lycos, InfoSpace, and other search engines and directories, so plenty of streams all across the web to reach your markets.</p>
<p style="text-align: justify;">Although Yahoo has more overall visitors statistically than the mighty Google, Google     AdWords is the most productive PPC platform and the place you     should start with when you decide to advertise with PPC ads.</p>
<p style="text-align: justify;">Reasons for this, firstly &#8211; it is simple to use on the basic level, you sign up, write your ads and manage campaigns with set budgets of what you are prepared to spend per day.  Secondly, in the     U.S of A alone, over 80% of all Internet searches will be Google.      With Google AdWords, you can see your ads within a few  hours, and you have the     ability to start and stop campaigns easily.  You will show your products     and services to literally <em>millions </em>of viewers and active shoppers using the massive     reach of Google.  Additionally Google AdWords will typically out-perform Yahoo     and MSN adCenter when it comes to generating conversions and return on investment.  On Google&#8217;s main search results pages?  The &#8216;Sponsored links&#8217; on the very top and the column on the right are all PPC ads generated by the companies advertising them.  They have paid to be there &#8211; some, have paid lots.</p>
<p style="text-align: justify;">
<h3 style="text-align: justify;">The second step is to select your targeted keyword or phrases.</h3>
<p style="text-align: justify;">At this point you may want to consider increasing the density of your selected keywords in your website&#8217;s HTML code, your site&#8217;s description, and title.  However, we have found that you can still experience great returns using PPC without revising your website, as your PPC ads are triggered by the keywords you selected that are tied to your ad and not your web site&#8217;s content.  My advice is to spend time thinking of the market you are in and the best keywords to use in your ad campaigns.</p>
<p style="text-align: justify;">
<h3 style="text-align: justify;">The third step is to select your monthly budget.</h3>
<p style="text-align: justify;">You basically have to select the very maximum amount that you will pay each month (or day) for click-throughs to your website. How much do you want to appear on users pages?  The higher the budget, the more time you appear.  Simple as. Once the maximum amount is reached, Google will halt click-throughs to your site automatically &#8211; basically, they will stop your ad appearing. Additionally, you will select how much you are willing to pay by keyword as well, so you can break it down to £5 per day on the &#8216;decorating&#8217;, £2 per day on &#8216;painting&#8217;, etc.</p>
<p style="text-align: justify;">With Yahoo! Sponsored Search, it&#8217;s a little different. With these guys, you will be charged your budget amount on a monthly basis <strong>in advance</strong> of the ads appearing and then the clicks.  Clicks are then deducted from your account balance on a daily basis as and when people click on them.  Much like a deposit you make, any clicks get deducted form the balance.</p>
<p style="text-align: justify;">With Google AdWords, you can easily &#8216;pause&#8217; a campaign or change your settings at any time.  There are no minimum monthly spending limits   and no contracts or long term commitments, which makes life a lot easier when starting out a new website or company.</p>
<p style="text-align: justify;">
<h3 style="text-align: justify;">Bids and Keywords</h3>
<p style="text-align: justify;">There are different costs for PPC between markets and industries.  If you have a popular keyword, in a very competitive market,  be prepared to pay higher than the minimum   click amount to get top listing within your category.  The big main players (aka your competition) will have a high budget, so it will be difficult to stand a chance against them.  My advice is to choose keywords that are still within your market, but more of a niche.   Do some keyword researcht to see what&#8217;s popular but with less competition.  With both Google AdWords,   Yahoo, and Microsoft adCenter, the client with the highest quality score will   have their ad shown first.</p>
<p style="text-align: justify;">Google AdWords, Yahoo! Sponsored Search, and Microsoft adCenter have great   programs that automatically allow you to manage your budget and to plan your   bids effectively.  Check them all out and decide which (if not all) are the best suited for your requirements.</p>
<h2 style="text-align: justify;">Ad Placement on the Page</h2>
<p style="text-align: justify;">With Google AdWords, Yahoo! Sponsored Search, and Microsoft adCenter,   an advertiser who pay less per click than another may have their ads in the   top position if the ad content is crafted well and receives more clicks per   impressions versus than another and has a closely matched landing page to their   ad&#8217;s theme and keyword list. The ad rank position on all three platforms is   determined by quality score and the keyword bid.</p>
<p style="text-align: justify;">
<p style="text-align: justify;">Conclusion</p>
<p style="text-align: justify;">Pay per click programs can pay off in increased website traffic, brand identification through impressions, and most importantly in increased leads, prospects, and sales. In addition to exposing your website to a wide qualified audience, targeted click throughs can turn in to sales, generating more profit for your business.</p>
<p style="text-align: justify;">If you are looking for a great way to drive traffic to your website, you should consider adding a PPC program to your advertising plan.</p>
<p><!--Friend Connect Code for Page Comments--> <!-- Include the Google Friend Connect javascript library. --><script src="http://www.google.com/friendconnect/script/friendconnect.js" type="text/javascript"></script><br />
 <!-- Define the div tag where the gadget will be inserted. --> <!-- Render the gadget into a div. --><br />
 <script type="text/javascript">// <![CDATA[
var skin = {};
skin['BORDER_COLOR'] = '#ffffff';
skin['ENDCAP_BG_COLOR'] = '#f2f2f3';
skin['ENDCAP_TEXT_COLOR'] = '#333333';
skin['ENDCAP_LINK_COLOR'] = '#053563';
skin['ALTERNATE_BG_COLOR'] = '#ffffff';
skin['CONTENT_BG_COLOR'] = '#ffffff';
skin['CONTENT_LINK_COLOR'] = '#053563';
skin['CONTENT_TEXT_COLOR'] = '#333333';
skin['CONTENT_SECONDARY_LINK_COLOR'] = '#053563';
skin['CONTENT_SECONDARY_TEXT_COLOR'] = '#666666';
skin['CONTENT_HEADLINE_COLOR'] = '#333333';
skin['DEFAULT_COMMENT_TEXT'] = '- add your page review here -';
skin['HEADER_TEXT'] = 'Page Ratings';
skin['POSTS_PER_PAGE'] = '5';
google.friendconnect.container.setParentUrl('/' /* location of rpc_relay.html and canvas.html */);
google.friendconnect.container.renderReviewGadget(
 { id: 'div-1228940069783',
   site: '11198344624194535445',
   'view-params':{"disableMinMax":"false","scope":"PAGE","allowAnonymousPost":"true","startMaximized":"true"}
},
  skin);
// ]]&gt;</script></p>
<p><!--end of Friend Connect code--></p>
<p style="text-align: justify;">
]]></content:encoded>
			<wfw:commentRss>http://www.theonemanmission.com/marketing/pay-per-click-marketing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search Engine Optimisation &#8211; Explained</title>
		<link>http://www.theonemanmission.com/marketing/search-engine-optimisation-explained/</link>
		<comments>http://www.theonemanmission.com/marketing/search-engine-optimisation-explained/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 09:21:48 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://www.TheOneManMission.com/?p=332</guid>
		<description><![CDATA[The internet is a big place.  It&#8217;s an extremely competitive market as everyone wants to be at the top of search results.  Companies vie for the highest attention from billions of internet users in the search engine results for basically, better revenue. A lynch pin to Internet Marketing is Google, the biggest and most popular search engine.
Search [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">The internet is a big place.  It&#8217;s an extremely competitive market as everyone wants to be at the top of search results.  Companies vie for the highest attention from billions of internet users in the search engine results for basically, better revenue. A lynch pin to Internet Marketing is Google, the biggest and most popular search engine.</p>
<p style="text-align: justify;">Search Engines (including Google amongst others) are internet portals where quite literally BILLIONS of people congregate to search for information.  Cheapest places to buy shoes, directions on how to get to their mother-in-laws, all the way to reading about how to remove that big clump of hair growing on their back.  Literally ANYTHING.  The most prominent search engine in the field are search giants Google and Yahoo. The level of traffic these .com organisations receive per hour is well, phenomenal.</p>
<p style="text-align: justify;">So naturally, companies obviously move towards placing their links and sites on search engines as high as possible in an attempt to garner more visits to their web sites from these search engines in question.</p>
<p style="text-align: justify;">In order to maximize their ranking on the search engine results and more importantly the placement on the results page,  companies have used tools such as SEO &#8211; or Search Engine Optimisation.  Search engine optimization is the method and process of vastly improving a web site&#8217;s ranking in a search engine listing page.   As it suggests, the higher the result in the search, the more traffic you are likely to make, which means the more revenue or return on investment youare likely to enjoy.  Highly competitive markets try even harder as their gains are likely to be far greater than a smaller niche avenue.</p>
<p style="text-align: justify;">Legitimate search engine optimization, practices the focus and goal on the improvement of a page&#8217;s ranking in the search engine list by improving the actual site&#8217;s content, it&#8217;s usability and by using legitimate methods of promotion through various web phenomena such as Viral Marketing.  This is covered seperately in my blog, but in essence, it&#8217;s a form of advertising that spreads across the internet from person to person and can be extemely effective in the effect is has as well as the cost-efficiency side of it too.</p>
<p style="text-align: justify;">Search engines nowadays, all use the most complex &#8216;algorithms&#8217; in keeping their relevancy in the web and to keep illegal and abusive search engine optimization methods from prospering and manipulating their system.  However, what&#8217;s known as &#8220;black hat&#8221; SEO users will always be around so it is expected that search engine giant such as Google and Yahoo continue to make more complex algorithms to filter the cheating garbage out.  A cheating example includes hiding keywords within the website page by having the keywords the same colour as the background, so users can&#8217;t see it, but the search engines still read the code.  This is naughty, but the site if targeted by Google, can then be banned.  Large reputable brands (believe it or not) have been caught using this method as well, such as BMW and Disney, but they get banned too.   Google obviously takes this very seriously.   </p>
<p style="text-align: justify;">Search engines now actually display different kinds of &#8216;listings&#8217; on a result page, not just normal &#8216;results&#8217;.  The more common ones are pay-per-click (PPC) adverts, paid inclusion in the listings, and organic listings.  Of all these listings, SEO concerns itself mainly with organic listings for a variety of keywords.  This can increase the quality <em>and</em> quantity of visitors to a desired web site.  This is something I have always been aware of and offer to all my web design clients at <a title="OwenDevelopment Web Design" href="http://www.owendevelopment.co.uk" target="_blank">OwenDevelopment.</a> </p>
<p style="text-align: justify;">So which are the most effective?  Well from my research into this for my own project &#8216;Project X&#8217;, organic searches  are the way to go.   A study from Jupiter Mediarevealed that approximately 5 out of 6 commercial online purchases by users,  came from organic searches compared to paid online ads.  Are people becoming &#8216;blind&#8217; to PPC adverts on sites?  I must admit that I have.  I for some reason, tend to not click on these ads and have even typed into the address bar the link to the PPC ad, rather than actually just clicking on it.  Why?  I don&#8217;t know, but it&#8217;s a habit I have just developed from somewhere unknown.  I have a few sites with these ads on, but still I just do it.  Yes, I&#8217;m a freak.</p>
<p style="text-align: justify;">Anyway, this overall result from Jupiter Media has made traditional SEO far more in demand in creating revenue for companies as SEO is not a paid ad method, but a method of intrinsically improving the sites content.</p>
<p style="text-align: justify;">From everywhere I have scanned on the internet, here are a few tips I think are useful on improving content on your site for an  improved result in traditional organic searches:</p>
<ul>
<li><span style="color: #ffffff;">Expertise</span> - Develop your strengths.  Sites you get involved with or own, must be on subject that you consider yourself an expert on. People can smell an amateur a mile away (they smell like a crusty sock left in the back of a cupboard).  But if you are knowledgable, people will stay and view the other content and are also more likely to come back to your site regularly.</li>
</ul>
<p> </p>
<ul>
<li><span style="color: #ffffff;">Plan</span> -  A good layout that is easy to navigate and view (in web-friendly colours!) can improve usability. This in turn will not unnecessarily aggravate the browser and make it easier to accomodate any user on any browser.</li>
</ul>
<p> </p>
<ul>
<li><span style="color: #ffffff;">Research</span> - Check out your competition and see what they have set up. My advice is find the biggets player in the market and see any improvements that you can make that let their site down.  See what works and implement the same, and likewise, what doesn&#8217;t and improve it.  If possible try to communicate with users in forums and get useful feedback on what should or can be improved further.  I also found it useful to find complaints in review sites on your market.  Find out what people hate about the main players and shout out on your site how you guarantee to make that aspect easier and more effective. </li>
</ul>
<p> </p>
<ul>
<li><span style="color: #ffffff;">Keywords</span> - Decide which are the most important keywords to use for your sight.  Include these keywords in the metatags in the header of your site, use in the content of the page, within the page title, and also in file names if you use them.</li>
</ul>
<p> </p>
<ul>
<li><span style="color: #ffffff;">Remember that the Search Engine is your best friend</span> - Get best mates with your search engine, send him a birthday card and don&#8217;t give it a hard time.  Definately don&#8217;t cheat on them. Being nice and friendly to it will make its job easier to serve your site up to your target audience.  It will make you more money period.</li>
</ul>
<p> </p>
<ul>
<li><span style="color: #ffffff;">Keep Focussed</span> &#8211; Concentrate on the topic in question and nothing else. The rule is one topic per page.  Confusing content by swapping from one thing to another won&#8217;t help your site.  It&#8217;s hard to follow a physical conversation when this happens, let alone on a website.</li>
</ul>
<p> </p>
<ul>
<li><span style="color: #ffffff;">Get added on directories</span> - Directories are pools of knowledge made by a human, while search engine are huge databases collected by mostly machine methods.  The relevancy of your page when joining the right directory may cause huge increases in rankings if they are the right directory for your market.   Avoid joining loads of less-known directories, as a only few directory listings on the big main ones will help more.  </li>
</ul>
<p> </p>
<ul>
<li><span style="color: #ffffff;">Links</span> - An effective Optimisation method used as SEO 101.  Ask your networks, strategic partners, friends and acquaintances business parnerships to place your site&#8217;s website link on their sites.  With a short description this can draw huge amounts of traffic from other sites and increase your sites&#8217; exposure on the web.  For example, Google ranks the importance of its sites by the sheer number of sites that are linked to it, and the better tand more reputable the site that links to you, the higher you will rise in the listings automatically.</li>
</ul>
<p> </p>
<ul>
<li><span style="color: #ffffff;">Repeat all the above</span> - Keep repeating all the above tips over and over again, maintaining the optimisation and marketing of your site will keep you at the top of listings and the ££ coming in.  Doing a simple one-off campaign may see you hit the top, but not for long.  You will notice that by not treating this as a constant routine, you will gradually slip down the ranks because I GUARANTEE your competitors will be consistently applying the above. </li>
</ul>
<p> </p>
<p>Meta Tags are the most basic of information every single website needs: without it, your site will never be read or found by search engines.  Meta tags have two possible attributes:</p>
<ul>
<li>&lt;META HTTP-EQUIV=&#8221;<em>name</em>&#8221; CONTENT=&#8221;<em>content</em>&#8220;&gt;</li>
<li>&lt;META NAME=&#8221;<em>name</em>&#8221; CONTENT=&#8221;<em>content</em>&#8220;&gt;</li>
</ul>
<p>META tags should be placed in the <strong>header section</strong> of the HTML document, between the &lt;HEAD&gt; and &lt;/HEAD&gt; tags.</p>
<p> </p>
<h3><span style="color: #ffffff;"><a name="robots">Robots</a></span></h3>
<p>Controls Search Engine Web robots on a per-page basis. E.g.</p>
<p>&lt;META NAME=&#8221;ROBOTS&#8221; CONTENT=&#8221;NOINDEX,FOLLOW&#8221;&gt;</p>
<p>Robots may traverse this page but not index it.</p>
<ul>
<li>INDEX allows the page to be indexed by the spider</li>
<li>NOINDEX prevents anything on the page from being indexed.</li>
<li>FOLLOW allows all links on the page to be spidered as well</li>
<li>NOFOLLOW prevents the crawler from following the links on the page and indexing the linked pages.</li>
<li>ALL is the same as INDEX,FOLLOW</li>
<li>NONE is the same as NOINDEX,NOFOLLOW</li>
<li>NOIMAGEINDEX prevents the images on the page from being indexed but the text on the page can still be indexed.</li>
<li>NOIMAGECLICK prevents the use of links directly to the images, instead there will only be a link to the page.</li>
</ul>
<p> </p>
<h3><span style="color: #000080;"><a name="keywords">Keywords</a></span></h3>
<p>Keywords used by search engines to index your document in addition to words from the title and document body. E.g.</p>
<p>&lt;META NAME=&#8221;keywords&#8221; CONTENT=&#8221;fresh oranges, cool autumn scent, living room furniture, IT solutions&#8221;&gt;</p>
<ul>
<li>Think Key Phrases instead of keywords. Key Phrases will provide you with a much greater volume of internet response.</li>
<li>The primary words that appear in your title and description should also appear in your keywords, plus the primary words and phrases used on the page. Also, the primary words in your title and description should also appear somewhere else on your page.</li>
<li>Insert your pages keywords into at least 1 of your images ALT tags. This helps for those search engines that read these tags, but don&#8217;t overdo it.</li>
<li>It is best if you keep the number of keywords, commas and spaces below 800 characters.</li>
<li>Many search engines only index the first 10 to 20 keywords, so be sure to have the most relevant keywords and phrases listed first.</li>
<li>Using the same word more than three times, even if used differently within a phrase, might be considered <strong><em>Spamdexing</em></strong> by the search engine and your page might not be included.</li>
</ul>
<p> </p>
<h3><span style="color: #ffffff;"><a name="desc">Description</a></span></h3>
<p>A short, plain language description of the document. Used by search engines to describe your document. Particularly important if your document has very little text, is a frameset, or has extensive scripts at the top. E.g.</p>
<p>&lt;META NAME=&#8221;description&#8221; CONTENT=&#8221;Citrus fruit wholesaler in North Wales. 40 varieties of mixed fruit drinks and wines available 24/7, from as little as £2.50&#8243;&gt;</p>
<p>Keep your description below 250 characters.  This is SEO 101 and should always be included on every page of the site as a minimum.  Why spend on building a nice looking and informative website, when no-one will ever find it?</p>
<p> </p>
<h3><span style="color: #ffffff;">Summary</span></h3>
<p style="text-align: justify;">Remember, in the multi-coloured world of SEO, content is king.   Applying appropriate content on your site with effective keywords will do more than anything.  Keep it clear and concise, and you will have all the high rankings you will ever need. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.theonemanmission.com/marketing/search-engine-optimisation-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
