<?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>RivMedia &#187; Search Engine Optimisation</title>
	<atom:link href="http://www.rivmedia.co.uk/tag/seo/feed" rel="self" type="application/rss+xml" />
	<link>http://www.rivmedia.co.uk</link>
	<description>Digital Marketing Agency</description>
	<lastBuildDate>Sun, 25 Mar 2012 00:15:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Top tips for .htaccess and Robots.txt Part 1</title>
		<link>http://www.rivmedia.co.uk/top-tips-for-htaccess-and-robots-txt-part-1/627</link>
		<comments>http://www.rivmedia.co.uk/top-tips-for-htaccess-and-robots-txt-part-1/627#comments</comments>
		<pubDate>Sun, 16 Jan 2011 20:00:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Search Engine Optimisation]]></category>
		<category><![CDATA[Web Spam]]></category>
		<category><![CDATA[Bandwidth]]></category>
		<category><![CDATA[Blackwidow]]></category>
		<category><![CDATA[Bots]]></category>
		<category><![CDATA[Canonicalization]]></category>
		<category><![CDATA[Choices]]></category>
		<category><![CDATA[Custo]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Email Addresses]]></category>
		<category><![CDATA[File Extensions]]></category>
		<category><![CDATA[Forum Script]]></category>
		<category><![CDATA[Htaccess File]]></category>
		<category><![CDATA[Htaccess Files]]></category>
		<category><![CDATA[Matt Cutts]]></category>
		<category><![CDATA[Mp3]]></category>
		<category><![CDATA[Rewr]]></category>
		<category><![CDATA[Rewritecond]]></category>
		<category><![CDATA[Robots]]></category>
		<category><![CDATA[Robots Txt]]></category>
		<category><![CDATA[Unnecessary Bandwidth]]></category>
		<category><![CDATA[Vbulletin]]></category>
		<category><![CDATA[Visa]]></category>
		<category><![CDATA[Web Crawlers]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[Yourdomain]]></category>

		<guid isPermaLink="false">http://www.rivmedia.co.uk/?p=627</guid>
		<description><![CDATA[<p><p><a href="http://www.rivmedia.co.uk">RivMedia - Digital Marketing Agency</a></p><p>We often find with clients that the .htaccess and robots.txt file is most of the time left as standard or not used at all, This can not only cause your site to be using unnecessary bandwidth but can also expose it to scrapers, crawlers and &#8220;bad bots&#8221;. In this post we will go through a [...]</p></p><p><a href="http://www.rivmedia.co.uk/top-tips-for-htaccess-and-robots-txt-part-1/627">Top tips for .htaccess and Robots.txt Part 1</a> </p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.rivmedia.co.uk">RivMedia - Digital Marketing Agency</a></p><p><a href="http://www.rivmedia.co.uk/top-tips-for-htaccess-and-robots-txt-part-1/627/badrobot" rel="attachment wp-att-639"><img src="http://www.rivmedia.co.uk/wp-content/uploads/2011/01/badrobot.jpg" alt="BadBots and the .htaccess" title="BadBots and the .htaccess" width="300" height="190" class="alignleft size-full wp-image-639" /></a>We often find with clients that the .htaccess and robots.txt file is most of the time left as standard or not used at all, This can not only cause your site to be using unnecessary bandwidth but can also expose it to scrapers, crawlers and &#8220;bad bots&#8221;. In this post we will go through a couple of useful hints and tips surrounding our favourite Blogging platform &#8220;wordpress&#8221; and our favorite Forum script &#8220;vbulletin&#8221; , that is not to say however that some of these things will not work on an ordinary site.I have commented below if a certain part is specifically for wordpress or vbulletin , the rest can be used across the board. This information can be found around the web</p>
<p>Lets start things off with the .htaccess file :</p>
<h2>1. Redirecting www. to a non www or visa versa</h2>
<p> : This is to ensure your site is not seen the same in two locations and is more for SEO or more specifically URL canonicalization.</p>
<p>What is URL canonicalization ? i hear you asking , URL canonicalization is what has been described by Matt Cutts Webspam team as <em>&#8220;the process of picking the best url when there are several choices</em>&#8221;</p>
<h2>Redirect non Www to Www. : </h2>
<div class='code_child'>RewriteEngine On</p>
<p>RewriteBase /</p>
<p>RewriteCond %{HTTP_HOST} ^yourdomain.com</p>
<p>RewriteRule (.*) http://www.yourdomain.com/$1 [R=301,L]</p></div>
<p></p>
<h2>Redirect Www to non Www : </h2>
<div class='code_child'>RewriteEngine On</p>
<p>RewriteBase /</p>
<p>RewriteCond % ^www.yourdomain.com [NC]</p>
<p>RewriteRule ^(.*)$ http://yourdomain.com/$1 [L,R=301]</p></div>
<p></p>
<h2>2. Filtering Out Badbots</h2>
<p> Bad bots are generally Web Crawlers which cause you and your site problems, From spamming , scaping ( stealing your content ) finding certain file extensions ( like Mp3&#8242;s ) and harvesting email addresses. This bad bot list should help fight at least some of them . Feel free to add to this list in the comment sections <img src='http://www.rivmedia.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class='code_child'>RewriteEngine On</p>
<p>RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^Bot\ mailto:craftbot@yahoo.com [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^Custo [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^DISCo [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^Download\ Demon [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^eCatch [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^EirGrabber [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^EmailSiphon [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^EmailWolf [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^Express\ WebPictures [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^EyeNetIE [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^FlashGet [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^GetRight [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^GetWeb! [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^Go!Zilla [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^Go-Ahead-Got-It [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^GrabNet [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^Grafula [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^HMView [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^HTTrack [NC,OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^Image\ Stripper [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^Image\ Sucker [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^Indy\ Library [NC,OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^InterGET [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^Internet\ Ninja [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^JetCar [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^JOC\ Web\ Spider [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^larbin [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^LeechFTP [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^Mass\ Downloader [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^MIDown\ tool [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^Mister\ PiX [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^Navroad [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^NearSite [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^NetAnts [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^NetSpider [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^Net\ Vampire [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^NetZIP [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^Octopus [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^Offline\ Explorer [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^Offline\ Navigator [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^PageGrabber [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^Papa\ Foto [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^pavuk [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^pcBrowser [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^RealDownload [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^ReGet [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^SiteSnagger [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^SmartDownload [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^SuperBot [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^SuperHTTP [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^Surfbot [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^tAkeOut [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^Teleport\ Pro [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^VoidEYE [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^Web\ Image\ Collector [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^Web\ Sucker [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^WebAuto [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^WebCopier [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^WebFetch [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^WebGo\ IS [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^WebLeacher [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^WebReaper [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^WebSauger [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^Website\ eXtractor [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^Website\ Quester [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^WebStripper [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^WebWhacker [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^WebZIP [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^Wget [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^Widow [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^WWWOFFLE [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^Xaldon\ WebSpider [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^Zeus [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*WebZIP.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Iria.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Stripper.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Offline.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Copier.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Crawler.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Snagger.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Teleport.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Reaper.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Wget.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Grabber.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Sucker.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Downloader.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Siphon.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Collector.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Mag-Net.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Widow.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Pockey.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*DA.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Snake.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*BackWeb.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*gotit.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Vacuum.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*SmartDownload.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Pump.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*HMView.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Ninja.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*HTTrack.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*JOC.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*likse.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Memo.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*pcBrowser.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*SuperBot.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*leech.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Mirror.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Recorder.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*GrabNet.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Likse.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Navroad.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*attach.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Magnet.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Surfbot.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Bandit.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Ants.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Buddy.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Whacker.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*DISCo\Pump.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Drip.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*EirGrabber.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*ExtractorPro.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*EyeNetIE.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*FlashGet.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*GetRight.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Gets.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Go!Zilla.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Go-Ahead-Got-It.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Grafula.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*IBrowse.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*InterGET.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Internet\Ninja.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*JetCar.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*JustView.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*MIDown\tool.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Mister\PiX.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*NearSite.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*NetSpider.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Offline\Explorer.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*PageGrabber.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Papa\Foto.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Pockey.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*ReGet.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Slurp.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*SpaceBison.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*SuperHTTP.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Teleport.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*WebAuto.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Webcam\Watcher.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*WebCopier.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*WebFetch.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*WebReaper.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*FreeLoader.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Clint&#8217;s\Webcam.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*WebCam\Spy.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*CamEVU.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*iCamMaster.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Cam\Chaser\Pro.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*FlashIT.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*WebSauger.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*WebStripper.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*WebWhacker.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*WebZIP.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Web\Image\Collector.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Web\Sucker.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Webster.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*Wget.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*eCatch.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*ia_archiver.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*lftp.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*tAkeOut.*$ [OR]<br />
RewriteCond %{HTTP_USER_AGENT} ^.*FileHound.*$<br />
RewriteRule ^.* &#8211; [F,L]</p></div>
<p></p>
<h2>3. Blocking access to your .htaccess file</h2>
<p>. You really dont want people looking at your .htaccess file so use this to block them.</p>
<div class='code_child'>&lt;Files .htaccess&gt;</p>
<p>order allow,deny</p>
<p>deny from all  &lt;/Files&gt;</p></div>
<p></p>
<p>Now for the Robots.txt , The robots.txt is known as <em>The Robots Exclusion  Protocol</em>. Basically meaning it can be used to tell web robots not to crawl a certain part of the sites structure, Most importantly places like admin folders , not only will this save you bandwidth but will also save the bots from indexing potencially harmful folders.</p>
<h2>1. The best Robots.txt Document to use for wordpress blogs :</h2>
<p> Note &#8211; Should only be used with WordPress installs</p>
<div class='code_child'>User-agent: *</p>
<p>Disallow: /wp-content/</p>
<p>Disallow: /wp-icludes/</p>
<p>Disallow: /trackback/</p>
<p>Disallow: /wp-admin/</p>
<p>Disallow: /archives/</p>
<p>Disallow: /category/</p>
<p>Disallow: /tag/*</p>
<p>Disallow: /tag/</p>
<p>Disallow: /wp-*</p>
<p>Disallow: /login/</p>
<p>Disallow: /*.js$</p>
<p>Disallow: /*.inc$</p>
<p>Disallow: /*.css$</p>
<p>Disallow: /*.php$</p>
<p>User-agent: All</p>
<p>Allow: /</p>
<p>User-agent: Googlebot-Image</p>
<p>Disallow: /</p>
<p>User-agent: ia_archiver</p>
<p>Disallow: /</p>
<p>User-agent: duggmirror</p>
<p>Disallow: /</p></div>
<p></p>
<h2>2. The best Robots.txt documents to use with vbulletin Forums</h1>
<p> : Note &#8211; Should only be used with vbulletin installs</p>
<div class='code_child'>User-agent: *</p>
<p>Disallow: /cgi-bin/</p>
<p>Disallow: /admincp/</p>
<p>Disallow: /announcement.php</p>
<p>Disallow: /calendar.php</p>
<p>Disallow: /cron.php</p>
<p>Disallow: /editpost.php</p>
<p>Disallow: /faq.php</p>
<p>Disallow: /joinrequests.php</p>
<p>Disallow: /login.php</p>
<p>Disallow: /member.php</p>
<p>Disallow: /misc.php</p>
<p>Disallow: /modcp/</p>
<p>Disallow: /moderator.php</p>
<p>Disallow: /newreply.php</p>
<p>Disallow: /newthread.php</p>
<p>Disallow: /online.php</p>
<p>Disallow: /printthread.php</p>
<p>Disallow: /private.php</p>
<p>Disallow: /profile.php</p>
<p>Disallow: /register.php</p>
<p>Disallow: /search.php</p>
<p>Disallow: /sendmessage.php</p>
<p>Disallow: /showgroups.php</p>
<p>Disallow: /showpost.php</p>
<p>Disallow: /subscription.php</p>
<p>Disallow: /subscriptions.php</p>
<p>Disallow: /threadrate.php</p>
<p>Disallow: /usercp.php</p></div>
<p></p>
<p>Obviously you could expand on these no end , however we feel these are at very least the basic functions that every wordpress and vbulletin install should ship with.</p>
<p>We&#8217;d love to hear comments on other methods or code you guys use to protect and opimise your sites, this is the end of part 1 . However Stay subscribed for Part 2 to be posted in the near future with more hints and tips including hotlink protection and how to locate the badbots useragents from your sites log files.</p>
<p><a href="http://www.rivmedia.co.uk/top-tips-for-htaccess-and-robots-txt-part-1/627">Top tips for .htaccess and Robots.txt Part 1</a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.rivmedia.co.uk/top-tips-for-htaccess-and-robots-txt-part-1/627/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webmaster and SEO Resources Support Site</title>
		<link>http://www.rivmedia.co.uk/webmaster-and-seo-resources-support-site/529</link>
		<comments>http://www.rivmedia.co.uk/webmaster-and-seo-resources-support-site/529#comments</comments>
		<pubDate>Wed, 12 Jan 2011 18:08:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[our network]]></category>
		<category><![CDATA[Checker]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Excellent Resources]]></category>
		<category><![CDATA[Free Resources]]></category>
		<category><![CDATA[Great Resources]]></category>
		<category><![CDATA[Image Converter]]></category>
		<category><![CDATA[Resources Section]]></category>
		<category><![CDATA[Search Engine Optimisation]]></category>
		<category><![CDATA[Speed Test]]></category>
		<category><![CDATA[Top 10 Lists]]></category>
		<category><![CDATA[Video Sharing Websites]]></category>
		<category><![CDATA[Webmaster Resources]]></category>
		<category><![CDATA[Webmasters Tools]]></category>
		<category><![CDATA[Website Design And Development]]></category>
		<category><![CDATA[Website Designers]]></category>
		<category><![CDATA[Website Developer]]></category>
		<category><![CDATA[Website Developers]]></category>
		<category><![CDATA[Website Hosts]]></category>
		<category><![CDATA[Website Speed]]></category>
		<category><![CDATA[Website Tools]]></category>

		<guid isPermaLink="false">http://import.rivmedia.co.uk/?p=529</guid>
		<description><![CDATA[<p><p><a href="http://www.rivmedia.co.uk">RivMedia - Digital Marketing Agency</a></p><p>Triphp is a great website that has a lot to offer to anyone that has any kind of interest in the internet or website design and development. The website offers a range of things including a variety of free resources to its visitors as well as valuable information that will not be able to be [...]</p></p><p><a href="http://www.rivmedia.co.uk/webmaster-and-seo-resources-support-site/529">Webmaster and SEO Resources Support Site</a> </p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.rivmedia.co.uk">RivMedia - Digital Marketing Agency</a></p><p><a rel="attachment wp-att-530" href="http://www.rivmedia.co.uk/webmaster-and-seo-resources-support-site/529/triphp"><img class="alignleft size-full wp-image-530" title="triphp" src="http://www.rivmedia.co.uk/wp-content/uploads/2011/01/triphp.jpg" alt="" width="296" height="193" /></a>Triphp is a great website that has a lot to offer to anyone that has any kind of interest in the internet or website design and development. The website offers a range of things including a variety of free resources to its visitors as well as valuable information that will not be able to be found anywhere else on the web.</p>
<p>The Triphp.com website has basically been set up in order to give website designers, developers and webmasters the tools that they will need, all in one location. For example, there is a great resources section to the Triphp.com website that offers a range of useful things to any website designer, developer or webmaster including things like an email to image converter, pagerank checker, website speed test and much more. All of these things are available for free to any visitors of the website.</p>
<div class="visitsite"><a href="http://www.triphp.com">Visit the Site</a></div>
<p>As well as this, there is also a fantastic blog that will give some excellent resources and advice to anyone that visits it. There are numerous blog posts updated on the website every week with advice on a variety of subjects. The blog posts usually consist of top 10 lists (e.g. top 10 website hosts or 10 of the best video sharing websites). All of the content on the blog is extremely useful to any website developer.</p>
<p>Added on to this, there is also a section that offers a variety of tutorials for webmasters. These are extremely useful and a great learning resource if you are looking to expand your knowledge. There is also a forum on the website that will allow you to discuss issues and thoughts with likeminded people and there is always a great discussion going on. Discussions usually range from anything to do with website design, SEO tools and so on.</p>
<p><a href="http://www.rivmedia.co.uk/webmaster-and-seo-resources-support-site/529">Webmaster and SEO Resources Support Site</a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.rivmedia.co.uk/webmaster-and-seo-resources-support-site/529/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ten of the Best Forum Scripts Based around PHP &amp; Perl</title>
		<link>http://www.rivmedia.co.uk/ten-of-the-best-forum-scripts-based-around-php-perl/369</link>
		<comments>http://www.rivmedia.co.uk/ten-of-the-best-forum-scripts-based-around-php-perl/369#comments</comments>
		<pubDate>Mon, 05 Jul 2010 05:46:34 +0000</pubDate>
		<dc:creator>josh</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[Board Script]]></category>
		<category><![CDATA[Different Languages]]></category>
		<category><![CDATA[Forum Script]]></category>
		<category><![CDATA[Forum Scripts]]></category>
		<category><![CDATA[Forum Software]]></category>
		<category><![CDATA[Forum System]]></category>
		<category><![CDATA[Free Forum]]></category>
		<category><![CDATA[High Profile]]></category>
		<category><![CDATA[Ikonboard]]></category>
		<category><![CDATA[Internet Bulletin Board]]></category>
		<category><![CDATA[Newsboard]]></category>
		<category><![CDATA[Open Source Forum]]></category>
		<category><![CDATA[Profile Web]]></category>
		<category><![CDATA[Scripts Perl]]></category>
		<category><![CDATA[Scripts Php]]></category>
		<category><![CDATA[Search Engine Optimisation]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[Simple Machines]]></category>
		<category><![CDATA[Web Bulletin Board]]></category>
		<category><![CDATA[Year 2000]]></category>

		<guid isPermaLink="false">http://www.rivmedia.co.uk/?p=369</guid>
		<description><![CDATA[<p><p><a href="http://www.rivmedia.co.uk">RivMedia - Digital Marketing Agency</a></p><p>When you are looking to set up a new website, you might consider starting a forum website. Even if you have a website already, you may consider adding a forum to it, so that your users can chat with each other and you can possibly make more money. If you wish to do this, then [...]</p></p><p><a href="http://www.rivmedia.co.uk/ten-of-the-best-forum-scripts-based-around-php-perl/369">Ten of the Best Forum Scripts Based around PHP &amp; Perl</a> </p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.rivmedia.co.uk">RivMedia - Digital Marketing Agency</a></p><p>When you are looking to set up a new website, you might consider starting a forum website. Even if you have a website already, you may consider adding a forum to it, so that your users can chat with each other and you can possibly make more money. If you wish to do this, then the first thing you need to do is to actually decide which forum script you are going to use. All of them have their advantages and disadvantages and choosing a good one can be a pain. We have therefore created a list of ten forum scripts that we think are the best.</p>
<p>1. PhpBB</p>
<p><a href="http://www.rivmedia.co.uk/wp-content/uploads/2010/06/phpbb.jpg"><img class="alignnone size-full wp-image-401" src="http://www.rivmedia.co.uk/wp-content/uploads/2010/06/phpbb.jpg" alt="" width="530" height="250" /></a></p>
<p>This is one of the most popular forum scripts and it has come far since its creation in the year 2000. <a href="http://www.phpbb.com/" target="_blank">Click here to visit the website.</a></p>
<p>2. Simple Machines Forum</p>
<p><a href="http://www.rivmedia.co.uk/wp-content/uploads/2010/06/simplemachines.jpg"><img class="alignnone size-full wp-image-404" src="http://www.rivmedia.co.uk/wp-content/uploads/2010/06/simplemachines.jpg" alt="" width="530" height="250" /></a></p>
<p>You may not have heard of this one but it is great. Basically it is a free forum script that is extremely professional. <a href="http://www.simplemachines.org/" target="_blank">Click here to visit the website.</a></p>
<p>3. PunBB</p>
<p><a href="http://www.rivmedia.co.uk/wp-content/uploads/2010/06/punbb.jpg"><img class="alignnone size-full wp-image-402" src="http://www.rivmedia.co.uk/wp-content/uploads/2010/06/punbb.jpg" alt="" width="530" height="250" /></a></p>
<p>This forum script is a PHP powered script and is quite lightweight compared with some of the others. <a href="http://punbb.informer.com/" target="_blank">Click here to visit the website. </a></p>
<p>4. Vanilla1</p>
<p><a href="http://www.rivmedia.co.uk/wp-content/uploads/2010/06/vanillaforums.jpg"><img class="alignnone size-full wp-image-406" src="http://www.rivmedia.co.uk/wp-content/uploads/2010/06/vanillaforums.jpg" alt="" width="530" height="250" /></a></p>
<p>This is an open source forum script that has many features such as different languages and many others. <a href="http://vanillaforums.org/choose" target="_blank">Click here to visit the website.</a></p>
<p>5. SEO-Board</p>
<p><a href="http://www.rivmedia.co.uk/wp-content/uploads/2010/06/seo-board.jpg"><img class="alignnone size-full wp-image-403" src="http://www.rivmedia.co.uk/wp-content/uploads/2010/06/seo-board.jpg" alt="" width="530" height="250" /></a></p>
<p>This forum software it extremely fast and it optimsied specifically for search engines. <a href="http://www.seo-board.com/" target="_blank">Click here to visit the website.</a></p>
<p>6. Aterr</p>
<p><a href="http://www.rivmedia.co.uk/wp-content/uploads/2010/06/aterr.jpg"><img class="alignnone size-full wp-image-397" src="http://www.rivmedia.co.uk/wp-content/uploads/2010/06/aterr.jpg" alt="" width="530" height="250" /></a></p>
<p>This is another open source forum script that is a threaded forum system. <a href="http://www.icewalkers.com/Linux/Software/525260/aterr.html" target="_blank">Click here to visit the website.</a></p>
<p>7. Unclassified Newsboard</p>
<p><a href="http://www.rivmedia.co.uk/wp-content/uploads/2010/06/unclassifiednewsboard.jpg"><img class="alignnone size-full wp-image-405" src="http://www.rivmedia.co.uk/wp-content/uploads/2010/06/unclassifiednewsboard.jpg" alt="" width="530" height="250" /></a></p>
<p>This is a PHP based, open source and free forum script that acts as an internet bulletin board. <a href="http://newsboard.unclassified.de/" target="_blank">Click here to visit the website.</a></p>
<p>8. bbPress</p>
<p><a href="http://www.rivmedia.co.uk/wp-content/uploads/2010/06/bbpress.jpg"><img class="alignnone size-full wp-image-398" src="http://www.rivmedia.co.uk/wp-content/uploads/2010/06/bbpress.jpg" alt="" width="530" height="250" /></a></p>
<p>This is a very plain and easy to use forum script that has been designed specifically to be easy to use and maintain. <a href="http://bbpress.org/" target="_blank">Click here to visit the website.</a></p>
<p>9. FluxBB</p>
<p><a href="http://www.rivmedia.co.uk/wp-content/uploads/2010/06/fluxbb.jpg"><img class="alignnone size-full wp-image-399" src="http://www.rivmedia.co.uk/wp-content/uploads/2010/06/fluxbb.jpg" alt="" width="530" height="250" /></a></p>
<p>This is a great open source forum script that is very fast and user friendly. <a href="http://fluxbb.org/" target="_blank">Click here to visit the website.</a></p>
<p>10. iKonBoard</p>
<p><a href="http://www.rivmedia.co.uk/wp-content/uploads/2010/06/ikonboard.jpg"><img class="alignnone size-full wp-image-400" src="http://www.rivmedia.co.uk/wp-content/uploads/2010/06/ikonboard.jpg" alt="" width="530" height="250" /></a></p>
<p>This is a very high profile web bulletin board script and is extremely unique. <a href="http://geeklayer.net/ikonboard/" target="_blank">Click here to visit the website.</a></p>
<p><a href="http://www.rivmedia.co.uk/ten-of-the-best-forum-scripts-based-around-php-perl/369">Ten of the Best Forum Scripts Based around PHP &amp; Perl</a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.rivmedia.co.uk/ten-of-the-best-forum-scripts-based-around-php-perl/369/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reasons to Outsource SEO Tasks</title>
		<link>http://www.rivmedia.co.uk/reasons-to-outsource-seo-tasks/316</link>
		<comments>http://www.rivmedia.co.uk/reasons-to-outsource-seo-tasks/316#comments</comments>
		<pubDate>Wed, 16 Dec 2009 14:30:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[Content Creation]]></category>
		<category><![CDATA[Creation Design]]></category>
		<category><![CDATA[Design Marketing]]></category>
		<category><![CDATA[freelance]]></category>
		<category><![CDATA[Job Description]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[outsource]]></category>
		<category><![CDATA[Outsourcing]]></category>
		<category><![CDATA[Reason]]></category>
		<category><![CDATA[Search Engine Optimisation]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[tasks]]></category>
		<category><![CDATA[Time Is Money]]></category>
		<category><![CDATA[Trust Jobs]]></category>
		<category><![CDATA[Ways To Save Time]]></category>

		<guid isPermaLink="false">http://www.rivmedia.co.uk/?p=316</guid>
		<description><![CDATA[<p><p><a href="http://www.rivmedia.co.uk">RivMedia - Digital Marketing Agency</a></p><p>Are you the type of webmaster who never has enough time in the day? If you feel this way, you need to look into the benefits of outsourcing. Believe it or not, this is one of the best ways to save time. Along with this, when you outsource you can trust somebody else to handle [...]</p></p><p><a href="http://www.rivmedia.co.uk/reasons-to-outsource-seo-tasks/316">Reasons to Outsource SEO Tasks</a> </p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.rivmedia.co.uk">RivMedia - Digital Marketing Agency</a></p><p>Are you the type of <a href="http://www.rivmedia.co.uk/blog">webmaster</a> who never has  enough time in the day? If you feel this way, you need to look into the  benefits of outsourcing. Believe it or not, this is one of the best ways to  save time. Along with this, when you outsource you can trust somebody else to  handle jobs that you are not comfortable doing on your own. Does it get any  better than that?</p>
<p>The main reason for <a href="http://www.rivmedia.co.uk/seo-services">outsourcing SEO tasks</a> is to ensure that they get done the right way. Unless you know a lot about  <a href="http://www.rivmedia.co.uk/seo-services">search engine optimization</a> you should hire an outside firm. This allows you to  rest easy while knowing that your site is being optimized the right way. Why  risk making mistakes on your own when you can hire somebody else who is a  professional in this field?</p>
<p>As noted above, outsourcing SEO tasks can  save you a lot of time as well. As a webmaster it is safe to say that search  engine optimization is only one part of your job description. You also have to  consider details such as <a href="http://www.rivmedia.co.uk/seo-services">content creation</a>, <a href="http://www.rivmedia.co.uk/web-design">design</a>, marketing, and much more.  Instead of wasting all your time on search engine optimization and ignoring the  rest of your business, you can begin to outsource important tasks. Soon enough  you will begin to realize that you have much more time on your plate.</p>
<p>Although you will have to pay to outsource SEO  tasks it is important to remember that time is money. So while you are paying,  you are also saving yourself time that can be used on more important tasks.</p>
<p><a href="http://www.rivmedia.co.uk/reasons-to-outsource-seo-tasks/316">Reasons to Outsource SEO Tasks</a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.rivmedia.co.uk/reasons-to-outsource-seo-tasks/316/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comparing Internet Business Promoter vs SEO Powersuite vs Web CEO Reviews</title>
		<link>http://www.rivmedia.co.uk/comparing-internet-business-promoter-vs-seo-powersuite-vs-web-ceo-reviews/309</link>
		<comments>http://www.rivmedia.co.uk/comparing-internet-business-promoter-vs-seo-powersuite-vs-web-ceo-reviews/309#comments</comments>
		<pubDate>Wed, 16 Dec 2009 14:20:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Ceo Reviews]]></category>
		<category><![CDATA[Ceo Search]]></category>
		<category><![CDATA[Competitor]]></category>
		<category><![CDATA[Competitor Analysis]]></category>
		<category><![CDATA[Consumers]]></category>
		<category><![CDATA[Free Demo]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Free Version]]></category>
		<category><![CDATA[Game One]]></category>
		<category><![CDATA[IBP]]></category>
		<category><![CDATA[Internet Business Promoter]]></category>
		<category><![CDATA[Major Search Engines]]></category>
		<category><![CDATA[Market Leader]]></category>
		<category><![CDATA[Next Level]]></category>
		<category><![CDATA[Profits]]></category>
		<category><![CDATA[promoter]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[Search Engine Optimisation]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Search Optimization]]></category>
		<category><![CDATA[seo powersuite]]></category>
		<category><![CDATA[Seo Software]]></category>
		<category><![CDATA[Softwa]]></category>
		<category><![CDATA[Softwar]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Software Features]]></category>
		<category><![CDATA[Software Programs]]></category>
		<category><![CDATA[Software Suites]]></category>
		<category><![CDATA[Traffic]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Variation]]></category>
		<category><![CDATA[Web Business]]></category>
		<category><![CDATA[Web Ceo]]></category>
		<category><![CDATA[Web Optimization]]></category>
		<category><![CDATA[Web Search]]></category>
		<category><![CDATA[Web Software]]></category>
		<category><![CDATA[webceo]]></category>

		<guid isPermaLink="false">http://www.rivmedia.co.uk/?p=309</guid>
		<description><![CDATA[<p><p><a href="http://www.rivmedia.co.uk">RivMedia - Digital Marketing Agency</a></p><p>Rank SEO Software Features Recommendation SEO PowerSuite has some excellent reporting functions,Rank tracking, competitor analysis all laid out in a manageable package. Anyone that takes SEO seriously should be with out something like this. SEO Powersuite Review Web CEO has positioned itself as a market leader. One of the ways they did this was by [...]</p></p><p><a href="http://www.rivmedia.co.uk/comparing-internet-business-promoter-vs-seo-powersuite-vs-web-ceo-reviews/309">Comparing Internet Business Promoter vs SEO Powersuite vs Web CEO Reviews</a> </p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.rivmedia.co.uk">RivMedia - Digital Marketing Agency</a></p><table class="comparison_table">
<tbody>
<tr>
<th>Rank</th>
<th>SEO Software</th>
<th>Features</th>
<th>Recommendation</th>
</tr>
<tr>
<td class="comparison_rank"><img src="http://www.rivmedia.co.uk/images/reviewtb/1.png" alt="1" border="0" /></td>
<td class="comparison_field"><a href="http://www.bestseosoftware.co/goto/productinfo.php"><img src="http://www.rivmedia.co.uk/images/seopowersuite.png" alt="" /></a></td>
<td class="comparison_field">SEO PowerSuite has some excellent reporting functions,Rank tracking,<br />
competitor analysis all laid out in a manageable package.<br />
Anyone that takes SEO seriously should be with out something like this.</td>
<td class="comparison_links"><a href="http://www.bestseosoftware.co/goto/productinfo.php">SEO Powersuite Review</a><br />
<img src="http://www.rivmedia.co.uk/images/reviewtb/star2.png" alt="4.97" border="0" /><img src="http://www.rivmedia.co.uk/images/reviewtb/star2.png" alt="4.97" border="0" /><img src="http://www.rivmedia.co.uk/images/reviewtb/star2.png" alt="4.97" border="0" /><img src="http://www.rivmedia.co.uk/images/reviewtb/star2.png" alt="4.97" border="0" /><img src="http://www.rivmedia.co.uk/images/reviewtb/star1.png" alt="4.97" border="0" /></td>
</tr>
<tr class="alternate">
<td class="comparison_rank"><img src="http://www.rivmedia.co.uk/images/reviewtb/2.png" alt="2" border="0" /></td>
<td class="comparison_field"><a href="http://www.triphp.com/products/webceo.php"><img src="http://www.rivmedia.co.uk/images/webceo.png" alt="" /></a></td>
<td>Web CEO has positioned itself as a market leader.<br />
One of the ways they did this was by offering more for free than its competition.<br />
Obviously, people like anything that they can get free of charge.<br />
Although there is a paid version of Web CEO, with the free software you receive quite<br />
a few features that are sure to help you take your site to the next level.</td>
<td class="comparison_links"><a href="http://www.triphp.com/products/webceo.php">WebCEO Reviews</a><br />
<img src="http://www.rivmedia.co.uk/images/reviewtb/star2.png" alt="4.81" border="0" /><img src="http://www.rivmedia.co.uk/images/reviewtb/star2.png" alt="4.81" border="0" /><img src="http://www.rivmedia.co.uk/images/reviewtb/star2.png" alt="4.81" border="0" /><img src="http://www.rivmedia.co.uk/images/reviewtb/star2.png" alt="4.81" border="0" /><img src="http://www.rivmedia.co.uk/images/reviewtb/star1.png" alt="4.81" border="0" /></td>
</tr>
<tr>
<td class="comparison_rank"><img src="http://www.rivmedia.co.uk/images/reviewtb/3.png" alt="3" border="0" /></td>
<td class="comparison_field"><a href="http://www.triphp.com/products/ibp.php"><img src="http://www.rivmedia.co.uk/images/internetbusinesspromoter.png" alt="" /></a></td>
<td class="comparison_field">Internet Business Promoter makes things simple.<br />
All you have to do is follow their directions in three<br />
areas:optimize, promote, and track.If you do what you are asked in these<br />
areas there is no stopping you</td>
<td class="comparison_links"><a href="http://www.triphp.com/products/ibp.php">IBP Reviews</a><br />
<img src="http://www.rivmedia.co.uk/images/reviewtb/star2.png" alt="4.85" border="0" /><img src="http://www.rivmedia.co.uk/images/reviewtb/star2.png" alt="4.85" border="0" /><img src="http://www.rivmedia.co.uk/images/reviewtb/star2.png" alt="4.85" border="0" /><img src="http://www.rivmedia.co.uk/images/reviewtb/star2.png" alt="4.85" border="0" /><img src="http://www.rivmedia.co.uk/images/reviewtb/star1.png" alt="4.85" border="0" /></td>
</tr>
</tbody>
</table>
<p>Search engine optimization can be a fickle game. One second you are dominating and the next you are falling behind your competition. As you probably know by now, the closer you get to the number one position in the major search engines the more traffic you receive. And with more traffic come more sales and/or profits.</p>
<p>There are three software programs that have risen to the top of the industry. They include in no particular order, Internet Business Promoter, SEO Powersuite, and Web CEO. You should consider all three of these if you are interested in making the most of your website.</p>
<p>Here are several areas to compare:</p>
<p>1. Features. Before we go any further, keep in mind that every one of these software programs offers many features. That being said, if you want the most features and are willing to pay for it, you should take a close look at Web CEO. Again, this is not to say that the others have nothing to offer but with Web CEO you get more than one can ever expect.</p>
<p>2. Price. It is difficult to talk about features without considering how much you will have to pay. All three software suites offer a free version – this is good for anybody who just wants to take a trial run. From there, Internet Business Promoter costs $249.95, Link-Assistant and its SEO PowerSuite costs $249, and Web CEO will set you back $199. While there is some variation in price, all three options are very close.</p>
<p>3. Usability. This is a difficult detail to rate because everybody is looking for something different from their SEO software. To get a good idea of how easy each one is to use, you should personally test out the free demo. You will find, like most consumers, they all have something great to offer. Hopefully one sticks out above the rest as to make your decision easier.</p>
<p>4. Support. When you rely on the free version of these software programs you should not expect much in terms of support. But when you pay for the tools you will get everything you want in this area. Have a question? All three teams are willing to help. Want to suggest a feature for a future version? Again, you will be heard.</p>
<p>5. Reach. All of these programs have many clients. For example, more than 677k people or organizations are currently using Web CEO. Some of their clients include IBM, PayPal, Hitachi, Motorola, Nissan, Deloitte, and J.B. Hunt among many others. While the other two companies may not have as many clients, both work with individual webmasters all the way up to Fortune 500 firms.</p>
<p>Before buying any SEO software you should learn as much as you can about each option. As you can see, features, price, usability, support, and reach are a good place to start. Of course, you are the one using the software so you should put together your own comparison system. This will help to ensure that you make the right decision.</p>
<p>In closing, even though each option has something to offer you cannot go wrong with any of them.</p>
<p>Take a look at these three reviews to make up your mind :</p>
<ul>
<li><a href="http://www.bestseosoftware.co/">SEO Powersuite Review</a></li>
</ul>
<p>Obviously, people like anything that they can get free of charge.</p>
<p>Although there is a paid version of Web CEO, with the free software you receive quite</p>
<p>a few features that are sure to help you take your site to the next level.</p>
<p><a href="http://www.rivmedia.co.uk/comparing-internet-business-promoter-vs-seo-powersuite-vs-web-ceo-reviews/309">Comparing Internet Business Promoter vs SEO Powersuite vs Web CEO Reviews</a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.rivmedia.co.uk/comparing-internet-business-promoter-vs-seo-powersuite-vs-web-ceo-reviews/309/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web CEO Review and Purchase</title>
		<link>http://www.rivmedia.co.uk/comparing-internet-business-promoter-vs-seo-powersuite-vs-web-ceo-reviews/309</link>
		<comments>http://www.rivmedia.co.uk/comparing-internet-business-promoter-vs-seo-powersuite-vs-web-ceo-reviews/309#comments</comments>
		<pubDate>Wed, 16 Dec 2009 14:09:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Search Engine Optimisation]]></category>
		<category><![CDATA[buy]]></category>
		<category><![CDATA[Ceo Software]]></category>
		<category><![CDATA[Five Points]]></category>
		<category><![CDATA[Free Version]]></category>
		<category><![CDATA[Ftp Uploader]]></category>
		<category><![CDATA[Link Partner]]></category>
		<category><![CDATA[Link Popularity]]></category>
		<category><![CDATA[Market Leader]]></category>
		<category><![CDATA[Partner Finder]]></category>
		<category><![CDATA[Professional Edition]]></category>
		<category><![CDATA[purchase]]></category>
		<category><![CDATA[Purchase Web]]></category>
		<category><![CDATA[Quality Audit]]></category>
		<category><![CDATA[Research Search Engine]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Search Engine Submission]]></category>
		<category><![CDATA[Seo Software]]></category>
		<category><![CDATA[Software Package]]></category>
		<category><![CDATA[Submission Link]]></category>
		<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[Web Ceo]]></category>
		<category><![CDATA[Web Page Editor]]></category>
		<category><![CDATA[webceo]]></category>

		<guid isPermaLink="false">http://www.rivmedia.co.uk/?p=306</guid>
		<description><![CDATA[<p><p><a href="http://www.rivmedia.co.uk">RivMedia - Digital Marketing Agency</a></p><p>Web CEO Review If you are interested in what Web CEO has to offer, you do not have to look much further than the company’s homepage. It states, “Web CEO is the most complete SEO software package on the planet; plus, our SEO software offers more for free than any other software package or suite [...]</p></p><p><a href="http://www.rivmedia.co.uk/comparing-internet-business-promoter-vs-seo-powersuite-vs-web-ceo-reviews/309">Web CEO Review and Purchase</a> </p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.rivmedia.co.uk">RivMedia - Digital Marketing Agency</a></p><h1>Web CEO Review</h1>
<p><a href="http://www.triphp.com/products/webceo.php"><br />
<img src="http://webceo.com/sp/images/key_125x125.gif" alt="" align="left" border="0" hspace="5" /></a>If you are interested in what <a href="http://www.triphp.com/products/webceo.php">Web CEO has to offer</a>, you do not have to look much further than the company’s homepage. It states, “Web CEO is the most complete SEO software package on the planet; plus, our SEO software offers more for free than any other software package or suite for SEO.”</p>
<p>As you can already tell, <a href="http://www.triphp.com/products/webceo.php">Web CEO</a> has positioned itself as a market leader. One of the ways they did this was by offering more for free than its competition. Obviously, people like anything that they can get free of charge. Although there is a paid version of Web CEO, with the free software you receive quite a few features that are sure to help you take your site to the next level.</p>
<p>There are five points that make Web CEO one of the best going today. They include:</p>
<p>1. Find your niche. This is done through keyword research, search engine optimization, and a web page editor. You never have to worry about finding a website niche when you rely on Web CEO.</p>
<p>2. <a href="http://www.triphp.com/products/webceo.php">Promote your site</a>. Don’t know anything about internet marketing? Again, Web CEO has you covered. It gives you tools for search engine submission, link partner finder, and PPC campaigns manager.</p>
<p>3. Analyze your site. You always need to be watching for changes to your site, both good and bad. The site analyzer offers a ranking checker, link popularity analyzer, and web analytics.</p>
<p>4. Maintain your site. This portion of the <a href="http://www.triphp.com/products/webceo.php">Web CEO</a> includes an FTP uploader, website quality audit, and website monitoring.</p>
<p>5. Professionalize. Web CEO software offers many features that will make your entire business run more smoothly. With a scheduler, dashboard, journal, and report sharing system you get everything you could possibly need.</p>
<p>As noted above, there is a full functional free version of Web CEO that is a great place to start. But when you are ready to upgrade and take advantage of all the top features, <a href="http://www.triphp.com/products/webceo.php">you will be asked to pay $199 for the SmallBiz Edition or $389 for the Professional Edition.</a></p>
<p>You should be able to see by now that <a href="http://www.triphp.com/products/webceo.php">Web CEO is a market leader in the SEO tool department. </a></p>
<p>Take a look at these three reviews to make up your mind :</p>
<ul>
<li><a href="http://www.rivmedia.co.uk/ibp-10-review-ibusiness-promoter-purchase/299">IBP (ibusiness Promoter) Review</a></li>
<li><a href="http://www.rivmedia.co.uk/seo-powersuite-review-link-assistant-purchase/303">SEO Powersuite Review</a></li>
<li><a href="http://www.rivmedia.co.uk/web-ceo-review-and-purchase/306">WebCEO Review </a></li>
<li><a href="http://www.rivmedia.co.uk/comparing-internet-business-promoter-vs-seo-powersuite-vs-web-ceo-reviews/309">Review of all 3 SEO Software</a></li>
</ul>
<p><a href="http://www.rivmedia.co.uk/comparing-internet-business-promoter-vs-seo-powersuite-vs-web-ceo-reviews/309">Web CEO Review and Purchase</a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.rivmedia.co.uk/comparing-internet-business-promoter-vs-seo-powersuite-vs-web-ceo-reviews/309/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO Powersuite Review &#8211; Link Assistant Purchase</title>
		<link>http://www.bestseosoftware.co</link>
		<comments>http://www.bestseosoftware.co#comments</comments>
		<pubDate>Wed, 16 Dec 2009 13:56:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Search Engine Optimisation]]></category>
		<category><![CDATA[buy]]></category>
		<category><![CDATA[Fortune 500 Companies]]></category>
		<category><![CDATA[Free Updates]]></category>
		<category><![CDATA[Free Version]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Yahoo]]></category>
		<category><![CDATA[Guidance]]></category>
		<category><![CDATA[Next Level]]></category>
		<category><![CDATA[Popular Search Engines]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[Professional Support]]></category>
		<category><![CDATA[promoter]]></category>
		<category><![CDATA[Proper Steps]]></category>
		<category><![CDATA[purchase]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[Site Rank]]></category>
		<category><![CDATA[suite]]></category>
		<category><![CDATA[Tons Of Money]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://www.rivmedia.co.uk/?p=303</guid>
		<description><![CDATA[<p><p><a href="http://www.rivmedia.co.uk">RivMedia - Digital Marketing Agency</a></p><p>SEO Powersuite Review Becoming a search engine leader is not as difficult as you may think. In fact, you can take your site to the top of the most popular search engines in no time at all. Of course, if you want this to happen you need to take the proper steps. One of the [...]</p></p><p><a href="http://www.bestseosoftware.co">SEO Powersuite Review &#8211; Link Assistant Purchase</a> </p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.rivmedia.co.uk">RivMedia - Digital Marketing Agency</a></p><h1>SEO Powersuite Review</h1>
<p><a href="http://www.triphp.com/prducts/linkass.php"><img class="alignleft" src="http://www.link-assistant.com/images/boxes/wa-box.png" alt="" width="126" height="134" /></a></p>
<p>Becoming a search engine leader is not as  difficult as you may think. In fact, you can take your site to the top of the  most popular search engines in no time at all. Of course, if you want this to  happen you need to take the proper steps. One of the best things you can do is  get involved with <a href="http://www.bestseosoftware.co/">SEO Powersuite</a>. This software can go a long way in  helping your site rank higher, and in turn make you more money. And that is  what you want, right?</p>
<p>Here are a few of the features that have  made Link-Assistant and its <a href="http://www.bestseosoftware.co/">SEO PowerSuite</a> software a major player in the  industry:</p>
<p>1. You get it all. When you rely on this  software you will never again have to look anywhere else for SEO assistance.  Simply put, you get everything you want plus much more. Not only does this save  you time, but it saves you tons of money in the long run as well.</p>
<p>2. Reliable. <a href="http://www.bestseosoftware.co/">SEO PowerSuite</a> was tested time  and time again to ensure that it could stand up to anything that is thrown its  way. Everybody from individual webmasters to Fortune 500 companies rely on this  software. Surely that is good enough for you.</p>
<p>3. Fast. Do you really want to wait month  after month for your site to reach the top of the search engines? Of course you  don’t. With <a href="http://www.bestseosoftware.co/">SEO PowerSuite</a> you have the guidance needed to grab the number one  spot on all the search engines including Google, Yahoo, and Bing.</p>
<p>If you are interested in getting started  with SEO PowerSuite there is a free version that offers many of its top  features. Those who want to take things to the next level can purchase a <a href="http://www.triphp.com/products/linkass.php">full  copy of SEO PowerSuite for $249</a>. This gives you more features, professional  support, and free updates for life.</p>
<p>Those who want more from their website  should head to <a href="http://www.triphp.com/products/linkass.php">here</a> and check out <a href="http://www.triphp.com/products/linkass.php">SEO PowerSuite and all its  benefits</a>. You will surely like what you see!</p>
<p>Take a look at these three reviews to make up your mind :</p>
<ul>
<li><a href="http://www.rivmedia.co.uk/ibp-10-review-ibusiness-promoter-purchase/299">IBP (ibusiness Promoter) Review</a></li>
<li><a href="http://www.bestseosoftware.co/">SEO Powersuite Review</a></li>
<li><a href="http://www.rivmedia.co.uk/web-ceo-review-and-purchase/306">WebCEO Review </a></li>
<li><a href="http://www.rivmedia.co.uk/comparing-internet-business-promoter-vs-seo-powersuite-vs-web-ceo-reviews/309">Review of all 3 SEO Software</a></li>
</ul>
<p><a href="http://www.bestseosoftware.co">SEO Powersuite Review &#8211; Link Assistant Purchase</a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.bestseosoftware.co/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

