<?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>Palmer Web Marketing &#187; 25 Ways Series</title>
	<atom:link href="http://www.palmerwebmarketing.com/blog/category/25-ways-series/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.palmerwebmarketing.com/blog</link>
	<description>Ideas for Marketing in Web 2.0</description>
	<lastBuildDate>Sun, 07 Mar 2010 02:40:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>25 Web Form Optimization Tips</title>
		<link>http://www.palmerwebmarketing.com/blog/25-web-form-optimization-tips/</link>
		<comments>http://www.palmerwebmarketing.com/blog/25-web-form-optimization-tips/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 19:56:31 +0000</pubDate>
		<dc:creator>Justin Palmer</dc:creator>
				<category><![CDATA[25 Ways Series]]></category>
		<category><![CDATA[E-commerce]]></category>
		<category><![CDATA[Website Conversion]]></category>
		<category><![CDATA[Website Usability]]></category>

		<guid isPermaLink="false">http://www.palmerwebmarketing.com/blog/25-web-form-optimization-tips/</guid>
		<description><![CDATA[Stop for a moment and consider the goals of your website. Regardless of whether it&#8217;s a purchase through a shopping cart, a lead generation, white paper download, or a email opt, I&#8217;m going to bet every one of these actions requires a customer to use a web form.
With web forms playing such an important role [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.palmerwebmarketing.com/blog/category/25-ways-series/"><img src="http://www.palmerwebmarketing.com/images/25WaysWebForm.jpg" border="0" alt="" hspace="8" align="right" /></a>Stop for a moment and consider the goals of your website. Regardless of whether it&#8217;s a purchase through a shopping cart, a lead generation, white paper download, or a email opt, I&#8217;m going to bet every one of these actions requires a customer to use a <a href="http://en.wikipedia.org/wiki/Form_(web)" target="_blank">web form</a>.</p>
<p>With web forms playing such an important role in the completing goals, it goes without saying that we should optimize the heck out of them. Below are 25 tips for doing just that.</p>
<ol>
<li><strong>Ditch the Captchas: </strong><a href="http://en.wikipedia.org/wiki/Captcha">Captcha&#8217;s</a> are great for blocking spam, but <a href="http://www.rosenfeldmedia.com/books/webforms/blog/10_sign_up_improvement_with_on/" target="_blank">some evidence suggests</a> they are just as good at blocking conversions. A little spam isn&#8217;t the end of the world, and definitely isn&#8217;t worth losing conversions over. If you must use a Captcha, make sure it&#8217;s easy to read.</li>
<li><strong>Remove Unnecessary Fields: </strong>Do you really need to ask for your customers date of birth and gender? Even if your customers aren&#8217;t concerned about privacy issues, odds are they&#8217;re lazy and might just abandon your excessively inquisitive form. Here&#8217;s some <a href="http://www.getelastic.com/registration-usability-tips-ecommerce/" target="_blank">great advice from Get Elastic on registration forms</a>.</li>
<li><strong>Keep It Simple: </strong>Just because we <em>can</em> use CSS to do all sorts of fancy things with text boxes, doesn&#8217;t mean we <em>should</em>. Keeping form fields simple will ensure that customers understand their purpose and won&#8217;t confuse them with design elements.</li>
<li><strong>Clear the Clear Button: </strong>Having a clear button next to the submit button just makes it easier for customers to accidentally delete what they&#8217;ve entered. Skip this unnecessary feature.</li>
<li><strong>Cancel the Cancel Button: </strong>In the case of long or multi-part form pages, such as checkouts, don&#8217;t give customers the option to cancel their decision. That&#8217;s equivalent to a commission driven salesperson asking, &#8220;Do you <em>really</em> want to buy this?&#8221;</li>
<li><strong>Label Required Fields: </strong>People want to do as little as possible. For this reason, let your customers know what they are required to fill out with an asterisk or similar label.</li>
<li><strong>Use Point of Action References: </strong>If customers are getting confused by the information you&#8217;re asking for in a particular field, include a small note with a popup link with more information. For example, one of the most common POA references is an explanation of the 3 digit CVV code found on the back of credit cards.</li>
<li><strong>Show Formatting Examples:</strong> Some fields should have notes showing how to format them, depending on your database requirements. For example, you might want phone number formatted in a certain way, with or without parenthesis, dashes, etc. In general though, keep these formatting requirements to a minimum in order to keep it simple for customers.</li>
<li><strong>Make it International Friendly</strong>: Forms requiring an address can be confusing if they&#8217;re built only with US residents in mind. Check out these detailed <a href="http://uxmatters.com/MT/archives/000295.php" target="_blank">guidelines for building international friendly forms</a>.</li>
<li><strong>Allow Easy Forward and Backward Movement:</strong> Customers rarely maneuver through our website the way we intend them to. In order words, they hit the back button, the forward button, refresh, etc. Depending on how your forms pass data, this could cause error messages such as &#8220;this page has expired&#8221;. Make sure you test the forward and backward flow of any multiple page forms on your site.</li>
<li><strong>Logical Tab Sequence:</strong> Don&#8217;t you hate it when you hit tab, and rather than going to the next field, the focus moves somewhere else on the page? This problem is likely due to the way the form is laid out with HTML tables. Make sure your forms tabs in a logical sequence to prevent customers from accidentally skipping fields.</li>
<li><strong>Server Side Validation: </strong>There&#8217;s 2 ways to ensure that your visitors are entering correct data into fields. You can use client-side scripting (such as Javascript which is browser dependent) or server side error processing. In addition to server side validation being less reliant on the user&#8217;s browser settings, it&#8217;s also more secure.</li>
<li><strong>Clear Error Messages: </strong>When displaying error messages when customers enter invalid data, make sure your messages are clear and well placed. This means saying &#8220;Please enter an email address&#8221; rather than something vague like &#8220;you must fill out all fields.&#8221; A best practice is taking them right back to the field with incorrect data, and displaying the error message next to it.</li>
<li><strong>Show What&#8217;s Needed When Its Needed: </strong>It&#8217;s best to hide form fields until you know they are absolutely needed. For example, if you already know your user is from the US, you can dynamically hide the province field and show the state drop down box instead.</li>
<li><strong>Logical List Order: </strong>When using drop down lists or radio button lists, make sure you order them in a logical way, listing items higher if they are selected more often. In other words, if 90% of your customers buy from the USA, don&#8217;t list Afghanistan as your first option, and United States at the very bottom.</li>
<li><strong>AJAX Validation: </strong>Some sites have begun to validate form inputs as soon as the user tabs out of the field. This can be very effective, since it does not break the flow of the process. Its easier to correct an error immediately after entering it rather than after the whole form is completed.</li>
<li><strong>Remember Me Feature: </strong>For login forms, allow customers to choose a &#8220;remember me&#8221; option, which uses a cookie to fill in login information the next time. Who wants to remember all those passwords anyway?</li>
<li><strong>Set Focus: </strong>When a page loads containing a forms, sending the cursor to the first required field will prevent users from having to click into the field in order to start typing. This can be accomplished with a <a href="http://discussion.forum.nokia.com/forum/showthread.php?t=127724" target="_blank">simple JavaScript function</a>.</li>
<li><strong>Avoid Obnoxious Password Requirements: </strong>Ever received this annoying error? &#8220;Your password must contain at least one letter, number, and be least X number of digits.&#8221; Requiring passwords to be formatted a certain way may help security, but it will likely discourage return visits since visitors must now remember an unfamiliar password.</li>
<li><strong>Progress Indicators: </strong>For forms that span multiple pages, include a progress indicator letting people know where they are in the process. These are most commonly seen during checkout and would include steps such as &#8220;Shipping Info &gt; Payment Info &gt; Receipt Confirmation.&#8221;</li>
<li><strong>Minimize Scrolling &amp; Pages: </strong>A good case can be made to limit the number of pages in a a multi-part form in order to prevent customers from abandoning. However, an opposing case can also be made than ridiculously long, single pages forms that require scrolling can scare off customers. There&#8217;s no sure-fire rule here, its a perfect opportunity to perform your own a/b test.</li>
<li><strong>Strong Call to Action Buttons: </strong>Sometimes &#8220;Submit&#8221; just doesn&#8217;t cut it. In other words, be specific and action oriented with your form buttons.</li>
<li><strong>Use External Labels: </strong>Have you ever used a form that labeled the field with text that disappears when you click into it? This can be a great space saver, but extremely confusing if a customer forgets what the field is for since the label has disappeared.  Here&#8217;s a great example  of why <a href="http://www.suimple.com/articles/2007/12/29/worst-form-labels-ever/" target="_blank">external form labels are more effective. </a></li>
<li><strong>Prioritize Size and Location of Multiple Button Forms: </strong>On a form with multiple action buttons, make sure you emphasize the most important button leading to the conversion. For example, if your final order confirmation screen has 2 buttons, &#8220;Finalize Order&#8221; and &#8220;Edit Order&#8221;, make sure the &#8220;Finalize Order&#8221; button is larger and more prominent.</li>
<li><strong>Clear Confirmations: </strong>Have you ever filled out a long, tedious form, clicked submit, only to be returned to what seems like the same page with the form empty? You can do everything right with your form, but if you drop the ball on the confirmation, your customers will be helplessly confused. In addition to making a clear confirmation message, check out these other  <a href="http://www.palmerwebmarketing.com/blog/dont-waste-your-thank-you-pages/">tips to prevent wasting your confirmation page</a>.</li>
</ol>
<p>So what are your thoughts? Have any other form optimization tips to add?</p>
<p>Like this post? Subscribe to the <a href="http://feeds.feedburner.com/PalmerWebMarketing">Palmer Web Marketing RSS feed</a>.</p>
<p><strong>About Justin Palmer</strong></p>
<p>Justin Palmer is the founder of Palmer Web Marketing, an <a href="http://www.palmerwebmarketing.com">internet marketing and e-commerce consultancy</a>. Justin also runs several other websites, including EnjoyinJava.com, which offers <a href="http://enjoyinjava.com/coffee-coupons-deals/" target="_blank">coffee coupons</a> and reviews.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.palmerwebmarketing.com/blog/25-web-form-optimization-tips/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>25 Pay Per Click Survival Tips</title>
		<link>http://www.palmerwebmarketing.com/blog/25-pay-per-click-survival-tips/</link>
		<comments>http://www.palmerwebmarketing.com/blog/25-pay-per-click-survival-tips/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 16:39:35 +0000</pubDate>
		<dc:creator>Justin Palmer</dc:creator>
				<category><![CDATA[25 Ways Series]]></category>
		<category><![CDATA[Pay Per Click (PPC)]]></category>

		<guid isPermaLink="false">http://www.palmerwebmarketing.com/blog/25-pay-per-click-survival-tips/</guid>
		<description><![CDATA[
Not many years ago, successful pay per click campaigns could basically run on auto-pilot. As this marketing medium has matured, good ROI has become increasingly difficult to achieve. This post will focus on some tactics to keep your campaigns afloat in these competitive and changing times.

SEO Your PPC Landing Pages: Recent changes to Google&#8217;s quality [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.palmerwebmarketing.com/images/25ThingsSeries.jpg" align="left" hspace="5" vspace="5" /></p>
<p>Not many years ago, successful pay per click campaigns could basically run on auto-pilot. As this marketing medium has matured, good ROI has become increasingly difficult to achieve. This post will focus on some tactics to keep your campaigns afloat in these competitive and changing times.</p>
<ol>
<li><strong>SEO Your PPC Landing Pages: </strong>Recent changes to <a href="http://adwords.google.com/support/bin/answer.py?hl=en&amp;answer=21388" target="_blank">Google&#8217;s quality score</a> now look at on-page text and load time to determine relevancy, and therefore your final click price and ad position. By applying basic <a href="http://www.palmerwebmarketing.com/blog/dont-even-start-link-building-until-you/">on-page SEO tactics</a> and <a href="http://www.palmerwebmarketing.com/blog/category/website-usuability/">web usability best practices</a> to your landing pages, you can save a bundle and improve your ad position.<a href="http://www.palmerwebmarketing.com/blog/category/website-usuability/"><br />
</a></li>
<li><strong>Turn Off Auto-Matching: </strong>Apparently, Google doesn&#8217;t think PPC marketers are good enough at picking keywords, so they want to do it for us. They&#8217;ve done quite a good job at spinning this one, but don&#8217;t fall for it. With auto-matching, Google will automatically show your ads for queries that <em>they think</em> are related to words you already bid on.</li>
<li><strong>Set Cost Per Conversion Goals by Product Category: </strong>How much are you willing to pay a customer? Looking at your gross and net operating margins, set a goal on how much you are willing to pay to acquire a customer through Pay per click. Then stick with it, and adjust or cut your ad groups in order to meet this goal. Taking this a step further, determine how much you can afford to pay for each product category. For example, you can obviously pay more to acquire a PPC sale for a 70% margin product vs. a 30% one.</li>
<li><strong>Calculate Your Lifetime Customer Value: </strong>In addition to understanding your customer acquisition cost, it&#8217;s crucial to know the long term value of customers you acquire through PPC. For example, on average how many times will your typical customer buy per year? Sometimes marketers are willing to take a hit on the first sale if they know the customer will generate many future sales. Recently, I analyzed an Adwords campaign, and broke it down by LTV for each adgroup. The results were surprising. I discovered that many groups were performing well up-front (low cost per conversion), but weren&#8217;t ever generating future orders. In contrast, some groups were generating poor up-front results, but great LTV. <strong> </strong></li>
<li><strong>Recognize Cross-Channel &amp; Untrackable Conversions: </strong>Because ROI tracking is so easy, we sometimes think its infallible. Realize that customers who click on your ads will often convert through other channels such as through your call-center, store, or catalog. In addition, its nearly impossible to track sales from customers who use multiple PCs (home, office, laptop). For example, a customer may find your website from work, but make their first purchase at home after typing in your URL directly.</li>
<li><strong>Dis-Allow Trademark Bidding for Affiliates: </strong>If you utilize affiliate marketing, take a close look at your pay per click bidding policy for affiliates. If you&#8217;re not careful, affiliates will bid on your brand name terms, (keywords that you likely already rank organically for). This type of <a href="http://www.rimmkaufman.com/rkgblog/2008/04/14/affiliate-theft/" target="_blank">affiliate theft</a> adds unnecessary marketing costs, since you&#8217;re now paying affiliates for a sale you would have likely received without them.</li>
<li><strong>Use Appropriate Data Samples for Decisions: </strong>One mistake I see frequently is making decisions to cut or increase PPC spending based on an inadequate amount of data. Before making a drastic decision, make sure you view several months worth click and conversion activity. I frequently come across ad groups that perform well one month, and terrible the next.</li>
<li><strong>Turn Off the Content Network: </strong>In my experience, the content network is extremely difficult to generate acceptable ROI with. Even if you&#8217;ve had success with the content network, be sure to separate it from your keyword campaigns, as mixing them will blur the ROI between the two.</li>
<li><strong>Test Your Ad Copy, But Not Too Much: </strong>A/B testing your ads is so easy, there&#8217;s no reason not to do it. However, don&#8217;t stress about changes that are too small to track. Changing insignificant words in your ad copy may show slight changes in click-through rates, but the results are likely random.</li>
<li><strong>Test Landing Pages: </strong>More importantly, test which landing pages result in better conversion. You can accomplish this by creating an identical ad, yet linking to a different destination.</li>
<li><strong>Make Your Ads Less Appealing: </strong>Yes, you read that right. If your goal is good ROI, then you actually <a href="http://www.aimclearblog.com/2007/07/11/tell-the-truth-with-ppc-ads-for-higher-landing-page-conversion/" target="_blank">don&#8217;t want everyone to click on your ad</a>, only qualified customers. This might mean adding the price of your product to your ad, with the intention of filtering out discount shoppers. The key is to qualify your clicks, not to cast a wide net. This is especially important with high volume, broad keywords.</li>
<li><strong>Build Custom, Focused Landing Pages: </strong>One of the major advantages to <a href="http://www.palmerwebmarketing.com/blog/pay-per-click-vs-organic-search-and-why-you-need-both/">PPC vs. organic SEO</a> is the ability to send visitors exactly where you want to. Make sure your landing pages feature the same keywords you bid on in order to reinforce relevance. In addition, ensure that the next step is impossible to miss, featuring a strong call to action.</li>
<li><strong>Use Negative Keywords Exhaustively:</strong> Not bidding on keywords can be as important as bidding on them. Use <a href="http://www.google.com/adpreview" target="_blank">Google&#8217;s ad preview</a> tool to help determine whether your ads are showing up for irrelevant queries. Here&#8217;s some <a href="http://www.seomoz.org/ugc/how-ebay-can-improve-your-ppc-campaign-performance" target="_blank">great tools to help find negative keywords</a>.</li>
<li><strong>Avoid Bidding Wars: </strong>Focus on ROI, not your ego. The number one spot doesn&#8217;t always convert best. In fact, some think spots #2, and #3 outperform #1, since it tends to get clicked automatically.</li>
<li><strong>Use Phrase Match &amp; Exact Match: </strong>More and more, I&#8217;m finding it difficult to achieve good results using broad match keywords. Instead of a shot-gun approach, use phrase match or exact match to focus in on specifc phrases.</li>
<li><strong>Don&#8217;t Compete with Your Organic Listings: </strong>If you rank in the top 3 organic positions for a keyword, you’re probably better off bidding for the 4 or 5 spot with PPC rather than competing with your natural listing.</li>
<li><strong>Don&#8217;t Worry about Click Fraud: </strong>Yes, click fraud happens. It happens in some industries more than others. However, its best just to consider it a cost of doing business with paid search. If you focus too much of your time trying to catch it, or you know its happening and you can&#8217;t do anything about it, maybe you shouldn&#8217;t be using PPC in the first place.</li>
<li><strong>Use PPC for Organic SEO Research: </strong>Let your paid and natural search campaigns feed off each other. As you analyze your top performing PPC keywords, consider optimizing for them organically. PPC makes great testing ground for SEO, since you can roughly gauge the success of keywords before going into all the trouble of optimizing for them.</li>
<li><strong>Use Keyword Management Software: </strong>Campaign management software such as <a href="http://www.google.com/intl/en/adwordseditor/" target="_blank">Google&#8217;s adwords editor</a> simplifies repetitive tasks that are mundane in the web-based Adwords admin. Microsoft adCenter is <a href="http://advertising.microsoft.com/adcenter-beta-pilot-signup" target="_blank">now allowing beta pilot signups</a> for a similar future product.</li>
<li><strong>Track Secondary Conversions: </strong>It goes without saying that sales conversions should be tracked. However, what about that other 97% percent of visitors that don&#8217;t buy on the first visit? The next best thing to a purchase is often an opt-in, since a certain percentage of your opt-in list will eventually buy. Consider tracking &#8220;mini-conversions&#8221; such as email or RSS signups.</li>
<li><strong>Double Check your Ads and Landing Pages: </strong>Over time, links get broken, copy gets out-dated, and products go out of stock. For these reasons, its important to test your ads on a regular basis, removing<strong> </strong>ads that should not longer be showing.<strong> </strong></li>
<li><strong>Watch your Traffic from Parked Domains: </strong>Take a look at your clicks and conversions from parked domains. While there is <a href="http://www.seroundtable.com/archives/003074.html" target="_blank">some debate</a> about this, many marketers find this traffic is lower quality, and converts poorly. See <a href="http://adwords.google.com/support/bin/answer.py?answer=86716" target="_blank">this Adwords help page</a> for how to turn this off.</li>
<li><strong>Track Branded vs. Non-Branded Keywords: </strong>Make sure you separate your branded keyword campaigns from your non-branded ones. Realize that while branded keywords usually boast a much lower cost per conversion, <a href="http://www.brandcurve.com/what-every-seo-needs-to-know-about-branded-search-roi/" target="_blank">they are often the result of other marketing campaigns</a>. <strong><br />
</strong></li>
<li><strong>Use Your Time Wisely: </strong>Whether your paid search program is managed in-house, or by a third party, your time resources are limited. Make sure you spend that time effectively, doing the things that will make the most difference. <a href="http://www.rimmkaufman.com/" target="_blank"> The Rimm-Kaufman Group</a> suggests a break-down of how to <a href="http://www.rimmkaufman.com/rkgblog/2007/06/14/sem-resource-allocation/" target="_blank">allocate your time</a> between term list management, bid management, landing page/site layout, and ad copy tweaks.</li>
<li><strong>Make Big Promises; Overdeliver: </strong><a href="http://sethgodin.typepad.com/seths_blog/2008/05/four-words.html" target="_blank">Seth Godin recently wrote brilliant post</a> on these four words that applies well to PPC. Your ads need to make big promises in order to get clicks. Your landing pages need over deliver on the promise of your ads, then make more big promises to keep visitors engaged. Your product pages need to fulfill the expectations from your landing pages, and so on. Top this off with a product that <em>actually</em> exceeds<em> </em>expectations supported by great service, and you&#8217;ve got yourself a winning formula for any type of marketing.</li>
</ol>
<p>What PPC tactics have worked for you lately? I&#8217;d love to see another 25 tips in the comment section <img src='http://www.palmerwebmarketing.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>About PWM</strong></p>
<p>Justin Palmer is a <a href="http://www.palmerwebmarketing.com/search-engine-marketing/adwords-ppc-consultant.php">Google Adwords consultant</a>, who specializes in helping small businesses improve the ROI of their Pay per click campaigns.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.palmerwebmarketing.com/blog/25-pay-per-click-survival-tips/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>25 Ways to Speed Up your Website</title>
		<link>http://www.palmerwebmarketing.com/blog/25-ways-to-speed-up-your-website/</link>
		<comments>http://www.palmerwebmarketing.com/blog/25-ways-to-speed-up-your-website/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 02:23:24 +0000</pubDate>
		<dc:creator>Justin Palmer</dc:creator>
				<category><![CDATA[10 Top Posts]]></category>
		<category><![CDATA[25 Ways Series]]></category>
		<category><![CDATA[Web Marketing]]></category>
		<category><![CDATA[Website Conversion]]></category>
		<category><![CDATA[Website Usability]]></category>

		<guid isPermaLink="false">http://www.palmerwebmarketing.com/blog/25-ways-to-speed-up-your-website/</guid>
		<description><![CDATA[Speed kills. In the case of website usability, the lack of speed kills. Many have erroneously assumed the advent of high speed internet connections would make website performance optimization irrelevant. On the contrary, it seems as internet connection speeds increase, users simply become more impatient and demand faster browsing. Below, I&#8217;ve gathered some simple (and [...]]]></description>
			<content:encoded><![CDATA[<p>Speed kills. In the case of website usability, the lack of speed kills. Many have erroneously assumed the advent of high speed internet connections would make website performance optimization irrelevant. On the contrary, it seems as internet connection speeds increase, users simply become more impatient and demand faster browsing. Below, I&#8217;ve gathered some simple (and advanced) ways to speed up your site.</p>
<p>Before making any changes, I would recommend benchmarking your download time with <a href="http://www.websiteoptimization.com/services/analyze/" target="_blank">WebSite Optimization&#8217;s webpage optimization tool</a>.</p>
<p><em><strong>Image Optimizing Tips:</strong></em></p>
<ol>
<li><strong>Compress .jpg and .gif images:</strong> If you use photoshop, always use the &#8220;Save for Web&#8221; feature. If you don&#8217;t have access to PS, there&#8217;s a ton of <a href="http://www.download.com/3120-20_4-0.html?sort=totalDL&amp;tg=dl-20&amp;qt=image+compressor&amp;tag=srt.td" target="_blank">free image compressing freeware out there</a>.</li>
<li><strong>Compress or eliminate unnecessary Flash elements:</strong> In my opinion, flash is over-rated, slow, and buggy. It has it&#8217;s benefits, but make sure you don&#8217;t rely on it for navigation or other necessary site elements.</li>
<li><strong>Don’t Resize Images within HTML: </strong>Don&#8217;t use the width or height attribute in the IMG tag to resize larger options. For example, if you resize an image that was originally 300 x 300 to 100 x 100, the user still has to download the full size one. Instead, use thumbnails.</li>
<li><strong>Specify Image Dimensions:</strong> Don&#8217;t leave the width or height attributes blank. By doing so, you&#8217;ll slow down the browser rendering of the page, since it doesn&#8217;t know how much space to give for each image.</li>
<li><strong>Slice Your Images:</strong> Slicing doesn&#8217;t actually reduce image size (in fact, it increases the overall size). However, it does increase the apparent load time by making each slice appear one at a time rather than one big image popping up after it downloads.</li>
<p><span id="more-94"></span></p>
<li><strong>Avoid Too Many Slices: </strong>Don&#8217;t use too much of a good thing. As mentioned above, each slice actually increases the total size. I would recommend using no more than 4 slices, unless you are dealing with a huge image.</li>
<p><strong><em>Coding Tips</em></strong></p>
<li><strong>Use CSS instead of Images:</strong> Cascading style sheets can do more than you think. Many sites make effective use of CSS formatting and eliminate the need for excessive images. Even effective brand logos can be created with CSS.<strong> </strong><a href="http://www.csszengarden.com/" target="_blank">CSS Zen Garden</a> has some examples of creative use of CSS.</li>
<li><strong>Convert from Table to CSS based layout:</strong> Tables are ok for displaying data in columns and rows, but is grossly inefficient for designing web page layouts. By using DIV tags with CSS, you can cleanup your code extensively, which will reduce page load time and also offer SEO benefits.</li>
<li><strong>Use External Style Sheets:</strong> Rather than formatting through embedded inline styles in pages or html elements, reference an external css files that the entire site can reference. The browser will cache this page on the first visit, so it won&#8217;t need to download it repeatedly.</li>
<li><strong>Use External Javascript:</strong> Simliar to above, put all of your JavaScript functions in an external file for caching benefits.</li>
<li><strong>Remove Unnecessary White Space in HTML:</strong> Surprisingly, white space hogs<br />
a lot of disk space. Remove unnecessary space and other code clutter with this handy tool called <a href="http://sourceforge.net/projects/tidy" target="_blank">HTML Tidy</a>.</li>
<li><strong>Use Shorthand CSS: </strong>Instead of putting each CSS attribute on its own line, use <a href="http://www.sitepoint.com/article/introduction-css-shorthand" target="_blank">shorthand CSS </a>to prevent extra line breaks in your external CSS file.</li>
<li><strong>Use CSS Images instead of IMG tag: </strong>An easy way to speed up the rendering of an image is to simply call as a background of a div tag.</li>
<li><strong>Use Relative Links: </strong>Removing the &#8221; http://www.yoursite.com &#8221; from the beginning of every link will shed some weight. Just be careful not to allow people to jump back and forth between secure and insecure pages, which will generate one of those annoying &#8220;insecure items&#8221; errors in the<br />
browser.</li>
<li><strong>Specify the DocType: </strong>Pages that have the <a href="http://www.alistapart.com/stories/doctype/">DocType specified</a> tend to load faster than those that don&#8217;t.</li>
<p><strong><em>Server &amp; Database Tips</em></strong></p>
<li><strong>Reduce Http requests from other sites: </strong>Try to eliminate connecting to other servers to retrive images, audio, or video. Each http:// connection only slows things down. <strong> </strong></li>
<li><strong>Don&#8217;t Use Https://: </strong>Don&#8217;t use secure pages if you don&#8217;t have to. Connecting through secure http is about 3 times slower than regular http. Obviously, your checkout process needs to be secure, but your product pages most likely do not. In addition, make sure your navigation doesn&#8217;t use relative links which forces users to flip flop between secure and non-secure pages.</li>
<li><strong>Upgrade your Web Server:</strong> Just like that old PC you bought 5 years ago, web servers can go down hill and become outdated.</li>
<li><strong>Use Gzip Compression to Reduce HTML Size: </strong><a href="http://en.wikipedia.org/wiki/Gzip" target="_blank">Gzip</a> is great for compressing html code, however it does nothing for images, flash, or other embedded files. Many open source programs such as Wordpress and Joomla already support it.</li>
<li><strong>Upgrade Server Memory:</strong> A boost in memory resources on your server can reduce processing time and greatly increase performance.</li>
<li><strong>Upgrade your Database Server Hard Drive: </strong>The faster your server&#8217;s hard drive is able to access data, the faster it can serve up files. A fast hard drive is especially important for your database server.</li>
<li><strong>Separate Content and Database Servers: </strong>If you have a high traffic, database driven website, you can benefit by placing your content on one server and your database on another. In addition to the speed benefits, it is more secure.</li>
<p><strong><em>Other Tips</em></strong></p>
<li><strong>Loading Progress Indicators:</strong> By letting users know that you are processing their request, you can assuage their impatient fears. This won&#8217;t necessarily speed things up, but it will update them on the progress.</li>
<li><strong>Use AJAX instead of Page Refreshes: </strong>Interacting with a web page is far different than interacting with your computer OS. Imagine if Windows XP had to refresh the whole screen ever time you perform an action like websites do? In the next few years, we will probably see more adoption of <a href="http://en.wikipedia.org/wiki/Ajax_(programming)" target="_blank">AJAX technology</a>, which will make page refreshing uncessary.</li>
<li><strong>Reduce Size &amp; Number of Cookies:</strong> Each time a browser makes a request, cookies must be transmitted. Keep an eye on the total number and size of the cookies your site uses.</li>
</ol>
<p>I hope you found these tips helpful. Be sure to drop a comment if you have any more ideas.</p>
<p><strong>About Palmer Web Marketing</strong></p>
<p>Justin Palmer offers <a href="http://www.palmerwebmarketing.com/e-commerce-consulting/ecommerce-consultant.php"> eCommerce usability consulting</a> and <a href="http://www.palmerwebmarketing.com/orange-county-internet-marketing-firm/oc-internet-marketing-company.php">SEO services in Orange County</a>. Justin has also written an <a href="http://www.palmerwebmarketing.com/e-commerce-ebooks/e-commerce-tips-ebook.php">eCommere ebook entitled the eCommerce Roadmap.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.palmerwebmarketing.com/blog/25-ways-to-speed-up-your-website/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>25 eCommerce SEO Tips</title>
		<link>http://www.palmerwebmarketing.com/blog/25-ecommerce-seo-tips/</link>
		<comments>http://www.palmerwebmarketing.com/blog/25-ecommerce-seo-tips/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 14:14:26 +0000</pubDate>
		<dc:creator>Justin Palmer</dc:creator>
				<category><![CDATA[10 Top Posts]]></category>
		<category><![CDATA[25 Ways Series]]></category>
		<category><![CDATA[E-commerce]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Marketing]]></category>

		<guid isPermaLink="false">http://www.palmerwebmarketing.com/blog/25-ecommerce-seo-tips/</guid>
		<description><![CDATA[In some ways, it seems search engines have a grudge against eCommerce sites. Often times, I don&#8217;t blame them. Many online stores offer little useful content, including dry manufacturer product descriptions, poor internal linking, and no unique, user generated content. Without a doubt eCommerce sites have unique challenges when it comes to SEO. Below I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p><span>In some ways, it seems search engines have a grudge against eCommerce sites. Often times, I don&#8217;t blame them. Many online stores offer little useful content, including dry<strong><span> </span></strong>manufacturer product descriptions, poor internal linking, and no unique, user generated content. Without a doubt eCommerce sites have unique challenges when it comes to SEO. Below I&#8217;ve gathered 25 tips that I&#8217;ve successfully used while optimizing eCommerce sites in the past. </span></p>
<ol type="1">
<li><strong><span>Avoid Manufacturer Product Descriptions:</span></strong><span> It&#8217;s tempting to just copy and paste from the manufacturer&#8217;s website, but resist the urge. At the very least, re-write the description in some way to make it unique.</span></li>
<li><strong><span>Create a SEO Keyword Field in Product Database:</span></strong><span> Just as every product record in your catalog has a name, price, and other attributes, you should also create a SEO keyword field that is displayed in the title tags, meta tags, and preferably the body as well. As you add products to the site, enter commonly search for keywords in this field. Not everyone will search by the brand name or item number, so this will greatly help your product pages rank for long tail searches.</span></li>
<li><strong><span>Focus on Singular Keywords on Product Page:</span></strong><span> As a general rule, I try to optimize for plural keywords on the home page or other SEO landing pages. Focus on singular terms on the product pages by using the SEO keyword field mentioned in step 2.</span></li>
<li><strong><span>Simple Product &amp; Category URLs:</span></strong><span> Ideally, URLs should consist of keywords, not useless ID&#8217;s or other parameters. If you don&#8217;t have the option of using URL re-writing software, at least limit the number of variables passed in the URL.</span></li>
<li><strong><span>All Products 2 or 3 Clicks from the Home Page:</span></strong><span> Keep your product pages as close as possible to your greatest source of PageRank. Many sites bury part of their product catalog deep within dozens of pages of categories and subcategories. This can be accomplished by using SEO friendly rollovers or increasing the number of products per page.</span></li>
<li><strong><span>Unique Title Tags:</span></strong><span> While it&#8217;s debatable whether the company name belongs in the beginning of the title tag, most agree you should not include extra keywords that are repeated in every tag. For example, if you company name was XYZ Travel, include only the company name in title tag, not “XYZ Travel Agency and Vacations.” Use as little duplicate content as possible in order to prevent diluting the value of the rest of the text in the title tag.</span></li>
<li><strong><span>Unique Keyword Meta Tags:</span></strong><span> </span><span>Meta</span><span> tags, including keywords and description, should be entirely unique on every product page. Though meta content likely doesn&#8217;t directly affect your ranking, unique tags will prevent duplicate content penalties. In addition, don&#8217;t stuff keywords into your meta tags that aren&#8217;t relevant to the specific page they are on.</span></li>
<li><span><strong>Unique Description Meta Tags: </strong>Personally, I like putting the same product description that appears on the product page in meta description tag. This will ensure unique content on each product page.</span></li>
<li><strong><span>Product Reviews:</span></strong><span> A great strategy for guaranteeing unique content is displaying user generated content from your customers. Allow customers to review products they&#8217;ve purchased or comment on one&#8217;s they haven&#8217;t.</span></li>
<li><strong><span>Pass PR Wisely:</span></strong><span> Obviously, not every page on your site deserves the same link juice. While your Return policy page is important, it likely won&#8217;t bring in loads of revenue driving traffic from organic search. Make sure your primary SEO pages, (category and products pages) receive most of the PR flow by capping PR flow on less important links. You can accomplish this via Javascript links, form submit links, the no-follow tag, or the robots.txt file.</span></li>
<li><strong><span>Internal Contextual Links:</span></strong><span> Site navigation links don&#8217;t tell search engines very much information about the page. Within a paragraph of text, link to a relevant page using keyword rich anchor text.</span></li>
<li><strong><span>Avoid Session IDs in URLs: </span></strong><span>Many ecommerce software platforms use cookie-less unique session IDs in the site URLs. Unfortunately, this creates an infinite amount of duplicate content for the SE&#8217;s to crawl. There are ways to prevent this using an ethical type of cloaking which serves URLs to spiders without the session ID.</span></li>
<li><strong><span>Create a Product RSS Feed: </span></strong><span>Create a product feed and submit it to relevant content aggregators. <a href="http://www.google.com/base" target="_blank">Google Base </a>accepts an XML like product feed and displays your results for Google Base searches. Product feeds can be a great way of picking up free backlinks directly to your product pages.</span></li>
<li><strong><span>Product Tagging:</span></strong><span> With the advent of social media, customers have become accustomed with the concept of tagging. Allow your customers to tag products with their own keywords. When you allow users to tag your products, you&#8217;ll likely start ranking for slang keywords that you would have never thought of on your own.</span></li>
<li><strong><span>Page File Names: </span></strong><span>If possible, use keyword rich page file names. A page files name such as www.yoursite.com/keyword-phrase-here.html tells Googlebot a lot more than a URL such as www.yoursite.com/?ID=1234.</span></li>
<p><a href="http://www.palmerwebmarketing.com/ecommerce-website-reviews/e-commerce-store-review.php#BannerAd"><img src="http://www.palmerwebmarketing.com/animatedgifs/MySitePlan.gif" border="0" alt="" width="400" height="115" /></a></p>
<li><strong><span>Use iframes for Duplicate Content: </span></strong><span>If you have repetitive content that must appear on every page, or your product descriptions are not unique, consider placing them inside an <a href="http://htmlhelp.com/reference/html40/special/iframe.html" target="_blank">iframe</a> with an invisible border. Users will not know that they data technically resides on another page search engines will not penalize you for duplicate content.</span></li>
<li><strong><span>Links in Product Descriptions: </span></strong><span>Create keyword rich links from within the product descriptions of one product linking to another. I&#8217;ve found this is a very effective strategy for targeting long-tail keywords.</span></li>
<li><strong><span>Crawl-able Navigation:</span></strong><span> Avoid JavaScript or css based navigation structures that don&#8217;t allow spiders through. If you&#8217;re stuck with one, at least duplicate your navigation in the footer of every page with normal hyperlinks. In additional, don&#8217;t rely on form based navigation such as drop down </span><span>lists since the SEs can&#8217;t follow them.</span><a href="http://www.palmerwebmarketing.com/do-it-yourself-search-engine-optimization/diy-seo.php"><img src="http://www.palmerwebmarketing.com/images/myseoplan_ad4.jpg" border="0" alt="" width="425" height="172" /></a></li>
<li><strong><span>Don&#8217;t Stuff Keywords in your Nav:</span></strong><span> This is useless and very tacky. Keywords that show up universally in the navigation on every page are not as important as they used to be. Instead, use keyword rich anchor text pointing to your important pages within a paragraph of relevant text.</span></li>
<li><strong><span>Don&#8217;t Use &#8220;View&#8221; or &#8220;More&#8221;: </span></strong><span>On your product category pages, make sure you link to the individual product pages with anchor text that contains more than just words like “View” or “See more”. Vague terms such as these tell spiders nothing about your products.</span></li>
<li><strong><span>Optimize your Images: </span></strong><span>With images now popping up in the regular SERPs, every <a href="http://www.palmerwebmarketing.com/blog/how-to-rank-in-google-image-search/">image on your site should be optimized</a>. <span>Make sure all your product images contain unique alt text attributes. By simply populating the alt text with the product and brand name, I’ve seen a huge increase in traffic from Google Image search. In addition, you’re making your site more useable for the vision impaired.</span></span></li>
<li><strong><span>Optimize your Internal Site Search: </span></strong><span>This is more of a usability tip, but it applies perfectly within the context of eCommerce SEO. Because your visitor found your site via a search engine, they will likely expect your internal site search to work as well. I&#8217;ve found that many first time visitors landing your site from a SERP will search for the exact same term they typed into Google.</span></li>
<li><span><strong>Create Brand Landing Pages: </strong>If your site sells branded products that customers may be searching for, setup a optimized landing page for every brand. </span></li>
<li><span><strong>Use Title Attributes in Links: </strong>For all anchor text on your site, be sure to use appropriate title attributes (e.g. &lt;a href=&#8221;page.html&#8221; <strong>title=&#8221;keywords here&#8221;</strong>&gt;) in order to provide search engines more information about what the page contains. Although not nearly as important as the actual anchor text, title attributes are factored into the ranking algorithm in some way.</span></li>
<li><span><strong>Track Page Yield: </strong>In order to determine the effectiveness of your site as a whole, take the number of unique keywords you are found for during a given time period. Then, divide that by the number pages indexed by Google. This will give you your page yield, a good metric for measuring the length of your &#8220;long tail.&#8221;</span></li>
</ol>
<p><strong>About Palmer Web Marketing</strong></p>
<p>Palmer Web Marketing offers <a href="http://www.palmerwebmarketing.com/search-engine-marketing/ethical-search-engine-optimization-seo.php">Ethical SEO services</a> and <a title="eCommerce consulting" href="http://www.palmerwebmarketing.com/e-commerce-consulting/ecommerce-consultant.php">Expert eCommerce consulting</a> for small to medium size businesses. Justin also owns several other websites, including EnjoyinJava.com, <a href="http://enjoyinjava.com">offering coffee reviews and coupons</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.palmerwebmarketing.com/blog/25-ecommerce-seo-tips/feed/</wfw:commentRss>
		<slash:comments>46</slash:comments>
		</item>
		<item>
		<title>25 Email Marketing Best Practices</title>
		<link>http://www.palmerwebmarketing.com/blog/25-email-marketing-best-practices/</link>
		<comments>http://www.palmerwebmarketing.com/blog/25-email-marketing-best-practices/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 06:17:00 +0000</pubDate>
		<dc:creator>Justin Palmer</dc:creator>
				<category><![CDATA[25 Ways Series]]></category>
		<category><![CDATA[E-commerce]]></category>
		<category><![CDATA[Email Marketing]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.palmerwebmarketing.com/blog/25-email-marketing-best-practices/</guid>
		<description><![CDATA[I suppose I can title this post &#8220;25 Email Marketing Mistakes I&#8217;ve Made.&#8221; But rather than focus on the negative, below I&#8217;ve outlined the best practices I&#8217;ve come to adopt over the years. Hope you find something here useful.

Diversify your Content: If your entire email focuses on one product, service, or topic, you risk alienating [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: 10pt; font-family: Arial;">I suppose I can title this post &#8220;25 Email Marketing Mistakes I&#8217;ve Made.&#8221;<strong><span style="font-family: Arial;"> </span></strong>But rather than focus on the negative, below I&#8217;ve outlined the best practices I&#8217;ve come to adopt over the years. Hope you find something here useful.</span></p>
<ol type="1">
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-size: 10pt; font-family: Arial;">Diversify your Content:</span></strong><span style="font-size: 10pt; font-family: Arial;"> If your entire email focuses on one product, service, or topic, you risk alienating all but the few people who will be interested. Unless you have segmented your database based on previous behavior, do not send an email on only 1 topic. I consistently find that the click through rate increases in proportion with varied content.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-size: 10pt; font-family: Arial;">Don&#8217;t Stress about Spam Words: </span></strong><span style="font-size: 10pt; font-family: Arial;">Many experts will tell you to avoid words like &#8220;free&#8221; or &#8220;sale&#8221;. In my opinion, ISPs tend to be moving away from <a href="http://www.palmerwebmarketing.com/blog/content-vs-reputation-based-spam-filtering/" target="_blank">content based spam filtering in favor of reputation based filtering</a>. In other words, your sending IP address and from email are more important than whether or not your email contains certain words. Personally, I&#8217;ve used words like &#8220;free&#8221; in the subject line without any affect on delivery rates.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-size: 10pt; font-family: Arial;">Make it Readable with Images Disabled: </span></strong><span style="font-size: 10pt; font-family: Arial;">Always take into account the appearance of your email with images disabled. For email clients such as Outlook, this is now the default feature. Even popular web mails like Hotmail now disable images unless the sender is in the address book of the recipient. The best tactic to create readable emails with images block is use an alt description.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-size: 10pt; font-family: Arial;">Create an Online Version: </span></strong><span style="font-size: 10pt; font-family: Arial;">Always provide an online version of your email for users having trouble viewing images. I&#8217;ve calculated from emails I&#8217;ve sent in the past that around 5% of users will use this feature.</span></li>
<p><span id="more-78"></span></p>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-size: 10pt; font-family: Arial;">Don&#8217;t Over or Under Mail: </span></strong><span style="font-size: 10pt; font-family: Arial;">If you send too much, you&#8217;ll get deleted or marked as SPAM. Oddly enough, if you send once every 3 months you may have the same problem. Keep your brand top of mind for your customers by finding the perfect balance between over and under mailing.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-size: 10pt; font-family: Arial;">Forward to Friend Feature </span></strong><span style="font-size: 10pt; font-family: Arial;">Many users automatically do this, but it doesn&#8217;t hurt to ask. First time potential customers can be very open to company when it is introduced by a friend or colleague.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-size: 10pt; font-family: Arial;">Subscribe Feature for Forwards: </span></strong><span style="font-size: 10pt; font-family: Arial;">Make it easy for potential new subscribers to subscribe if they receive your email as a forward. Include somewhere in the body a subscribe link.</span></li>
<p><a href="http://www.palmerwebmarketing.com/ecommerce-website-reviews/e-commerce-store-review.php#BannerAd"><img src="http://www.palmerwebmarketing.com/animatedgifs/MySitePlan.gif" border="0" alt="" width="400" height="115" /></a></p>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-size: 10pt; font-family: Arial;">White List Reminder: </span></strong><span style="font-size: 10pt; font-family: Arial;">If you want your subscribers to add you to their white list or address book, you need to ask. Sure, not everyone will add you. However, those who do are likely the people who care most about receiving your emails and, therefore, you have the most to lose if your emails get flagged as spam.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-size: 10pt; font-family: Arial;">Unsubscribe at Top: </span></strong><span style="font-size: 10pt; font-family: Arial;">I know what you&#8217;re thinking, &#8220;At the TOP!?&#8221; Yes, at the top. Lazy unsubscribers have a tendency to click the SPAM button instead scrolling down to find the unsubscribe link. By placing the link at the top, you might increase your unsubscribe rate, but that&#8217;s better than an inflated SPAM complaint count.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-size: 10pt; font-family: Arial;">Single Click Unsubscribe: </span></strong><span style="font-size: 10pt; font-family: Arial;">I generally recommend keeping the unsubscribe as simple as possible. However, you may want to confirm the action if you place your unsubscribe at the top of every email in case users click the link on accident.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-size: 10pt; font-family: Arial;">Privacy Policy: </span></strong><span style="font-size: 10pt; font-family: Arial;">Always place your privacy policy at the bottom of every email. Assure customers that you obtained their email address in a legitimate fashion, and you will not sell their personal info.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-size: 10pt; font-family: Arial;">Call to Action: </span></strong><span style="font-size: 10pt; font-family: Arial;">Each section must contain a specific <a href="http://www.palmerwebmarketing.com/blog/increase-your-conversion-rate-with-a-call-to-action/">call to action</a> that avoids vague phrases like &#8220;click here.&#8221; You&#8217;ll be surprised how an effective call to action button or link can improve your click through rate.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-size: 10pt; font-family: Arial;">Mix Freebies with Products: </span></strong><span style="font-size: 10pt; font-family: Arial;">Too much selling can burn people out. Engage your subscribers with useful, free content. For example, if you sell home theater equipment, send out an article on the explaining the benefits of newer technologies. When you provide additional value to your customers with learning resources, they are sometimes even willing to pay more for your merchandise. In addition, strategies like this keep your brand top of mind. </span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-size: 10pt; font-family: Arial;">Find Your &#8220;Tuesday&#8221;: </span></strong><span style="font-size: 10pt; font-family: Arial;">For the eCommerce sites I&#8217;ve worked with, Tuesday morning has always resulted in the best open, click-through, and conversion rates. However, every list is different. Find which day works best for you.<br />
</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-size: 10pt; font-family: Arial;">Same Day, Same Time:</span></strong><span style="font-size: 10pt; font-family: Arial;"> Be consistent in the time you send your emails for two reasons. First, the ISPs see inconsistency as a possible SPAM flag. Spammers can care less when they send out mass emails. Second, your customers will begin to anticipate your emails at a certain time each week, possibly increasing the likely hood of them opening and clicking through.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-size: 10pt; font-family: Arial;">Keep the Good Stuff above the Fold: </span></strong><span style="font-size: 10pt; font-family: Arial;">Remember that many email clients will obscure a large portion of your email unless the user scrolls down. Make sure the top 400 pixels are as engaging as possible. I can&#8217;t tell you how many times I&#8217;ve had to send artwork back to the design department because the top of the email failed to grab your attention.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-size: 10pt; font-family: Arial;">A/B Test 1 Variable at a Time: </span></strong><span style="font-size: 10pt; font-family: Arial;">It took me far too long to learn this. For years, I would change several factors in each successive email blast, but never could find that perfect mix. If you really want to find out what works, you can only change 1 variable. For example, should the subject line be short or long? Keep the same content and split your list in 2, sending half a longer subject and the other half a shorter one. Do not change any other variables!</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-size: 10pt; font-family: Arial;">600 Pixel Width: </span></strong><span style="font-size: 10pt; font-family: Arial;">Due to the limitations of many email clients, stick with a width somewhere between 500 to 600 pixels wide.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-size: 10pt; font-family: Arial;">Experiment with Subject Lines:</span></strong><span style="font-size: 10pt; font-family: Arial;"> I wish there was a magic principle I can share with you about subject lines. Unfortunately, there isn&#8217;t. The best we can do is test, test, and test again. Sometimes short subjects are better, sometimes long, sometimes intriguing, sometimes urgent, whatever works best for you. Here&#8217;s a <a href="http://www.emaillabs.com/email_marketing_articles/article_15tipstoimprovesubject.html" target="_blank">great article on email subject lines</a>.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-size: 10pt; font-family: Arial;">Remove Inactive Subscribers: </span></strong><span style="font-size: 10pt; font-family: Arial;">Inactive subscribers are the most likely to get you in trouble by clicking the SPAM button. Consider automatically removing a subscriber that hasn&#8217;t opened an email in several months.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-size: 10pt; font-family: Arial;">Proofreading: </span></strong><span style="font-size: 10pt; font-family: Arial;">Always have every email proofread by at least 2 detail oriented people. There&#8217;s nothing more embarrassing than a typo in an email blast.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-size: 10pt; font-family: Arial;">Monitor Replies: </span></strong><span style="font-size: 10pt; font-family: Arial;">When you send out thousands of emails, you&#8217;re bound to get a few replies. Occasionally, you&#8217;ll get some good feedback from your subscribers. In addition, some people reply with unsubscribe requests.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-size: 10pt; font-family: Arial;">Don&#8217;t Rent Lists: </span></strong><span style="font-size: 10pt; font-family: Arial;">Some may disagree on this, but I&#8217;ve never seen anything good come from a rented list. Don&#8217;t risk your sender reputation with emails from questionable sources. If you want to reach a new audience, consider a joint venture with another firm in a similar but non-competing industry.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-size: 10pt; font-family: Arial;">Develop your Brand: </span></strong><span style="font-size: 10pt; font-family: Arial;">Remember that your emails will slowly build your brand in the minds of your subscribers. Even if they never click-through and make a purchase, be sure to keep a consistent and accurate corporate image with your email content.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-size: 10pt; font-family: Arial;">Begin Segmentation &amp; Personalization Now: </span></strong><span style="font-size: 10pt; font-family: Arial;">In a few years, email marketers that don&#8217;t practice segmentation and personalization will be left in the dust. There are an endless number of ways to segment your email list. Some popular ways are by purchase behavior, geography, or ordering frequency.</span></li>
</ol>
<p><span style="font-size: 10pt; font-family: Arial;">As a long term strategy, I would also greatly encourage researching <a href="http://www.palmerwebmarketing.com/blog/4-creative-ways-to-use-transactional-or-trigger-based-emails/">transactional and trigger based email marketing</a>, as they tend to product much better open, click-through, and conversion rates. In addition, I&#8217;ve had great results tracking email delivery rates for the major ISP&#8217;s through a deliverability monitoring service called <a href="http://http://www.deliverymonitor.com/?549" target="_blank">Delivery Monitor</a>.</span></p>
<p>Like the ideas listed above? Find out <a href="http://www.palmerwebmarketing.com/3things/">3 Things you need here</a>.</p>
<p><strong>About Justin Palmer</strong></p>
<p>Justin Palmer is the owner of Palmer Web Marketing, a web marketing &amp; e-commerce consultancy. Justin also operations several other websites, including EnjoyinJava.com, a coffee reviews and coupon blog featuring <a href="http://enjoyinjava.com/coffee-coupons-deals/coffeeforless-coupons/">coffee for less coupon codes</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.palmerwebmarketing.com/blog/25-email-marketing-best-practices/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>25 Holiday Preparation Tips for eCommerce Sites</title>
		<link>http://www.palmerwebmarketing.com/blog/25-holiday-preparation-tips-for-ecommerce-sites/</link>
		<comments>http://www.palmerwebmarketing.com/blog/25-holiday-preparation-tips-for-ecommerce-sites/#comments</comments>
		<pubDate>Sat, 20 Oct 2007 00:05:00 +0000</pubDate>
		<dc:creator>Justin Palmer</dc:creator>
				<category><![CDATA[10 Top Posts]]></category>
		<category><![CDATA[25 Ways Series]]></category>
		<category><![CDATA[Customer Service]]></category>
		<category><![CDATA[E-commerce]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Web Marketing]]></category>
		<category><![CDATA[Website Conversion]]></category>

		<guid isPermaLink="false">http://www.palmerwebmarketing.com/blog/25-holiday-preparation-tips-for-ecommerce-sites/</guid>
		<description><![CDATA[Hopefully, you&#8217;ve already begun to consider any necessary improvements to your site to accommodate the influx of holiday traffic.  Below I&#8217;ve compiled holiday improvement ideas for e-commerce sites. I hope you find something here useful. 

Offer Bounce Back Discounts: Think about how much traffic your site will receive during the holidays. How can you harness that traffic [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Georgia">Hopefully, you&#8217;ve already begun to consider any necessary improvements to your site to accommodate the influx of holiday traffic.  Below I&#8217;ve compiled holiday improvement ideas for e-commerce sites. I hope you find something here useful. </span></p>
<ol type="1">
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Offer Bounce Back Discounts: </span></strong><span style="font-family: Georgia">Think about how much traffic your site will receive during the holidays. How can you harness that traffic to create year long business? Consider offering a good discount incentive for customers to come back and shop in January. You can automatically email them a coupon after each order, or send one along with the package. Make sure that this coupon is not valid until after the holidays.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Loosen Up on Your Return Policy:</span></strong><span style="font-family: Georgia"> While a 30 day return policy is commonplace for the rest of the year, it may scare off early shoppers during the holidays. Make it clear to your visitors that you will accept returns and exchanges on all Christmas gift purchases.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Use a Website Monitoring Service: </span></strong><span style="font-family: Georgia">Odds are, your website will go down at least once during the busy holiday season. If you&#8217;re not big enough to have a 24 hour IT department monitoring your server, signup for a website monitoring service such as <a href="http://www.alertsite.com" target="_blank">Alertsite</a>, who will email or text message you if your site goes down.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Gift Receipts: </span></strong><span style="font-family: Georgia">Gift givers hate revealing how much they spent on a gift. Make sure you allow customers to click a Gift receipt option that will hide the prices on the packing list from the recipient.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Gift Messages: </span></strong><span style="font-family: Georgia">Let your customers add a personal message to their gift. For simplicity, you can have the message appear on the packing list which will already be included in the box.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Determine Shipping Cut-off Dates: </span></strong><span style="font-family: Georgia">This is quite possibly the most important information to communicate to customers during the holidays. Check with your shipping carriers to determine what the cutoff days are for the various methods of shipping.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Prominent &#8220;No Hassle&#8221; Return Policy: </span></strong><span style="font-family: Georgia">Your return policy should be easy to find. Consider re-packaging it as a &#8221;no hassle&#8221; policy in order to calm the fears of first time buyers. </span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal">
<place w:st="on"></place><strong><span style="font-family: Georgia">Holiday</span></strong><strong><span style="font-family: Georgia"> Graphical Themes: </span></strong><span style="font-family: Georgia">Show some holiday spirit and redesign some of the artwork on your site with a holiday theme. Hopefully, this will get visitors in a buying mood.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Increase Server Capacity: </span></strong><span style="font-family: Georgia">Talk with your web host about how you can increase your server performance during the holiday rush. You don&#8217;t want to end up like Walmart or Amazon on last year&#8217;s cyber Monday. Here&#8217;s a sad, but funny example of <a href="http://www.ecommerce-blog.org/archives/something-you-should-never-do/" target="_blank">Macy&#8217;s servers getting overloaded</a>.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Checkup on your Domain, Web hosting, and Merchants:</span></strong><span style="font-family: Georgia"> God forbid that your credit card or domain name expires during the Christmas rush. Double check the basics just to be safe.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Audit Your Online Product Catalog: </span></strong><span style="font-family: Georgia">Have a detail oriented person visit each of your product pages to ensure accuracy. Check for typos, broken images, and bad hyperlinks.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Seasonal SEO and PPC Landing Pages: </span></strong><span style="font-family: Georgia">Don&#8217;t forget to optimize your SEO and PPC campaigns for seasonal keywords. Visitors searching habits change around the holidays, so your marketing strategy should as well.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Mystery Shop your Site: </span></strong><span style="font-family: Georgia">Either do it yourself or hire a professional service to mystery shop your site. Mystery shopping should include ordering, contacting customer service, and returning the product back to you.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Learn from Your Past Mistakes: </span></strong><span style="font-family: Georgia">Just for fun, checkout your site at Christmas time last year on the <a href="http://www.archive.org/index.php" target="_blank">wayback machine</a>. You&#8217;ll likely spot issues that can be improved this year.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Learn from Your Competitors:</span></strong><span style="font-family: Georgia"> Also, checkout what your competition was doing last year. It may give you some tips on what or what not to do this year.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Build up those Wish Lists: </span></strong><span style="font-family: Georgia">Start encouraging your visitors to build their wish lists now. Come Christmas, they&#8217;ll know exactly where to find what they want. Check out this post for <a href="http://www.palmerwebmarketing.com/blog/wish-lists-why-your-e-commerce-store-needs-one-and-how-to-improve-it/" target="_blank">Wish list improvement ideas</a>.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Offer Online Gift Certificates:</span></strong><span style="font-family: Georgia"> If your site doesn&#8217;t offer online gift certificates<strong><span style="font-family: Georgia">,</span></strong> and your visitors don&#8217;t find that perfect gift, they will just leave. Gift certificates make great last minute gifts. In addition, they&#8217;re a great way to drive sales at the beginning of next year.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Gifts by Price: </span></strong><span style="font-family: Georgia">Organize and suggest gifts by price range. For example, highlight gifts under $10, 25, 50, 100 or whatever price points are appropriate for your business.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Gifts by Person: </span></strong><span style="font-family: Georgia">Organize gifts intended for different people groups such as kids, teens, parents, grandparents, etc.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Get 404 and 500 Error Notifications:</span></strong><span style="font-family: Georgia"> Talk with your webmaster and ask him to setup a script that notifies him every time a 404 (page not found) or 500 (internal server error) occurs on your site. You might be surprised how often errors occur. When we set this up for one of my clients, they received over 1,000 errors in one day. These errors can be costly, especially at Christmas time.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Stocking Stuffers: </span></strong><span style="font-family: Georgia">Be sure to highlight low cost products that would make good stocking stuffers. These can be a great way to increase your average order total.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Shipping and Return Info on Product Pages: </span></strong><span style="font-family: Georgia">Shipping and return issues will be top of mind for your customers at this time. Assure them your policies are convenient and fair by linking to your shipping and returns page from your product pages.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Offer Gift Wrapping: </span></strong><span style="font-family: Georgia">Many don&#8217;t like the idea of sending gifts to friends or family wrapped in nothing but bubble wrap or Styrofoam popcorn. If you can, offer gift wrapping services to your online customers. Be sure to charge enough to cover the labor and material costs for this additional service.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Emphasize Urgency: </span></strong><span style="font-family: Georgia">Let your customers know it&#8217;s not safe to wait until the last minute. To prevent shipping issues or product stock outs, encourage your customers to shop early.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Bundle Products: </span></strong><span style="font-family: Georgia">Gift selection is much easier when related items are grouped together in some sort of gift basket or bundle.</span></li>
</ol>
<p><span style="font-family: Georgia">Hopefully you’ve found something here useful for your site. Be sure to leave a comment if you have any questions or suggestions. </span><font face="Times New Roman"> </font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.palmerwebmarketing.com/blog/25-holiday-preparation-tips-for-ecommerce-sites/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>25 Ways to Improve Your Online Customer Service</title>
		<link>http://www.palmerwebmarketing.com/blog/25-ways-to-improve-your-online-customer-service/</link>
		<comments>http://www.palmerwebmarketing.com/blog/25-ways-to-improve-your-online-customer-service/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 03:56:39 +0000</pubDate>
		<dc:creator>Justin Palmer</dc:creator>
				<category><![CDATA[25 Ways Series]]></category>
		<category><![CDATA[Customer Service]]></category>
		<category><![CDATA[E-commerce]]></category>
		<category><![CDATA[Website Conversion]]></category>
		<category><![CDATA[Website Usability]]></category>

		<guid isPermaLink="false">http://www.palmerwebmarketing.com/blog/25-ways-to-improve-your-online-customer-service/</guid>
		<description><![CDATA[When you consider the competitive advantages of an online retailer, customer service is usually not the first thing that comes to mind. Many e-commerce sites, even the large well-known ones, are known for impersonal, mediocre customer service practices. And yet, the few e-tailors that differentiate themselves on serving their customers such as Zappos become well-known [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Georgia;">When you consider the competitive advantages of an online retailer, customer service is usually not the first thing that comes to mind. Many e-commerce sites, even the large well-known ones, are known for impersonal, mediocre customer service practices. And yet, the few e-tailors that differentiate themselves on serving their customers such as <a href="http://www.zappos.com">Zappos</a> become well-known case studies in client care. In this post, I&#8217;ll share some of the unique best practices I&#8217;ve seen over the last few years that serve to differentiate companies in customer service.</span></p>
<ol type="1">
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Assign a Personal Customer Service Rep: </span></strong><span style="font-family: Georgia;">Along with the order confirmation receipt that you send to your customers, also automatically assign each customer a personal representative that will field their questions. Send the email from this representative&#8217;s name, and include their contact info. Customers will be impressed that they have a &#8220;personal&#8221; representative assign specifically to them. For more info on this tactic, checkout this <a href="http://www.palmerwebmarketing.com/blog/now-thats-customer-service/">post on DermaTechRX</a>.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Human Touch: </span></strong><span style="font-family: Georgia;">Many online shoppers struggle with trusting an online merchant due to the lack of face to face interaction. Mitigate this weakness by showing pictures of your customer service staff. <a href="http://www.c28.com/help.asp">Christian retailer C28</a> shows the picture of their customer service manager on the Help page as well as on every order confirmation email. In addition, below the picture is the manager&#8217;s direct contact info. Something like this can go a long way to instill trust in your company.</span></li>
<p><a href="http://www.palmerwebmarketing.com/ecommerce-website-reviews/e-commerce-store-review.php#BannerAd"><img src="http://www.palmerwebmarketing.com/animatedgifs/MySitePlan.gif" border="0" alt="" width="400" height="115" /></a></p>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Call Customers Who Abandon Orders: </span></strong><span style="font-family: Georgia;">When a customer starts an order but doesn&#8217;t finish it, follow up with a phone call to find out if there were any problems. Customers appreciate the gesture, and you will likely save many sales in the process.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Free Upgraded Shipping: </span></strong><span style="font-family: Georgia;">Surprise select customers by upgrading their shipping to 1 or 2 express. If you do this, be sure to send them an email letting them know they have been upgraded. This strategy was pioneered by <a href="http://www.zappos.com" target="_blank">Zappos</a>.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Same Day Shipping: </span></strong><span style="font-family: Georgia;">Most websites have a policy of shipping orders 1 or 2 business days after they are placed. If possible, selectively ship some orders the same day. The speedy delivery will be appreciated, though not expected by your customers.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Increase # of Reps: </span></strong><span style="font-family: Georgia;">It goes without saying that if you have a higher representative to customer ratio, you will have the time to better serve your clients. While not every business can afford this, if you want to differentiate yourself with outstanding customer service, it&#8217;s a must.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Hand-written thank you on Packing Slip: </span></strong><span style="font-family: Georgia;">Most packing slips are dull, impersonal, and useful only if you need to return the merchandise. On rare occasions, I&#8217;ve received orders where the packing list featured a hand-written, personalized thank you from a staff member. While this may not be practical for every order, it is a great way to impress select customers. Another idea might be to include the business card with contact info for a manager.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Follow Up Surveys: </span></strong><span style="font-family: Georgia;">Consider sending a survey email out with every order confirmation. While not every customer will complete it, your customers will know you care enough to ask their opinion.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Extensive FAQ Knowledge Base: </span></strong><span style="font-family: Georgia;">Surprisingly, one of the easiest ways to improve your customer satisfaction may be to prevent needless customer interactions in the first place. No matter how friendly your call center representative, no customer will be pleased if they have to call you in order to answer a simple question like &#8220;how do I return a product?&#8221; Prevent situations like this by maintaining a searchable FAQ knowledge base that answers every reasonable question.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Live Chat: </span></strong><span style="font-family: Georgia;">Many customers dislike the thought of sitting on hold for even a few minutes. Offering a live chat option can be an inexpensive way of answering questions for your visitors, and reducing the call volume for your call center.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Improve After </span></strong><strong><span style="font-family: Georgia;">Hour Call</span></strong><strong><span style="font-family: Georgia;"> </span></strong> <strong><span style="font-family: Georgia;">Center</span></strong><strong><span style="font-family: Georgia;">: </span></strong><span style="font-family: Georgia;">If your business employs a 3rd party after hour call center that is off-site, make sure you frequently monitor the quality of care they are rendering. Make sure they are empowered to serve your customers as effectively as possible. If your primary call center is 3rd party, seriously consider bringing it in house. While this is not always the most affordable option, it&#8217;s necessary if you desire to give your clients your absolute best.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Prominent Customer Testimonials: </span></strong><span style="font-family: Georgia;">Place customer testimonials on more than just the &#8220;testimonial&#8221; page. Zappos features them right on their <a href="http://www.zappos.com/cs.zhtml" target="_blank">main customer service page</a>. A word of caution applies here though. If you&#8217;re going to &#8220;brag&#8221; so to speak about your service, make sure you follow through!</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Detailed Product Pages: </span></strong><span style="font-family: Georgia;">Answer questions before they are asked by always having thoroughly detailed product pages. Include all the relevant info a customer would want to know about your products. For more ideas on this topic, checkout my previous post on <a href="http://www.palmerwebmarketing.com/blog/25-ways-to-improve-your-product-pages/" target="_blank">25 ways to improve your product page</a>.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Customer Centric Slogan: </span></strong><span style="font-family: Georgia;">Show your dedication to customer care by prominently featuring a customer centered slogan that summarizes your company&#8217;s practices. A great example of this would be Zappos&#8217; famous slogan on their home page: <em><span style="font-family: Georgia;">&#8220;We are a service company that happens to sell shoes.&#8221;</span></em></span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Free Return Shipping: </span></strong><span style="font-family: Georgia;">One of the greatest stumbling blocks to online ordering is the thought of having to return the product. Consider sending customers a pre-paid return shipping label in the case of a product needing to be returned. Because this is rarely done by e-commerce stores, you will certainly set yourself apart in the mind of your customer.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Automatic Price Protection: </span></strong><span style="font-family: Georgia;">Always honor sale prices of items that were previously purchased by customers. They need to be able to shop with this confidence. Better yet, automatically notify customers when items they have purchased in the past go on sale. Offer to apply the price difference toward a future purchase or just refund the amount. Sound crazy? Maybe, but it&#8217;s small cost that can win a customer for life.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Lenient Return Policy: </span></strong><span style="font-family: Georgia;">Make sure your return policy is not unnecessarily complicated or rigid. How many times have you shopped at a certain retailer because their lenient return policy gave you the confidence you needed to buy? (Think Costco vs. Walmart!)</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Thank You Calls: </span></strong><span style="font-family: Georgia;">Call select customers and thank them for ordering. This personalized gesture will blow them away.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Thank You Emails: </span></strong><span style="font-family: Georgia;">Email certain customers and thank them for their business. Be sure to include something personalized in the email that will convince them it&#8217;s not just something generic sent to everyone. </span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Do More than Fix Your Mistakes: </span></strong><span style="font-family: Georgia;">When your business makes a mistake, be sure that you exceed your customer&#8217;s expectations when fixing it. If an item was mistakenly left out of a shipment, don&#8217;t just a apologize, offer that item for free. Many businesses find their most loyal customers result from a highly satisfying resolution to a problem. </span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Fix Other&#8217;s Mistakes: </span></strong><span style="font-family: Georgia;">If a shipment is delayed or lost due to the fault of the shipping carrier, don&#8217;t just blame </span><span style="font-family: Georgia;">UPS</span><span style="font-family: Georgia;">, offer a solution. Offer to promptly re-ship the item, or at the very least, offer to take care of the problem with the carrier so the customer doesn&#8217;t have to.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Guaranteed Email Response Time: </span></strong><span style="font-family: Georgia;">Most customers expect an email inquiry to be answered within at most 24 hours. If you can, guarantee a response time faster than this. Also, acknowledge the receipt of an email inquiry by employing an auto responder.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Secret Shopping: </span></strong><span style="font-family: Georgia;">Used extensively by brick-and-mortar retailers, secret shopping is a great way to identify problems and keep your customer service staff on their toes.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Upgrade Your </span></strong><strong><span style="font-family: Georgia;">CRM</span></strong><strong><span style="font-family: Georgia;"> Tools: </span></strong><span style="font-family: Georgia;">Proper technology can go a long way to improving customer care. At the very least, ensure that your staff has the ability to view the history of previous interactions with a customer. It&#8217;s very frustrating when you have to repeatedly explain the situation to a representative. </span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Personalize Everything: </span></strong><span style="font-family: Georgia;">Always great customers by name on the home page, and offer them personalized product recommendations based on previous orders.</span></li>
</ol>
<p><span style="font-family: Georgia;">I once heard it said that <em><span style="font-family: Georgia;">&#8220;the enemy of good is not bad, it&#8217;s mediocre.&#8221;</span></em> Too many online retailers struggle with mediocre customer service. Many businesses fail to realize their customer base is also powerful marketing machine. If treated right, they can become to most effective viral marketing campaign imaginable. Treated poorly, and they can become a PR disaster.</span></p>
<p><span style="font-family: Georgia;">If you enjoyed this post, please also checkout <a href="http://www.palmerwebmarketing.com/blog/25-ways-to-improve-your-shopping-cart/">25 ways to improve your shopping cart</a> and <a href="http://www.palmerwebmarketing.com/blog/25-ways-to-improve-your-checkout-process/">25 ways to improve your checkout</a>.</span></p>
<p><strong>About the Author<br />
</strong></p>
<p>Justin Palmer is the owner of Palmer Web Marketing, a web marketing &amp; e-commerce consultancy. Justin also operations several other websites, including EnjoyinJava.com, a coffee reviews and coupon blog featuring <a href="http://enjoyinjava.com/coffee-coupons-deals/coffeeforless-coupons/">coffee for less promo codes</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.palmerwebmarketing.com/blog/25-ways-to-improve-your-online-customer-service/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>25 Ways to Improve Your Checkout Process</title>
		<link>http://www.palmerwebmarketing.com/blog/25-ways-to-improve-your-checkout-process/</link>
		<comments>http://www.palmerwebmarketing.com/blog/25-ways-to-improve-your-checkout-process/#comments</comments>
		<pubDate>Fri, 28 Sep 2007 20:05:37 +0000</pubDate>
		<dc:creator>Justin Palmer</dc:creator>
				<category><![CDATA[10 Top Posts]]></category>
		<category><![CDATA[25 Ways Series]]></category>
		<category><![CDATA[E-commerce]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Web Marketing]]></category>
		<category><![CDATA[Website Conversion]]></category>
		<category><![CDATA[Website Usability]]></category>

		<guid isPermaLink="false">http://www.palmerwebmarketing.com/blog/25-ways-to-improve-your-checkout-process/</guid>
		<description><![CDATA[Imagine walking into a busy, high traffic grocery store. Despite the large number of customers in the store, you notice abandoned shopping carts strewn about the aisles and checkout lanes.  For many online businesses, this example illustrates perfectly the predicament many online retailers find themselves in. Why? For one, I believe many online retailers [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Georgia;">Imagine walking into a busy, high traffic grocery store. Despite the large number of customers in the store, you notice abandoned shopping carts strewn about the aisles and checkout lanes.  For many online businesses, this example illustrates perfectly the predicament many online retailers find themselves in. Why? For one, I believe many online retailers rarely actually test their own checkouts from the user&#8217;s perspective. If they had, they would have identified stumbling blocks. Below I&#8217;ve compiled a fairly comprehensive list of ideas on improving the checkout process.</span></p>
<ol type="1">
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Eliminate pages, eliminate scrolling:</span></strong><span style="font-family: Georgia;"> Many usability experts decry the benefits of shortening the checkout to as few pages as possible. While in theory this works, sometimes the real world provides other factors that must be considered. For example, suppose you combine your whole checkout into 1 page. Sounds great, unless the page is a mile tall and requires excessive vertical scrolling. In my opinion, the basic rule of thumb should be to condense the checkout into as few pages as possible requiring little to no vertical scrolling.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Hide the Navigation: </span></strong><span style="font-family: Georgia;">Hide both your top and side navigation once the customer has initiated the checkout in order to prevent distractions. At this point, your goal should be to finalize the order as soon as possible before the visitor loses interest.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Hacker Safe Logos:</span></strong><span style="font-family: Georgia;"> Services from <a href="http://www.controlscan.com">HackerSafe</a> or <a href="http://www.controlscan.com">Control Scan</a> can be a great way to boost confidence during checkout. For more info on Hacker Safe, <a href="http://www.palmerwebmarketing.com/blog/scan-alerts-hacker-safe-is-it-worth-it/">check this post</a>.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Secure Certificate Logos: </span></strong><span style="font-family: Georgia;">Most likely, your Payment Gateway and Secure Certificate provider offer a clickable security logo that you can install in your checkout pages. This provides an external way of validating the authenticity of your site.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Progress Indicator Bar: </span></strong><span style="font-family: Georgia;">Always show shoppers where they are in the process. Everyone likes to know there is light at the end of the tunnel.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Prominent 1-800 Number: </span></strong><span style="font-family: Georgia;">If you offer a live help line, make sure the number is highly visible everywhere in the checkout screens.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Live Chat: </span></strong><span style="font-family: Georgia;">For those not wanting to call a 1-800 and wait on hold, Live chat is an excellent customer service feature. I&#8217;ve found it to be very effective for businesses with high value items such as jewelry.</span></li>
<p><a href="http://www.palmerwebmarketing.com/ecommerce-website-reviews/e-commerce-store-review.php#BannerAd"><img src="http://www.palmerwebmarketing.com/animatedgifs/MySitePlan.gif" border="0" alt="" width="400" height="115" /></a></p>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">No Default Credit Card Type:</span></strong><span style="font-family: Georgia;"> Typically, before or after you enter your credit card you are asked to select what type of card it is. DO NOT default this option to one of credit card types as many people will not notice it. I can&#8217;t tell you how many times I&#8217;ve neglected to change the default option, and tried to use a MasterCard with the Visa option selected. Customers then become confused when they received an error telling them their credit card it invalid.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Auto-Detect Credit Card Type: </span></strong><span style="font-family: Georgia;">Many card processors, including <a href="http://authorize.net">Authorize.net</a> don&#8217;t even require you to have a credit card type drop down box since the first 4 numbers of the card determine that. Paypal does a nice job of automatically detecting and showing the credit card type with  AJAX.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Don&#8217;t Up-Sell or Cross-Sell: </span></strong><span style="font-family: Georgia;">Resist the temptation to up sell or cross sell during checkout. Remember, this is not like a supermarket checkout aisle. Users get distracted and are free to abandon their shopping carts at any time for any reason.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Gift Receipt / Gift Wrap Option: </span></strong><span style="font-family: Georgia;">Customers have begun to expect this, especially during the holidays. No one wants to send a gift with an invoice showing what they paid. At the very least, offer a gift receipt with the prices not showing. Even better, include an option for a gift message.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">User Friendly Credit Card Errors: </span></strong><span style="font-family: Georgia;">I rarely have seen this done, yet it can make worlds of a difference. In the complex world of online credit card processing, it&#8217;s crucial to simplify any potential problems for the end user. If their credit card is declined due to an address mismatch, give them a list of possible solutions. For example, maybe they have moved recently and the processor or bank still has the old address on file? Or maybe they don&#8217;t know where to find the 3 digit security code on the back of the card.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Don&#8217;t Require Phone or Email: </span></strong><span style="font-family: Georgia;">Though most e-tailors would like to have this information, you must ask yourself if it is important enough to risk losing the sale. Many privacy sensitive customers don&#8217;t like to give out this information.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Email List Opt-Out: Validate Email Address: </span></strong><span style="font-family: Georgia;">Always allow people to opt-out. Though technically this is not required since they are making a purchase, it is a best practice required by most ISPs in order to be considered for white listing.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Copy Billing Info to Shipping Info: </span></strong><span style="font-family: Georgia;">Most sites have this feature, but I thought it was worth mentioning. Nothing is worse than having to type the same information twice for the billing and shipping.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Don&#8217;t Require Login: </span></strong><span style="font-family: Georgia;">Again, certain people will prefer not to create an account, so don&#8217;t risk losing the sale over this. Provide a &#8220;checkout without account&#8221; option.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Prominent &#8220;First time signup&#8221; Link: </span></strong><span style="font-family: Georgia;">If you&#8217;re like most businesses, you probably get a significant amount of online business from first time shoppers. For this reason, there should always be a prominent &#8220;first time signup&#8221; link in the checkout when you ask someone to sign in.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Offer Paypal: </span></strong><span style="font-family: Georgia;">While I have doubts about certain online payment methods such as Google Checkout and Bill Me Later, I strongly believe adding Paypal will help conversion, especially for international customers or those without credit cards.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Offer E-Check Payments: </span></strong><span style="font-family: Georgia;">Another common payment method is by an e-check. Many customers who pay this way have checking accounts, but no credit or debit cards.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Security Code Explanation: </span></strong><span style="font-family: Georgia;">Always provide a clear explanation of what this credit card security code is and why you need it. While most sites provide an image of where to find it, rarely do they answer the question of why they need it. Many shoppers are wary about giving this out, so provide an explanation of why it’s necessary for an online purchase.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Disable &#8220;Finalize Order&#8221; button On Click:</span></strong><span style="font-family: Georgia;"> A lot is going on technically speaking when the user clicks the &#8220;Finalize Order&#8221; button. Many users are impatient, and will click this button again and again until something happens. Depending on how your checkout is programmed, this can cause serious problems such as double billing or duplicate orders. Prevent this confusion by disabling the button after it&#8217;s clicked.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Show Estimated Processing Time: </span></strong><span style="font-family: Georgia;">In addition to the above, show something to the nature of &#8220;please allow up to 60 seconds to process your order.&#8221; after the shopper clicks the finalize order button.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Bookmark able Receipt Page: </span></strong><span style="font-family: Georgia;">Make sure your receipt page is not the same page that processes the order via a form post. Shoppers tend to bookmark receipt pages, but if it&#8217;s not available later they will be very confused.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Shipping Time Estimates:</span></strong><span style="font-family: Georgia;"> Usually, the first question on a customers mind after submitting an order is &#8220;when will I get it?&#8221; Prevent needless customer service interactions by providing an estimate of both when the order will ship and when it will arrive.</span></li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; line-height: 15.6pt"><strong><span style="font-family: Georgia;">Eliminate Insecure Page Errors: </span></strong><span style="font-family: Georgia;">A customer should never have to see a &#8220;this page contains insecure items&#8221; error right before they enter their credit card. Usually, this is just a case of the webmaster not using relative links properly with images (http:// vs. https://).</span></li>
</ol>
<p><span style="font-family: Georgia;">I hope you found something here useful for your online business. This is actually the 4th post in my <a href="http://www.palmerwebmarketing.com/blog/category/25-ways-series/">&#8220;25 Ways to&#8221; series</a>, so please checkout the other posts as well.</span></p>
<p><strong>About Justin Palmer</strong></p>
<p>Justin Palmer is the owner of Palmer Web Marketing, an internet marketing &amp; e-commerce consultancy. Justin also operations several other websites, including EnjoyinJava.com, a coffee review and coupon blog featuring <a href="http://enjoyinjava.com/coffee-coupons-deals/coffeeforless-coupons/">coffee for less.com coupon codes</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.palmerwebmarketing.com/blog/25-ways-to-improve-your-checkout-process/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>25 Ways to Improve Your Product Category Pages</title>
		<link>http://www.palmerwebmarketing.com/blog/25-ways-to-improve-your-product-category-pages/</link>
		<comments>http://www.palmerwebmarketing.com/blog/25-ways-to-improve-your-product-category-pages/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 19:43:28 +0000</pubDate>
		<dc:creator>Justin Palmer</dc:creator>
				<category><![CDATA[10 Top Posts]]></category>
		<category><![CDATA[25 Ways Series]]></category>
		<category><![CDATA[E-commerce]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Web Marketing]]></category>
		<category><![CDATA[Website Conversion]]></category>

		<guid isPermaLink="false">http://www.palmerwebmarketing.com/blog/25-ways-to-improve-your-product-category-pages/</guid>
		<description><![CDATA[I suppose this post is a good prequel to 25 Ways to Improve Your Product Pages. An extremely crucial step in the buying process occurs on the product category page. Basically, product category pages show listings for all products within a certain category, and provide a link to get more detail on the product page. Every product [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Georgia">I suppose this post is a good prequel to <a href="http://www.palmerwebmarketing.com/blog/25-ways-to-improve-your-product-pages/">25 Ways to Improve Your Product Pages</a>.<span style="font-family: Georgia"><strong> </strong>An extremely</span> crucial step in the buying process occurs on the product category page. Basically, product category pages show listings for all products within a certain category, and provide a link to get more detail on the product page. Every product based e-commerce store has them, but not all of them are equally optimized. While the suggestions below vary greatly in their complexity and may not suite all businesses, I hope you&#8217;ll find something you can implement on your site.</span></p>
<ol type="1">
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">More Items Per Page: </span></strong><span style="font-family: Georgia">In the past, it was advantageous to show only a few products per page due to slower dial up connections. With most surfers on DSL now, it makes sense to show more products per page, so users don&#8217;t have to constantly click to the next page. Also, be sure to allow them to view more than the preset amount of items.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><city w:st="on"></city>
<place w:st="on"></place><strong><span style="font-family: Georgia">AJAX</span></strong><strong><span style="font-family: Georgia"> Popup Feature: </span></strong><span style="font-family: Georgia">Many sites are now allowing you to view more product details such as more photos or the description directly on the product listing page. This is a great time saver when used with <city w:st="on"></city></p>
<place w:st="on"></place>AJAX, because it doesn’t require the customer to leave the product category page. Checkout the <a href="http://www.gap.com/browse/category.do?cid=5225">&#8220;Quick Look&#8221; feature on Gap.com</a>.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Add to Cart Button: </span></strong><span style="font-family: Georgia">Don&#8217;t underestimate the eagerness of your customers to buy. If they know what they are looking for, many won&#8217;t need to go all the way to the product page in order to click add to cart. If possible, put the &#8220;Buy Now&#8221; or &#8220;Add to Cart&#8221; button directly on the product listings page. For an example, see <a href="http://www.c28.com/shopping/music.asp?category1=music&amp;category3=music">C28&#8217;s music pages</a>.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Sort by Price: </span></strong><span style="font-family: Georgia">Let&#8217;s face it. Price is one of the most important factors for most consumers. Give them a way to answer the ubiquitous question, &#8220;which one&#8217;s the cheapest?&#8221; by letting them sort by price.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Sort by <city w:st="on"></city>
<place w:st="on"></place>Sale / Clearance: </span></strong><span style="font-family: Georgia">Every customer base has its bargain hunters. Highlight sale or clearance price merchandise by letting them view those items first.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Sort by Age: </span></strong><span style="font-family: Georgia">Your repeat visitors will greatly appreciate this. The first thing on the repeat customers mind when they hit your site will be &#8220;What&#8217;s new?&#8221;</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Sort by User Ratings: </span></strong><span style="font-family: Georgia">Product peer reviews are becoming increasingly important to online shoppers. Many have begun the expect them. Let people easily see which products are rated the best by other buyers.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Sort by Best Seller: </span></strong><span style="font-family: Georgia">No one likes to feel they are the first one buying something. Ever heard of this psychological merchandising trick? Make a perfectly stacked pile of widgets and place them in a prime location in a store, and they won&#8217;t sell. However, take a few widgets out of the pile, and people think they are selling like hot-cakes and grab one for themselves. All that to say&#8230; let your visitors view the top selling products first.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Filter by Brand: </span></strong><span style="font-family: Georgia">For the brand conscience, let people filter down and eliminate items they don&#8217;t want to see. Remember, once they are on your product listing pages, your goal should not be to show them as many products as possible, but rather to filter down to the ones they are interested in.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Filter by Color/Size/etc: </span></strong><span style="font-family: Georgia">Have you ever shopped the clearance rack at a clothing store? Usually, items are merchandised by size. Or take shopping for paint at a hardware store. Most people walk right to the color family they desire, then decide from there. What your e-business sells will determine what type of filters you should create. View a good <a href="http://www.c28.com/shopping/productlistings.asp?category1=guys&amp;category3=shirts">example of filtering</a> here.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">&#8220;Save These Settings&#8221; Feature: </span></strong><span style="font-family: Georgia">Suppose you&#8217;re browsing a certain product category on a site. After telling the website you want to see the items sorted by lowest price first with 50 products per page, you&#8217;re irritated to find that your settings have been lost when you move to a different product category. To prevent situations like this, save a user’s settings to the most recently selected ones, or allow them to click an option to save them across the whole site.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Breadcrumb Navigation: </span></strong><span style="font-family: Georgia">It&#8217;s easy for visitors to get lost in an endless trail of sub-sub-sub categories. Show them where they are and where they&#8217;ve been with cookie crumb navs.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">View All Feature: </span></strong><span style="font-family: Georgia">It&#8217;s easiest to compare products when they are all displayed on one page. Give your visitors the option of to &#8221;view all.&#8221;</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Unique Content in Title &amp; Meta Tags: </span></strong><span style="font-family: Georgia">One of the most challenging issues with product category pages from an SEO point of view is that they all appear similar and contain little content. If possible, ensure that the title and meta tag content for each page within a product category is unique.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Click to Any Page Navigation: </span></strong><span style="font-family: Georgia">I can&#8217;t stand it when a website only gives you a &#8220;previous&#8221; and &#8220;next&#8221; button to click through the product category. Allow visitors to go exactly to the page number they desire by creating hyperlinks to each page number.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Sorting &amp; Filtering Options at Top and Bottom: </span></strong><span style="font-family: Georgia">It&#8217;s important to show your filtering options on both the top and bottom of your category pages. While most sites show them on top, many neglect to feature them for easy access at the bottom of the page as well.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Eliminate Parameters from URL: </span></strong><span style="font-family: Georgia">Here&#8217;s a rule of thumb, if your category urls are so ugly that it&#8217;s impossible to remember one, then odds are the search engines won&#8217;t remember them either. If you must use a parameter in the url (i.e. ID=123), try to use only one.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Create SEO Friendly URLs:</span></strong><span style="font-family: Georgia"> Better yet, convert url&#8217;s like this: <a href="http://abc.com/?category1=widget&amp;category2=gadgets">http://abc.com/?category1=widget&amp;category2=gadgets</a> to something like <a href="http://abc.com/widgets-and-gadgets.html">http://abc.com/widgets-and-gadgets.html</a>. This can be accomplished by using a <a href="http://en.wikipedia.org/wiki/Rewrite_engine">re-write engine</a>.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Highlight New &amp; Sale Merchandise: </span></strong><span style="font-family: Georgia">Include an icon or other indicator to show that an item is on sale or is brand new.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Show &#8220;Real Life&#8221; Photos: </span></strong><span style="font-family: Georgia">Showing pics of your products in real life situations brings your pages to life and is much more appealing than a dull list of names and prices.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Prominent Search Function: </span></strong><span style="font-family: Georgia">People tend to use search as the first resort or the last resort. If they are unable to find what they want from browsing your category pages, they will look for a search option. Make this feature available on every page of your site.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Make Product Images Clickable: </span></strong><span style="font-family: Georgia">I&#8217;m still surprised when I see sites that force you to click on the text of the product name to get to the product page. Make sure the product image is clickable as well.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Auto Following Nav: </span></strong><span style="font-family: Georgia">Most sites have a left or top navigation structure. However, unless the site uses frames, when the user scrolls down, this navigation will not be accessible. Create a dynamic navigation that follows them down the page. This will ensure they are able easily move to a different category.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Compare Checkbox: </span></strong><span style="font-family: Georgia">Allow customers to easily compare items by placing a checkbox next to each product listing. For an example of this, see <a href="http://www.compusa.com/products/products.asp?N=200334&amp;Cn=Notebooks_Tablet_PCs_Notebooks">CompUSA’s product categories</a>.</span></li>
<li style="margin: 0in 0in 0pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-family: Georgia">Need Help Deciding? </span></strong><span style="font-family: Georgia">It&#8217;s a well-known fact that having to many products to choose from can be just as bad as not having enough. Help your customers make a decision by linking to a &#8220;Help Me Decide&#8221; page that compares the benefits of each product type. Again, see the bottom of <a href="http://www.compusa.com/products/products.asp?N=200334&amp;Cn=Notebooks_Tablet_PCs_Notebooks">CompUSA&#8217;s product listings </a>for an example.</span></li>
</ol>
<p><span style="font-family: Georgia">I hope something here has sparked your interest. Be sure to also checkout my other posts on 25 ways to <a href="http://www.palmerwebmarketing.com/blog/25-ways-to-improve-your-shopping-cart/">improve your shopping cart</a> and <a href="http://www.palmerwebmarketing.com/blog/25-ways-to-improve-your-product-pages/">product pages</a>. </span><font face="Times New Roman"> </font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.palmerwebmarketing.com/blog/25-ways-to-improve-your-product-category-pages/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>25 Ways to Improve Your Shopping Cart</title>
		<link>http://www.palmerwebmarketing.com/blog/25-ways-to-improve-your-shopping-cart/</link>
		<comments>http://www.palmerwebmarketing.com/blog/25-ways-to-improve-your-shopping-cart/#comments</comments>
		<pubDate>Sat, 22 Sep 2007 06:52:28 +0000</pubDate>
		<dc:creator>Justin Palmer</dc:creator>
				<category><![CDATA[10 Top Posts]]></category>
		<category><![CDATA[25 Ways Series]]></category>
		<category><![CDATA[E-commerce]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Web Marketing]]></category>
		<category><![CDATA[Website Conversion]]></category>

		<guid isPermaLink="false">http://www.palmerwebmarketing.com/blog/25-ways-to-improve-your-shopping-cart/</guid>
		<description><![CDATA[Shopping cart abandonment is every online merchant&#8217;s worst fear. After all, with all that you invest in marketing your website, it&#8217;s painful to leave money on the table when would-be buyers don&#8217;t convert to sales. In this post, I&#8217;ll share some ways to improve your shopping cart that I&#8217;ve used or seen used by other [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: 12pt; font-family: 'Georgia','serif'">Shopping cart abandonment is every online merchant&#8217;s worst fear. After all, with all that you invest in marketing your website, it&#8217;s painful to leave money on the table when would-be buyers don&#8217;t convert to sales. In this post, I&#8217;ll share some ways to improve your shopping cart that I&#8217;ve used or seen used by other savvy online retailers.</span></p>
<ol type="1">
<li style="margin: 0in 0in 10pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">Add Product Thumbnail Images:</span></strong><span style="font-size: 12pt; font-family: 'Georgia','serif'"> It&#8217;s easy for visitors to forget what they added to their cart. Remind them by displaying a small product image next to the name. Remember, visitors don&#8217;t know the product names as well as you do, so they need a visual reminder.</span></li>
<li style="margin: 0in 0in 10pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">Your Just X Dollars away from Free shipping: </span></strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">Most e-commerce sites offer free shipping at a certain level. Remind your customers of this by displaying a prominent message letting them know how much more they need to spend to receive the promotion.</span></li>
<li style="margin: 0in 0in 10pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">Buy X Get X Free: </span></strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">If you offer some sort of BOGO promotion, the shopping cart is a great place to<br />
display a message such as &#8220;Buy 1 more, get a 3rd FREE.&#8221;</span></li>
<li style="margin: 0in 0in 10pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">Show Shipping Prices: </span></strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">For me, the thing that frustrates me most is when websites require me to enter my shipping info in order to calculate the shipping price. Simplify this by showing the shipping prices as early as possible. If your website calculate shipping prices based on the destination zip code, allow visitors to calculate the cost without having to enter all their personal info.</span></li>
<p><a href="http://www.palmerwebmarketing.com/ecommerce-website-reviews/e-commerce-store-review.php#BannerAd"><img src="http://www.palmerwebmarketing.com/animatedgifs/MySitePlan.gif" width="400" border="0" height="115" /></a></p>
<li style="margin: 0in 0in 10pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">Show Shipping Times estimate: </span></strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">UPS, Fedex, and USPS offer different service time commitments to different parts of the country. Show a map of these estimated to shipping times to re-assure your customers they will get their order on tine.</span></li>
<li style="margin: 0in 0in 10pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">Show What Method(s) order will ship: </span></strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">For many, the shipping method is as important as the shipping price. Some customers may have reservations about certain shipping methods. In addition, customer with rural address may only be able to get service from UPS or Fedex. Customer with PO Boxes will only be able to get deliveries from US Mail.</span></li>
<li style="margin: 0in 0in 10pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">Cross-sell Items: </span></strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">The shopping cart is a great place to suggest similar items to that which are already in the cart. Just make sure the suggestions does not get in the way of the checkout process.</span></li>
<li style="margin: 0in 0in 10pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">Up-sell Items: </span></strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">The shopping cart is a great place to let customers know about another product that may better serve their needs. Again, remember to soft sell so as to not confuse the checkout process.</span></li>
<li style="margin: 0in 0in 10pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">Link Back to the Product Page: </span></strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">It&#8217;s very easy to forget the features or other details about the products in your cart. Make it easy for your buyers to get back to the product page by providing a link from the shopping cart.</span></li>
<li style="margin: 0in 0in 10pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">Feature Comparison: </span></strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">Show as much detail as possible on the cart page in order to let shoppers compare features. If you can&#8217;t fit all the relevant information, include a &#8220;compare&#8221; link that allows them to compare all the features at a glance.</span></li>
<li style="margin: 0in 0in 10pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">Progress Bar: </span></strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">People want to know that your checkout process is fast and easy. Display a progress indicator to let them know where they are, and how much further they need to go.</span></li>
<li style="margin: 0in 0in 10pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">Make Your Cart Button Highly Visible: </span></strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">Above anything else, the &#8220;Checkout&#8221; button should be the most prominent feature on the shopping cart page. Make it large and bold enough to reach out and grab the user&#8217;s attention.</span></li>
<li style="margin: 0in 0in 10pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">Add &#8220;Checkout&#8221; to Cart Button:</span></strong><span style="font-size: 12pt; font-family: 'Georgia','serif'"> Most site&#8217;s have a ubiquitous &#8220;View Cart&#8221; button on every page of the site, usually located in the upper right hand of the page. Consider also including the word &#8220;Checkout&#8221;, since not everyone<br />
knows that &#8220;View Cart&#8221; is the first step to checking out.</span></li>
<li style="margin: 0in 0in 10pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">Express Checkout: </span></strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">Make repeat purchases quick as easy by allowing return customers to login from the shopping cart page.</span></li>
<li style="margin: 0in 0in 10pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">Email Customers with Abandoned Carts: </span></strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">An extremely effective way of capturing lost sales opportunities is to email those customers who abandon their shopping carts. Better yet, offer them a coupon or some other discount to come back and finish the purchase.</span></li>
<li style="margin: 0in 0in 10pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">Show Stock on Hand: </span></strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">There&#8217;s no greater way to stress urgency than to let customers know how much product you have on hand. While you might not want to show the exact quantity in inventory, you should<br />
definitely warn them when a product is close to selling out.</span></li>
<li style="margin: 0in 0in 10pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">1 Click Ordering: </span></strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">Surprisingly, a great way to increase your conversion is to skip as much of the shopping cart/checkout process as possible. Pioneered by <a href="http://www.amazon.com/" target="_blank"><span style="color: blue">Amazon</span></a>, 1 click ordering is a great way to speed up the checkout process.</span></li>
<li style="margin: 0in 0in 10pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">See More Items Like Those In Your Cart: </span></strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">Give them an incentive to spend more by suggesting other items<br />
similar to those already in the shopping cart.</span></li>
<li style="margin: 0in 0in 10pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">Live Chat Link: </span></strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">Don&#8217;t let customers abandon their order due to a nagging question. Provide an easy way to get an instant answer to their query.</span></li>
<li style="margin: 0in 0in 10pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">Prominent Phone Support Number: </span></strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">Again, always provide an easy way to speak to a live person.</span></li>
<li style="margin: 0in 0in 10pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">Show Payment Options Early: </span></strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">Customers will be curious as to what payment options you accept early on in the process. Let them know by displaying credit card logos, the Paypal logo, and an e-Check representation.</span></li>
<li style="margin: 0in 0in 10pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">Auto-Submit Form Changes: </span></strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">It&#8217;s common for customers to change the quantity of an item in the cart, and then click &#8220;checkout&#8221; instead of first clicking the &#8220;update&#8221; button. You can prevent later confusion by refreshing the quantities in their cart automatically if it is changed.</span></li>
<li style="margin: 0in 0in 10pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">Save for Later Button: </span></strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">Let&#8217;s face it, not everyone will complete the purchase the same day they add the item to their cart. Assure them that the items will remain in the cart by allowing them to save it for later. Better yet, email them after a certain amount of time to remind them.</span></li>
<li style="margin: 0in 0in 10pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">Security and Privacy Reminder: </span></strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">Assure your visitors your website is secure and trustworthy.<br />
Display emblems such as the <a href="http://www.palmerwebmarketing.com/blog/scan-alerts-hacker-safe-is-it-worth-it/"><span style="color: blue">HackerSafe logo </span></a>or the <a href="http://www.bbbonline.org/" target="_blank"><span style="color: blue">BBB Online logo</span></a>. Also, let your visitors know their personal information will be kept private by linking to your privacy policy.</span></li>
<li style="margin: 0in 0in 10pt; line-height: 15.6pt" class="MsoNormal"><strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">Link to Your Return / Exchange Policy: </span></strong><span style="font-size: 12pt; font-family: 'Georgia','serif'">One of the greatest hesitations to buying is worrying about returning a product to an online retailer. Assuage the fears of your customers by linking to your &#8220;No Hassle Return Policy.&#8221;</span></li>
</ol>
<p><span style="font-size: 12pt; font-family: 'Georgia','serif'">I sincerely hope some of the ideas above will be helpful to your online business. Remember, each shopping cart feature that helps to improve or simplify the shopping process will become a competitive advantage and another memorable reason for your customers to come back.</span><font face="Calibri"> </font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.palmerwebmarketing.com/blog/25-ways-to-improve-your-shopping-cart/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>25 Ways to Improve Your Product Pages</title>
		<link>http://www.palmerwebmarketing.com/blog/25-ways-to-improve-your-product-pages/</link>
		<comments>http://www.palmerwebmarketing.com/blog/25-ways-to-improve-your-product-pages/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 03:19:06 +0000</pubDate>
		<dc:creator>Justin Palmer</dc:creator>
				<category><![CDATA[10 Top Posts]]></category>
		<category><![CDATA[25 Ways Series]]></category>
		<category><![CDATA[E-commerce]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Web Marketing]]></category>
		<category><![CDATA[Website Conversion]]></category>

		<guid isPermaLink="false">http://www.palmerwebmarketing.com/blog/25-ways-to-improve-your-product-pages/</guid>
		<description><![CDATA[I&#8217;m constantly astonished at how many large e-commerce sites have seriously deficient product pages. Many large companies, especially click-and-mortar retailers, seem to forget that products cannot be touched, tasted, or tested over the internet. While the internet will never perfectly mimic the in-store experience, there are dozens of tactics that can be implemented on the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m constantly astonished at how many large e-commerce sites have seriously deficient product pages. Many large companies, especially click-and-mortar retailers, seem to forget that products cannot be touched, tasted, or tested over the internet. While the internet will never perfectly mimic the in-store experience, there are dozens of tactics that can be implemented on the product page to increase customer engagement and convert visitors into buyers. Below I&#8217;ll describe 25 methods I&#8217;ve either used or seen used by other online retailers.</p>
<ol>
<li><strong>More / Better Product Photos: </strong>It&#8217;s important to remember that unlike you, your customers may have never seen nor handled your products before. Therefore, take pictures of every possible angle a customer would want to see. Also, make sure the quality is acceptable. If you&#8217;re still using a 1 megapixel camera you got for Christmas 10 years ago, it&#8217;s about time to upgrade.</li>
<li><strong>Flash Zoom with Different Angles: </strong>Many advanced e-commerce customers have implemented flash technology to allow zooming and changing angles. If you have the expertise and the resources, this is a killer add on feature for any product page.</li>
<li><strong>Include Info about Where the Product was made: </strong>People care immensely about this. Whether they are concerned about ethical working conditions, or just for quality reasons, be sure to tell them where your products are made. If they are made somewhere besides the US, be sure to put a link to your fair labor policy, so your customers don&#8217;t think you&#8217;re using sweatshops.</li>
<li><strong>List benefits, not just features: </strong>Don&#8217;t rattle of an endless bullet list of technical specifications. Tell customers specifically how this product will improve their life.</li>
<li><strong>Show product measurements or weight: </strong>Remember, they can&#8217;t actually touch and hold your product over the internet. Give them the next best thing with the measurements and weight.</li>
<li><strong>Make &#8220;Add to Cart&#8221; Impossible to miss: </strong>The &#8220;Add to Cart&#8221; or &#8220;Buy Now&#8221; button should reach out and grab your attention. Avoid tiny, vague &#8220;Add to Bag&#8221; buttons such as the one on <a href="http://www.gap.com/browse/product.do?cid=7389&amp;pid=504982">Gap&#8217;s product page</a>.</li>
<li><strong>Allow customer generated product reviews: </strong>This will both increase the amount of trust your website receives and add valuable content for the search engines. Worried about <a href="http://www.palmerwebmarketing.com/blog/the-positive-side-of-negative-product-reviews/">negative product reviews</a>? Don&#8217;t, the experts say it can be one of the greatest tools to show your customers you are transparent and trustworthy.</li>
<li><strong>Ask a Question Link: </strong>Don&#8217;t leave your customers hanging with nagging questions about a products. Add a link that emails your customer service department so customers can ask a specific question about the product. This also serves as a great feedback tool so you know what information needs to be put on the product page to prevent questions. For an example of this, checkout <a href="http://www.c28.com/shopping/productdetails.asp?recordid=349">C28&#8217;s product page</a>.</li>
<li><strong>Show Related (cross sell items): </strong>Having a &#8220;customer who bought this also liked&#8230;&#8221; section is a great way to cross sell. Remember, a product page can be a dead end if the customer is not interested in what they are viewing. Always give them somewhere else to go.</li>
<li><strong>Show Related upsell items: </strong>Add to your average order by suggesting an upgrade to what they are currently viewing.</li>
<li><strong>Show add on items: </strong>Selling shoes? Don&#8217;t let your customers checkout without socks! Customers will appreciate the suggestion, and you will increase your average order.</li>
<li><strong>Include possible search query terms in the title and meta tags: </strong>If you sell moisturizer cream, don&#8217;t just put the product name in the title tag. Create an extra field in your product database that people will likely search for such as &#8220;Cure for Dry skin.&#8221;</li>
<li><strong>Foreign Currency converter: </strong>Have you ever been to a site that showed currency in something other than US dollars? I have, and I usually leave because I am too lazy to convert it. Including a currency converter link near the price will help encourage your international business. If you don&#8217;t want to clutter up your product page, you can even program the link to only show if the user has a non-US IP address.</li>
<p><a href="http://www.palmerwebmarketing.com/ecommerce-website-reviews/e-commerce-store-review.php#BannerAd"><img src="http://www.palmerwebmarketing.com/animatedgifs/MySitePlan.gif" width="400" border="0" height="115" /></a></p>
<li><strong>Add a Wishlist: </strong>Wishlist&#8217;s are a great way to create stickiness and possibly even reduce shopping cart abandonment. People tend to use shopping carts as wishlists, so giving them to real thing will allow you to more accurately track your true shopping cart abandonment.</li>
<li><strong>Email Me When It&#8217;s Re-stocked Button: </strong>Many sites, especially apparel retailers, may sell out of a certain size or variety of a product. Rather than throwing up a &#8220;Out of Stock&#8221; notice on the product page, why not allow people to be emailed when the item is re-stocked? In my experience, this is one of those features that really surprises and delights customers who are otherwised already frustrated. Checkout an example of this on <a href="http://www.c28.com/shopping/productdetails.asp?recordid=9598">C28&#8217;s product page</a>.</li>
<li><strong>Email Me Before It Sells Out Button: </strong>People tend to wait to the last minute. But what if you warned them before the item sells out? There&#8217;s no greater way to create a sense of urgency then by sending an email saying &#8220;Hurry, it&#8217;s about to sell out!&#8221;</li>
<li><strong>Email Me When Products Like this are Added: </strong>Customers are tired of generic, one size fits all email newsletters. Give them something they really care about by creating a system where they can request to be notified when product within certain categories are added to the site.</li>
<li><strong>Social Bookmarking Links: </strong>Although its not typical to see a Digg or Delicious button on an e-commerce site, it may work well for certain buzzworthy products, such as t-shirts from <a href="http://www.threadless.com/product/991/X_Ray">Threadless</a>.</li>
<li><strong>Bread crumb navigation: </strong>It&#8217;s easy to get lost in a myriad of product categories, so always keep visitors informed about where they are with Bread (aka Cookie) crumb navigation. Bread crumb navs typically are located in the upper left hand of the page and look something like this: Home &gt; Top Category &gt; Lower Category &gt; Product Name</li>
<li><strong>Customer Generated Photos: </strong>Allow your customers to upload pictures of them using your products. This works great for apparel retailers, or anything where people take pride in using a product.</li>
<li><strong>Audio Testimonials: </strong>This is becomming common as sales pages for ebooks or other informational products. A testimonial that can be listened to will probably hold more weight than simple text on a page.</li>
<li><strong>Video Testimonials: </strong>Even better than just audio, allow for full video testimonials. If you have the videos hosted by You Tube, you can also spur a viral marketing campaign.</li>
<li><strong>Back Button to Product Category Page: </strong>This allows customers to navigate more efficiently and return to where they just were.</li>
<li><strong>Browser Bookmark Button: </strong>Don&#8217;t let them forget your site. With a simple javascript command, you can trigger their browser to bookmark your product.</li>
<li><strong>RSS Product Feeds: </strong>With the integration of a feed reader into Microsoft&#8217;s IE 7, Rss feeds will likely move out of the early adopter stage and become more mainstream. With the abundance of SPAM in the inbox, receiving product updates through an RSS feed is a great alternative for keeping your customers informed. Checkout how <a href="http://www.threadless.com/product/991/X_Ray">Threadless</a> displays the RSS icon at the bottom of their product page.</li>
</ol>
<p>I hope some of the ideas above have given you some inspiration for your site. Be sure to leave a comment if you&#8217;ve successfully used any of these tactics. Also, you migh want to checkout my post on <a href="http://www.palmerwebmarketing.com/blog/25-ways-to-improve-your-shopping-cart/">25 Ways to Improve Your Shopping Cart</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.palmerwebmarketing.com/blog/25-ways-to-improve-your-product-pages/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
