<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Turn Left - Web Development, Hosting and Marketing Expertise for Banks and Credit Unions</title>
    <link rel="alternate" type="text/html" href="http://turnleft.inetsolution.com/" />
    <link rel="self" type="application/atom+xml" href="http://turnleft.inetsolution.com/atom.xml" />
   <id>tag:turnleft.inetsolution.com,2010://1</id>
    <link rel="service.post" type="application/atom+xml" href="http://turnleft.inetsolution.com/MT/mt-atom.cgi/weblog/blog_id=1" title="Turn Left - Web Development, Hosting and Marketing Expertise for Banks and Credit Unions" />
    <updated>2010-03-23T05:07:00Z</updated>
    <subtitle>Turn Left is a weblog by InetSolution about design, programming, security, usability, marketing, and more, primarily focused on bank, credit union and e-commerce markets.</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 3.2</generator>
 
<entry>
    <title>New RSS Feed URL</title>
    <link rel="alternate" type="text/html" href="http://turnleft.inetsolution.com/2010/03/new_rss_feed_url.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://turnleft.inetsolution.com/MT/mt-atom.cgi/weblog/blog_id=1/entry_id=144" title="New RSS Feed URL" />
    <id>tag:turnleft.inetsolution.com,2010://1.144</id>
    
    <published>2010-03-23T05:05:31Z</published>
    <updated>2010-03-23T05:07:00Z</updated>
    
    <summary>We have moved our blog to a new location so this feed will no longer be updated. Please update your RSS subscription to http://feeds.feedburner.com/TurnLeftBlog and the new blog URL is http://www.inetsolution.com/turnleft...</summary>
    <author>
        <name>Jason Sherrill</name>
        <uri>http://www.inetsolution.com</uri>
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://turnleft.inetsolution.com/">
        <![CDATA[<p>We have moved our blog to a new location so this feed will no longer be updated. Please update your RSS subscription to <a href="http://feeds.feedburner.com/TurnLeftBlog">http://feeds.feedburner.com/TurnLeftBlog</a> and the new blog URL is <a href="http://www.inetsolution.com/turnleft">http://www.inetsolution.com/turnleft</a></p>]]>
        
    </content>
</entry>
<entry>
    <title>Good Security on Banking Site No Match for Poor Security Elsewhere</title>
    <link rel="alternate" type="text/html" href="http://turnleft.inetsolution.com/2010/03/good_security_on_banking_site.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://turnleft.inetsolution.com/MT/mt-atom.cgi/weblog/blog_id=1/entry_id=142" title="Good Security on Banking Site No Match for Poor Security Elsewhere" />
    <id>tag:turnleft.inetsolution.com,2010://1.142</id>
    
    <published>2010-03-09T10:25:18Z</published>
    <updated>2010-03-09T12:41:46Z</updated>
    
    <summary>Marc Rapport&apos;s advice in his article at CUTimes.com is a good reminder that even high-caliber security like MemberProtect provides is cannot protect bank and credit union user&apos;s who don&apos;t exercise good judgment when managing their online identities....</summary>
    <author>
        <name>Jason Sherrill</name>
        <uri>http://www.inetsolution.com</uri>
    </author>
            <category term="Banks and Credit Unions" />
            <category term="Security" />
    
    <content type="html" xml:lang="en" xml:base="http://turnleft.inetsolution.com/">
        <![CDATA[<p><a href="http://www.cutimes.com/News/2010/3/Pages/Multiple-ID-Use-Said-to-Raise-Risk.aspx">Marc Rapport's advice in his article at CUTimes.com </a>is a good reminder that even high-caliber security like MemberProtect provides is cannot protect bank and credit union user's who don't exercise good judgment when managing their online identities.</p>]]>
        <![CDATA[<p>As web developers who use MemberProtect know, our flagship security product goes to extremes to safeguard member data, especially sensitive information like passwords and challenge question answers. But one security problem that it cannot overcome is users who use the same username and password combination for all of their online activities.</p>

<p>As programmers and security consultants, we can tell you far too many stories about sites that were supposedly secure, but actually stored data like usernames & passwords with weak encryption, or in way too many circumstances no encryption at all! While those sites may not contain any sensitive financial or personal information, the usernames and passwords they contain could give a hacker access to other websites that do, such as online banking websites. Let's look at an example that illustrates my point (I've changed the names to protect the websites and people involved).</p>

<p>Mary has an account at her favorite photo sharing site, www.mydoggyphotos.com. She created her username there as <em>marydoe </em>with a password of <em>mydogbingo*1</em>. Mary also has an online banking account with her credit union (let's say it is www.myfavoritecu.com) where her username is also <em>marydoe </em>with a password of <em>mydogbingo*1</em>. My Favorite Credit Union has decent security on their website. They use challenge questions during login, they encrypt all of Mary's data inside their database and they use SSL to encrypt data while in transit. DoggyPhotos.com is a different story. They have none of the security features that My Favorite CU does.</p>

<p>One day a hacker gets lukcy and a SQL Injection bot he's running finds a hole in DoggyPhotos.com. The hacker exploits that hole and successfully extracts the entire contents of the user database. Since security wasn't a big concern when developing the site, DoggyPhotos.com's developers created their own authentication code and stored all user information in plain text. The hacker, being a clever guy, began data mining social sites such as Twitter, Facebook & MySpace. One nugget of information he found about Mary Doe is a tweet that she made about My Favorite Credit Union thanking them for their terrific service. So now the hacker knows that Mary Doe has an account at My Favorite Credit Union.</p>

<p>Armed with this information, the hacker browse to My Favorite Credit Union's website and and attempt to logon using the username and password that Mary also used on DoggyPhotos.com. Not surprisingly to the hacker, the username is the same and it works! But then he is prompted to answer an RBA question asking Mary Doe's mother's maiden name. Drats! This means that now he needs to go over to <a href="http://www.Geni.com ">Geni.com </a>and see if he can find Mary Doe's family tree.</p>

<p>Much to Hacker Joe's delight, Mary Doe does indeed have a Geni.com account and Mary used the same username and password over there. So Hacker Joe logs in, learns that Mary Doe's mother's maiden name is Brown and then proceeds back to My Favorite Credit Union's website to answer the question. Success!</p>

<p>How much of this hacking success story was My Favorite Credit Union's fault? Virtually none. What about Geni.com's? Again, not much. The problem here was a combination of the weak security employed at DoggyPhotos.com and Mary's failure to use a different set of credentials for her online banking service than she uses for her less important sites. That simple step could have prevented Mary's online banking account from being hacked so easily.</p>

<p>Notice that I said the credit union and Geni.com were virtually faultless. That doesn't mean that they couldn't have done more. MemberProtect offers unique security features that would've completely prevented Hacker Joe from accessing Mary's credit union account.</p>]]>
    </content>
</entry>
<entry>
    <title>New Bugat Malware Aimed at Banking Websites to Steal Customer Data</title>
    <link rel="alternate" type="text/html" href="http://turnleft.inetsolution.com/2010/03/new_bugat_malware_attacks_bank_websites.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://turnleft.inetsolution.com/MT/mt-atom.cgi/weblog/blog_id=1/entry_id=143" title="New Bugat Malware Aimed at Banking Websites to Steal Customer Data" />
    <id>tag:turnleft.inetsolution.com,2010://1.143</id>
    
    <published>2010-03-06T14:06:23Z</published>
    <updated>2010-03-07T04:30:22Z</updated>
    
    <summary>Security researchers have recently discovered a new black market malware application specifically targeting banking websites that offer ACH and wire transfer services. Similar to its popular counterparts Zeus and Clampi, Bugat works by harvesting logon, RBA and PIN credentials from...</summary>
    <author>
        <name>Justin Gattuso</name>
        <uri>http://www.inetsolution.com</uri>
    </author>
            <category term="Banks and Credit Unions" />
            <category term="Security" />
    
    <content type="html" xml:lang="en" xml:base="http://turnleft.inetsolution.com/">
        <![CDATA[<p>Security researchers have recently discovered a <a href="http://www.scmagazineus.com/new-bugat-trojan-harvesting-banking-credentials/article/163458/">new black market malware application specifically targeting banking websites</a> that offer ACH and wire transfer services. Similar to its popular counterparts Zeus and Clampi, Bugat works by harvesting logon, RBA and PIN credentials from infected users' machines, among other things. Most bank and credit union websites have few defenses against this type of malware application, but the latest versions of MemberProtect can help to render Trojan horse applications like Bugat ineffective.</p>]]>
        <![CDATA[<p>Bugat and its cousins work best on banking sites that use traditional static credentials, such as usernames, passwords, challenge questions and PIN values whose values do not change after every use and require keyboard input. If a user's computer is infected, then Bugat can capture the user's keyboard entries, including username, password, challenge question answers and PIN values. Since most systems only require users to change these values every 30 days, the hacker is able to use these values to perform transactions until the breach is discovered, possibly up to 30 days from the date of acquisition.</p>

<p>One method that we use to counter these types of attacks is to use secondary transaction authorization codes, such as PIN values, that change after every use. MemberProtect also supports transaction validation methods that do not rely on keyboard input and do not collect information in a way that is easy for malware applications to capture and re-use.</p>

<p>Currently Bugat is only targeted a dozen or so banking sites, but experts believe that the authors are currently testing the application to determine its effectiveness in the field. If it continues to show promise, expect its popularity amongst hackers to grow.</p>]]>
    </content>
</entry>
<entry>
    <title>Google Will Now Alert You if Your Website Has Been Hacked</title>
    <link rel="alternate" type="text/html" href="http://turnleft.inetsolution.com/2010/03/google_will_now_alert_you_if_y.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://turnleft.inetsolution.com/MT/mt-atom.cgi/weblog/blog_id=1/entry_id=141" title="Google Will Now Alert You if Your Website Has Been Hacked" />
    <id>tag:turnleft.inetsolution.com,2010://1.141</id>
    
    <published>2010-03-05T01:58:12Z</published>
    <updated>2010-03-07T04:30:22Z</updated>
    
    <summary>For some time now Google has warned its search users if your site contains malware or other dangerous code. Unfortunately, they did not provide any notification to webmasters of the hacked sites. This meant that website owners usually learned of...</summary>
    <author>
        <name>Jason Sherrill</name>
        <uri>http://www.inetsolution.com</uri>
    </author>
            <category term="Banks and Credit Unions" />
            <category term="Security" />
    
    <content type="html" xml:lang="en" xml:base="http://turnleft.inetsolution.com/">
        <![CDATA[<p>For some time now Google has warned its search users if your site contains malware or other dangerous code. Unfortunately, they did not provide any notification to webmasters of the hacked sites. This meant that website owners usually learned of hacking issues from their customers or site visitors. Not only can that be embarrassing for site owners, but it can also have a severe impact on sales and lead to potential identify theft, especially on banking websites.</p>

<p>Well, now I have good news, especially for banks, credit unions, retail e-commerce and other website owners for whom security and quick response to website hacks is of utmost concern. According to Google's Webmaster blog, <a href="http://googlewebmastercentral.blogspot.com/2010/03/is-your-site-hacked-new-message-center.html">Google will now notify webmasters when Googlebot has detected that a website has been hacked</a>.</p>]]>
        <![CDATA[<p>According to Google, they will now start notifying users who have registered with the <a href="https://www.google.com/webmasters/tools">Google Webmasters </a>service of several new types of issues, including:</p>

<ul>
<li>Spammy or abused user-generated content</li>
<li>Abused forum pages or egregious amounts of comment spam</li>
<li>Suspected hacking</li>
</ul>

<p>While this is by no means the only method you should rely on for monitoring your website security, I do recommend that you consider taking advantage of the free service from Google to gain the benefit of their watchful eye.</p>

<p>Want to check your page load speed? Google has a <a href="http://code.google.com/speed/page-speed/download.html">page speed tool that you can download as a Firefox plugin</a>.</p>

<p><strong>Disclaimer</strong>: As with most advice, you must consider it relative to all other factors related to your site's usability, marketing strategy and overall design requirements. Page load time is just one factor among many to consider when developing your pages.</p>]]>
    </content>
</entry>
<entry>
    <title>Code Optimization A Factor in Google Search Rankings Yet?</title>
    <link rel="alternate" type="text/html" href="http://turnleft.inetsolution.com/2010/03/code_optimization_a_factor_in.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://turnleft.inetsolution.com/MT/mt-atom.cgi/weblog/blog_id=1/entry_id=140" title="Code Optimization A Factor in Google Search Rankings Yet?" />
    <id>tag:turnleft.inetsolution.com,2011://1.140</id>
    
    <published>2010-03-03T14:56:56Z</published>
    <updated>2010-03-07T04:30:22Z</updated>
    
    <summary>If you&apos;ve worked with us on a web development or SEO project, then you&apos;ve undoubtedly heard us preach the benefits of code optimization. Not only does lightweight, well-optimized code reduce development, troubleshooting and on-going maintenance costs, but front-end code optimization...</summary>
    <author>
        <name>Jason Sherrill</name>
        <uri>http://www.inetsolution.com</uri>
    </author>
            <category term="Banks and Credit Unions" />
            <category term="Marketing &amp; SEO" />
    
    <content type="html" xml:lang="en" xml:base="http://turnleft.inetsolution.com/">
        <![CDATA[<p>If you've worked with us on a web development or SEO project, then you've undoubtedly heard us preach the benefits of code optimization. Not only does lightweight, well-optimized code reduce development, troubleshooting and on-going maintenance costs, but front-end code optimization can improve user experience as well by, among other things, reducing page load times.</p>

<p>There has been buzz for the past few months that Google may give developers another benefit to optimizing code for fast page loading - search engine rankings.</p>]]>
        <![CDATA[<p>According to Matt Cutts, a well-known Google engineer, some people inside Google have been lobbying for page load time to be a factor in Google's search ranking algorithm. Barry Schwartz of <a href="http://searchengineland.com/site-speed-googles-next-ranking-factor-29793">SearchEngineLand.com gave some additional insight back in November on this topic</a>.</p>

<p>As broadband penetration has continued to increase across the world, especially amongst the young, tech-savvy crowd that makes up most of the web design world, attention on minimizing page load times has dwindled. If Google does eventually add page load time as a factor in its ranking algorithm, then we may see a resurgence in effort to optimize websites for fast page loads; however, SEO benefits aside, pure user experience is still a good reason try to keep your total page load time as quick as possible.</p>

<p>If you haven't measured your site's page load times in awhile (or ever), then it's worthwhile to get ahead of the ball and put that on your schedule. Even if Google shuns the idea of using that as a ranking factor, your users will still appreciate your efforts.</p>]]>
    </content>
</entry>
<entry>
    <title>Modern Take on Keynesian and Austrian Economic Theory</title>
    <link rel="alternate" type="text/html" href="http://turnleft.inetsolution.com/2010/02/modern_take_on_keynesian_and_a.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://turnleft.inetsolution.com/MT/mt-atom.cgi/weblog/blog_id=1/entry_id=139" title="Modern Take on Keynesian and Austrian Economic Theory" />
    <id>tag:turnleft.inetsolution.com,2010://1.139</id>
    
    <published>2010-02-23T16:31:54Z</published>
    <updated>2010-03-07T04:30:22Z</updated>
    
    <summary>I liked this innovative approach to showcasing the root fundamentals of the economic theories of Hayek and Keynes. I was also impressed that they shot the video for this on a Canon 7D digital SLR. Give it a look, it&apos;ll...</summary>
    <author>
        <name>Jason Sherrill</name>
        <uri>http://www.inetsolution.com</uri>
    </author>
            <category term="Banks and Credit Unions" />
            <category term="For Fun" />
    
    <content type="html" xml:lang="en" xml:base="http://turnleft.inetsolution.com/">
        <![CDATA[<p>I liked this innovative approach to showcasing the root fundamentals of the economic theories of Hayek and Keynes. I was also impressed that they shot the video for this on a <a href="http://www.amazon.com/gp/product/B002NEGTTW?ie=UTF8&tag=turnlablogbyi-20&linkCode=as2">Canon 7D digital SLR</a>. Give it a look, it'll take you back to all the good memories you have of college econ lectures.</p>]]>
        <![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/d0nERTFo-Sk&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/d0nERTFo-Sk&amp;hl=en_US&amp;fs=1&amp;" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>

<p>You can learn more at the <a href="http://www.econstories.tv/home.html">EconStories website</a>.</p>]]>
    </content>
</entry>
<entry>
    <title>Personalization More Important Than Ever When Banks Communicate with Customers</title>
    <link rel="alternate" type="text/html" href="http://turnleft.inetsolution.com/2010/02/personalization_more_important.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://turnleft.inetsolution.com/MT/mt-atom.cgi/weblog/blog_id=1/entry_id=138" title="Personalization More Important Than Ever When Banks Communicate with Customers" />
    <id>tag:turnleft.inetsolution.com,2010://1.138</id>
    
    <published>2010-02-10T16:26:02Z</published>
    <updated>2010-03-07T04:30:22Z</updated>
    
    <summary>Lynn Gaertner-Johnston&apos;s post today titled When &quot;Customer Service&quot; Letters Undercut Bankers should remind us of the importance of personalizing communications to banking customers....</summary>
    <author>
        <name>Jason Sherrill</name>
        <uri>http://www.inetsolution.com</uri>
    </author>
            <category term="Banks and Credit Unions" />
            <category term="Marketing &amp; SEO" />
    
    <content type="html" xml:lang="en" xml:base="http://turnleft.inetsolution.com/">
        <![CDATA[<p>Lynn Gaertner-Johnston's post today titled <a href="http://www.businesswritingblog.com/business_writing/2010/02/when-customer-service-letters-undercut-bankers.html"><em>When "Customer Service" Letters Undercut Bankers</em></a> should remind us of the importance of personalizing communications to banking customers. </p>]]>
        <![CDATA[<p>With software products like our MemberProtect&reg;, we have the ability to store literally thousands of personal attributes of each banking customer. These can be basic attributes, such as name, address and phone number, but also less obvious attributes, such as whether the customer owns a dog, has a vacation home or the color of his hair. Our email delivery platform, as well as most other direct mail or similar platforms, allow you to personalize each communication using these attributes.</p>

<p>Even more importantly, you can use these same attributes to more precisely target your communications and give customers control over what type and frequency of communications they wish to receive from you. Rather than sending a broadcast refinance offer to all of your customers with a generic "Dear Member:" greeting, you can easily target only those members who are homeowners and whose currently mortgage rate is above the refinance rate you're offering. Your message will be more relevant to the recipients so they'll find more value in your communications. This means your members are less likely to consider this and all future messages as spam, and your marketing effectiveness will increase.</p>

<p>Consider these two letters:</p>

<p><br />
<span class="highlight">Dear Customer:</p>

<p>We're excited to tell you about our new 5.75% 30 year fixed mortgage rate available to you if you own your own home. </p>

<p>To find out if you qualify, please visit www.xyzbank.com</p>

<p>Sincerely,</p>

<p>XYZ Bank Lending Team</span></p>

<p><br />
Now consider this version of the same offer:</p>

<p><br />
<span class="highlight">Dear Joe:</p>

<p>It's been over two years since you last refinanced your home in Ann Arbor. I worked with you to complete your previous refinance in July 2007. At that time, I was able to offer you a 6.75% rate on your 30 year fixed loan.</p>

<p>I appreciate that you've recommended me to your friends, Tom and Jackie Smith. I value your trust and appreciate your loyalty. I've been watching our rates for you and saw an opportunity to save you money today. I can refinance your current home at a 5.75% interest rate. Based on your current principal balance, your new loan payment would be $775.00 per month on a 30 year fixed rate loan. That is a monthly savings of over $115.00. At this rate, you would recoup your full refinance costs in only 8 months.</p>

<p>Either you or your wife, Sandy, can complete an application on our website at www.xyzbank.com, or just call me at 888-555-5555 and I can complete your application over the phone.</p>

<p>Sincerely,</p>

<p>Lori Pierce<br />
Senior Loan Advisor</p>

<p>P.S. We can also open a college savings account for your daughter, Julie, and automatically deposit your monthly mortgage loan savings of $115 into that account.<br />
</span></p>

<p>I don't need to tell you which of these two letters would yield a higher conversion rate. It's probably also obvious which one would build more goodwill with Joe and Sandy and make them feel more valued as customers. With the marketing systems we develop for our customers, both of these take the same level of effort to create and cost the same to send. If that is true (and it is), you'd have to scratch your head and wonder why anyone would still send generic form letters?</p>]]>
    </content>
</entry>
<entry>
    <title>Using Google Reader to Monitor Competitor Websites for Changes</title>
    <link rel="alternate" type="text/html" href="http://turnleft.inetsolution.com/2010/02/using_google_reader_to_monitor.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://turnleft.inetsolution.com/MT/mt-atom.cgi/weblog/blog_id=1/entry_id=137" title="Using Google Reader to Monitor Competitor Websites for Changes" />
    <id>tag:turnleft.inetsolution.com,2010://1.137</id>
    
    <published>2010-02-08T19:15:39Z</published>
    <updated>2010-03-07T04:30:22Z</updated>
    
    <summary>Unless you have the luxury of having no competitors, then you probably have at least some interest in keeping tabs on your competition. For example, perhaps you&apos;re a banker and want to stay abreast of your competitor&apos;s mortgage interest rates....</summary>
    <author>
        <name>Jason Sherrill</name>
        <uri>http://www.inetsolution.com</uri>
    </author>
            <category term="Banks and Credit Unions" />
            <category term="Ideas" />
    
    <content type="html" xml:lang="en" xml:base="http://turnleft.inetsolution.com/">
        <![CDATA[<p>Unless you have the luxury of having no competitors, then you probably have at least some interest in keeping tabs on your competition. For example, perhaps you're a banker and want to stay abreast of your competitor's mortgage interest rates. But what's the easiest way to do that? If your competitor offers a rate notification service, you could sign up for that and just wait for the emails to arrive. If they don't offer that service, then you could periodically remember to visit their website to veiw rates. But there's a faster, easier way you can keep tabs on not only their rates, but any other changes they make to their website. I'll explain in this screen cast how to use Google Reader to monitor your competitor's website in a way that will automatically notify you anytime content changes. </p>]]>
        <![CDATA[<p><object width="600" height="450"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=9300664&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=9300664&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="600" height="450"></embed></object><p><a href="http://vimeo.com/9300664">Using Google Reader to Monitor Bank and Credit Union Websites for Rate Changes</a> from <a href="http://vimeo.com/user3133285">InetSolution</a> on <a href="http://vimeo.com">Vimeo</a>.</p></p>]]>
    </content>
</entry>
<entry>
    <title>Ally Bank Provides Good Example of Straightforward Twitter Use to Engage &amp; Serve Customers</title>
    <link rel="alternate" type="text/html" href="http://turnleft.inetsolution.com/2010/02/ally_bank_provides_good_exampl.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://turnleft.inetsolution.com/MT/mt-atom.cgi/weblog/blog_id=1/entry_id=136" title="Ally Bank Provides Good Example of Straightforward Twitter Use to Engage &amp; Serve Customers" />
    <id>tag:turnleft.inetsolution.com,2010://1.136</id>
    
    <published>2010-02-04T14:01:17Z</published>
    <updated>2010-03-07T04:30:22Z</updated>
    
    <summary>One of the most popular questions we&apos;ve fielded from our clients over the past twelve months has been, &quot;How do we use Facebook and Twitter effectively?&quot; While can provide many strategies that vary by client, a real-world example speaks volumes....</summary>
    <author>
        <name>Jason Sherrill</name>
        <uri>http://www.inetsolution.com</uri>
    </author>
            <category term="Banks and Credit Unions" />
            <category term="Marketing &amp; SEO" />
    
    <content type="html" xml:lang="en" xml:base="http://turnleft.inetsolution.com/">
        <![CDATA[<p>One of the most popular questions we've fielded from our clients over the past twelve months has been, "How do we use Facebook and Twitter effectively?" While can provide many strategies that vary by client, a real-world example speaks volumes. <a href="http://www.ally.com">Ally Bank </a>provides just such an example.</p>]]>
        <![CDATA[<p>Due to compliance regulations, fear and other factors unique to the financial industry, financial institutions are limited in the ways they can use non-secure channels to interact with customers. This doesn't mean though that the tools should be discarded entirely or just relegated to glorified P.R. and advertising channels. </p>

<p>One effective way to use social networking for banks is to engage customers in two way dialogue. For example, allowing customers to initiate service requests via Twitter provides a no-cost channel to at least get the ball rolling on resolution. While the intimate details can be communicated via telephone, the credit union rep can at least acknowledge the request via Twitter to let the customer know that someone is handling the request. This not only builds goodwill with the customer, but also all of the other people, such as the customer's followers, who are watching the interaction.</p>

<p>Simply opening and using the channel also exposes the company (or brand, if you prefer that term) to potential customers. The network effect increases exponentially the number of visitors who see the positive interactions occurring between the bank and its customers. Likewise, there may be some negative comments posted, but this provides an opportunity for the bank to (a) hear about these complaints, (b) correct the issue, if possible, and (c) build goodwill by acknowledging and publicly responding. The fact is that angry customers will vent to others and often this will take place online. By providing and participating in the channel (such as Twitter), the bank at least will have an opportunity to respond directly within the same channel, effectively getting the "last word."</p>

<p>Take a look at <a href="http://twitter.com/AllyBank">Ally Bank's Twitter page </a>and you'll see examples of everything I've discussed above. </p>

<p><a href="http://turnleft.inetsolution.com/images/ally-bank-twitter.jpg"><img alt="ally-bank-twitter.jpg" src="http://turnleft.inetsolution.com/images/ally-bank-twitter-thumb.jpg" width="616" height="544" /></a></p>

<p><br />
Good job, Ally Bank.<br />
</p>]]>
    </content>
</entry>
<entry>
    <title>Calculating Website ROI for Banks and Credit Unions</title>
    <link rel="alternate" type="text/html" href="http://turnleft.inetsolution.com/2010/02/calculating_website_roi_for_ba.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://turnleft.inetsolution.com/MT/mt-atom.cgi/weblog/blog_id=1/entry_id=27" title="Calculating Website ROI for Banks and Credit Unions" />
    <id>tag:turnleft.inetsolution.com,2006://1.27</id>
    
    <published>2010-02-04T09:34:42Z</published>
    <updated>2010-03-07T04:30:22Z</updated>
    
    <summary>For over 10 years we have worked with banks and credit union managers to design and implement online banking, internet &amp; e-mail marketing, customer service and website solutions. In many instances, prior to our work with the organization, they had...</summary>
    <author>
        <name>Jason Sherrill</name>
        <uri>http://www.inetsolution.com</uri>
    </author>
            <category term="Banks and Credit Unions" />
            <category term="Marketing &amp; SEO" />
    
    <content type="html" xml:lang="en" xml:base="http://turnleft.inetsolution.com/">
        <![CDATA[<p>For over 10 years we have worked with banks and credit union managers to design and implement online banking, internet & e-mail marketing, customer service and website solutions. In many instances, prior to our work with the organization, they had few metrics by which they measured their website's return on investment (ROI). To help our prospective clients establish a starting point for measuring ROI, we created an online <a href="http://www.inetsolution.com/roi/start.asp">Bank and Credit Union Website ROI Calculator</a>.</p>]]>
        <![CDATA[<p>We've identified five key areas where websites offer measurable ROI for financial institutions:</p>

<h3>Customer Acquistion and Retention</h3>

<p>Small banks and credit unions of all sizes face a significant challenge competing with large banks for new customers. As of December 2005, 55% of consumers who live in households with an annual income of at least $75,000 bank online<sup>1</sup>.The quality and quantity of a bank's online services is an important factor that these customers consider when choosing a financial institution. To determine how much to invest in design, programming, support and infrastructure for online services, banks need to consider the value of acquiring or retaining a single customer. </p>

<h3>Loan Volume Increases</h3>

<p>While it may be hard for most of us under the age of 35 to imagine that some banks still don't offer online loan applications, it's true. Frankly, I'm astonished at the number of bank and credit union managers who I talk to who tell me that online lending is not important to them, followed usually by a statement like, "our customers prefer to do business in person." </p>

<p>The rest of the managers, who do have a clue about what their customers want, are aware that online lending is an important part of their online service offerings. They tell us that they have a difficult time investing in technology and marketing to support online lending because they don't know their ROI value. This is because many of these institutions are not accurately measuring the revenues they earn from online lending. </p>

<p>On average, our clients who offer online loan applications realize at least a 10% increase in loan volume. If they execute a solid marketing strategy to drive customers to their online lending operation, they usually see a 20% to 30% increase in loan applications.</p>

<h3>Customer support cost reductions</h3>

<p>Like in many industries, customer support and service represents a significant expense for most banks and credit unions. This is the area where most small banks and credit unions are also the furthest behind their large bank counterparts. Less than 10% of the 200 banks and credit unions that I've interviewed over the past two years offer any online customer service channel. Most of the banks have a simple "Contact Us" form on their website, but rarely is there a true inquiry management system and team behind that form. Instead the form results are usually sent via a non-secure email to someone's inbox; then that person follows up with a phone call to address the customer's needs.</p>

<p>This is another area where small financial institutions are not measuring their costs, nor are they aware how they could more efficiently process a portion of these service requests online without ever picking up a phone or, in many cases, even responding to an email. On average, our clients who have implemented our MemberResponse inquiry management system have reduced their inbound telephone support calls by 25%.</p>

<h3>Online document delivery, such as check images and e-statements</h3>

<p>Fortunately, this is one area where most managers have seen the light and have already or are planning to implement a solution. The ROI is obvious and easily measurable here; number of customers X ($.39 postage + $.65 printing) = net savings.</p>

<p>There is one aspect of online statements where many financial institutions are disappointing customers though, and that is statement retention. With the cost of storage space and CPU cycles at all time lows, it's ridiculous that so many systems still only allow a customer to view a limited statement history, usually six to 12 months. While it's rare that someone may need to view a statement that's three years old, it's usually a situation where the customer needs the information to settle a dispute or provide documentation to a third party. The customer is probably already frustrated dealing with their situation, and that frustration only increases when he learns that he must order a paper copy of the statement rather than being able to access it online.</p>

<h3>Reduction of teller assisted transactions</h3>

<p>Items to factor into your per-transaction cost include teller office space, reception and waiting areas, teller wages, data processing costs (equipment and software), grounds maintenance, insurance and other applicable items specific to your financial institution. Our clients have calculated their in-branch transaction costs at between $4.50 to $22.00 per transactions. At an average of $10.00 per transaction, even a 10% reduction in teller-assisted transactions can save a significant amount of money for even moderately busy branches.</p>

<h3>Bank and credit union website ROI calculator</h3>

<p>You can use our <a href="http://www.inetsolution.com/roi/start.asp">ROI calculator</a> to determine a ballpark estimate of your website's return on investment. It's important to note that your website's appearance, usability, perceived security and performance are going to directly affect your ROI. In other words, if you have a website that looks like it was designed by an amateur and works the same way, then don't expect to earn a high ROI. The web development industry is the same as many others; to get top results, you'll need top talent, and for top talent you should expect to pay top dollar.</p>

<h3>Resources</h3>

<p><sup>1</sup><a href="http://pewresearch.org/obdeck/?ObDeckID=31">http://pewresearch.org/obdeck/?ObDeckID=31</a></p>]]>
    </content>
</entry>
<entry>
    <title>Banks and Credit Unions Missing Opportunities by Not Implementing Live Chat on Websites</title>
    <link rel="alternate" type="text/html" href="http://turnleft.inetsolution.com/2010/02/implementing_live_chat_on_bank.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://turnleft.inetsolution.com/MT/mt-atom.cgi/weblog/blog_id=1/entry_id=135" title="Banks and Credit Unions Missing Opportunities by Not Implementing Live Chat on Websites" />
    <id>tag:turnleft.inetsolution.com,2010://1.135</id>
    
    <published>2010-02-01T13:23:48Z</published>
    <updated>2010-03-07T04:30:22Z</updated>
    
    <summary>With so many users turning to the Internet for their banking activities, it&apos;s disappointing how few small banks and credit unions offer customers a live chat communication channel on their public facing websites. Live chat results in significant cost savings...</summary>
    <author>
        <name>Jason Sherrill</name>
        <uri>http://www.inetsolution.com</uri>
    </author>
            <category term="Banks and Credit Unions" />
            <category term="Marketing &amp; SEO" />
            <category term="Security" />
    
    <content type="html" xml:lang="en" xml:base="http://turnleft.inetsolution.com/">
        <![CDATA[<p>With so many users turning to the Internet for their banking activities, it's disappointing how few small banks and credit unions offer customers a live chat communication channel on their public facing websites. Live chat results in significant cost savings versus telephone support. Live chat also increases a bank or credit union's ability to convert visitors into new customers. Given these and other benefits, I'm consistently surprised at the two reasons managers most commonly give for not implementing live chat.</p>]]>
        <![CDATA[<p><strong>We're concerned about security. We can't verify the identity of the person on the other end of the chat.</strong></p>

<p>My response when a credit union manager asks this question is always, "How do you verify a customer's identity when she calls on the telephone?" Your online chat operators should use the same security precautions when working in a live chat session as they would if taking the call on a phone. Verify first and last name, ask for their account number (you're using SSL to secure the chat conversation), ask two challenge questions and follow whatever identification guidelines your bank or credit union follows. </p>

<p><strong>We don't have enough people to man a live chat system.</strong></p>

<p>If you have people answering the telephone to provide support, then you most likely have all the manpower you need to provide live chat. It actually requires less manpower to provide customer support via live chat than on the telephone. A single customer service representative can service one customer at a time on the phone; however, that same customer service rep can chat with two, three, four or even more customers simultaneously using live chat. </p>

<p>With our chat system, any number of operators can be signed in and waiting for chat requests. Incoming chat requests can be directed to specific reps based on the nature of the inquiry, or the reps can accept chat requests on an as-available basis. If a rep needs to step away for a break, to perform other duties or to go home for the day, he simply signs out. If all of the reps signout, then our system automatically hides the live chat button on the website. Alternatively, we can show a message to tell customers that live chat is unavailable at the moment.</p>

<h2>More Benefits of Live Chat for Banks and Credit Unions</h2>

<p>While live chat has become a mainstay in the retail e-commerce industry, only a handful of the most innovative credit unions and small banks have put the technology to use on their public facing websites. Those that due implement live chat consistently tell me that it pays for itself many times over in very short order. While not an exhaustive list, the most valuable benefits include:</p>

<ul>
<li>Improve customer satisfaction since members spend less time on hold and get answers more quickly. Many customers today prefer the convenience of online communication channels, too.</li>
<li>Lower overall customer service costs since more customers can be served by the same or fewer customer service staff</li>
<li>Increase "sales" for loan, investment and deposit products since live chat operators can initiate chats with customers when they are evaluating product options on your website</li>
<li>Chat transcripts can be retained and used for training and audit trail purposes</li>
<li>Customer service operators can work from remote offices, so the workload can be distributed throughout multiple branches to increase service availability</li>
<li>Smaller credit unions and banks gain a competitive advantage by appearing more high tech and capable of serving today's consumers to who demand more tech savvy solutions from their financial providers</li>
</ul>

<h2>Costs</h2>

<p>The easiest and most cost effective method to implement live chat is to subscribe to a hosted service like InetSolution offers. We manage the servers, connectivity and software that you'll need. We simply provide you with a small Windows software application to install, give you one line of code to add to your website and can even provide you with training. Our subscription based services range from $79.95 to $500 per month, depending on the number of operators and security & auditing options you require.</p>

<p>For larger banks and credit unions who have their own data center and connectivity, solutions can range from $800 to $4,000 initially, with annual maintenance of usually 20% to 30% of the initial cost.</p>

<h2>More Information</h2>

<p>If you're responsible for managing a bank or credit union website, call us at (586) 726-9490 and we'll help you evaluate whether live chat is right for you. Or better yet, <a href="http://www.inetsolution.com/contact_main.asp">visit our website and chat with us</a>.</p>]]>
    </content>
</entry>
<entry>
    <title>How Credit Unions and Banks Could Use Social Networking More Effectively</title>
    <link rel="alternate" type="text/html" href="http://turnleft.inetsolution.com/2010/01/how_credit_unions_and_banks_sh.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://turnleft.inetsolution.com/MT/mt-atom.cgi/weblog/blog_id=1/entry_id=133" title="How Credit Unions and Banks Could Use Social Networking More Effectively" />
    <id>tag:turnleft.inetsolution.com,2010://1.133</id>
    
    <published>2010-01-11T20:59:17Z</published>
    <updated>2010-03-07T04:30:22Z</updated>
    
    <summary>The CEO of a mid-sized credit union in Michigan called me to ask advice on how best to use Facebook as part of his credit union&apos;s marketing strategy. He wanted to know the benefit of having a Facebook page and...</summary>
    <author>
        <name>Jason Sherrill</name>
        <uri>http://www.inetsolution.com</uri>
    </author>
            <category term="Banks and Credit Unions" />
            <category term="Marketing &amp; SEO" />
    
    <content type="html" xml:lang="en" xml:base="http://turnleft.inetsolution.com/">
        <![CDATA[<p>The CEO of a mid-sized credit union in Michigan called me to ask advice on how best to use Facebook as part of his credit union's marketing strategy. He wanted to know the benefit of having a <a href="http://www.facebook.com/advertising/?pages">Facebook page</a> and how it would actually benefit his bottom line. He was skeptical of the value that social media offered his organization and wondered if I thought his skepticism was justified. He said my answer was helpful to his decision whether to move forward, so I thought the information might also help other bank and credit union executives in evaluating whether to use social media.</p>]]>
        <![CDATA[<p>Individual financial institutions have been slow to adopt social networking as a tool to connect with new and existing customers. Based on what my clients tell me, the reason is twofold:</p>

<ol>
<li>Concerns over regulations and compliance</li>
<li>Uncertainty of how to effectively use social marketing and how to measure ROI</li>
</ol>

<p>Concerns over compliance are justified, especially if financial institutions use the social sites in the casual nature that most users are accustomed to. Banks, unfortunately, have to keep a tight reign on what employees post to the internet on officially sanctioned outlets. </p>

<p>In my research, larger institutions such as Wells Fargo and Bank of America are primarily using social sites, such as Twitter, for only the most basic customer service interactions. For obvious security reasons, the help they're able to provide in these mediums is of a very general nature and usually involves guiding customers toward other online resources or providing telephone numbers and names of people or departments to contact for help. </p>

<p>Other institutions, such as <a href="http://www.facebook.com/fairwinds">Fairwinds Credit Union</a> that has garnered more than 3,000 Facebook fans, is using its Facebook page primarily to promote its products through relatively basic educational videos, announcements and financial tips. Similar to Wells Fargo and B of A, the information most financial institutions are posting on Facebook is fairly homogenous. This reduces regulatory risk, of course, but also makes the information less valuable since there is already an abundance of generic financial information available on the Internet.</p>

<p>Measuring ROI is an even more complex challenge. For those institutions using social sites as a customer service tool, some objective costs and benefits can be measured for these customer interactions. If a user's question is one that cannot be answered via Twitter, for example, then the cost could actually be higher since two interactions may now be necessary with a customer to solve an issue rather than a single interaction had the customer called or securely emailed first.</p>

<p>Subjective ROI measurements are more interesting, such as building goodwill with existing and potential customers, or mending strained relationships. But due to the conservative, corporate culture of most financial institutions, I saw few organizations in my research that were doing either effectively. A perfect example of failure to adequately (in my opinion) address member complaints can be seen in these Facebook posts at Fairwinds:</p>

<p><img alt="fairwinds-facebook-posts.jpg" src="http://turnleft.inetsolution.com/images/fairwinds-facebook-posts.jpg" width="509" height="779" /></p>

<p><br />
In this situation, I would have liked my client to have responded, preferably before any other members started to pile on, and then continued to respond to other members' comments. While it may be true that this member has terrible money management skills, an acknowledgement of his frustration and an offer to meet with the member to review and investigate the charges could go a long way toward damage control. What is the goodwill value of this damage control? I do not have a firm answer, but I can say for certain that it is greater than the negative ROI of no response, which some third-party observers may infer is an admission of guilt. </p>

<p>Many other banks and credit unions are using their Facebook, Twitter and similar accounts to simply post promotional materials to the internet. While this is a low cost method to reach customers, unless very carefully targeted, many customers are likely to feel this is intrusive advertising. Internet savvy customers are quick to abandon, or "unfan", an organization that abuses its permission to connect with clients by pushing poorly targeted marketing materials to their accounts. This type of marketing is also known as "interruption marketing." </p>

<p>While I believe this is a shortsighted strategy with negative long-term impact on ROI, the truth is that given the low cost to distribute the promotions, I've worked with many organizations that have seen a positive short-term ROI on these types of activities; however, I've not seen any organizations measuring what I call fan churn. In other words, how many customers become fans, but then unfan the organization forever?</p>

<p>Some banks and credit unions are aggressively promoting attractive products, such as high-yield interest checking accounts, higher than average yielding CDs and extremely competitive auto and home loans. These organizations are using a combination of pay-per-click Facebook advertising and organic social networking to attract new customers at a relatively low cost. This type of use is easier to more objectively measure ROI since the efforts often result in a transaction that has a definite value. Unfortunately, many of the financial institutions we work with tell me that it is difficult for them to be competitive in the current market.</p>

<p>It may be clear to you now that there is no silver bullet in the social networking arena for financial institutions. Your ROI measurement of participating in social networking, such as Facebook, is going to depend largely on your ability to place a value on subjective criteria, such as goodwill and customer relations. If you're one of the fortunate few who can consistently offer exceptional value to customers above what your competition can, then you'll likely find social networking a more valuable, measurable instrument in your overall marketing and communications tool belt.</p>]]>
    </content>
</entry>
<entry>
    <title>Internet Evolution Magazine Spotlights InetSolution in Discussion of Website ROI</title>
    <link rel="alternate" type="text/html" href="http://turnleft.inetsolution.com/2009/12/internet_evolution_spotlights.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://turnleft.inetsolution.com/MT/mt-atom.cgi/weblog/blog_id=1/entry_id=132" title="Internet Evolution Magazine Spotlights InetSolution in Discussion of Website ROI" />
    <id>tag:turnleft.inetsolution.com,2009://1.132</id>
    
    <published>2009-12-24T14:03:56Z</published>
    <updated>2010-03-07T04:30:23Z</updated>
    
    <summary>Internet Evolution magazine has spotlighted InetSolution in an article today discussing the increasing interest in measuring website ROI on websites, especially those banking and other websites that are not traditional e-commerce websites....</summary>
    <author>
        <name>Jason Sherrill</name>
        <uri>http://www.inetsolution.com</uri>
    </author>
            <category term="News Releases" />
    
    <content type="html" xml:lang="en" xml:base="http://turnleft.inetsolution.com/">
        <![CDATA[<p>Internet Evolution magazine has spotlighted InetSolution in an <a href="http://www.internetevolution.com/author.asp?section_id=562&doc_id=186098&">article today discussing the increasing interest in measuring website ROI on websites</a>, especially those banking and other websites that are not traditional e-commerce websites.</p>]]>
        
    </content>
</entry>
<entry>
    <title>Comparing Changes in Word Documents Using Google Docs</title>
    <link rel="alternate" type="text/html" href="http://turnleft.inetsolution.com/2009/08/comparing_changes_in_word_docu.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://turnleft.inetsolution.com/MT/mt-atom.cgi/weblog/blog_id=1/entry_id=131" title="Comparing Changes in Word Documents Using Google Docs" />
    <id>tag:turnleft.inetsolution.com,2009://1.131</id>
    
    <published>2009-08-14T16:29:29Z</published>
    <updated>2010-03-07T04:30:23Z</updated>
    
    <summary>Yesterday one of my clients called to ask me for help comparing two versions of a legal document in Microsoft Word. He had sent a legal contract to someone who subsequently edited and returned the document, but without any indication...</summary>
    <author>
        <name>Jason Sherrill</name>
        <uri>http://www.inetsolution.com</uri>
    </author>
            <category term="Everyday Computing Tips" />
    
    <content type="html" xml:lang="en" xml:base="http://turnleft.inetsolution.com/">
        <![CDATA[<p>Yesterday one of my clients called to ask me for help comparing two versions of a legal document in Microsoft Word. He had sent a legal contract to someone who subsequently edited and returned the document, but without any indication of the changes made. Word does have a feature to allow you to compare two revisions of a document to find the changes, but some people find it clunky to use. I suggested an easier method that even a computer novice can do using the free <a href="http://docs.google.com">Google Docs</a> application.</p>]]>
        <![CDATA[<p>You can watch the video on YouTube</p>

<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/4HHWVmyRFlM&hl=en&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/4HHWVmyRFlM&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>

<p>The basic process in a nutshell:</p>

<ol>
<li>Create a new, blank Google Docs document<li>
<li>Open the first revision of your Word Doc</li>
<li>CTRL-A inside the Word doc to select everything, then CTRL-C to copy it to the clipboard</li>
<li>Now inside your empty Google Doc, CTRL-V to paste in the contents of the Word doc</li>
<li>Now Save your Google Doc</li>
<li>Open the second revision of your Word doc</li>
<li>CTRL-A to select all of the Word text, then CTRL-C to copy to clipboard</li>
<li>Switch to your Google Docs document and CTRL-A to select all of the text</li>
<li>CTRL-V to paste the clipboard text over the selected Google Docs text</li>
<li>Save your Google Docs doc</li>
<li>Click the Tools menu in Google Docs and select Revision History</li>
<li>Check the boxes for your two most recent revisions and click Compare Checked button</li>
</ol>]]>
    </content>
</entry>
<entry>
    <title>Why Your Products May Not Appear in Google Shopping Search Results - Answer</title>
    <link rel="alternate" type="text/html" href="http://turnleft.inetsolution.com/2009/08/why_your_products_may_not_appe_1.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://turnleft.inetsolution.com/MT/mt-atom.cgi/weblog/blog_id=1/entry_id=130" title="Why Your Products May Not Appear in Google Shopping Search Results - Answer" />
    <id>tag:turnleft.inetsolution.com,2009://1.130</id>
    
    <published>2009-08-14T14:17:36Z</published>
    <updated>2010-03-07T04:30:23Z</updated>
    
    <summary>In my previous post I shared a cry for help from someone who asked why products from his Google Base Feed were not showing up in the Google Shopping search results. The answer was obvious to me only because I&apos;d...</summary>
    <author>
        <name>Jason Sherrill</name>
        <uri>http://www.inetsolution.com</uri>
    </author>
            <category term="Marketing &amp; SEO" />
    
    <content type="html" xml:lang="en" xml:base="http://turnleft.inetsolution.com/">
        <![CDATA[<p>In my <a href="http://turnleft.inetsolution.com/2009/06/why_your_products_may_not_appe.html">previous post</a> I shared a cry for help from someone who asked why products from his Google Base Feed were not showing up in the Google Shopping search results. The answer was obvious to me only because I'd encountered this exact situation several times before, but it's a common mistake that many people (including me) make, especially when starting out with Google Base feeds.</p>]]>
        <![CDATA[<p>Google is excluding the feed from general Google Shopping results because the feed contains the Location attribute for each of the records in the feed. Google will assume that the product is for sale locally only and will therefore not display the product in the general Google shopping results.</p>

<p><br />
<p class="screenshot"><a href="http://turnleft.inetsolution.com/images/google-base-feed-what-is-wrong-answer.jpg" rel="lightbox"><img alt="google-base-feed-what-is-wrong-answer-thumb.jpg" src="http://turnleft.inetsolution.com/images/google-base-feed-what-is-wrong-answer-thumb.jpg" border="0" /></a><br /><span class="caption">The Location attribute is the issue here</span></p></p>

<p></p>

<p>Learn more about the <a href="http://base.google.com/support/bin/answer.py?hl=en&answer=45915">Google Base Feed Location attribute</a> and other reasons why your products may not appear in the Google shopping search.</p>]]>
    </content>
</entry>

</feed> 

