<?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>Lets Build Websites</title>
	<atom:link href="http://letsbuildwebsites.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://letsbuildwebsites.com</link>
	<description>Building Wordpress Websites That Make Money Online</description>
	<lastBuildDate>Sun, 26 May 2013 04:11:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Website Rankings Dropped Fast &#8211; 10 Possible Causes</title>
		<link>http://letsbuildwebsites.com/website-rankings-dropped/</link>
		<comments>http://letsbuildwebsites.com/website-rankings-dropped/#comments</comments>
		<pubDate>Thu, 23 May 2013 06:04:10 +0000</pubDate>
		<dc:creator>mitz</dc:creator>
				<category><![CDATA[Website Problems]]></category>
		<category><![CDATA[Wordpress Website Tutorials]]></category>
		<category><![CDATA[website ranking drop]]></category>
		<category><![CDATA[Website Rankings Are Dropping]]></category>
		<category><![CDATA[Website Rankings Dropped]]></category>

		<guid isPermaLink="false">http://letsbuildwebsites.com/?p=11082</guid>
		<description><![CDATA[I have been building websites and generating massive amounts of traffic from the search engines for years now, but errors often occur and all of a sudden you notice that your website rankings dropped out like a lead balloon! The feeling is of sheer sadness and you almost feel like you are falling down a [...]]]></description>
				<content:encoded><![CDATA[<p>I have been building websites and generating massive amounts of traffic from the search engines for years now, but errors often occur and all of a sudden you notice that your website rankings dropped out like a lead balloon! The feeling is of sheer sadness and you almost feel like you are falling down a big black hole yourself. You actually start to grasp at each and every troubleshooting method out there.</p>
<p>Trust me, I have learned the hard way. <img src='http://letsbuildwebsites.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<h2>Website Rankings Dropped &#8211; 10 Possible Causes</h2>
<p>The error I am about to list have actually caused my website rankings to drop when they occurred. Many webmasters just keep adding content, hoping that the problems will go away, but if you jump in and fix these errors your ranking will return like fire.</p>
<h2>#1. Broken links</h2>
<p>Broken links were my first lesson to losing website rankings fast. In fact when this happened, the rankings dropped so fast that I could hardly find my website in the search engines. This was a shock for me as the site I was looking for ranked high for everything I posted.</p>
<p>I think this error went on for days and the whole time I studied, read everything possible, and tried to fix the problem. I asked questions all over the internet but not one person could help me, not even on the Google Webmaster forums (where all the experts apparently hang out ). I even employed an expensive top SEO guy to help but he couldn&#8217;t even find the problem. It was a nightmare. I wanted to check the site for broken links, but in those days it was not as easy as installing a plugin like we do now days. No way! It was a difficult task, but to my surprise, my site was riddled with broken links. As soon as I repaired the broken links the site began to move back into the rankings fast! That was a great feeling!</p>
<p><img class="alignnone size-full wp-image-11090" alt="search engine traffic" src="http://letsbuildwebsites.com/wp-content/uploads/2013/05/search-engine-traffic.png" width="340" height="223" /></p>
<p><em><strong>The broken links came from:</strong></em></p>
<ol>
<li>Changing my content management system to WordPress.</li>
<li>Posts I had deleted in the move when other pages still linked to them.</li>
<li>Links I had placed that had since died. (Sites had shut down)</li>
<li>People commenting and leaving broken links. (Still happens today)</li>
<li>Permalinks changed in the move.</li>
</ol>
<h2>#2. <b>Server Problems</b></h2>
<p>What if the search engine spiders try to access your site and it does not respond or loads slowly? If this happens too often what do you think happens? Yes you are right in thinking that your site will be dropped from the search results.</p>
<p>If you have a planned downtime you can setup a 503 code which tells the search engines that you&#8217;re aware of the situation and that they should try again later. You can even set a return time for the search engines to crawl your site. This is pretty technical for the average webmaster but you can see more details from the <a href="http://googlewebmastercentral.blogspot.com.au/2011/01/how-to-deal-with-planned-site-downtime.html">Google blog</a>. Another technical resource is <a href="http://szeryf.wordpress.com/2009/07/10/simplest-way-to-set-up-a-well-be-back-shortly-page/">this post</a>.</p>
<p>If you are using WordPress you can use &#8220;<a href="http://wordpress.org/extend/plugins/wet-maintenance/">Site Maintenance</a>&#8221; plugin which automatically creates a 503 page for you. This is an easier option and all you need to do is activate this plugin for the 503 error code to be working.  When your maintenance or downtime is over then deactivate the plugin.  Unfortunately you cannot use this plugin when your server is completely down.</p>
<p>You will also find that some <a title="WordPress Premium Themes in My Internet Marketing Toolbox" href="http://letsbuildwebsites.com/wordpress-premium-themes-in-my-internet-marketing-toolbox/">premium WordPress themes</a> have an option to go into maintenance mode.</p>
<h2>#3. Robot Text File</h2>
<p>What is in your robot text file. Did you know that you can block the search engines from accessing your site with one stupid mistake?</p>
<p>This tiny little text file that lives in the root of your domain can do a lot of damage.</p>
<p>Simply adding something like:</p>
<p><strong>user-agent: *</strong></p>
<p><strong>disallow: *</strong></p>
<p>The user-agent part means who you want to block. In this case * means all search engines. Then on the next line we have disallow: * which means block access to the entire website.</p>
<p>If you had:</p>
<p><strong>user-agent: *</strong></p>
<p><strong>disallow: </strong></p>
<p>This would tell the search engines to index everything. This is a tiny mistake that can hurt your search engine rankings.</p>
<p>Also you might want to block one file in a certain directory on your site but by accident, you might block the entire directory. For example a forward slash like this / by itself, after the word disallow, can cause your entire site to be excluded from the search engines.<strong> </strong></p>
<h2>#4. Errors in Your Sitemap</h2>
<p>I had a site map plugin that I used on a WordPress website. You know the ones where they auto generate a list of your website URL&#8217;s and send it to the search engines?</p>
<p>I decided to tick a box in the settings section and it actually added the category name into the url that it listed. Then the plugin sent a copy of this sitemap to various search engines with completely the wrong URLS.</p>
<p>The sitemap URLs had a category in the link and my permalink structure was set to only have the post name and no category.</p>
<p>That actually caused the search engines to index a set of urls that were in fact 404 errors. As soon as I repaired the sitemap, my rankings came back.</p>
<h2>#5. Duplicate Site Title</h2>
<p>This just recently happen to me, an experienced web master! Look at the screenshot below.</p>
<p><img alt="" src="http://letsbuildwebsites.com/wp-content/uploads/2013/05/two-site-titles4.png" width="529" height="148" /></p>
<p>There is a <a title="Yoast WordPress SEO Plugin – Duplicate Site Title" href="http://letsbuildwebsites.com/duplicate-site-title-from-wordpress-seo/">duplicate site title causing a drop in rankings</a>. Ouch!</p>
<p>The stupid thing is that I am just so busy with all my work that I seriously thought that me neglecting the site made it drop from the search engines. This site ranks well for anything it posts so I probably should have investigated earlier?</p>
<p>What caused this? It seems that the theme I had was adding a site title and so was Yoast&#8217;s SEO plugin. I have not had much luck with SEO plugins, except <a href="http://letsbuildwebsites.com/SEOPressor">SEOPressor</a> of course, so now I am very wary of what they are actually doing. You can see my <a title="SEOpressor V5 Review [Video]" href="http://letsbuildwebsites.com/seopressor-review/">SEOpressor review here</a>.</p>
<h2>#6. The Bloody Algorithms</h2>
<p>To tell the truth, I am not worried about algorithms any longer, after experiencing these various errors, an algorithm loss of rankings would be almost welcome. I also think that most sites drop in rankings because of errors and blame the change in algorithms as they have no real idea what the cause is.</p>
<p>I have survived <a title="Increase Blog Traffic Without Using Google" href="http://letsbuildwebsites.com/increase-blog-traffic-google/">without Google traffic</a> when my sites have dropped from the search engines so I know that <a title="Google is Not God! Make Up Your OWN MIND About SEO" href="http://letsbuildwebsites.com/mind-seo/">Google is not god</a>. I like the traffic though, don&#8217;t get me wrong, but the smart thing to do is not rely on it.</p>
<h2>#7. Links Disappear</h2>
<p>Links to your site help you rank.</p>
<p>But your links can disappear as fast as they are made and many webmasters get a few links and then sit back thinking this will do. No, not at all.  Link building is fuel for the fire and if you do not feed it the fire dies out. It burns what is on the fire and anything else you put on. Link Building is ongoing and you need to constantly stoke the fire.</p>
<p>A big log ( a great link) will stay and help the fire stay alive but it will not last if it is the only log. Weird way to put it, but true. <img src='http://letsbuildwebsites.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h2>#8. Your Site is Hacked</h2>
<p>Your site could have malware. This is an awful experience because when people try to click on your site in the search engines a big malware warning comes up. If that does not scare your traffic away nothing will.</p>
<p><img class="alignnone size-full wp-image-11193" alt="malware-warning" src="http://letsbuildwebsites.com/wp-content/uploads/2013/05/malware-warning.png" width="500" height="249" /></p>
<p>I have had malware on a website and I simply contacted my web hosting company and told them  (<a href="http://letsbuildwebsites.com/Hostgator" rel="nofollow">Hostgator</a> of course). But not all web hosts fix this for you because <a title="WordPress Website Maintenance Checklist" href="http://letsbuildwebsites.com/wordpress-website-maintenance-checklist/">securing your website</a> is really your job and the biggest security threat is not having regular updates installed. If your web hosting company will not help, Google has some free tips to <a href="http://googlewebmastercentral.blogspot.com.au/2008/04/my-sites-been-hacked-now-what.html">remove malware from your site</a>.</p>
<h2> #9. Canonicalization Problems</h2>
<p>If you plan to be a serious website owner, maybe even <a title="Creating an Authority Website Because Blogging is Dumb?" href="http://letsbuildwebsites.com/creating-an-authority-website-blogging-dumb/">creating an authority website</a>, you will certainly need to know about the <a title="How SEO Works Under the Hood of your WordPress Website" href="http://letsbuildwebsites.com/how-seo-works-under-hood-wordpress-website/">how SEO works</a> under the hood of your website. It is not enough to look at the surface of your website as errors can form from within.</p>
<p>Canonicalization problems are one of those sneaky errors that need to be dealt with swiftly. Most pages on a site can have a few versions. For example, when people comment on your site, a URL for that comment is then created. You really do not want the search engines to index every comment URL as this would look like duplicate content and cause problems. Therefore you only want to index the original post.</p>
<p>When Google finds duplicate pages with the same meta descriptions and content, it has to choose which copy to serve in the search engines and then devalues all other copies.</p>
<p>There can also be two versions of your domain name like www and no www. You need to choose one and stick to it!</p>
<p>If you use WordPress the <a href="http://letsbuildwebsites.com/go/thesis" rel="nofollow">Thesis framework</a> is one theme that has an option to fix this canonical URL problem. Also the Yoast SEO plugin has a similar option.</p>
<h2>#10. Your Competition is Just Better</h2>
<p>Yeah lets face it. You site has dropped from the rankings in the search engines because other sites have come along and have bigger and better content. If you have <a title="Thin Content Could Kill Your Blog – 5 Tips To Avoid Certain Death" href="http://letsbuildwebsites.com/thin-content-could-kill-your-blog/">thin content</a> you will not stand a chance when the competition decides to cover the same topic. They will wipe the floor with you.</p>
<p>This is the first and most important error on a website, not having awesome <a title="Quality Content? WT Fudge Is It?" href="http://letsbuildwebsites.com/quality-content/">quality content</a>.  Why bother doing something if you are not going to do it properly?</p>
<h2>Conclusion</h2>
<p>Of course I could go into each error in full detail as they may seem simple now, but when you are going your website rankings dropped from existence, they are far from simple then. I have consulted so called experts about these errors and they have been no help whatsoever.</p>
<p>Therefore if your website rankings dropped tomorrow, you will not doubt be fixing these errors yourself.</p>
]]></content:encoded>
			<wfw:commentRss>http://letsbuildwebsites.com/website-rankings-dropped/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Awesome Content But Dead Boring Blog Post Titles – 10 Tips To Fix Them</title>
		<link>http://letsbuildwebsites.com/blog-post-titles/</link>
		<comments>http://letsbuildwebsites.com/blog-post-titles/#comments</comments>
		<pubDate>Tue, 21 May 2013 22:37:53 +0000</pubDate>
		<dc:creator>mitz</dc:creator>
				<category><![CDATA[Website Content]]></category>
		<category><![CDATA[article titles]]></category>
		<category><![CDATA[blog post titles]]></category>

		<guid isPermaLink="false">http://letsbuildwebsites.com/?p=10651</guid>
		<description><![CDATA[If you are just about to publish a fantastic blog post that took you hours and hours to create, there is no doubt that you need eye-catching blog post titles to gain the most exposure. Readers skim through titles of articles and blog posts to see which one catches their eye; you know this is [...]]]></description>
				<content:encoded><![CDATA[<p>If you are just about to publish a fantastic blog post that took you hours and hours to create, there is no doubt that you need eye-catching blog post titles to gain the most exposure. Readers skim through titles of articles and blog posts to see which one catches their eye; you know this is true because you probably do it as well.</p>
<p>A blog post title that is boring will get passed by and the awesome content that took hours to create slips off into nowhere land.</p>
<p><em><strong>Why are blog titles so important?</strong></em></p>
<p>They are important because this is what the human reader sees before visiting your content. Just think how you search for information? You scan through the results fast until you find something that grabs your attention. If there is nothing there you try another search. This is <a title="How SEO Works Under the Hood of your WordPress Website" href="http://letsbuildwebsites.com/how-seo-works-under-hood-wordpress-website/">how SEO works</a> under the hood of our websites as we should just be thinking about how the humans will find our content.</p>
<p><b><i>The readers see blog titles:</i></b></p>
<ol>
<li>In the search engines</li>
<li>In RSS feeds</li>
<li>In social media sharing</li>
<li>On the front page of most blogs</li>
<li>On Commentluv links</li>
</ol>
<p>Search engine traffic is free so why not grab it if you can?</p>
<p>It would be great if we could put a big arrow pointing to our blog post titles to tell people to click on it but we cannot. We have an amazing weapon in hand though and we should use it.</p>
<p><img class="alignnone  wp-image-10948" style="border: 2px solid black;" alt="why blog post titles are important" src="http://letsbuildwebsites.com/wp-content/uploads/2013/05/click-on-my-website-please.png" width="521" height="258" /></p>
<p>I really think that <a title="Google is Not God! Make Up Your OWN MIND About SEO" href="http://letsbuildwebsites.com/mind-seo/">Google is not god</a> in this situation because if the humans do not click on your listings, Google&#8217;s algorithm will naturally move your listing further down the rankings.</p>
<h2>10 Tips for Creating Eye-Catching Blog Post Titles</h2>
<p>When crafting an eye-catching article title, you are generally trying to catch a reader like you would catch a fish. Firstly you must figure out what bait you should be using to catch that fish.</p>
<p><b><i>You should ask yourself these questions:</i></b></p>
<ul>
<li>What type of information should I be providing to attract the right people to my website?</li>
<li>What would the reader be typing into the search engines in order to find this information?</li>
</ul>
<p>When you know what your content is supposed to be about you can now go ahead and create a blog post title to match.</p>
<h2>Writing Great Blog Post Titles – 10 Tips</h2>
<p>I love writing <a href="http://letsbuildwebsites.com/the-top-10-annoying-things-about-top-10-lists/ ">top 10 list posts</a>. They just work. Therefore I will use that type of post as an example title here.</p>
<ol>
<li>Always set aside 10 minutes to work on your eye-catching blog title. Many people leave this to the last minute and the title simply suffers.</li>
<li>Research your competitors because they might have an awesome title that will give you an idea. You can see how much one title gets shared compared to another.</li>
<li>Research keywords and make a list of possible combinations that suit like “blog post title”, “article title”, “post title”. I use Google Keyword tool. You should find out which term has the least competition in the search engines and one that has people actually searching for it.</li>
<li>Write out some descriptive words like ‘eye-catching”, “attention grabbing”, “gob smacking” “boring”, &#8220;cool&#8221;, &#8220;critical&#8221;, &#8220;crazy&#8221;.<b></b></li>
<li>Choose how many tips you want to share. Let’s say I have 5 tips. Not always about giving tips but it is a great way to start learning how to write awesome titles.</li>
<li>Mix up some titles until you see one you like.
<ul>
<li>5 Crazy Ways To Create Attention Grabbing Blog Post Titles</li>
<li>Boring blog Post Titles SUCK! Here’s 5 Tips Steel The Lime Light From Your Competition</li>
<li>Are Your Blog Titles Making Your Readers Snore? Here’s 5 Tips To Wake Them Up</li>
<li>5 Ways To Lose Precious Website Traffic With Your Lame Post Titles</li>
<li><span style="font-size: 13px; line-height: 19px;">Awesome Content But Dead Boring Post Titles – 5 Tips To Fix This Stupid Mistake</span></li>
<li>How To Write Gob Smacking Blog Post Titles and Steal Those Precious Clicks</li>
<li>Are You an Idiot? Blog Titles Are Important and Here&#8217;s 5 Reasons Why</li>
</ul>
</li>
<li><span style="font-size: 13px; line-height: 19px;">Make sure your title is capitalised correctly. If it is not you will look like an amateur.</span></li>
<li><span style="font-size: 13px; line-height: 19px;">When crafting your title, even though you want it to be eye-catching, you cannot sacrifice grammar and spelling for attention grabbing.</span></li>
<li><span style="font-size: 13px; line-height: 19px;">Always write your post title for the humans because that is who you want to ultimately impress. Then if the humans are impressed, the search engines will also be happy.</span></li>
<li><span style="font-size: small;"><span style="line-height: 19px;">Never copy another sites post title as this is bad </span></span>web-master<span style="font-size: small;"><span style="line-height: 19px;"> etiquette.</span></span></li>
</ol>
<p>The competition for your reader’s attention is more than fierce nowadays. There are so many publishers out there with equally awesome content but you have to find out how to turn your reader’s eyes to your content.</p>
<p>How are you going to make your blog post title stand out?</p>
<h2>Common Mistakes With Blog Post Titles</h2>
<ol>
<li><span style="line-height: 12.997159004211426px;">The main problem is dead set boring blog post titles.</span></li>
<li>Your title is over-exaggerated.</li>
<li>Your title has nothing to do with the content.</li>
<li>Your blog post title is awesome and your content is crap.</li>
<li>Your title promises the world and delivers crumbs.</li>
</ol>
<h2>Blog Post Titles Examples</h2>
<p>Here are some of my most popular posts where the title has helped get the traffic.</p>
<p><a href="http://letsbuildwebsites.com/mind-seo/">Google Is Not God! Make Up Your OWN MIND About SEO</a></p>
<p><a href="http://letsbuildwebsites.com/get-started-blogging-for-business/">Get Started Blogging For Business – 7 Essential Tips To Make Your BOSS Happy</a></p>
<p><a href="http://letsbuildwebsites.com/seo-tips-to-dominate-google/">9 SEO Tips To Dominate Google Search Results</a></p>
<p><a href="http://letsbuildwebsites.com/two-years-blogging-and-no-real-income-8-reasons-why/">Two Years Blogging And No Real Income! 8 Reasons Why</a></p>
<p><a href="http://letsbuildwebsites.com/5-sneaky-ways-to-monetize-your-blog/">How To Monetize A Website – The Rocket Science Behind It All</a></p>
<p><a href="http://letsbuildwebsites.com/website-traffic-checklist-30-concrete-ways-to-get-website-traffic/">Website Traffic Checklist – 25 Concrete Ways To Get Website Traffic</a></p>
<p><a href="http://letsbuildwebsites.com/20-often-forgotten-website-traffic-tips/">20 Often Forgotten Website Traffic Tips</a></p>
<p><a href="http://letsbuildwebsites.com/turn-your-ordinary-blog-into-a-million-dollar-business/">18 Ways To Turn Your Ordinary Blog Into A Million Dollar Business</a></p>
<p><a href="http://letsbuildwebsites.com/successful-wordpress-website-checklist/">How To Create A Successful Website With WordPress – 12 Point Checklist</a></p>
<p>Which blog post title do you like the best?</p>
<p>Can you see how having dead boring blog post titles can bring your content down?</p>
]]></content:encoded>
			<wfw:commentRss>http://letsbuildwebsites.com/blog-post-titles/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Quality Website Content  &#8211; 3 Tests To See if Your Content Passes</title>
		<link>http://letsbuildwebsites.com/quality-website-content/</link>
		<comments>http://letsbuildwebsites.com/quality-website-content/#comments</comments>
		<pubDate>Mon, 20 May 2013 12:53:31 +0000</pubDate>
		<dc:creator>Amazing Guest</dc:creator>
				<category><![CDATA[Website Content]]></category>

		<guid isPermaLink="false">http://letsbuildwebsites.com/?p=10966</guid>
		<description><![CDATA[As a blogger or anyone who is in charge of writing quality website content, how do you know if the content you are providing is actually high quality content? You work hard to provide content that is unique, that is highly informative, maybe that solves a problem for your readers, and that is written well. [...]]]></description>
				<content:encoded><![CDATA[<p>As a blogger or anyone who is in charge of writing quality website content, how do you know if the content you are providing is actually <a title="Quality Content? WT Fudge Is It?" href="http://letsbuildwebsites.com/quality-content/">high quality content</a>? You work hard to provide content that is unique, that is highly informative, maybe that solves a problem for your readers, and that is written well. You try to create a title for your content that will stand out. You add in headlines, bolded items, and bulleted lists to help make the content easy to read. But still, even though you feel the content you are providing passes the test of &#8220;high quality content,&#8221; you don&#8217;t really have any way to know that.</p>
<p>That is because you haven&#8217;t actually created a test to gauge to quality of the content. How do you actually know if the content passes the test, if you haven&#8217;t created a test in which to grade it? You don&#8217;t.</p>
<p>That means that you have to actually be able to create a test, or a set of criteria, that will help you to gauge the quality of your content by. And I can help you with the creation of this test.</p>
<p><strong>Here are 3 tests you can use to gauge the quality of your content:</strong></p>
<h3>Test #1: General Quality Criteria</h3>
<p>As a general rule with web content, there are commonly accepted criteria to gauge quality content. According to most standards, a piece of content should AT LEAST pass these criteria to be able to be considered quality content.</p>
<p><em><strong>These general criteria include:</strong></em></p>
<ul>
<li>Length of article: at least 500 words</li>
<li>Images in article: at least 1</li>
<li>Calls to action in article: at least 1</li>
<li>Outbound links in article: at least 1 to 2</li>
<li>Internal links in article: 1</li>
</ul>
<p>So, check your content and make sure that it passes at least these most basic tests.</p>
<p><strong>What this test tells you</strong>: This test tells you if your content at least passes the most basic rules of accepted quality web content.</p>
<h3>Test #2: Social Media Reception</h3>
<p>The next test you can use to gauge the quality of your content is to analyze how that content was received in the social networks. And how do you gauge how well your content performed in the social media world? By tracking the activity that it created. This can be done by seeing how many shares it generated: how many retweets, FaceBook likes, +1&#8242;s, pins, comments, etc it received.</p>
<p><strong>What this test tells you</strong>: This test is one of the best ways to gauge how others are receiving your content, or how &#8220;quality&#8221; they view the content to be. The more shares your content received, the higher quality the social media world viewed it to be.</p>
<h3>Test #3: Business Goal Achievement</h3>
<p>You have business goals that you are trying to achieve. All of the efforts of your business are means to achieve those certain business goals. That includes any content you are creating: you have a main business goal(s) that you are trying to achieve, and your content should help bring you closer to that goal(s). The business goals that your content could be helping to achieve could be as simple as more visits to your site, all the way to how many sales your content was able to generate. Use an analytics software to help you track the visits/purchases/subscriptions/downloads/etc that you were able to generate from each specific piece of content that you create.</p>
<p><strong>What this test tells you</strong>: Business is all about the bottom line. So anything that is able to directly (or indirectly) positively affect that bottom line is a good thing! This test is able to tell you very specifically how your content as a whole and on an individual basis is affecting your bottom line, and thus how beneficial your content efforts are to your company.</p>
<p><strong>Conclusion</strong>:</p>
<p>With the proper tests in place, you can see if the quality you are creating for your site is, indeed, quality content. If you find that your content isn&#8217;t passing some of the simple tests of quality content, it might be a good idea to look into a content writer, SEO company, or <a href="http://www.agencyplatform.com/seo-reseller.html">SEO reseller plan</a> to help you create the type of content that will bring you the results you are looking for.</p>
<p>Nicole has been blogging about SEO and Social Media for years. She enjoys helping companies learn how to find more success with their SEO efforts.</p>
]]></content:encoded>
			<wfw:commentRss>http://letsbuildwebsites.com/quality-website-content/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Future Proof Your Website and Lay Awesome Foundations</title>
		<link>http://letsbuildwebsites.com/future-proof-your-website/</link>
		<comments>http://letsbuildwebsites.com/future-proof-your-website/#comments</comments>
		<pubDate>Sun, 19 May 2013 06:01:08 +0000</pubDate>
		<dc:creator>mitz</dc:creator>
				<category><![CDATA[Building a Wordpress Website]]></category>
		<category><![CDATA[Future Proof Your Website]]></category>

		<guid isPermaLink="false">http://letsbuildwebsites.com/?p=11134</guid>
		<description><![CDATA[Building a website can often feel like a one-shot deal – you build it, and it&#8217;s done. However, the online world is in a state of flux and taking shortcuts can lead to all sorts of problems further down the line. Read on to learn how you can spare yourself major headaches years later by [...]]]></description>
				<content:encoded><![CDATA[<p><a title="Build a Website – The First Steps" href="http://letsbuildwebsites.com/build-a-website-the-first-steps/">Building a website</a> can often feel like a one-shot deal – you build it, and it&#8217;s done. However, the online world is in a state of flux and taking shortcuts can lead to all sorts of problems further down the line. Read on to learn how you can spare yourself major headaches years later by taking a few simple steps early on.</p>
<h2><strong>1 – Make Sure You Have Full Control</strong></h2>
<p>If you&#8217;ve hired a third-party web designer to build a site for you, make sure that when they&#8217;ve finished their work, you have complete control over everything. This means the <a title="Protect your Domain Name From Low Life Thieves" href="http://letsbuildwebsites.com/protect-your-domain-name/">domain name and hosting should be registered</a> in your details, you should have all the passwords for everything and possession of all the files created during the web design process.</p>
<p>If you don&#8217;t have all of this, making future changes to your site will be a lot more difficult than it needs to be, especially if you lose touch with the original web designer.</p>
<h2><strong>2 – Be Sensible With Your SEO</strong></h2>
<p>The desire to <a title="9 SEO Tips to Dominate Google Search Results" href="http://letsbuildwebsites.com/seo-tips-to-dominate-google/">rank highly in Google</a> can lead to people engaging in search engine optimisation tactics which will backfire in the long run. Before you do any SEO work at all, read <a href="http://support.google.com/webmasters/bin/answer.py?hl=en&amp;answer=35769">Google&#8217;s webmaster guidelines</a> to make sure you understand what is and what isn&#8217;t unacceptable.<a href="http://letsbuildwebsites.com/PDF/Search%20Engine%20Optimization%20Guide%20for%20Bloggers.pdf"><img class="alignright" alt="" src="http://letsbuildwebsites.com/wp-content/uploads/2010/06/SEO-my-way200.png" width="200" height="250" /></a></p>
<p>In recent years, the search engine giant has been increasingly proactive in clamping down on those sites which engage in practices which breach its rules and sometimes removes sites from its results all together. Recovering from one of these penalties is notoriously difficult.</p>
<p>So looking for a quick SEO boost might work in the short term, but if you&#8217;re looking for long-term growth then you need to take a more sensible approach to things.</p>
<p>If<span style="font-size: 13px; line-height: 19px;"> you&#8217;ve got the budget, look at hiring a reputable SEO agency. If you haven&#8217;t, then </span><a style="font-size: 13px; line-height: 19px;" title="Beginners Guide To SEO" href="http://letsbuildwebsites.com/beginners-guide-to-seo/">learn to do SEO</a><span style="font-size: 13px; line-height: 19px;"> yourself or focus on other areas of marketing.</span></p>
<iframe width="640" height="385" src="http://www.youtube.com/embed/xQmQeKU25zg" frameborder="0" type="text/html"></iframe><div style="text-align:right;"><a style="color:#aaa;font-size:9px" href="http://www.clickonf5.org/" title="IFRAME Embed for Youtube Free WordPress Plugin" target="_blank">IFRAME Embed for Youtube</a></div>
<h2><strong>3 – Find Suitable Web Hosting</strong></h2>
<p>Finding web hosting can be complex and confusing – there are plenty of <a title="5 Top WordPress Website Hosting Companies Fighting For Your Business" href="http://letsbuildwebsites.com/5-top-wordpress-website-hosting-companies-fighting-for-your-business/">top website hosting companies</a> out there and the whole business can get incredibly technical. The web hosting package you choose should be carefully aligned with your business goals and your growth expectations.</p>
<p>If you&#8217;re starting off small and targeting steady growth, then you won&#8217;t need to worry too much about dealing with a huge influx of visitors.</p>
<p>However, if you&#8217;re looking to establish buzz and then launch a ground-breaking product you need to be sure your <a title="Is it Easy to Upgrade Your Web Hosting With Hostgator?" href="http://letsbuildwebsites.com/is-it-easy-to-upgrade-your-web-hosting-with-hostgator/">hosting package</a> will be able to cope with a rapid influx of visitors. If it can&#8217;t, you can expect your site to go offline and that&#8217;s never good.</p>
<p>Work out what you need and, if you need to, consult with an expert to make sure you get it.</p>
<p><img class="alignnone size-full wp-image-11139" style="font-size: 13px; line-height: 19px;" alt="Future Proof Your Website Now" src="http://letsbuildwebsites.com/wp-content/uploads/2013/05/a-build-a-website.png" width="500" height="342" /></p>
<h2><strong>4 – Test as Much as Possible</strong></h2>
<p>How would you feel if in five years&#8217; time you were to discover that your ecommerce site&#8217;s profits could have been ten per cent higher every month if you&#8217;d changed the colour of the checkout button from red to green?</p>
<p>It&#8217;s an exaggerated example, but if you&#8217;re not testing how users are interacting with your website, then this is exactly the kind of insight you&#8217;re missing out on.</p>
<p>Look into implementing A/B and/or multivariant testing on your website as quickly as possible because without it, you&#8217;re missing out on amazing <a title="5 Easy to Implement Conversion Rate Optimisation Tips" href="http://letsbuildwebsites.com/5-easy-to-implement-conversion-rate-optimisation-tips/">conversion rate optimisation</a> methods which could boost your income.</p>
<h2><strong>5 – </strong><strong>Future Proof Your Website - </strong><strong>Back up Everything!</strong></h2>
<p>Getting into the habit of <a title="WordPress Website Maintenance Checklist" href="http://letsbuildwebsites.com/wordpress-website-maintenance-checklist/">backing up your website</a> whenever you make a change is vital. If something goes wrong and your site is compromised, a recent back up can mean the difference between being back online in hours and having to start again from scratch.</p>
<p>Backing up your website on a regular basis might not feel like it&#8217;s important right now, but it certainly will if you face major problems.</p>
<p>Guest post by Will Stevens of <a href="http://www.123-reg.co.uk/cloud-server-hosting/">123-reg</a>. The company is the UK&#8217;s largest domain name registrar and has just launched a new line of cloud servers.</p>
]]></content:encoded>
			<wfw:commentRss>http://letsbuildwebsites.com/future-proof-your-website/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Tips to Avoid Spam Complaints for your Emails and Newsletters</title>
		<link>http://letsbuildwebsites.com/tips-to-avoid-spam-complaints-for-your-emails-and-newsletters/</link>
		<comments>http://letsbuildwebsites.com/tips-to-avoid-spam-complaints-for-your-emails-and-newsletters/#comments</comments>
		<pubDate>Sat, 18 May 2013 08:22:00 +0000</pubDate>
		<dc:creator>jasmine</dc:creator>
				<category><![CDATA[Email Marketing]]></category>
		<category><![CDATA[blogging tips]]></category>
		<category><![CDATA[Email marketing]]></category>
		<category><![CDATA[email marketing tips]]></category>
		<category><![CDATA[email tips]]></category>
		<category><![CDATA[spam complaints]]></category>
		<category><![CDATA[spam emails]]></category>

		<guid isPermaLink="false">http://letsbuildwebsites.com/?p=10960</guid>
		<description><![CDATA[Nothing can be more damaging to your online business than spam complaints. You may think that you&#8217;re not a spammer so you have nothing to worry about, but this isn&#8217;t necessarily the case. To be safe, you must do everything possible to avoid any accusations on the part of people you&#8217;re emailing. There are a [...]]]></description>
				<content:encoded><![CDATA[<p>Nothing can be more damaging to your online business than <strong>spam complaints</strong>. You may think that you&#8217;re not a spammer so you have nothing to worry about, but this isn&#8217;t necessarily the case. To be safe, you must do everything possible to avoid any accusations on the part of people you&#8217;re emailing.</p>
<p>There are a few steps you can take to greatly reduce the likelihood of receiving spam complaints from those you are emailing to. They aren&#8217;t difficult to implement, and they can save you a world of trouble!</p>
<h2>Why People are Accused of Spam</h2>
<p>Obviously, there are true spammers out there. We could have a whole folder full of spam every day. Yet every day, ordinary online marketers get accused of spamming, even though they never intended to spam anyone. How does this happen?</p>
<p>Most people who receive your emails are probably on lots of lists. They may get hundreds of emails every day. At some point, they may reach a point where they are stressed out and are tired of getting so many emails. They may look at a particular email &#8211; yours maybe &#8211; and think to themselves, &#8220;<em>I don&#8217;t remember signing up for this list. I&#8217;m going to report this as spam!</em>&#8221;</p>
<p>That&#8217;s why it&#8217;s necessary to make it completely clear to everyone you send emails to that you&#8217;re only doing so with their permission. Here are some of the best ways to protect yourself in this way.</p>
<h3>1. Use a Double Opt-In Autoresponder</h3>
<p>Most autoresponder services give you an option to make your list single or double opt-in. for example <a href="http://letsbuildwebsites.com/Aweber" target="_blank" rel="nofollow">Aweber offers both options</a>. A <strong>single opt in</strong> list means that someone can subscribe to your list simply by filling out a form. <strong>Double opt-in</strong> means that after they fill out a form, you send them an email asking them to confirm that they want to be on your list.</p>
<p>Some marketers prefer single opt-in because it&#8217;s simpler and makes it easier for people to sign up for your list. It&#8217;s also more dangerous, though. Double opt-in forces people to confirm their decision, making it less likely they will ever accuse you of spamming them.</p>
<h3>2. Never Purchase Mailing Lists</h3>
<p>You may be tempted to buy a mailing list, especially if it looks like a bargain. This is something you should never do! There is no way you can be sure where these names are coming from. Some people simply scrape email addresses from any place they can find them and sell the lists.</p>
<p>Even in the best case scenario, where the seller built his or her list in an ethical manner, this still doesn&#8217;t protect you. After all, these subscribers never signed up for your list. This means that they could complain that you emailed them without permission!</p>
<h3>3. Don&#8217;t Trick People Into Getting on Your List</h3>
<p>Some marketers get people to respond to free offers or use other tricks to gain subscribers. Surveys and contests are another tactic. There&#8217;s nothing wrong with any of these strategies, provided you are clear about informing people that you intend to email them in the future.</p>
<p>Likewise, you shouldn&#8217;t assume because someone purchased something from you that this constitutes permission to email them. Once again, you should only email people who have specifically given you their permission to do so.</p>
<h3>4. Make it Easy For People to Remove Themselves From Your List</h3>
<p>Some email marketers hate losing subscribers. They hate it so much that they make it very difficult to get off their lists.</p>
<p>They may have a &#8220;remove me&#8221; link in very small print at the bottom of the page. They may force subscribers to respond to the email with the message &#8220;unsubscribe&#8221;. Or, worst of all, they may not have any instructions on how to stop receiving emails. This is asking for trouble.</p>
<p>You only want people on your list who want to be there. Spam complaints aside, if people are trying to get off your list, they aren&#8217;t going to be very good customers anyway. So make sure it&#8217;s easy for people to click on the &#8220;remove me&#8221; link with every email you send.</p>
<h3>5.Provide Quality Content</h3>
<p>Finally, you have a better chance of avoiding spam complaints if you <strong>provide people with useful content</strong> and not only ads and pitches. While you have the right to use your email list to promote offers, if you only do this all the time, people are more likely to regard your emails as spam (even if they aren&#8217;t literally so).</p>
<p>This is a good business practice anyway, and will help you hold onto your subscribers for a longer period of time.</p>
<h2>Conclusion</h2>
<p>When it comes to avoiding spam complaints, you must err on the side of caution. Since many people are quick to complain, even when they don&#8217;t really have the right to, you must avoid any appearance of being in the wrong.</p>
<p>Spam complaints can lead to having your site shut down if your web host receives too many complaints. Theoretically, the web host should give you the benefit of the doubt since you are their customer, but this isn&#8217;t always the case. Sometimes they just want to avoid trouble and find it easier to shut down the website!</p>
<p>Keeping the above tips in mind can go a long way to helping you avoid this problem. Just maintain the practice of being very straightforward about getting people on your list, and make it easy for them to leave if they want to!</p>
]]></content:encoded>
			<wfw:commentRss>http://letsbuildwebsites.com/tips-to-avoid-spam-complaints-for-your-emails-and-newsletters/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Yoast WordPress SEO Plugin &#8211; Duplicate Site Title</title>
		<link>http://letsbuildwebsites.com/duplicate-site-title-from-wordpress-seo/</link>
		<comments>http://letsbuildwebsites.com/duplicate-site-title-from-wordpress-seo/#comments</comments>
		<pubDate>Thu, 16 May 2013 02:12:05 +0000</pubDate>
		<dc:creator>mitz</dc:creator>
				<category><![CDATA[Wordpress Website Tutorials]]></category>
		<category><![CDATA[Duplicate Site Title]]></category>

		<guid isPermaLink="false">http://letsbuildwebsites.com/?p=11020</guid>
		<description><![CDATA[Having a duplicate site title is definitely a deep part of how SEO works, but this is an example of it not working at all. SEO goes deeper than what you can see sometimes, especially when you find duplicate site titles added to your listings in the search engines and in social sharing. This problem is not easy to find as you cannot really see the [...]]]></description>
				<content:encoded><![CDATA[<p>Having a duplicate site title is definitely a deep part of <a title="How SEO Works Under the Hood of your WordPress Website" href="http://letsbuildwebsites.com/how-seo-works-under-hood-wordpress-website/">how SEO works</a>, but this is an example of it not working at all.</p>
<p>SEO goes deeper than what you can see sometimes, especially when you find duplicate site titles added to your listings in the search engines and in social sharing. This problem is not easy to find as you cannot really see the second site title on too many of my pages as the search engines only show a certain amount of characters.</p>
<p>Over the years I have seen all sorts of problems arise but this one was just too simple for me to see and I was looking in all the wrong places.</p>
<p>Check out the screenshot below of a listing in the search engines. Ouch!</p>
<p><img class="alignnone size-full wp-image-11025" alt="two site titles4" src="http://letsbuildwebsites.com/wp-content/uploads/2013/05/two-site-titles4.png" width="529" height="148" /></p>
<p>Also when I went to share my site on Twitter I noticed the duplicate site title there too!</p>
<p>I had to find the answer to this quickly as my rankings were in shatters.</p>
<p><img class="alignnone size-full wp-image-11023" alt="two site titles2" src="http://letsbuildwebsites.com/wp-content/uploads/2013/05/two-site-titles2.png" width="556" height="310" /></p>
<h2>What Caused the Duplicate Site Title?</h2>
<p>I Googled this situation and found a common result. The Yoast SEO Plugin. I was shocked. The funny thing is, I use SEOPressor on all of my sites except for this one. I like to experiment and I had seriously forgotten that I had this plugin installed.</p>
<p><img class="alignnone size-full wp-image-11035" alt="two site titles5" src="http://letsbuildwebsites.com/wp-content/uploads/2013/05/two-site-titles5.png" width="310" height="110" /></p>
<p>So apparently the Yoast SEO plugin had added a site title and so did either my new theme or my previous one. Hmm I had no idea that was going on in the background, causing my website rankings to drop fast.</p>
<h2>How Did I Fix the Duplicate Site Title?</h2>
<p>1.  In the WordPress dashboard, click on appearance, then editor.</p>
<p>2. On the left hand side you will see a list of files. Click on the <code>header.php </code>file to edit.</p>
<p>3. In that code look for the <code>&lt;title&gt;</code> tag as shown below. Also look for where it ends and delete it all.</p>
<p><img class="alignnone  wp-image-11049" alt="two site titles" src="http://letsbuildwebsites.com/wp-content/uploads/2013/05/two-site-titles.png" width="495" height="347" /></p>
<p>4. Now replace that old code with this below.</p>
<pre>&lt;title&gt;&lt;?php wp_title(''); ?&gt;&lt;/title</pre>
<p>5. Press save. Now you can see only one title there. See the screenshot below when I tried to share my link on Twitter.</p>
<p><img class="alignnone size-full wp-image-11024" style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; font-size: 13px; line-height: 19px;" alt="two site titles3" src="http://letsbuildwebsites.com/wp-content/uploads/2013/05/two-site-titles3.png" width="556" height="309" /></p>
<p>Please note that the search engine results will not show up changed until the <a title="What do Search Engine Bots See When They Crawl your Website?" href="http://letsbuildwebsites.com/what-do-search-engine-bots-see-when-they-crawl-your-website/">search engine bots</a> have crawled your site to see the changes.</p>
<p>I also had to make sure the Yoast plugin rewrite site titles option was not checked!</p>
]]></content:encoded>
			<wfw:commentRss>http://letsbuildwebsites.com/duplicate-site-title-from-wordpress-seo/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>5 Easy to Implement Conversion Rate Optimisation Tips</title>
		<link>http://letsbuildwebsites.com/5-easy-to-implement-conversion-rate-optimisation-tips/</link>
		<comments>http://letsbuildwebsites.com/5-easy-to-implement-conversion-rate-optimisation-tips/#comments</comments>
		<pubDate>Wed, 15 May 2013 09:54:19 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[Making Money Online]]></category>
		<category><![CDATA[Website Marketing]]></category>
		<category><![CDATA[Conversion Rate Optimisation]]></category>
		<category><![CDATA[CRO]]></category>
		<category><![CDATA[make money online]]></category>

		<guid isPermaLink="false">http://letsbuildwebsites.com/?p=11104</guid>
		<description><![CDATA[Having a strong Conversion Rate Optimisation strategy in place is invaluable for any website that wants to improve and refine their online sales; in order to get the most out of your site, you need to regularly test it for usability, while also seeing which kinds of presentation styles work best in terms of delivering [...]]]></description>
				<content:encoded><![CDATA[<p>Having a strong Conversion Rate Optimisation strategy in place is invaluable for any website that wants to improve and refine their online sales; in order to get the most out of your site, you need to regularly test it for usability, while also seeing which kinds of presentation styles work best in terms of delivering sales.</p>
<p>Most large companies focus on CRO as essential to finding out which solutions work best for their sites, with Amazon particularly strong at displaying different versions of their product pages to users. To make the most of your site through easy to implement approaches, it’s worth thinking about the use of A/B testing, physical testing, click mapping, changing headlines, and experimenting with different testimonials.</p>
<p>Luke Eales, Digital Marketing Manager at <a href="http://www.ingenie.com/">Ingenie</a>, said: “When optimising for conversion, an important variable to keep in mind is “<i>Where is my traffic coming from?</i>”. Customer journeys don’t always begin directly on your site – but often on search or advertising channels. Make sure this is reflected in your conversion programme – segment your traffic to create tailored, relevant journeys, and keep your messaging consistent from your ad copy all the way through your sales funnel.”</p>
<h2>1 &#8211; Use A/B Testing - Conversion Rate Optimisation</h2>
<p><img class=" wp-image-11105 alignright" style="border: 0px none; margin-left: 5px; margin-right: 5px;" alt="abtesting" src="http://letsbuildwebsites.com/wp-content/uploads/2013/05/abtesting.png" width="193" height="185" />Otherwise known as split testing, this involves showing slightly different versions of the same page to users when a page loads; one page may have a slightly larger font than the other, or may have a different headline. These kinds of tests can be easily set up via tools like Google Analytics, and can provide valuable insights into why certain types of pages perform better than others.</p>
<p>By incorporating repeated usage patterns into the design of your site, you can try to estimate which page styles will be the most successful at delivering a conversion. Multivariate testing can also be used through changing and re-testing multiple pages to get a stronger sense of how users behave on sites.</p>
<h2>2 &#8211; Physical Testing</h2>
<p>As successful as using analytics can be to determine the amount of <a title="How More Traffic Does Not Always Mean More Money" href="http://letsbuildwebsites.com/could-more-traffic-mean-less-money/">traffic and conversions</a> that result from user behaviour, sometimes the most effective CRO results can come through traditional human testing.</p>
<p>You can see whether or not someone responds to a page in an emotional way, and can get on the spot feedback over why they might keep on coming back to a page, and how easy it was for them to find the content they were looking for.</p>
<p>This kind of feedback can be combined with customer surveys and analytics to try to measure how users respond to particular pages.</p>
<h2>3 &#8211; Click Mapping</h2>
<p>This approach, also described as heat mapping, involves using tools like ClickTales to analyse how users behave on a site. Flash videos can be created that show how a user actually moves around a page by showing the areas that get highlighted, and the buttons that get clicked.</p>
<p><a href="http://www.clicktale.com?a_aid=5c354d75&amp;a_bid=05a2ed39"><img title="See why customers abandon your shopping cart" alt="See why customers abandon your shopping cart" src="http://aff.clicktale.com/scripts/sb.php?a_aid=5c354d75&amp;a_bid=05a2ed39" /></a></p>
<p>Using these videos, you can consider why some users aren’t scrolling down to the bottom of a page, and whether a large number of users always go straight for a search form, or whether they take the time to browse through the content of a landing page.</p>
<h2>4 &#8211; Changing Headlines</h2>
<p><a href="http://letsbuildwebsites.com/wp-content/uploads/2013/05/titles.png"><img class=" wp-image-11108 alignnone" style="border: 0px none;" alt="titles" src="http://letsbuildwebsites.com/wp-content/uploads/2013/05/titles-1024x244.png" width="620" height="147" /></a></p>
<p>There can be cases where headlines just need a few small tweaks to make them more effective; as with optimising your header tags to include the right keywords and metadata for your SEO, you can work on creating and refining the most distinctive headlines for a page. Think about whether a headline uses the <a title="SEO Keyword Goal – Attract Customers NOT Visitors" href="http://letsbuildwebsites.com/seo-keyword-goal/">right kind of keywords</a> for your brand, as well as whether there is some kind of call to action contained within them.</p>
<p>Subheadings can also be varied here through A/B tests to see whether users will follow a page down if they respond to particular tags. Going over the same headline multiple times for a page can help you to figure out what kind of language works best for your site.</p>
<h2>5 &#8211; Experiment with Different Testimonials</h2>
<p>It’s possible to run tests that experiment with a range of different customer and client testimonials; these kinds of testimonials can work well if you know your <a href="http://unbounce.com/conversion-rate-optimization/why-customer-testimonials/">user base</a>, and what kind of content they tend to respond to. You can include testimonials from reviewers and other industry figures, or you can just include several different examples of customer feedback you’ve received from a site.</p>
<p>Video testimonials can also be tested to see whether users are more likely to watch through a whole clip, while social media shares and toolbars can be used to indicate whether or not people are actively recommending particular pages. In terms of testing, you might also want to run different, locally specific pages for users depending on their country to see whether they respond to these recommendations.</p>
]]></content:encoded>
			<wfw:commentRss>http://letsbuildwebsites.com/5-easy-to-implement-conversion-rate-optimisation-tips/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>How Important Is SEO In Website Marketing?</title>
		<link>http://letsbuildwebsites.com/how-important-is-seo-in-website-marketing/</link>
		<comments>http://letsbuildwebsites.com/how-important-is-seo-in-website-marketing/#comments</comments>
		<pubDate>Tue, 14 May 2013 06:58:18 +0000</pubDate>
		<dc:creator>Amazing Guest</dc:creator>
				<category><![CDATA[Website SEO]]></category>
		<category><![CDATA[how important is seo]]></category>
		<category><![CDATA[internet marketing]]></category>

		<guid isPermaLink="false">http://letsbuildwebsites.com/?p=10666</guid>
		<description><![CDATA[Building a website is only the beginning for most new web-masters do not even realise how important SEO is in website marketing .  Just because your website looks great with a new premium WordPress theme, it does not mean that millions of people are automatically going to start visiting it.  You might see a flurry of visitors [...]]]></description>
				<content:encoded><![CDATA[<p><a title="Build a Website – The First Steps" href="http://letsbuildwebsites.com/build-a-website-the-first-steps/">Building a website</a> is only the beginning for most new web-masters do not even realise <a title="Does Off Page SEO Matter?" href="http://letsbuildwebsites.com/does-off-page-seo-matter/">how important SEO</a> is in website marketing .  Just because your website looks great with a new <a title="WordPress Premium Themes in My Internet Marketing Toolbox" href="http://letsbuildwebsites.com/wordpress-premium-themes-in-my-internet-marketing-toolbox/">premium WordPress theme</a>, it does not mean that millions of people are automatically going to start visiting it.  You might see a flurry of visitors in the early days, but that will probably be because you have told friends and family to take a look.  So if you are new to internet marketing, you need to take a step up to the next level and find out what Search Engine Optimisation (SEO) is all about.</p>
<h2>SEO and Internet Marketing</h2>
<p>Ask any internet marketer <a title="SEO" href="http://letsbuildwebsites.com/seo/">what SEO is</a> and they are likely to spend the next ten hours telling you all about their complex strategies for improving ranking and “beating the system”.  Unfortunately, SEO is rather like a ball game where the rules keep changing and the goal posts are constantly shifting.  Just when you think you have it cracked, the <a title="5 Hidden SEO Problems Costing You Traffic Right Now" href="http://letsbuildwebsites.com/5-hidden-seo-problems-costing-you-traffic-right-now/">search engines change their algorithms</a> and your website drops from page one to page one hundred. Ouch!</p>
<p><img class="alignnone  wp-image-2796" alt="how important is seo" src="http://letsbuildwebsites.com/wp-content/uploads/2011/07/warning_sign-SEO-mistakes.png" width="400" height="257" /></p>
<h2>How does SEO Work?</h2>
<p>SEO helps people find your website out of the trillions of identical websites out there.  Imagine you have <a title="Build a WordPress Website from Scratch" href="http://letsbuildwebsites.com/build-a-wordpress-website-from-scratch/">created a website from scratch</a> all about cat scratching posts.  You want people who are looking for cat scratching posts to visit your website and hopefully stay a while.  But unless you apply some SEO techniques to your website, it is unlikely anyone will stumble across your site because it won’t show up in the organic search engine rankings. <a title="How SEO Works Under the Hood of your WordPress Website" href="http://letsbuildwebsites.com/how-seo-works-under-hood-wordpress-website/">SEO works</a> on the fact that humans need to find your content because they are the ones typing in the keywords to find your content.</p>
<h2>Search Engines Are Not Human so How Important is SEO?</h2>
<p>Human beings see websites entirely differently to search engines.  When we open up a website, we read the text and look at the pictures.  Through a combination of both, we can instantly tell what the website is all about and if it is relevant to what we are looking for.  Search engines look for “keywords” in your text and match them up with common search queries.  So if you want people to come to your cat scratching post website, you need to include the most common terms people are likely to use when typing in a search query. <a title="Writing SEO Content to Please The Search Engines and The Humans" href="http://letsbuildwebsites.com/writing-seo-content-to-please-the-search-engines-and-the-humans/">Writing for the humans and not the search engines</a> is a valuable tip.</p>
<h2>Links to Other Websites</h2>
<p>In the human world, the more friends we have, the more popular we are perceived to be.  It is not all that different in the world of SEO and website marketing.  When a website has lots of external links, search engines place greater importance on the site and it ranks higher.  This is because good content is more likely to be shared across social media and talked about in blogs and forums.  Obviously having lots of external links is not fool proof and if a large number of those links are to dubious websites of questionable quality, it can have a detrimental effect on page ranking.</p>
<h2>Is SEO Easy?</h2>
<p>The biggest problem with SEO is that it is constantly evolving.  What works like a dream one week is the kiss of death the next.  This is why a great many amateur <a title="Two Years Blogging and No Real Income! 8 Reasons Why" href="http://letsbuildwebsites.com/two-years-blogging-and-no-real-income-8-reasons-why/">internet marketers give up after a few months</a>.  They may see great results in the early stages of promoting their website, but when traffic drops off a cliff and their income dries up, they lose faith and chuck in the towel in disgust.</p>
<h2>Remember the Basics</h2>
<p>The most important thing to remember when looking at SEO is that good quality websites will always prevail.  Get the <a title="Beginners Guide To SEO" href="http://letsbuildwebsites.com/beginners-guide-to-seo/">SEO basics</a> right and you are in the best possible position to start experimenting with different SEO techniques.  Make sure you have good content people actually want to read and <a title="Internal Linking for SEO and Tempting Your Visitors to SEE MORE Content" href="http://letsbuildwebsites.com/internal-linking-seo-tempting-visitors-content/">effective internal links</a> that search engine spiders can follow.  If in doubt, you could always pay a professional <a title="How To Choose A Reputable And Trusted SEO Company" href="http://letsbuildwebsites.com/choose-reputable-trusted-seo-company/">SEO expert</a> to do the job on your behalf.</p>
<p>Jann Webb is a writer who believes that SEO techniques are critical to the success of your website marketing campaign. If you want to know about how to use SEO techniques and social media sites to your advantage, she recommends seeking advice from a company like <a href="http://rumpuspr.com/">Rumpus PR</a> agency.</p>
]]></content:encoded>
			<wfw:commentRss>http://letsbuildwebsites.com/how-important-is-seo-in-website-marketing/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>How To Make SEO A Part Of Your Mentality</title>
		<link>http://letsbuildwebsites.com/how-to-make-seo-a-part-of-your-mentality/</link>
		<comments>http://letsbuildwebsites.com/how-to-make-seo-a-part-of-your-mentality/#comments</comments>
		<pubDate>Sun, 12 May 2013 10:46:40 +0000</pubDate>
		<dc:creator>Amazing Guest</dc:creator>
				<category><![CDATA[Wordpress Website Tutorials]]></category>

		<guid isPermaLink="false">http://letsbuildwebsites.com/?p=10928</guid>
		<description><![CDATA[There are so many resources and tools available online, free of charge, that you would have thought most people would have got the message by now when it comes to SEO.  Alas, that seems not to be the case. Even today, there are still website owners who believe that they can ‘do SEO’ in a [...]]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-11069" alt="thinking seo" src="http://letsbuildwebsites.com/wp-content/uploads/2013/05/thinking-seo.png" width="343" height="342" />There are so many <a href="http://letsbuildwebsites.com/wordpress-website-resources/">resources and tools</a> available online, free of charge, that you would have thought most people would have got the message by now when it comes to SEO.  Alas, that seems not to be the case. Even today, there are still website owners who believe that they can ‘do SEO’ in a few weeks and then leave it at that, and some who even believe that SEO is a complete waste of their time.</p>
<p>This isn’t at all helped by people calling themselves <a title="How To Choose A Reputable And Trusted SEO Company" href="http://letsbuildwebsites.com/choose-reputable-trusted-seo-company/">SEO experts</a> who promise to get your ranking in first place by the end of the month or who offer ‘One Week SEO’ deals.</p>
<p>You need to start saving yourself time and stress by turning your mentality to SEO at all times. If you need some help in doing this, our guide should point you in the right direction.</p>
<h2><strong>Understand that SEO is Long Term</strong></h2>
<p>SEO is something that you are always going to be doing. You cannot focus on it for a week, or a month, and then decide to place it on the backburner if you want to be successful.</p>
<p>You also need to realize that it won’t send an extra 10,000 visitors to your site overnight. The thing with SEO is that it might take six months to see an impact from your activities today, but everything you do is building up your profile in the eyes of Google and making you a better long-term search bet for the future.</p>
<p>Ask any professional SEO; they will tell you about a client who pulled out of a campaign after a few months because they hadn’t seen any results, despite being on the cusp of something great.</p>
<h2><strong>You Should Always Look to Build Links</strong></h2>
<p>The beauty of this point is that when your website starts gaining visitor numbers you don’t have to do anything. As long as you are <a title="Quality Content? WT Fudge Is It?" href="http://letsbuildwebsites.com/quality-content/">producing quality content</a>, people will want to share and link back to your pages, and your link building will take care of itself.</p>
<p>Before then, however, you might need to carry out some <a title="Link Building Tutorial – What Is Link Building" href="http://letsbuildwebsites.com/link-building-tutorial-what-is-link-building/">manual link building</a>. A handful a week when your site is first launched will seem natural to Google and be easy to do. Remember to focus on the quality of a link rather than how many you can build.</p>
<p>Longer term, it is all about the quality and <a title="How to Blog Consistently Every Day" href="http://letsbuildwebsites.com/how-to-blog-consistently-every-day/">consistency of your content</a>.</p>
<h2><strong>Create an Editorial Calendar</strong></h2>
<p>When it comes to content you have to get into a pattern of producing it, whether it is a daily news article or a weekly blog post.</p>
<p>The impact from this will be two-fold.</p>
<ul>
<li>· In terms of SEO, Google will recognize that you’re producing quality content on a regular basis</li>
<li>· Readers will know when to expect your posts, increasing your regular visitors but also ensuring you get links from social shares and other backlinks.</li>
</ul>
<p>Consistent production of high-quality content will see you become a trusted, valuable online resource, and you’ll soon be boosting your search rankings without even thinking about it.</p>
<h2><strong>Focus on Your Audience</strong></h2>
<p>There’s great irony in the fact that many an SEO campaign falls down because webmasters focus far too much on giving the search spiders what they think they want. If you want to get into an SEO focused mentality, you need to condition yourself to write for your audience.</p>
<p>Yes, keywords and links are important, but if you’re satisfying Joe Average who visits your website on a daily basis, you’ll be quickly onto a winner.</p>
<h2><strong>The SEO Mentality</strong></h2>
<p>If you can think SEO at every stage, you will be on the right path to making your website a great success. It might be tough at first, but over time it will become a natural process and your SEO activities will become an effortless part of your <a title="My Daily Blogging Routine Exposed!" href="http://letsbuildwebsites.com/my-daily-blogging-routine-exposed/">daily routine</a>.</p>
<p>Robert is a <a href="http://www.brightlocal.com">local SEO</a> specialist who regularly advises individual entrepreneurs and small businesses around the best ways to optimize and maintain their websites for strong search performance on a consistent basis.</p>
]]></content:encoded>
			<wfw:commentRss>http://letsbuildwebsites.com/how-to-make-seo-a-part-of-your-mentality/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>How To Use Your Logic To Get Ahead Of The SEO Pack</title>
		<link>http://letsbuildwebsites.com/how-to-use-your-logic-to-get-ahead-of-the-seo-pack/</link>
		<comments>http://letsbuildwebsites.com/how-to-use-your-logic-to-get-ahead-of-the-seo-pack/#comments</comments>
		<pubDate>Fri, 10 May 2013 06:29:56 +0000</pubDate>
		<dc:creator>Mitz</dc:creator>
				<category><![CDATA[Website SEO]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://letsbuildwebsites.com/?p=10881</guid>
		<description><![CDATA[Every time that Google makes a change to their algorithms or Matt Cutts announces a new set of policies, it&#8217;s unsurprisingly very big news in the SEO industry and across the web in general. Of course understanding how Google works and getting official word on the processes behind it means that we can better optimise [...]]]></description>
				<content:encoded><![CDATA[<p>Every time that Google makes a change to their algorithms or Matt Cutts announces a new set of policies, it&#8217;s unsurprisingly very big news in the SEO industry and across the web in general. Of course understanding how Google works and getting official word on the processes behind it means that we can better optimise our sites to take advantage of that system and to <a title="9 SEO Tips to Dominate Google Search Results" href="http://letsbuildwebsites.com/seo-tips-to-dominate-google/">improve our search engine ranking</a> and our numbers of visitors.</p>
<p>However if you are just waiting for these announcements then you aren&#8217;t being very active. Sure, when <a title="Google’s Algorithm Change – How Did I Avoid the Google Slap?" href="http://letsbuildwebsites.com/googles-algorithm-change-how-did-i-avoid-the-google-slap/">Google announces a change to their algorithm</a> you can say with certainty that some changes to your site will be able to benefit from particular strategies &#8211; but so can every other webmaster on the net and all your competition. If you want to get ahead of the pack then you need to think logically about the things that Google might be doing, and you need to test your own theories. In other words, rather than waiting for Google to announce their next update, you should be trying to second guess what that update will entail and getting there <em>first</em>. This way, your site will be benefiting from every new development before your competition has even had a change to react.</p>
<p>Think about it &#8211; you <em>know </em>what Google is trying to achieve, you <em>know </em>the basics of <a title="How SEO Works Under the Hood of your WordPress Website" href="http://letsbuildwebsites.com/how-seo-works-under-hood-wordpress-website/">how a search engine works</a>, so shouldn&#8217;t you be able to hazard some pretty good guesses as to how the boffins at Google might improve the system in future? Or do you have to wait to be told?</p>
<h2>Testing Your Theories</h2>
<p>You might now be thinking that this sounds like a somewhat reckless idea, seeing as you won&#8217;t know for sure whether what you&#8217;re doing is actually benefiting your site &#8211; couldn&#8217;t it in theory even be damaging yourself?</p>
<p>Well really the short answer to this is probably not and the <em>worst </em>case scenario is going to be that your effort is wasted. If you are doing things that you genuinely suspect Google will be looking for in the future, then it&#8217;s highly unlikely that you&#8217;d get it so wrong as to <em>damage </em>yourself, and even if it doesn&#8217;t pay off now then it might still pay off in future.</p>
<p><img class="alignnone size-full wp-image-4262" alt="New wordpress webmasters" src="http://letsbuildwebsites.com/wp-content/uploads/2011/09/star-wars.png" width="500" height="338" /></p>
<p>Furthermore, by testing these theories in split tests you can quickly <em>find out </em>what effect your new strategies are having on your ranking and that way either stop or continue with the same kind of confidence you would have using a &#8216;Cutts verified&#8217; technique.</p>
<h2>Some Examples</h2>
<p>If you&#8217;re wondering precisely what I mean by &#8216;second guessing&#8217; Google then let&#8217;s look at some examples of things you might be able to &#8216;presume&#8217; about the way Google works.</p>
<p>One example for instance is that Google is <em>highly </em>likely to clamp down on miss-spellings and poor grammar. Word processors show us how easy it is for an algorithm to spot bad writing and incorrect spellings, and so it&#8217;s safe to presume that Google probably knows how to do this too. More to the point though, we also know that Google wants to pair visitors with high quality, <a title="Quality Content? WT Fudge Is It?" href="http://letsbuildwebsites.com/quality-content/">well-researched content</a> that preferably comes from recognized brands and real corporations. It makes sense then that they would make it so that bad spellings hurt rankings because a big website with a well-researched article is unlikely to have incorrect spellings.</p>
<p>Likewise one could imagine Google would be likely to prefer longer articles because these would be more likely to include more detail and information and because 300-500 word articles are indicative of content farms. Indeed many webmasters have apparently tested this themselves and published the results which appear to concur.</p>
<p>It&#8217;s this same kind of logic that tells us that having a registered trademark for your brand could help, and that having a privacy policy on your website would probably also be useful. It&#8217;s also why smart webmasters realised that it wouldn&#8217;t be long before Google stopped penalising sites for do-follow links to <em>useful </em>external sites. Why would Google punish you for helping them index other good sites, and for pointing your visitors in the direction of useful content supplementary to your own?</p>
<p>The moral of the story is that if you want to be not just good, but <em>great </em>at SEO, it&#8217;s not enough to just <a title="Google is Not God! Make Up Your OWN MIND About SEO" href="http://letsbuildwebsites.com/mind-seo/">follow orders and become a SEO &#8216;sheep&#8217;</a> &#8211; you need to second guess, to use your brain and to stay one step ahead.</p>
<p><a href="https://plus.google.com/105931120483002375032/">John Crenshaw</a> is an SEO enthusiast and founder of a <a href="http://www.rlmseo.com/">Cincinnati SEO firm</a> called Razorlight Media. As well as offering SEO, Razorlight provides PPC management and web design services for businesses.</p>
]]></content:encoded>
			<wfw:commentRss>http://letsbuildwebsites.com/how-to-use-your-logic-to-get-ahead-of-the-seo-pack/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>
