<?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>Search Engine Land &#187; Stoney deGeyter</title>
	<atom:link href="http://searchengineland.com/author/stoney-degeyter/feed" rel="self" type="application/rss+xml" />
	<link>http://searchengineland.com</link>
	<description>Search Engine Land: News On Search Engines, Search Engine Optimization (SEO) &#38; Search Engine Marketing (SEM)</description>
	<lastBuildDate>Wed, 19 Jun 2013 00:01:33 +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>How To Lose Wait On Your Website By Increasing Page Load Speeds</title>
		<link>http://searchengineland.com/how-to-lose-wait-on-your-website-by-increasing-page-load-speeds-156205</link>
		<comments>http://searchengineland.com/how-to-lose-wait-on-your-website-by-increasing-page-load-speeds-156205#comments</comments>
		<pubDate>Wed, 24 Apr 2013 13:30:23 +0000</pubDate>
		<dc:creator>Stoney deGeyter</dc:creator>
				<category><![CDATA[Channel: Analytics]]></category>
		<category><![CDATA[Google: SEO]]></category>
		<category><![CDATA[Search & Conversion]]></category>
		<category><![CDATA[conversion rate optimization]]></category>
		<category><![CDATA[conversions]]></category>
		<category><![CDATA[cro]]></category>
		<category><![CDATA[page speed]]></category>
		<category><![CDATA[search conversions]]></category>
		<category><![CDATA[site speed]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=156205</guid>
		<description><![CDATA[Almost three years ago, Google announced that it had begun factoring site speed into their ranking algorithm. Since then, SEOs have debated how significant an effect page speed has on actual search engine rankings. While Google may be using it as a signal, it&#8217;s clearly not an overwhelming signal. Still, regardless of the algorithmic weight page speed has [...]]]></description>
				<content:encoded><![CDATA[<p><div class="wp-caption alignright" style="width: 310px"><img style="margin: 10px;" alt="please wait" src="http://searchengineland.com/figz/wp-content/seloads/2013/04/please-wait-300x200.png" width="300" height="200" /><p class="wp-caption-text">Image via <a href="http://www.shutterstock.com" target="_blank">Shutterstock</a></p></div></p>
<p>Almost three years ago, Google announced that it had <a href="http://searchengineland.com/google-now-counts-site-speed-as-ranking-factor-39708">begun factoring site speed</a> into their ranking algorithm. Since then, SEOs have debated how significant an effect page speed has on actual search engine rankings. While Google may be using it as a signal, it&#8217;s clearly not an overwhelming signal.</p>
<p>Still, regardless of the algorithmic weight page speed has on rankings, we do know that it has a <a href="http://blog.tagman.com/2012/03/just-one-second-delay-in-page-load-can-cause-7-loss-in-customer-conversions/" target="_blank">significant impact on site conversions</a>. Every second visitors have to wait for a page to load is a proven loss in sales!</p>
<p>In a recent post titled, <a href="http://www.bryaneisenberg.com/why-you-wont-crush-it-this-year/" target="_blank">Why You Won&#8217;t Crush It This Year</a>, Bryan Eisenberg wrote: &#8221;<em>It seems clear that trying to increase sales by driving more traffic to a site with a terrible customer conversion rate is like trying to keep a leaky bucket (your sales funnel) full by adding more water instead of plugging the holes</em>.&#8221; It&#8217;s a good point, and one that <a href="http://www.polepositionmarketing.com/emp/paying-to-send-customers-away-from-website/" target="_blank">I&#8217;ve made</a> more than once before.</p>
<p>Bottom line: optimizing your website for rankings is great, optimizing your website for conversions is better, and optimizing for rankings, traffic and conversions is best! I wish all our clients realized this.</p>
<p>Let&#8217;s get back to the topic at hand &#8212; losing wait. Below, I&#8217;ve outlined a few tips and strategies you can use to increase your page load speeds and decrease the wait your visitors have when navigating from page to page on your site. I&#8217;m just a SEO &#8211; not a programmer, developer or designer &#8211; so forgive my lack of technical expertise in this post.  However, I hope to provide some good (if incomplete) tips on what you can do to make your site run faster.</p>
<h2>Get Yourself A Fast Web Server</h2>
<p>It all starts here. If your web server is slow, your site will be slow. It doesn&#8217;t matter how much you try to speed things up &#8212; you&#8217;re being blocked by the powers above.</p>
<p>The more traffic your site receives, the greater the need for increased server bandwidth to your site. This is especially true if you have peak seasons or sales where a sudden rush of traffic might end up taking you offline. When you don&#8217;t have enough bandwidth for your rush loads, your visitors experience slowdowns, hangups or even an inability to access your site at all. Be sure your allowable bandwidth increases with your traffic rates, allowing enough room for any sudden spikes that may occur.</p>
<p>Talk to your Web host about moving to a faster server or even getting a dedicated server. If you have to, find a new Web hosting company that can meet your requirements. A faster server will definitely cost you more, but then again, being on a slow server is already costing you a great deal.</p>
<h2>Streamline Your Code</h2>
<p>Most developers will tell you, should you ask, that there are many ways to code Web elements to get the same result. Websites can use &#8220;good&#8221; or &#8220;bad&#8221; code and still look the same to the average visitor. However, the performance differences between efficient vs. inefficient coding can be incredible.</p>
<p>Ensuring your website uses clean, minimalist code is a great way to reduce page file size and, therefore, load speed for each page. Many content management systems use bloated code that makes managing a site easy, but doesn&#8217;t do you any favors when it comes to code streamlining. And, the more added features or tools you add to your site, the more potential you have at bloating your own code.</p>
<p>Keeping your site code clean and tidy can go a long way toward improving your site&#8217;s speed and performance. I offer some specific tasks below that you can do along these lines.</p>
<p><strong>Optimize Your Images</strong></p>
<p>Code is relatively quick to download, provided it&#8217;s not overly bloated. Images, on the other hand, are much larger and take more time to load in the browser. Image-heavy sites are some of the slowest loading sites there are, so it&#8217;s a good idea to use images only as needed or appropriate.</p>
<p>When using images, be sure to use the correct format for the image type. Different image file types (.gif, .jpg, .png) have different purposes depending on if you are displaying a photo, a graphic, an image with few colors, or an image consisting of many colors. Using the right file type for the right kind of image allows the image to be created in the most optimized format possible, using the lowest amount of megabytes.</p>
<p>You also don&#8217;t want to scale images using HTML. If your image displays at 325&#215;550 pixels, then create an image that is <em>exactly</em> 325&#215;550 &#8212; no bigger and no smaller. Don&#8217;t use a 650&#215;1000 pixel image and display it at 325&#215;500. That forces the full, large image to be downloaded before it can be displayed when a smaller image would load much faster and achieve the same effect.</p>
<p><strong>Move CSS &amp; JavaScript Off The Page To External Files</strong></p>
<p>Using CSS (cascading style sheets) is much more common today than even just a few years ago. Initially, your styling elements were written in HTML and had to be coded in for every styled element on a page. CSS allows you to code all similar elements with a single batch of code, streamlining your HTML significantly.</p>
<p>However, CSS (along with all JavaScript code) should be moved out of the HTML and placed in one or more separate documents. This allows all CSS and JavaScript code to be downloaded a single time and applied to every page of the site, rather than having to duplicate that same code on each and every page.</p>
<p>While there are reasons to keep some CSS and JavaScript on the page, moving it off the page whenever possible makes the most sense when trying to streamline your code and reduce bloat across the board.</p>
<p>It&#8217;s also a good idea to place CSS at the top of your code and JavaScript at the bottom.</p>
<p><div id="attachment_68727" class="wp-caption alignright" style="width: 266px"><img class="wp-image-68727    " alt="Image courtesy Shutterstock" src="http://searchengineland.com/figz/wp-content/seloads/2011/03/speed.png" width="256" height="248" /><p class="wp-caption-text">Image via <a href="http://www.shutterstock.com" target="_blank">Shutterstock</a></p></div></p>
<p><strong>Use &#8220;Include&#8221; Files For Duplicate Sections Of Content</strong></p>
<p><strong></strong>Both CSS and include files can significantly help reduce wait times. On top of that, they also speed up the amount of time invested in making site edits. The time spent developing a CSS-based website with include files alone is worth the time saved on the development end later on. Heck, losing wait isn&#8217;t just about your visitors, it&#8217;s about using your own time more productively!</p>
<p><strong>Implement CSS Sprites</strong></p>
<p>When you use multiple images together, you can use CSS sprites to combine them into a single image download. By reducing the number of downloads, you reduce the strain on the server and make the downloading process much quicker.</p>
<h2>Use Page Speed Optimizer</h2>
<p>Google offers a <a href="https://developers.google.com/speed/pagespeed/insights" target="_blank">PageSpeed Insights tool</a> that will give you suggestions on things you can do to increase your page speed. Many of the suggestions will cover things mentioned above, plus a whole lot more I haven&#8217;t touched on. It&#8217;s a good resource if you have a developer who can work on these issues for you.</p>
<p>I&#8217;ve offered only a few ways you can increase page speed, and this is by no means an exhaustive list. It should be enough to get you started, though. Depending on how slow your site currently runs, it&#8217;s entirely possible that you may see a rankings boosts once you begin curing the slow disease. But even if you don&#8217;t, losing wait means increasing conversions, which is always good for the bottom line.</p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/how-to-lose-wait-on-your-website-by-increasing-page-load-speeds-156205/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How To Snag A Sale From A Simple &#8216;Contact Us&#8217; Page</title>
		<link>http://searchengineland.com/how-to-snag-a-sale-from-a-simple-contact-us-page-151330</link>
		<comments>http://searchengineland.com/how-to-snag-a-sale-from-a-simple-contact-us-page-151330#comments</comments>
		<pubDate>Wed, 20 Mar 2013 19:31:16 +0000</pubDate>
		<dc:creator>Stoney deGeyter</dc:creator>
				<category><![CDATA[Channel: Analytics]]></category>
		<category><![CDATA[Search & Conversion]]></category>
		<category><![CDATA[Contact Us Page]]></category>
		<category><![CDATA[hours of operation]]></category>
		<category><![CDATA[live online chat]]></category>
		<category><![CDATA[map & driving directions]]></category>
		<category><![CDATA[multiple contact options]]></category>
		<category><![CDATA[online contact form]]></category>
		<category><![CDATA[sales]]></category>
		<category><![CDATA[site-wide contact links]]></category>
		<category><![CDATA[various contact points]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=151330</guid>
		<description><![CDATA[Getting website sales isn&#8217;t all about product pages and shopping carts. Many business owners forget there is a whole conversion funnel every visitor goes through before choosing whether or not to make a purchase on your site. One of the most important aspects of that funnel is the &#8220;Contact Us&#8221; information and page on your [...]]]></description>
				<content:encoded><![CDATA[<p><img class=" wp-image-151336 alignright" style="margin: 10px;" alt="Contact Us Page" src="http://searchengineland.com/figz/wp-content/seloads/2013/03/contact-150x150.jpg" width="150" height="150" />Getting website sales isn&#8217;t all about product pages and shopping carts. Many business owners forget there is a whole conversion funnel every visitor goes through before choosing whether or not to make a purchase on your site.</p>
<p>One of the most important aspects of that funnel is the &#8220;Contact Us&#8221; information and page on your site!</p>
<p>Contact Us can have a powerful impact on a site&#8217;s ability to generate sales and leads. Not only does it provide a way for potential customers to connect with you, it should also offer multiple contact options and ultimately deliver assurance that assistance is just a phone call or click away if a need arises.</p>
<p>While many websites are smartly displaying their phone numbers on every page of their site, this strategic bit of placement is no replacement for a well-crafted Contact Us page. Unfortunately, too many sites make their contact page (and phone number) difficult, if not impossible, to find.</p>
<p>Sometimes, contacting you is the only way for customers to get the information they need to make a smart, informed purchase. When questions come up, and you don&#8217;t answer them, you can be sure your competitors will. And, they&#8217;ll get the sale because of it.</p>
<p>A quick search for &#8220;contact&#8221; related keywords (minus those intended for &#8220;contact lenses&#8221; shows that there are quite a number of searches being performed each month:</p>
<p><img class="aligncenter size-full wp-image-152374" alt="contact keyword search volume" src="http://searchengineland.com/figz/wp-content/seloads/2013/03/contact-volume.png" width="386" height="241" /></p>
<p>Of course, not all of these are searches for your contact information, and there are quite a number of brands that top the list (Apple, Google, and Norton were some of the top brand &#8220;contact&#8221; queries), this does show that there is value in having an optimized Contact Us page that does more than make your site search listings in Google, but is optimized to get the conversion once someone lands on it.</p>
<p>The argument against having a contact page is usually that it increases the need for support staff to answer phone calls, email, faxes (joke) and Web forms. This is true, but you have to run the percentages. If the value of increased sales is greater than the cost of support, you have a surefire winner!</p>
<p>When shoppers don&#8217;t feel they are able to reach a real person to address their question, problems or concerns because of limited contact options, they are less likely to buy. Below are some options for improving your Contact Us page, increasing your sales as a result.</p>
<h2>Site-Wide Contact Links</h2>
<p>Placing your phone number in your header is great. Having a &#8220;Contact Us&#8221; link in your primary navigation is smart. But these two contact options only cover a small percentage of what makes visitors feel secure doing business with you. More is needed if you want to increase your sales and lead generation capabilities.</p>
<p>Add global, site-wide contact options throughout your site. While navigation &#8220;Contact Us&#8221; links tend to blend in, look for opportunities to add contact buttons or linked text throughout your site.</p>
<p>Try different verbiage such as &#8220;request a quote,&#8221; &#8220;talk to a representative,&#8221; &#8220;get your questions answered,&#8221; &#8220;let us help you,&#8221; etc. These varying word changes and buttons will not only stand out, but will encourage visitors to seek out support rather than abandon the site for another.</p>
<p><img class="aligncenter  wp-image-151339" alt="Links to contact page" src="http://searchengineland.com/figz/wp-content/seloads/2013/03/contact-nav-1024x478.png" width="616" height="287" /></p>
<h2>Multiple Contact Options</h2>
<p>On your contact page, a phone number is not enough. An email address link isn&#8217;t enough. A Web form is not enough. An online chat option is not enough. By themselves, none of these options are significant, but all are a part of a successful Contact Us page.</p>
<p>The problem with visitors is they all have their own preference. Not everyone likes (or even can) pick up the phone and call you. Maybe they are at work, or the TV is loud, or the kids are, well, being kids. Or maybe they are running out the door and want to come back to an answer via email. Maybe they don&#8217;t want to make a decision now, which means online chat is the best option for them and the best way for you to get a sale now.</p>
<p>The point is everyone is different. If you don&#8217;t have a contact option that works for them, they may skip it, and the sale, too. Sometimes, a contact option is nothing more than security. Having a phone number visible provides the security that someone will be able help them, which makes them feel confident that you&#8217;ll also answer your email promptly. To these types, the phone number provides confidence and security.</p>
<p>The more options you provide, the more secure the shopper becomes about your ability to assist them in a time of need.</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-151341" alt="Contact us page." src="http://searchengineland.com/figz/wp-content/seloads/2013/03/contact-page-1024x755.png" width="614" height="453" /></p>
<h2>Various Contact Points</h2>
<p>Not every visitor will need to contact you for the same purpose. Some might have questions about your products or services, others might be looking for information on shipping or guarantees, while others may want to talk to the billing or return departments. You&#8217;ll also have those who are looking for job information, want to give you verbal pat on the back (it can happen) or need to talk with someone in a specific department. One-size-fits-all contact options are not the best option for your visitors.</p>
<p>Providing multiple points of contact gets your visitors where they want to go without the danger of getting lost in a &#8220;general&#8221; email/voicemail box or the requirement of listening to a menu tree as large as an Oregon Redwood. Too often, people get frustrated trying to find the right person to help them. Making this easier on them reduces frustration and builds a stronger customer relationship.</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-151343" alt="multiple contact options" src="http://searchengineland.com/figz/wp-content/seloads/2013/03/contact-phone-1024x558.png" width="614" height="335" /></p>
<h2>Map &amp; Driving Directions</h2>
<p>If you are a local business with local customers, or even a national business that has a destination-type location (i.e., ski supplies in Colorado, potatoes in Idaho, steaks in Omaha, etc.), it&#8217;s a good idea to display a map with the option to provide driving directions to your store.</p>
<p>Local customers will always want to know where you are, even if they don&#8217;t plan on dropping by. It&#8217;s a great way to highlight easy access. It also gives the perception that because you&#8217;re &#8220;there&#8221; (local), you might know a bit more than the guys who are not.</p>
<p>A simple map to your store or office can help people relate to you in a way they don&#8217;t with large national chains. Many people like to do business with small businesses, provided they feel safe doing so. A map may not make them feel safe, but it can make them feel more at home and at ease.</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-151344" alt="Contact page map." src="http://searchengineland.com/figz/wp-content/seloads/2013/03/contact-map-828x1024.png" width="522" height="645" /></p>
<h2>Hours Of Operation</h2>
<p>If you have specific hours each day for doing business or answering phones, returning emails, etc., it&#8217;s a good idea to display your hours of operation on the Contact Us page. This information can also be marked up using <a href="http://schema.org">Schema.org</a> attributes to display this information search results as well. This sets visitors&#8217; expectations regarding when they can expect to reach someone or get a response. In customer satisfaction, expectations are everything!</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-151345" alt="contact us hours of operation" src="http://searchengineland.com/figz/wp-content/seloads/2013/03/contact-hours-1024x574.png" width="614" height="344" /></p>
<h2>Online Contact Form</h2>
<p>Online contact forms are a great way to allow visitors to reach you without mass interruption. This allows you to respond on your time and to handle multiple responses all in the same block of time. Be sure to respond to all contact requests within 24 hours at the most, though the sooner you do, the better off you&#8217;ll be. Who knows, maybe they are posing the same question on multiple sites and the first response gets the sale!</p>
<p>Reduce the contact form to as little information as necessary to handle a request. Name, phone number, email address and comments are the basics. Don&#8217;t add anything else unless it&#8217;s absolutely necessary. When customers feel they have to submit a survey just to get someone to respond, they are less likely to do it and more likely to move on to another site. Keep the form as clean and simple as possible.</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-151346" alt="contact us form" src="http://searchengineland.com/figz/wp-content/seloads/2013/03/contact-form.png" width="609" height="547" /></p>
<h2>Live Online Chat</h2>
<p>Adding a live chat option can be great for keeping customers on your site and getting their question answered before they run off to another site as they wait for your answer. Not everyone wants to chat live, but those that do appreciate the ability to reach a representative without a long delay or a phone menu tree from hell.</p>
<p>Just make sure all your online reps are skilled customer service people who can truly answer questions and not just point them back to the website.</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-151347" alt="online chat" src="http://searchengineland.com/figz/wp-content/seloads/2013/03/contact-chat.png" width="754" height="252" /></p>
<p>When shoppers are not secure in a website&#8217;s ability to respond to their concerns, either before or after the sale, the trust level diminishes. Without a strong level of trust, your ability to get a sale is reduced, as well. By improving your Contact Us page, you increase the trust component that leads to increased leads and sales.</p>
<p><a title="kbuntu / 123RF Stock Photo" href="http://www.123rf.com/photo_12850540_hands-holding-a-round-contact-us-sphere.html" target="_blank">Image credit</a></p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/how-to-snag-a-sale-from-a-simple-contact-us-page-151330/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>11 Simple Conversion Strategies Many Product Pages Fail To Incorporate</title>
		<link>http://searchengineland.com/11-simple-conversion-strategies-many-product-pages-fail-to-incorporate-144507</link>
		<comments>http://searchengineland.com/11-simple-conversion-strategies-many-product-pages-fail-to-incorporate-144507#comments</comments>
		<pubDate>Wed, 23 Jan 2013 19:21:07 +0000</pubDate>
		<dc:creator>Stoney deGeyter</dc:creator>
				<category><![CDATA[Channel: Analytics]]></category>
		<category><![CDATA[Search & Conversion]]></category>
		<category><![CDATA[;product pricing information]]></category>
		<category><![CDATA[Calls to Action]]></category>
		<category><![CDATA[display contact information]]></category>
		<category><![CDATA[international pricing options]]></category>
		<category><![CDATA[printer-friendly product page]]></category>
		<category><![CDATA[product comparisons]]></category>
		<category><![CDATA[product descriptions]]></category>
		<category><![CDATA[product features]]></category>
		<category><![CDATA[product images]]></category>
		<category><![CDATA[product information]]></category>
		<category><![CDATA[product page layout]]></category>
		<category><![CDATA[product pages]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=144507</guid>
		<description><![CDATA[Every e-commerce operation relies on the ability of its website to sell their products. Without the ability to have salespeople roaming the floor asking customers, May I help you?, businesses rely on the their website to sell, sell, sell. Many business owners rely on content to push the customer through the sales process. There is no [...]]]></description>
				<content:encoded><![CDATA[<p>Every e-commerce operation relies on the ability of its website to sell their products. Without the ability to have salespeople roaming the floor asking customers, <em>May I help you?</em>, businesses rely on the their website to sell, sell, sell.</p>
<p>Many business owners rely on content to push the customer through the sales process. There is no doubt that the content of the site is strategically important to convincing the customer to buy. But beyond the content, there is the site itself. While the content may be getting the message across, does the site help or prohibit customers from moving forward through the buying process?</p>
<p><div id="attachment_145845" class="wp-caption alignright" style="width: 250px"><img class=" wp-image-145845 " style="margin: 10px;" alt="11 ways to improve e-commerce website page conversion rates" src="http://searchengineland.com/figz/wp-content/seloads/2013/01/top-seller-in-shopping-cart-300x300.jpg" width="240" height="240" /><p class="wp-caption-text"><a href="http://www.123rf.com/photo_15142981_five-stars-and-the-word-seller-in-a-shopping-cart-symbolizing-a-top-rated-or-reviewed-online-merchan.html">Image credit</a></p></div></p>
<p>Shoppers come to a website not only with an intention to buy something (clearly the most desired end action from the site owner perspective), but to also learn, research and compare what you offer against what your competitors offer.</p>
<p>When landing on a product page – either via internal site navigation or external site search – shoppers need to have their informational needs met before they&#8217;ll even consider pulling the trigger on a purchase.</p>
<p>This is where your product pages come in. Not only can your product pages provide this information, they can also serve to help buyers find relevant pricing information, delivery costs, warranty and/or return policies, and a whole lot more.</p>
<p>Effective product pages are able to satisfy the various needs of each of your visitors. Raw product information isn&#8217;t enough! Your product pages must be designed with usability and conversions in mind. Effective product pages convert visitors on an intellectual and emotional level (content) as well as on a sub-conscious level (usability).</p>
<p>Here are 11 product page conversion optimization tips that can help you turn your product pages into your best sales staff.</p>
<h2>Keep Your Product Page Layout Consistent</h2>
<p>Try to maintain as much visual continuity from one product page to the next. Your content management system should use a single (or very similar) template(s).</p>
<p>Images, product descriptions, specifications and pricing should all be in the same place for the shopper who jumps from product page to product page. This consistency eliminates the need to re-orient themselves with each product page and provides the ability to compare information much more easily.</p>
<h2>Provide A Printer-Friendly Page</h2>
<p>Not every shopper is ready to buy. Some will want to print out the product information, either for review later or for someone else&#8217;s review. Ensuring your product pages are printer friendly allow for your product information to be printed, saved and passed on in a format that is easy to read, compare and perhaps even make notes on.</p>
<p>Below is an example of non printer-friendly page. I&#8217;ve circled in red all the things that are not needed on the printed page.</p>
<p><img class="aligncenter size-large wp-image-145846" alt="Non Printer Friendly Page" src="http://searchengineland.com/figz/wp-content/seloads/2013/01/printer-friendly-page-600x774.png" width="600" height="774" /></p>
<p>This, and all printer-friendly pages, should be stripped of unnecessary navigation elements, including linked breadcrumbs and links to other content. In case you weren&#8217;t sure, nobody can click navigation links on a printed page. I&#8217;ve tried.</p>
<p>You also want to ensure all the relevant information prints legibly. Consider font style, font size and information placement on the printed page. Once you strip out all the unnecessary stuff, there is room to ensure the remaining content is plenty legible.</p>
<h2>Have Your Contact Information Available</h2>
<p>Ideally, we want our product pages to close the sale, but that can&#8217;t always be the case. Sometimes, a shopper has a question that hasn&#8217;t been answered on the website, and providing a way for them to get that question answered is critical to their completing the purchase.</p>
<p>Understandably, displaying contact information will increase the number of emails and calls for questions that have been answered on the site, but the risk is losing the customer altogether. They are contacting you because they either were unable to find the information or needed additional clarification. Without the ability to get in touch with someone who can help them, the odds of getting the sale diminishes.</p>
<p><img class="aligncenter size-large wp-image-145847" alt="Contact Info on product page." src="http://searchengineland.com/figz/wp-content/seloads/2013/01/product-contact-600x227.png" width="600" height="227" /></p>
<h2>Write Robust Product Descriptions</h2>
<p>Each product should contain a unique product summary, overview or description. This information is the crux of what the product is, does and will accomplish for the buyer. It&#8217;s the &#8220;meat&#8221; of the product page and is what will (or won&#8217;t) convince the shopper that this is the product they want or need. Use this space to address the emotional needs as well as the &#8220;what&#8217;s in it for me&#8221; question.</p>
<h2>Include Detailed Product Information</h2>
<p>In addition to your product information, you also want to include detailed information on the product&#8217;s features, specifications and benefits. If some of these features require more information, provide links to pages that have more details on each feature. Include as much information here as possible, so as not to force the visitor to leave the page unless absolutely warranted.</p>
<h2>Use High-Resolution Images</h2>
<p>Images are extremely important for helping shoppers get a greater understanding and appreciation of what they are (or may be) purchasing. And with monitor quality improving rapidly, you should use only high-res images for each of your products.</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-145854" alt="Hi-res vs. fuzzy images" src="http://searchengineland.com/figz/wp-content/seloads/2013/01/fuzzy-images2.png" width="600" height="329" /></p>
<p>There isn&#8217;t a lot of lost with the low quality image on the right above; however, it&#8217;s enough to make the eye have to work harder. When low-quality images are used, the visitor is left with a low-quality impression of your products. Better images improve the perceived value of what you offer.</p>
<h2>Add Enhanced Image Views</h2>
<p>Sometimes, one image isn&#8217;t enough for the shopper to get the full appreciation for the product. Adding additional images and image enhancements allow the shopper to see your product in a more interactive format. Consider adding images of the product from various angles, in use, in storage, zoomed in, in a video or or even just a larger view option.</p>
<p><img class="aligncenter size-medium wp-image-145850" alt="Alternate Image Views" src="http://searchengineland.com/figz/wp-content/seloads/2013/01/image-views-300x450.png" width="300" height="450" /></p>
<p>These enhanced image views gives the shopper a greater appreciation for the product that they cannot yet hold in their hand, and this can often be a defining factor in being able to make a decision to buy.</p>
<h2>Incorporate Product Comparisons</h2>
<p>Whenever possible, incorporate the ability to compare your products side by side, showing varying features and benefits of each. This comparison helps reassure shoppers that it&#8217;s the right product for them, which in turn reduces the likelihood of a product return. Side-by-side product comparisons emulate an in-store benefit that shoppers don&#8217;t often get online.</p>
<h2>Prominently Display Pricing Information</h2>
<p>All product pricing information must be displayed in an obvious place on the product pages. For most shoppers, the quality and value of a product has no meaning until they can affix a price to it.</p>
<p>Don&#8217;t hide your pricing information or tell people to &#8220;call for more information&#8221; unless it&#8217;s absolutely impossible to put a finished price on your products. Even still, a &#8220;starting at&#8221; pricing can often help provide a baseline of expectations, eliminating calls and questions from shoppers who will never be your customers.</p>
<h2>Provide International Pricing Options</h2>
<p>If you sell products outside your home country, it&#8217;s a good idea to including pricing in different currencies. This can be as easy as allowing the shopper to select their own currency and having the calculations made on the fly. If you&#8217;re unable to provide different currency prices on the site, link to a currency conversion site, allowing your shoppers to make the conversions easily on their own.</p>
<h2>Calls To Action</h2>
<p>Finally – and most importantly – every product page absolutely must have at least one (or more) calls to action. The single most important action a user can take is to “buy now,” but other actions can be used as needed. These can be (but are not limited to): “purchase now,” &#8220;add to cart,&#8221; &#8220;save for later,&#8221; &#8220;add to wish list,&#8221; &#8220;compare&#8221; and &#8220;print.&#8221;</p>
<p>Each of these calls to action has a specific purpose and can keep the visitor engaged in the site without forcing them to purchase or leave. Don&#8217;t overload your shoppers with options, but only include those that you feel will be most valuable to them.</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-145851" alt="calls to action" src="http://searchengineland.com/figz/wp-content/seloads/2013/01/call-to-action.png" width="575" height="287" /></p>
<p>The two primary roles of your product pages are to inform and to sell. Generally, you won&#8217;t get the sale unless the page provides adequate information. The more complete the information, the more likely that the page will become a &#8220;top seller.&#8221;</p>
<p>Shoppers that are well informed are more likely to not only complete their purchase, but also to make the best purchase possible and then return later to do it all over again.</p>
<p>Quick sales can turn into sale headaches that convert a profit to a loss. But giving visitors the information they need steers them to the right product and helps them make an informed purchase – creating profits now and hopefully for years to come.</p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/11-simple-conversion-strategies-many-product-pages-fail-to-incorporate-144507/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The Keyword Researcher&#8217;s Guide To Creating Competitive &amp; Compelling Content</title>
		<link>http://searchengineland.com/the-keyword-researchers-guide-to-creating-competitive-compelling-content-139694</link>
		<comments>http://searchengineland.com/the-keyword-researchers-guide-to-creating-competitive-compelling-content-139694#comments</comments>
		<pubDate>Tue, 18 Dec 2012 14:44:47 +0000</pubDate>
		<dc:creator>Stoney deGeyter</dc:creator>
				<category><![CDATA[Channel: SEO]]></category>
		<category><![CDATA[Keywords & Content]]></category>
		<category><![CDATA[ciustomer terminology]]></category>
		<category><![CDATA[competitive keywords]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[customer desires]]></category>
		<category><![CDATA[keyword research tools]]></category>
		<category><![CDATA[online marketing campaign]]></category>
		<category><![CDATA[SEM Tools: Keyword Research]]></category>
		<category><![CDATA[user questions]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=139694</guid>
		<description><![CDATA[Any marketing veteran will tell you that before you begin developing a business marketing plan, you first need to know who your target market is, along with what they want and how to appeal to them. This is just as true online as it is offline. When pursuing an online marketing campaign, whether it be [...]]]></description>
				<content:encoded><![CDATA[<p>Any marketing veteran will tell you that before you begin developing a business marketing plan, you first need to know who your target market is, along with what they want and how to appeal to them. This is just as true online as it is offline.</p>
<p style="text-align: center;"><a href=" "><img class=" wp-image-141435 aligncenter" style="margin-top: 10px; margin-bottom: 10px;" title="Image from 123rf.com, used under license" src="http://searchengineland.com/figz/wp-content/seloads/2012/11/keywords-300x199.jpg" alt="Keywords &amp; Creating Competitive, Compelling Content" width="300" height="199" /></a></p>
<p>When pursuing an online marketing campaign, whether it be SEO, PPC, social media or link building, keyword research helps you understand your potential audience. And, understanding your audience is key to developing smart and effective usability practices on your website.</p>
<p>Using a variety of keyword research tools that are available online, you can gather some very important intelligence about how to reach your key customers. This, in turn, will help you create a website that improves your on-site customer engagement, visitor satisfaction and total site conversion rates.</p>
<p>When building a better website for your visitors, there are four things you need to know that keyword research will help you better understand.</p>
<h2>Customer Terminology</h2>
<p>One of the most important pieces of intelligence you can find with keyword research is the terminology your customers are using when looking for the products or services you offer.</p>
<p>Of course, most business people already know the &#8220;correct&#8221; terminology, as they are smack dab in the middle of their own industry. And if you believe that one, I&#8217;ll sell you the merchandising rights to the Star Wars franchise!</p>
<p>The truth is that those of us in any industry know <em>our</em> terminology. What we don&#8217;t always understand is how the <em>customer</em> talks about what we do, or, more specifically, how they search to find us.</p>
<p>Some might search for proper names, others might search for results or outcomes, while still others might search in descriptive terms. All these variables are in play because different people have different knowledge levels and think differently about what it is they need.</p>
<p>To give you a quick example from my own industry, many people refer to what we do as [SEO] or [search engine optimization]. Others call it [website marketing], [internet marketing], or even [inbound marketing]. Yet still, many people searching for what we offer are looking for [search engine rankings] or [website promotion].</p>
<p>All those terms can pretty much be used interchangeably. Those of us in the industry might use them with a bit more nuance, but the reality is, there isn&#8217;t a whole lot of daylight between them to the average searcher. We might just call it SEM.</p>
<p>But without looking at this smorgasbord of term variations, we might be missing out on a significant customer base if we don&#8217;t speak in their terms rather than our own.</p>
<p><div id="attachment_141436" class="wp-caption aligncenter" style="width: 382px"><img class="size-full wp-image-141436 " src="http://searchengineland.com/figz/wp-content/seloads/2012/11/keyword-ideas.png" alt="Keyword Ideas" width="372" height="506" /><p class="wp-caption-text">Using Google&#8217;s keyword tool, a search for [website marketing] minus [marketing] produces different ways people refer to the same general service.</p></div>Another good example is the <span style="text-decoration: line-through;">used </span>pre-owned car industry. We&#8217;ve all heard the commercials about owning a certified [pre-owned car]. According to Google, [pre-owned cars] gets just under 15,000 searches each month. Nothing to sneeze at, and I suspect it would be a worthwhile keyword to target.</p>
<p>However, car dealers would be wise to dig into their audience&#8217;s terminology a bit. If they did, they&#8217;d find that a vast majority of searchers use the term [used cars].</p>
<p>Shocker.</p>
<p>In fact, [used cars] is searched approximately 1,000,000 times per month. Pre-owned cars is a good addition to the overall customer acquisition strategy; however, unless dealers go after [used cars], they are leaving hundreds of thousands of potential customers in the proverbial dust. Even if only 0.1% of those searches turned into a customer, that&#8217;s 1000 cars per month left sitting on the lot!</p>
<p>Understanding your customer&#8217;s terminology <em>helps you write content that speaks the language </em>that not only has meaning for them, but ensures that your content is immediately relevant to how they think.</p>
<p>Yes, the audience may put 2 and 2 together and realize that a pre-owned car is also a used car, but not everyone will. Don&#8217;t make your visitors connect the dots. Do it for them.</p>
<h2>Customer Desires</h2>
<p>Keyword research gives you insight on what your customers desire. This information can help you establish navigational elements, informational call-outs and calls to action that help each visitor get the information they need more quickly.</p>
<p>All good keyword research tools will give you a search volume number. Now these numbers won&#8217;t be perfectly accurate, but they will give you a good base of reference for comparing one keyword against the next. As you dig into your product or service categories, you begin to see variations on how searches are made.</p>
<p>For a site that sells kids ski and snow gear, your keyword research would show you that thousands search for [kids ski jackets] while only hundreds search for [kids snowboard jackets].</p>
<p>Both may be great keywords, but by sheer search volume alone, you can see there is far greater consumer desire for ski jackets over snowboard jackets.</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-141437" src="http://searchengineland.com/figz/wp-content/seloads/2012/11/keyword-popularity.png" alt="Keyword Popularity" width="588" height="94" /></p>
<p>Does that matter to your customer? It might. If you only targeted [snowboard] terms you are, again, missing out on a big chunk of your audience.</p>
<p>Let&#8217;s look at another example. Say you make or print ID badges. Keyword research will tell you what kinds of badges people are seeking most. Here you&#8217;ll find that [photo] is the most searched qualifier for [id badge], followed by [employee], [company], [custom] and [security].</p>
<p>Assuming conversion rates are the same for all these keywords, this information alone can help you decide how best to tailor your business to get the most profit possible. But beyond that, suppose you were just thinking about your product in terms of security badges. Those might have photos, and they typically are for employees of companies; but until now, you were just focused on the term [security].</p>
<p>Now, with your keyword research in hand, you see that you might want to adjust your content strategy to be optimized for some of these other qualifiers as well, giving more customers the information that is most relevant in making their purchasing decisions.</p>
<h2>Competitive Keywords</h2>
<p>A nice piece of data you can get from your keyword research is the competitive nature of any particular keyword. This is helpful when deciding which keywords you can expect to be successful at achieving top rankings for and in what amount of time.</p>
<p>If you don&#8217;t quite understand the competitive nature of the keywords you are targeting, there is a good chance you&#8217;ll wind up frustrated when you don&#8217;t get results as early as you had expected. That&#8217;s because your expectations weren&#8217;t rooted in the reality of the competitive landscape.</p>
<p><div id="attachment_141438" class="wp-caption aligncenter" style="width: 554px"><img class="size-full wp-image-141438" src="http://searchengineland.com/figz/wp-content/seloads/2012/11/keyword-competition.png" alt="Keyword Competition" width="544" height="506" /><p class="wp-caption-text">Competition ratings are just one factor in determining if a keyword is viable for your optimization campaign.</p></div></p>
<p>Truth be told, some keywords are very difficult to rank for because they have a lot of competition. But it&#8217;s not just the number of competitors, it&#8217;s also the strength of the competitors that matters as well.</p>
<p>The stronger, more authoritative and rooted your competition is for any given keyword phrase, the more difficulty you&#8217;ll have breaking through into top search engine positions. That doesn&#8217;t mean it can&#8217;t be done, it just means you may need more time and money to get it done.</p>
<p>When you find good keywords that are extremely competitive, sometimes it&#8217;s best to cede that ground for the time being and focus on something more attainable. The benefit of this strategy is that you can start to get top rankings and traffic more quickly, while building up your own authority in the eyes of the search engines. Some traffic now is better than no traffic for a long, long time.</p>
<p>Targeting the low-hanging fruit helps you build up your credibility and get the sales you need. As you grow, you become more competitive and can slowly begin to go after the keywords that are more and more difficult to achieve, but bring greater rewards once you are ranking for them.</p>
<p>This strategy also gives you the opportunity to test various on-page sales elements, terminology and designs to see which produces the greater return. Failed tests on this scale will produce less of a loss, and successful tests will give you more headway as you gain rankings for the more competitive terms.</p>
<h2>User Questions</h2>
<p>Another great thing about keyword research is finding out all sorts of questions that people are asking. This gives you plenty of fodder for creating site and social content that provides answers your customers need and finding ways to get your visitors to the content they want.</p>
<p><div id="attachment_141439" class="wp-caption aligncenter" style="width: 316px"><img class="size-full wp-image-141439 " src="http://searchengineland.com/figz/wp-content/seloads/2012/11/keyword-questions.png" alt="Keyword Questions" width="306" height="457" /><p class="wp-caption-text">Filtering includes words such as how,when what, where and why can help you find questions that you can answer to drive traffic to your site.</p></div></p>
<p>Answering common searcher questions, in whatever forum, can really help you set yourself apart as an authority. Yes, this is the very same authority needed to get rankings on difficult and competitive keywords!</p>
<p>At the same time, providing answers to commonly asked questions can drive traffic for those searching for such answers.</p>
<p>While these may not be direct customers, you are creating a branding effect. Today&#8217;s information gatherer very well may be tomorrow&#8217;s customer. And who do you think they&#8217;ll go to when it&#8217;s time to <em>buy</em>? That&#8217;s right, the very site that provided them answers to the questions that have helped them make purchasing decisions.</p>
<p>These questions can also help you streamline your internal sales processes, decide what content is valuable, and what&#8217;s going to help you ward off unnecessary customers service phone calls. All of these can be pretty important time and money savers.</p>
<p>Keyword research is an important first step in any online or offline marketing campaign. It helps you build a website that engages customers and moves them through the conversion process armed with the information they need to make a smart purchase. The insight keyword research gives you can help you build a website that puts you more in touch with your audience than you would have otherwise been.</p>
<h6><a title="gunnar3000 / 123RF Stock Photo" href="http://www.123rf.com/photo_7795063_keyword-key-words-seo-or-metadata-concept-showing-internet-data-search.html" target="_blank">Image Credit</a></h6>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/the-keyword-researchers-guide-to-creating-competitive-compelling-content-139694/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How To Make Your Online Checkout More User Friendly</title>
		<link>http://searchengineland.com/how-to-make-your-online-checkout-user-friendly-135319</link>
		<comments>http://searchengineland.com/how-to-make-your-online-checkout-user-friendly-135319#comments</comments>
		<pubDate>Fri, 02 Nov 2012 13:10:56 +0000</pubDate>
		<dc:creator>Stoney deGeyter</dc:creator>
				<category><![CDATA[Channel: Retail]]></category>
		<category><![CDATA[Search & Usability]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=135319</guid>
		<description><![CDATA[Have you ever gone shopping for a couple items, only to find the checkout lines too long or slow, so you drop your items and leave the store? I have, and I&#8217;m sure I&#8217;m not the only one. It may not happen all that frequently at a brick and mortar, but it does online. A [...]]]></description>
				<content:encoded><![CDATA[<p>Have you ever gone shopping for a couple items, only to find the checkout lines too long or slow, so you drop your items and leave the store? I have, and I&#8217;m sure I&#8217;m not the only one. It may not happen all that frequently at a brick and mortar, but it does online. A lot.</p>
<p>Getting shoppers in the door from search engines is the easy part. Getting them to buy from your online store is the difficult part.</p>
<p><img class="size-medium wp-image-19002 alignright" style="margin: 10px;" alt="How to prevent shopping cart abandonment on e-commerce sites" src="http://www.polepositionmarketing.com/wp-content/uploads/2012/09/shopping-cart-300x199.jpg" width="300" height="199" /></p>
<p>Shopping cart dropout rates are a problem many online retailers have to overcome. Every day customers who appear to be ready to make a purchase abandon their carts before completing the online transaction. This happens for a number of reasons. Even the visitor may not be sure why, only that he didn&#8217;t want the products after all.</p>
<p>However, while cart abandonment may be par for the course with online shopping, there are things an e-commerce site can do to reduce the root causes of this action.</p>
<h2>Make It Easy To View Items In The Cart</h2>
<p>Your main navigation should always have a clear and obvious link that allows visitors to view items in their cart. You cannot rely on &#8220;view cart&#8221; buttons in your product pages alone.</p>
<p>Many visitors may be shopping around category pages without any direct links to their shopping cart. Adding a &#8220;view cart&#8221; link into your main navigation ensures visitors can easily begin the checkout process, regardless of where they are in the site.</p>
<h2>Simplify Changing &amp; Updating Cart Items</h2>
<p>When a visitor is viewing the items in her cart, there is often a desire to remove products, increase or reduce desired quantity, change color, size or other options. All of these options should be available right there in the cart, rather than forcing the shopper back to the product page.</p>
<h2>Keep Advertising &amp; Up-Selling To A Minimum</h2>
<p>Your shopping cart is no place for an ad! But it&#8217;s not a bad place for small up-sell opportunities. If an item requires additional products to make it functionable, up-sells are important.</p>
<p>If there are just some additional accessories you want to sell, you can do so, provided it doesn&#8217;t interfere with the conversion process. Rule of thumb: When checking out, the fewer distractions the better.</p>
<h2>Highlight Security Features</h2>
<p>Shoppers are very concerned about the security of their personal information. Be sure to implement and highlight security features such as privacy policies, site security, BBB (and similar organization) memberships, as well as return/refund policies. All of these provide signals of trust that visitors calculate into the checkout decision-making process.</p>
<h2>Optional Storing Of Personal Information</h2>
<p>You should never keep shopper&#8217;s personal information (such as credit card numbers, addresses, etc.) unless specifically requested by the shopper or as part of an account he or she chooses to create.</p>
<p>It&#8217;s also important not to force shoppers to create an account just to make a purchase. Make this entirely optional and put that option at the end of your checkout process.</p>
<h2>Answer Shipping &amp; Other Questions Upfront</h2>
<p>If visitors have questions about shipping, returns, warranty, orders or other questions, they&#8217;ll want these answers before they complete their purchase. Providing these answers, or at least provide a link to where the answers can be found, will prevent visitors from leaving the cart to search out that information on your site – and perhaps never return to the cart to finish the purchase.</p>
<h2>Provide International Shipping Compatibility</h2>
<p>If you ship internationally, you must make sure your information forms support international addresses and phone numbers. Many US websites use forms that collection information using the American standards. Unfortunately, this makes it difficult for those with international addresses and numbers. Ensure your form has international compatibility if you want that business.</p>
<h2>Provide An Order Progress Update</h2>
<p>In some cases, the checkout process requires multiple steps. The fewer steps your checkout form has, the lower your abandonment rates will be. So, one step is always best. However, if you can&#8217;t get around it, be sure to include a progress indicator that gives visitors an idea of what step they are on and how many more to go.</p>
<p>Along those lines, it’s a good idea to keep visitors informed of progress of the completed order. Be sure to send out emails that let them know when items are shipping, along with how they can track the package.</p>
<p>No purchase is complete until it&#8217;s complete. Shoppers may be ready to buy, but sometimes even the smallest roadblock can derail them from the process. The last thing you want to do is to give them an opportunity to back out because they just don&#8217;t &#8220;feel right&#8221; about the purchase. A well-designed shopping cart page can help ensure these shoppers feel safe and have everything they need to feel good about their decision.</p>
<h6>Image credit: <a href="http://www.123rf.com/photo_9917864_internet-online-shopping-concept-with-computer-and-cart.html">elnur / 123RF Stock Photo</a></h6>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/how-to-make-your-online-checkout-user-friendly-135319/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>6 Easy Ways To Improve Your Site&#8217;s Navigation</title>
		<link>http://searchengineland.com/6-easy-way-to-improve-your-sites-navigation-132138</link>
		<comments>http://searchengineland.com/6-easy-way-to-improve-your-sites-navigation-132138#comments</comments>
		<pubDate>Fri, 21 Sep 2012 15:33:40 +0000</pubDate>
		<dc:creator>Stoney deGeyter</dc:creator>
				<category><![CDATA[Channel: Content]]></category>
		<category><![CDATA[Search & Usability]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=132138</guid>
		<description><![CDATA[Just about every website has some form of navigation. Unfortunately, not every website&#8217;s navigation is good. Most of the time, a website&#8217;s navigation is put together by Web designers who know a lot about making pretty websites, but very little about marketing a website or creating a website built for the customer. Just because your [...]]]></description>
				<content:encoded><![CDATA[<p>Just about every website has some form of navigation. Unfortunately, not every website&#8217;s navigation is good. Most of the time, a website&#8217;s navigation is put together by Web <img class="alignright  wp-image-18937" style="margin: 10px;" src="http://www.polepositionmarketing.com/wp-content/uploads/2012/09/compass-300x200.jpg" alt="How to improve your website navigation" width="240" height="160" />designers who know a lot about making pretty websites, but very little about marketing a website or creating a website built for the customer.</p>
<p>Just because your navigation is built into the site doesn&#8217;t mean it&#8217;s doing the best job of giving your visitors what they want.</p>
<p>Navigation can make or break your website&#8217;s overall performance when it comes to retaining visitors, keeping them engaged and driving them through the conversion funnel.</p>
<p>Strong site navigation makes it easy for visitors to quickly find the information that interests them, sans a potentially frustrating &#8220;hunt.&#8221; It also helps search engines index your important information efficiently and effectively.</p>
<p>Conversely, poor navigation does more harm than good. It confuses visitors and sends them scurrying for the exit. When they can&#8217;t find what they&#8217;re looking for, you don&#8217;t get the conversion you want, either.</p>
<h2>How To Improve Your Website Navigation</h2>
<ul>
<li><strong>Keep it consistent.</strong> Consistent navigation – in both how and where it appears on your site – promotes ease of use and increases your visitors&#8217; ability to find relevant information more quickly. If your navigation is constantly changing from page to page (except where absolutely necessary), visitors lose their on-site bearings and must reorient themselves constantly.</li>
<li><strong>Divide categories clearly.</strong> If your navigation contains multiple sections, categories or sub-categories, these categories must be clearly and visually defined. In other words, category headings must be separated visually from the sub-categories, even if the categories are links themselves.</li>
<li><strong>Make all navigation elements clickable links. </strong>When using multiple categorical divisions in your navigation, all heading elements should be clickable links. This is true even with drop-down menus where clicking a sub-category link may be the natural inclination of the visitor.</li>
<li><strong>Use accurate navigation titles.</strong> Visitors should have a general idea of what they should find on a page even before clicking any navigational link. This is true whether it&#8217;s a main navigation link or an internal text link. Use accurate text to describe the linked page so visitors know what they&#8217;re going to get. Cryptic or misleading navigation text confuses and annoys visitors, possibly to the point of site abandonment. Make sure all link verbiage, whether textual or in an image, accurately portrays the corresponding pages.</li>
<li><strong>Ensure every clickable image has ALT text.</strong> This is true of every image, but even more important for images that link to other pages. Be sure to include the ALT attribute with descriptive text. This ensures that everybody knows what the link is, regardless of how they are viewing your site.</li>
<li><strong>Ensure your search feature works.</strong> When using an in-site search feature, the search results page must always produce relevant results. It must compensate for misspellings, show related items and even produce results for products you don&#8217;t have while displaying similar products you offer. Never produce a search result as &#8220;no products found.&#8221;</li>
</ul>
<div><a href="http://searchengineland.com/figz/wp-content/seloads/2012/09/shutterstock_58641754.jpg"><img class="aligncenter size-full wp-image-133971" title="website navigation examples" src="http://searchengineland.com/figz/wp-content/seloads/2012/09/shutterstock_58641754.jpg" alt="website navigation examples" width="375" height="500" /></a></div>
<h2>It Doesn&#8217;t Work Until You Prove It</h2>
<p>An easy, effective way to test your site&#8217;s navigation is to first browse a competitor&#8217;s website. As you do, take notes on what you like and don&#8217;t like. Jot down any problems you run across, as well as anything that stands out as being exceptional. Then go back to your own site and perform the same navigation and note-taking process.</p>
<p>Compare notes between the sites and see if there is anything you can do to make your navigation better. I&#8217;m sure you&#8217;ll find areas where your navigation is better, but most likely you&#8217;ll also uncover areas where your navigation is inferior.</p>
<p>Of course, an even better way to test is to use your analytics to see how visitors are navigating through your site. Make changes only as you can test them with A/B or multivariate tests to ensure you can implement changes that help rather than hurt your site&#8217;s overall performance. Use whatever tools you have at your disposal. Continue to test and tweak to ensure your visitors get the best experience possible and you&#8217;re getting the results you want.</p>
<h6>Image credits: <a href="http://www.123rf.com/photo_10758541_hand-holding-the-black-compass.html">maya13 / 123RF Stock Photo</a>, <a href="http://www.shutterstock.com">shutterstock.com</a></h6>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/6-easy-way-to-improve-your-sites-navigation-132138/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>10 Ways To Create Engaging Content For Action</title>
		<link>http://searchengineland.com/10-ways-to-create-engaging-content-for-action-129397</link>
		<comments>http://searchengineland.com/10-ways-to-create-engaging-content-for-action-129397#comments</comments>
		<pubDate>Tue, 14 Aug 2012 17:36:58 +0000</pubDate>
		<dc:creator>Stoney deGeyter</dc:creator>
				<category><![CDATA[Channel: SEO]]></category>
		<category><![CDATA[Keywords & Content]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=129397</guid>
		<description><![CDATA[Many organizations rely on a website to be their #1 sales tool. They pour thousands of dollars into building just the right website with a great design, robust shopping cart and plenty of bells and whistles. At some point in the website building process, they might think about the content that goes on the website. [...]]]></description>
				<content:encoded><![CDATA[<p><img class="size-medium wp-image-18683 alignright" style="margin-top: 10px; margin-bottom: 10px;" src="http://www.polepositionmarketing.com/wp-content/uploads/2012/07/man-pulling-rope-200x300.jpg" alt="Use website content to pull visitors in and engage with them" width="150" height="225" />Many organizations rely on a website to be their #1 sales tool. They pour thousands of dollars into building just the right website with a great design, robust shopping cart and plenty of bells and whistles.</p>
<p>At some point in the website building process, they might think about the content that goes on the website. It&#8217;s the last thing they do before rolling the site out. It&#8217;s an afterthought.</p>
<p>Your website may be your #1 sales tool, but it&#8217;s the content of the site that makes that tool work. Pictures, programming, tools and other fun stuff can be important in making your site visibly and functionally appealing to your visitors, but it is the content that sells.</p>
<p>When you take time to create strong, user-focused content, visitors will find the information they need to make an informed decision about trying your products and services or supporting your cause.</p>
<h2>Content: Beyond Reading To Engaging</h2>
<p>Every visitor comes to your site with a host of unanswered questions:</p>
<ul>
<li>Will you meet my needs?</li>
<li>What are your qualifications?</li>
<li>Are you trustworthy?</li>
<li>What are your policies?</li>
<li>Do you have just the right product for me?</li>
<li>What can I expect if I work with you or buy from you?</li>
</ul>
<p>These are just a few questions your content should be able to answer. But your content isn&#8217;t there just to answer questions, it&#8217;s there to interact. To speak. To tell. To compel each visitor to move forward through the conversion funnel.</p>
<p>Implement these 10 tips to create content that engages your visitors:</p>
<ol>
<li><strong>Establish your voice. </strong>Your website should have a unique voice, distinguishable from any other site on the Web. Essentially, it needs to have a personality. Every page of your site should be written with the same personality, giving the visitor a certain level of comfort as they continue to read and revisit your site. Your site&#8217;s voice doesn&#8217;t need to be outlandish, but it should fit you and your industry well.</li>
<li><strong>Use active words. </strong>Active words help visitors participate in your site rather than just passively read it. With active words, the reader becomes immersed in your content and feels as if they are a part of an unfolding story.</li>
<li><strong>Eliminate typographical errors. </strong>Your website should be free of all typographical errors. While an occasional spelling or grammar error can be shrugged off, if your pages have more than a couple errors, your credibility can be called into question.</li>
<li><strong>Make it skimmable &amp; scannable. </strong>Many visitors like to <a href="http://searchengineland.com/forget-reading-web-content-is-meant-to-be-skimmed-122899">skim your content</a> to quickly find what interests them before they commit to reading more deeply. Write and format your content so that the main points can easily be gleaned without in-depth reading.</li>
<li><strong>Focus on your customers.</strong> Make your content about your customers. Focus on their wants and needs and what they will receive rather than what you will do. Write more about them than yourself.</li>
<li><strong>Speak to visitor personalities. </strong>Your content should use words that speak to different visitor personalities. Each personality has a different need, and addressing those specific needs makes each visitor feel as if your site was created just for them. This &#8220;camaraderie&#8221; will help them move through the conversion process.</li>
<li><strong>Talk about benefits over features. </strong>Features of your product or services are an important sales tool; however, discussing the benefits your visitors will receive is far more convincing. Features are logical, but decisions are made with emotion. Benefits address visitors on the emotional level, giving them justification to making a purchase.</li>
<li><strong>Eliminate spammy text. </strong>Make sure your content can be read aloud without sounding unnatural. Some try to add too many keywords to content for ranking purposes, but this diminishes the ability of the content to actually sell. Plus, in the wake of Google Panda and Penguin updates, your site may actually lose rankings because of this. Your content must be an effective sales tool. Keeping it free from junk SEO helps keep the focus on the customer.</li>
<li><strong>Add calls to action. </strong>Every page of your site should contain at least one call to action within the content. Without a call to action, you are failing to help visitors take the next desired step in the conversion process. Use your content effectively by using calls to action to guide the visitor through your site and conversion funnel.</li>
<li><strong>Link out to other sites. </strong>Depending on when and how often you do this, linking can be a negative. However, linking to other authoritative websites can be a great way to establish your credibility. Be sure your links are used to bolster your own authority or provide visitors with information you don&#8217;t have, but don&#8217;t interrupt the conversion process to do so.</li>
</ol>
<p>Many e-commerce and product-driven sites try to sideline their content in order to get the visitors to the product. However, products are not the only thing visitors want.</p>
<p>Information is what helps sell the products or services you offer. Eliminating content also limits an important part of the visitor&#8217;s quest for information that answers questions, provides justification and gives them a reason to continue. Use your content to draw visitors in, engage with them and compel them to action.</p>
<h6>Image credit: <a href="http://www.123rf.com/photo_6990938_man-pulling-rope.html">imagehitevo / 123RF Stock Photo</a></h6>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/10-ways-to-create-engaging-content-for-action-129397/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>12 Navigation Ideas To Give Your Website &#8216;Story&#8217; A Happy Ending</title>
		<link>http://searchengineland.com/12-navigation-ideas-to-give-your-website-story-a-happy-ending-126012</link>
		<comments>http://searchengineland.com/12-navigation-ideas-to-give-your-website-story-a-happy-ending-126012#comments</comments>
		<pubDate>Wed, 18 Jul 2012 16:29:46 +0000</pubDate>
		<dc:creator>Stoney deGeyter</dc:creator>
				<category><![CDATA[Channel: Analytics]]></category>
		<category><![CDATA[Search & Conversion]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=126012</guid>
		<description><![CDATA[Every good story has a beginning, middle and end. It starts with the set-up, moves into the conflict and wraps up with the resolution, or climax. In the story of online marketing, each visitor to your website follows the same pattern – a beginning (What brought them there?), a conflict (Will they find the information [...]]]></description>
				<content:encoded><![CDATA[<p><div id="attachment_126013" class="wp-caption alignright" style="width: 250px"><img class="size-full wp-image-126013  " style="margin: 10px;" src="http://searchengineland.com/figz/wp-content/seloads/2012/06/success-story-300x198.jpg" alt="Success Story" width="240" height="158" /><p class="wp-caption-text">Every visitor to your site is a story. Give that story a happy ending!</p></div></p>
<p>Every good story has a beginning, middle and end. It starts with the set-up, moves into the conflict and wraps up with the resolution, or climax.</p>
<p>In the story of online marketing, each visitor to your website follows the same pattern – a beginning (What brought them there?), a conflict (Will they find the information they are looking for?) and a climax (What will they decide to do?).</p>
<p>However, unlike a good story, which relies on conflict to create the action, you want smooth sailing when people land on your site.</p>
<p>In fact, when it comes to getting conversions, <em>the less conflict the better</em>.</p>
<p>One of the easiest ways to reduce conflict on your site and drive visitors to the conversion point is to build a strong navigational experience.</p>
<p>Implementing a well-designed site navigation helps visitors identify the content and information that most interests them and pushes them toward a positive resolution.</p>
<p>Every navigational step your visitors take will be either a step closer or a step further away from the conclusion you&#8217;re hoping for.</p>
<h2>How To Reduce Navigational Conflict</h2>
<p>The single most important way to minimize your navigational conflict is to ensure it&#8217;s <em>usable</em>. Sounds overly simplistic, I know, but that&#8217;s because it is. Sometimes what seems usable to you (or anyone who is too close to the website) isn&#8217;t necessarily usable to visitors who may not have experienced your site before. Any usability roadblocks will reduce the impact your navigation has on the visitor.</p>
<p>A convoluted, confusing or broken navigation will often lead to the quickest story resolution of them all – site abandonment. While that might play well on the best sellers list, it doesn&#8217;t help wrack up the big bucks for your site!</p>
<p>Site-wide navigation – including top, bottom and side navigation – must be as user-friendly as possible. This is a case where visitors want the story on your site to fit similar stories they&#8217;ve experienced on other sites.</p>
<p>Therefore, you have to give them what they expect and, countering everything we know about a good story, the resolution must be obvious.</p>
<p>Here are 12 ways to create a better navigational story that improves conversion rates:</p>
<ul>
<li><strong>Implement a strong navigational structure.</strong> Navigation must provide intuitive and obvious links to other main sections and areas of the website. If you don&#8217;t help your visitors find the information they want, they can&#8217;t buy it!</li>
<li><strong>Keep your primary navigation obvious.</strong> The location of your site&#8217;s primary navigation should be near the top and/or left side of the page. Navigation isn&#8217;t expected in other places, so don&#8217;t force your visitors to hunt it down.</li>
<li><strong>Make finding information easy.</strong> Your navigation should be designed to help people find information. Don&#8217;t hide important categories behind layers of drop-down navigation. Display it clearly before any navigational links are used. You should also avoid using hard-to-navigate drop-down or fly-out menus. Make the sale as easy as possible by eliminating these frustrations.</li>
<li><strong>Be clear as to which page the visitor is viewing.</strong> Visitors should always be able to tell what page they are on and where that page falls in the directory tree. Breadcrumbs are the easiest way to display this information in a clean, easy-to-understand format.</li>
<li><strong>Let visitors know which pages they have viewed.</strong> While this may not be aesthetically pleasing (and therefore disregarded) in the site&#8217;s main navigation, it can easily be accomplished in a visually appealing way in your body copy and/or footer navigation. Letting visitors know where they have been prevents looping around to repeated content and instead drives the visitor to the next step in the conversion process.</li>
<li><strong>Clearly display your site name.</strong> Your top navigation must provide an immediate indication as to what site the visitor is on (just like a book). Don&#8217;t tease the visitor or make them search for your logo. Put it at the top left where they expect it to be.</li>
<li><strong>Add a link in your logo image.</strong> Even if you have a link to your home page in your primary navigation, your logo should also link back to your home page. Visitors routinely use this as a shortcut rather than hunting for the home button.</li>
<li><strong>Have an obvious link to your homepage.</strong> Even if you already have a link to your homepage in your logo, each page must contain an obvious home link or button. Keep it consistent from page to page so visitors know where to look.</li>
<li><strong>Display visible contact information.</strong> Your navigation should include access to a &#8220;contact us&#8221; page and/or display specific contact information (such as a phone number) at or near the top of the page. Contact links and information should be in a consistent location on every page throughout the site. If visitors don&#8217;t feel like you&#8217;re easy to reach, they will hesitate to purchase from you.</li>
<li><strong>Implement a site search feature.</strong> For large sites, an internal search box can assist your potential customers with finding relevant information quickly. Search boxes allow visitors to skip the navigation altogether and go directly to what they want. If used, the search box is best located on the top right of all site pages and must always return relevant results.</li>
<li><strong>Make it easy to log in.</strong> Sites with shopping carts, user accounts or member-only access must provide an easy-to-locate login link. This link should be accessible on every page of the site.</li>
<li><strong>Make it easy to log out.</strong> Once logged in, the user must be able to log out quickly and easily. Maintain a logout link or button in an obvious location on every page, allowing the visitor to keep their information secure.</li>
</ul>
<p>When you implement a well-structured and developed navigation system on your site, your compelling website story helps lead visitors in the direction they want to go.</p>
<p>The strong visual cues I&#8217;ve mentioned indicate the depth of content you have available. This alone can be an immediate first-impression indicator of trust, an important factor in acquiring new business.</p>
<p>Even more important – when a site&#8217;s navigation is intelligent, focused and intuitive, there is less on-site conflict. This means visitors have to think less and are able to find what they want with minimal guesswork or backtracking. And, that may be exactly what brings visitors closer and closer to the happy ending (the conversion!) you want most for your website story.</p>
<h6>Image credit: <a href="http://www.123rf.com/photo_5566342_success-story-written-on-an-old-typewriter.html">pixelbliss / 123RF Stock Photo</a></h6>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/12-navigation-ideas-to-give-your-website-story-a-happy-ending-126012/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forget Reading! Web Content Is Meant To Be Skimmed</title>
		<link>http://searchengineland.com/forget-reading-web-content-is-meant-to-be-skimmed-122899</link>
		<comments>http://searchengineland.com/forget-reading-web-content-is-meant-to-be-skimmed-122899#comments</comments>
		<pubDate>Tue, 05 Jun 2012 16:21:49 +0000</pubDate>
		<dc:creator>Stoney deGeyter</dc:creator>
				<category><![CDATA[Channel: SEO]]></category>
		<category><![CDATA[Keywords & Content]]></category>

		<guid isPermaLink="false">http://searchengineland.com/?p=122899</guid>
		<description><![CDATA[There are a lot of different schools of thought on how to develop website content that is &#8220;just right&#8221; for search engines and customers alike. Everyone has his or her own idea of what the perfect amount of content is. Unfortunately, we still hear people saying that any content is too much! The argument goes [...]]]></description>
				<content:encoded><![CDATA[<p>There are a lot of different schools of thought on how to develop website content that is &#8220;just right&#8221; for search engines and customers alike. Everyone has his or her own idea of what the perfect amount of content is. Unfortunately, we still hear people saying that any content is too much!</p>
<p>The argument goes something like this: &#8220;People don&#8217;t read, they just look at the pretty pretty pictures.&#8221; This is both true and false. Many people <em>don&#8217;t</em> read content, but they are just a fraction of your audience. Another fraction skims the content, and still another fraction will read every word on the page.</p>
<p>So, which audience are you going to disenfranchise with (or without) your content?</p>
<p><div id="attachment_122903" class="wp-caption aligncenter" style="width: 410px"><img class="size-full wp-image-122903 " src="http://searchengineland.com/figz/wp-content/seloads/2012/05/8814868_s.jpg" alt="Reading online" width="400" height="324" /><p class="wp-caption-text">Reading online isn&#39;t like reading a book. We have to write differently for the online audience.</p></div></p>
<p>Fortunately, you don&#8217;t have to disenfranchise <em>any</em>. You <em>can</em> create content that is meant to be read, ignored or even half read/half ignored (a.k.a., skimmed).</p>
<p>When you create content designed to be skimmed, you&#8217;ll find that you are, essentially, providing content for each type of audience. It can be read, ignored or quickly reviewed by the reader looking for the nuggets of information that are most important to them.</p>
<p>Let&#8217;s look at these three types of readers and how skimmable content is good for them each.</p>
<h2>Content? I Won&#8217;t Read Your Stinking Content!</h2>
<p>Non-readers don&#8217;t have much use for lengthy text. Small bits of content are fine (such as short product descriptions, photo captions or <a href="http://www.polepositionmarketing.com/emp/posting-in-twitterbites/">twitterbites</a>), but they really don&#8217;t need or want the whole multi-paragraph-learn-all-about-how-great-our-stuff-is sales spiel.</p>
<p>Non-readers generally navigate by looking at pictures and links until they find what they are looking for. Essentially, these are cover-art shoppers. Your pictures speak more for them than your words. In fact, for non-readers, words tend to get in the way.</p>
<p>But that doesn&#8217;t mean you should eliminate all content from your website. As long as the content is <em>non-obtrusive</em> and doesn&#8217;t hinder the non-reader&#8217;s search and navigation experience, they can blow right past it and get right to what they came for.</p>
<h2>It&#8217;s Elementary, My Dear Reader</h2>
<p>Then there are the readers who are likely to read almost every word on the page. These types are information gluttons. They want to know about the product, need to be sold on its virtues and must be convinced they are making the right decision about their purchase. And, your content is the way all that gets done.</p>
<p>To a reader, <em>all information is generally good information</em>. The more they know about the product, your company and anything else that increases your credibility will help them feel secure in doing business with you instead of a competitor.</p>
<p>Text is an important part of the reader&#8217;s decision-making process. From the homepage to categories and sub-categories to the actual product page, the reader is intensely interested in what you have to say, as it will be the determining factor in whether you get a conversion or not.</p>
<h2>Skimming Is What I Do, Darlin&#8217;</h2>
<p>Skimmers don&#8217;t really read the content on each page, but they do scan through it in order to find quick visual cues that will help them get the information they want. When they see something that appeals to them, they&#8217;ll stop and read more thoroughly or click a link to get to the content that does interest them.</p>
<p>Content written for skimmers helps <em>all</em> visitors get a sense of what you&#8217;re saying without requiring them to read every word. In fact, skimmable content is better for both the reader and non-reader because skimmed content is easier to read and/or ignore. Essentially, it enhances the page for readers and doesn&#8217;t get in the way of non-readers.</p>
<p>Since skimmable content is easier on the eyes and makes important nuggets of information eye-catching, the non-reader will find it nearly irresistible. This allows them to &#8220;inadvertently&#8221; take in important information that gives them a better impression of your product.</p>
<p>For the reader, skimmable content is even easier to read, making important points obvious and ensuring that the reader factors their importance into the decision-making process.</p>
<p>For all readers, skimmable content helps visitors see what&#8217;s important and even highlights key navigational elements that otherwise might have been missed or overlooked if not implemented in a skimmer-friendly way.</p>
<h2>All Content Should Be Skimmable Content</h2>
<p>It&#8217;s not too difficult to take good content and make it more skimmable (aka <em>better</em>). Here are some important points for making content skimmable:</p>
<ul>
<li>Place your content where it will be noticed but is not obtrusive. You might have to break it up a bit. The longer the content is, the more careful you have to be about where and how you place the content on the page. This is especially true when dealing with product category pages.</li>
<li>Start each paragraph with your most important and compelling verbiage. Many skimmers look only at the first line of each paragraph. Make it count.</li>
<li>Use paragraph/section headings that draw interest but are also quick to read at a glance. If it&#8217;s too long, it gets lost in the word-salad.</li>
<li>Use bulleted lists when possible, as this breaks up the monotony of the content and creates easy-to-digest chunks.</li>
<li>Bold or italicize key concepts throughout. Don&#8217;t go overboard, but use this to draw they eye to anything you think really needs to stand out.</li>
<li>Add images to your content. Even though images don&#8217;t get read, the do draw the eye and make the content more likely to be seen, skimmed and read.</li>
</ul>
<p>Writing for skimmers is really about good writing practices and formatting your content in a visually appealing way. Just as good content is a valuable part of the SEO process, skimmable content is a valuable part of the sales process.</p>
<p>Good website marketing isn&#8217;t about building a site for any one type of visitor, it&#8217;s about building a site that speaks to as many different visitor types as possible without alienating any. You must have the right pieces in the right places in the right way. Skimmable content allows you to target all types of readers and give them even more than they want. That way, everyone has a positive experience.</p>
<h6>Image credit: <a href="http://www.123rf.com/photo_8814868_conceptual-image--library-online-3d-render.html">frenta / 123RF Stock Photo</a>.</h6>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/forget-reading-web-content-is-meant-to-be-skimmed-122899/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>When Small Businesses Shouldn&#8217;t Act Like A Small Business</title>
		<link>http://searchengineland.com/when-small-businesses-shouldnt-act-like-a-small-business-13109</link>
		<comments>http://searchengineland.com/when-small-businesses-shouldnt-act-like-a-small-business-13109#comments</comments>
		<pubDate>Thu, 10 Jan 2008 18:48:01 +0000</pubDate>
		<dc:creator>Stoney deGeyter</dc:creator>
				<category><![CDATA[Channel: Search Marketing]]></category>
		<category><![CDATA[Search Marketing: General]]></category>
		<category><![CDATA[Small Is Beautiful]]></category>

		<guid isPermaLink="false">http://searchengineland.com/beta/when-small-businesses-shouldnt-act-like-a-small-business-13109.php</guid>
		<description><![CDATA[
]]></description>
				<content:encoded><![CDATA[<p><a href="http://searchengineland.com/lands/small-is-beautiful.php">
</a> I think one of the most significant problems small businesses have when it comes to growth is that they maintain a small business mindset. Now if you&#8217;re one of those that likes being &#8220;mom and pop,&#8221; then this article isn&#8217;t for you. On the other hand, if you&#8217;re a small business owner that has big dreams and big goals, there is no better time than now than to start getting out of the small business, mom and pop mindset, and start thinking like the business you want to grow into. And the first place to start is with your online marketing campaigns.</p>
<p><span id="more-13109"></span>
One of the great things about online marketing over the past decade is that it allowed small businesses to compete against the big guys on more of a level playing field than the offline world allows. Over the past few years, though, the playing field has been tilting like the Leaning Tower of Pisa. As more big corporations jump into online marketing and invest tens, hundreds, and even thousands of thousands of dollars each year, it becomes increasingly difficult for small businesses to gain headway.</p>
<p>That&#8217;s not to say there are no opportunities for small businesses to succeed online; quite the opposite, actually. All this means is that small businesses that don&#8217;t have the capital to invest need to be more creative in how they invest in online marketing.</p>
<p><b>It&#8217;s not how big you are, but how smart you can be with your money</b></p>
<p>It&#8217;s not always about achieving number one rankings. In fact, as a marketer, I&#8217;m getting more and more annoyed with small businesses who come and ask if I can get them #1 for their keyword. Is it possible? Sure. Is it possible with their budget? Not a chance. You won&#8217;t get far on $500/month up against companies that invest $10,000 per month.</p>
<p>But a small business does not have to invest $10,000 per month in order to do well online. And success is also relative. Most small businesses are not set up to handle the same kind of success as large businesses. You have to grow into that. But every small business owner investing in online marketing needs to keep their expectations in line with what can be done and what kind of success they can handle. Budget doesn&#8217;t always make or break success, but it does play a role in it. The key is to find the areas where your budget will see the most return.</p>
<p><b>Think big, move swiftly</b></p>
<p>As a small business owner, you&#8217;ll also need to determine how your own time is best spent. Is it beneficial for you to <a href="http://searchengineland.com/070419-071035.php">do most of the marketing work yourself, or to hire someone to do it for you</a>? Personally, I like to pay people to do things so I have more time to run my business. But not everybody has that luxury. But part of thinking like a big business is being willing to <i>not </i>do everything yourself and put it in the hands of those who can really bring you success.</p>
<p>Sometimes the best thing a small business owner can do is to think like a big business. You won&#8217;t be able to do everything a big business does, but you can take lessons from what they do and determine how best to scale them to your situation. The one advantage a small business has over a large business is adaptability. Think big, move fast, and invest in areas where your larger competition is overspending and underperforming.</p>
<p>You don&#8217;t have to be a big business to win in the online marketing game. But you do need to get out of the mom and pop rut. Be willing to take risks, but do so wisely and well-informed. And like big businesses, be willing to fail a little here and there if it teaches you how to succeed bigger later. You don&#8217;t have to spend like a big business, but you won&#8217;t go far so long as you keep thinking like a small business.</p>
<p><i>Stoney deGeyter is CEO of <a href="http://www.polepositionmarketing.com">Pole Position Marketing</a>. The <a href="http://searchengineland.com/lands/small-is-beautiful.php">Small Is Beautiful</a> column appears on Thursdays at <a href="http://searchengineland.com">Search Engine Land</a>.</i></p>
]]></content:encoded>
			<wfw:commentRss>http://searchengineland.com/when-small-businesses-shouldnt-act-like-a-small-business-13109/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
