<?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>E-Commerce for All &#187; Zen Cart</title>
	<atom:link href="http://pro-webs.net/blog/category/zen-cart/feed/" rel="self" type="application/rss+xml" />
	<link>http://pro-webs.net/blog</link>
	<description>E-Commerce Tips, Tricks and Tribulations</description>
	<lastBuildDate>Fri, 18 May 2012 13:00:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Are Your Shoppers Getting Your Emails?</title>
		<link>http://pro-webs.net/blog/2010/05/17/are-your-shoppers-getting-your-emails/</link>
		<comments>http://pro-webs.net/blog/2010/05/17/are-your-shoppers-getting-your-emails/#comments</comments>
		<pubDate>Mon, 17 May 2010 13:46:47 +0000</pubDate>
		<dc:creator>Melanie</dc:creator>
				<category><![CDATA[Zen Cart]]></category>
		<category><![CDATA[Cart Config]]></category>
		<category><![CDATA[Confirmation Emails]]></category>
		<category><![CDATA[Email Addresses]]></category>
		<category><![CDATA[Email Deliver-Ability]]></category>
		<category><![CDATA[Email Deliverability]]></category>
		<category><![CDATA[Email Protocol]]></category>
		<category><![CDATA[Mail Networks]]></category>
		<category><![CDATA[Server Dns]]></category>

		<guid isPermaLink="false">http://pro-webs.net/blog/?p=1161</guid>
		<description><![CDATA[This is a very serious issue that shop owners have little or no knowledge or concern for. Imagine that many/all of your shoppers are not receiving that new customer coupon, receipts and shipment communications.... Scary huh?]]></description>
			<content:encoded><![CDATA[<p>This is a very serious issue that shop owners have little or no knowledge or concern for. Imagine that many/all of your shoppers are not receiving that new customer coupon, receipts and shipment communications.... Scary huh?</p>
<div id="attachment_1165" class="wp-caption alignleft" style="width: 105px"><img class="size-full wp-image-1165" title="email-deliverability" src="http://pro-webs.net/blog/wp-content/uploads/2010/05/email-deliverability.png" alt="email deliverability Are Your Shoppers Getting Your Emails?" width="95" height="74" /><p class="wp-caption-text">Deliver-Ability</p></div>
<p>Scary or not, it is very true and many of you are affected already and don't even realize it. You see, your Zen Cart sends mail from the software. In many cases software generated email is less deliverable to begin with... add some bad hosting and Zen Cart configurations... and boom, very low deliver-ability.</p>
<p>There are several tools to check your email protocol and server/DNS setup, and we will get to those in a minute. But, for now, lets run a simple test that will identify one of the hardest mail networks to deliver software generated email to...</p>
<p>Go to Yahoo and create a brand new email account using a non-domain based email as the backup email address. Next go to your Zen Cart and create and account and order something using the new Yahoo email address. Now check your new mailbox to see if the account creation and confirmation emails were delivered. Most of you will find Yahoo sent these directly to spam.</p>
<p><strong>Why would they do that?</strong></p>
<p>Some time ago, Yahoo, who is owned my SBC (ATT) decided that they would do a "better job" of filtering email spam. In doing so they went over the edge and in a few days time blocked about have of the email addresses on the planet. In order to be unblocked from Yahoo, SBC, ATT and a few other small ones, you have to provide answers and requests on a laborious form. The level of questions on this form made it so hosting company would likely have to complete it for you.</p>
<p>Having screwed up so severely, they were then unable to keep up with the "unblocking" requests and mandated that every IP could only submit so many requests in a certain time frame. Crazy huh?</p>
<p>Our hosting company did an awesome job of creating proxy IPs to get the submissions done for ourselves and hundreds of hosted clients.... But did you get <a title="Yahoo submit unblock request" href="http://help.yahoo.com/l/us/yahoo/mail/postmaster/forms_index.html" target="_blank">unblocked and un-spammed</a>?</p>
<p>Email tools provide some insight as to the DNS and server configuration for your domain based email accounts. These tools provide information regarding blocked/banned/blacklisted hosts and IP addresses.... as well as some metrics necessary in this day and age to ensure your emails are delivered.</p>
<p><strong>Reverse DNS lookup</strong></p>
<p>This method of blocking spam is very server intensive. The receiving email server performs a reverse DNS lookup on the IP address of the incoming mail connection and checks if there is a valid domain name associated to it. While this is not used for most ISPs as a wholly determining factor, AOL and their subsidiaries will refuse your emails without it. <a title="Check rDNS" href="http://postmaster.aol.com/tools/rdns.html" target="_blank">Check your rDNS here</a>.</p>
<p><strong>SPF Record<br />
</strong></p>
<p>SPF Record or Sender Policy Framework is a method for preventing sender address forgery. Have you gotten those emails appearing to be from someone else, besides who they are really from? Spoofed. Your server's SPF record can help to prevent this...</p>
<p><strong><em>An example...</em></strong></p>
<ol>
<li>Suppose a spammer forges domain.com and tries to email spam you, the sender connects from somewhere other than domain.com.</li>
<li>When the email is sent, you see MAIL FROM: &lt;user_address@domain.com&gt;, but you do not have to take his word for it. You can ask domain.com if the IP address is really from their network.</li>
<li>In this example, domain.com publishes a valid SPF record. That DNS record tells the mail receiving server how to find out if the sending machine/IP is allowed to send email from domain.com.</li>
<li>If domain.com responds that they recognize the sending machine/IP, it passes, and you can assume the email sender is who they say they are. If the email message fails the SPF tests, it is a forgery, and likely a spammer.</li>
</ol>
<p>More information on SPF, and how it works, visit the <a title="http://www.openspf.org/" href="http://www.openspf.org/" target="_blank">Sender Policy Framework site</a>.</p>
<p>To check and see if your domain has a proper SPF record, use this <a title="Check SPF Record" href="http://www.kitterman.com/spf/validate.html" target="_blank">SPF record tool</a>. If your domain based email addresses do not, contact your hosting company and ask them to set it up. More and more email receiving servers are checking for a valid SPF response, this is crucial to your email deliver-ability.</p>
<p>Interestingly enough, some web hosts claim they do not have this ability, which is likely BS... But face it this is your business and if you web host cannot or will not set up a proper SPF record for their servers... then you are likely hosted with a bunch of spammers who can hurt your site's ability to rank and set off trust issues with McAfee and Norton in search results!. Time to move to a proper web host.</p>
<p><strong>DomainKeys, DomainKeys Identified Mail (DKIM)</strong></p>
<p>These are also used to fight against forged emails. The protocol uses  encryption technology to verify that an email is really from the domain  from which it appears to be. If a message has been verified through  DomainKeys/DKIM (developed by Yahoo), many email programs and web mail  will display an icon or message verifying the sender for your email  recipients. DomainKey will likely need to be set up by your web host, but  many hosting control panels, including cPanel have this ability at your  fingertips... Click, click done. Then <a title="DomainKeys checker" href="http://www.myiptest.com/staticpages/index.php/DomainKeys-DKIM-SPF-Validator-test" target="_blank">check it</a> (be sure to follow the instructions).</p>
<p>Sometimes, you can be blacklisted (labeled as a spammer), when you did nothing wrong! What if for example your web host re-uses an IP that was previously blocked for spam and never resolved.... Well, now you are blacklisted too! Use this <a title="Check Email Blacklist" href="http://www.mxtoolbox.com/" target="_blank">tool to check your MX record and blacklist status</a>. If you find you are blocked on any, your hosting company ***should handle this for you, but if they won't you can try to contact the resource directly.</p>
<p><strong>There are some things you can easily do to help ensure the deliver-ability of your Zen Cart's emails.</strong></p>
<ul>
<li>Check and ensure a proper SPF record, DomainKeys and rDNS are setup on your server</li>
<li>In your Zen Cart admin under Configuration &gt;&gt; Email options check and set the following
<ol>
<li>Email Address (sent FROM) is set to a valid email address, preferably @yourdomain.com</li>
<li>Emails must send from known domain? is set to "Yes"</li>
<li>Email Admin Format? Set to TEXT, as it has the highest deliver-ability rate</li>
<li>Allow Guest To Tell A Friend set to false, so that spammers cannot route email through your website</li>
<li>Display "Newsletter Unsubscribe" Link? Set to True</li>
</ol>
</li>
<li>Use a proper service to send email marketing and newsletters</li>
<li>Leave your <a title="Can Spam Act" href="http://www.ftc.gov/bcp/edu/pubs/business/ecommerce/bus61.shtm" target="_blank">CAN Spam policy</a> and remove/unsubscribe instructions in your cart's emails</li>
<li>Handle remove or unsubscribe requests immediately</li>
<li>DO NOT check the newsletter to true on your create account form. Many will not notice and then later spam or report your emails. (Configuration &gt;&gt; Customer Details &gt;&gt; Show Newsletter Checkbox) set to zero or 1</li>
<li>Set default email format to text (Configuration &gt;&gt; Customer Details &gt;&gt; Customer Default Email Preference) set to zero, text</li>
</ul>
<p>Face it, the deliver-ability of your Zen Cart's emails is crucial to your business and is not something to be taken lightly.</p>
]]></content:encoded>
			<wfw:commentRss>http://pro-webs.net/blog/2010/05/17/are-your-shoppers-getting-your-emails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade, Redesign or Both?</title>
		<link>http://pro-webs.net/blog/2010/05/11/upgrade-redesign-or-both/</link>
		<comments>http://pro-webs.net/blog/2010/05/11/upgrade-redesign-or-both/#comments</comments>
		<pubDate>Tue, 11 May 2010 12:13:47 +0000</pubDate>
		<dc:creator>Melanie</dc:creator>
				<category><![CDATA[Zen Cart]]></category>
		<category><![CDATA[Customization Issues]]></category>
		<category><![CDATA[Incompatibility Issues]]></category>
		<category><![CDATA[Layout Change]]></category>
		<category><![CDATA[New Release]]></category>
		<category><![CDATA[rebuild]]></category>
		<category><![CDATA[redesign]]></category>
		<category><![CDATA[rip and rebuild]]></category>
		<category><![CDATA[shopping cart]]></category>
		<category><![CDATA[Zen Cart 1.3.9]]></category>

		<guid isPermaLink="false">http://pro-webs.net/blog/?p=1153</guid>
		<description><![CDATA[The new release of Zen Cart (1.3.9b) has many customers asking about upgrading their carts. While I have decidedly positioned myself on the side of "safe" and we are not currently doing upgrades to 1.3.9b, we are looking to announce our new store development package for Zen Cart 1.3.9b in the next few days]]></description>
			<content:encoded><![CDATA[<p>The new release of Zen Cart (1.3.9b) has many customers asking about upgrading their carts. While I have decidedly positioned myself on the side of "safe" and we are not currently doing upgrades to 1.3.9b, we are looking to announce our new store development package for Zen Cart 1.3.9b in the next few days (<a title="Follow PRO-Webs" href="http://www.facebook.com/prowebs" target="_blank">stay posted with FaceBook</a>).</p>
<h2>What's the difference?</h2>
<div id="attachment_1156" class="wp-caption alignleft" style="width: 224px"><a href="http://pro-webs.net/blog/wp-content/uploads/2010/05/zen-cart-upgrades1.png"><img class="size-full wp-image-1156" title="zen-cart-upgrades" src="http://pro-webs.net/blog/wp-content/uploads/2010/05/zen-cart-upgrades1.png" alt="zen cart upgrades1 Upgrade, Redesign or Both?" width="214" height="155" /></a><p class="wp-caption-text">Upgrade, Redesign or Both?</p></div>
<p>Well, likely <span style="text-decoration: line-through;">most</span> many of the bugs are out of the way for the new release, but some very serious module and customization issues exist for upgrades. While, these modules and customizations are in no way the responsibility of the Zen Cart development team, they are something we all have in our stores.</p>
<p>So, while we look forward to having a development package for new stores in 1.3.9b in the next few days, we are still cautioning against upgrades.</p>
<p>If you really think you need to upgrade, you might consider a "<a title="Zen Cart Redesign Upgrade" href="http://pro-webs.net/store/index.php?main_page=product_info&amp;cPath=3_24&amp;products_id=198">Rip n' Rebuild</a>" situation instead. In this type of scenario, unused and non-compliant modules are removed, broken functions are eliminated and you get a brand new store with all of your products, customers, coupons, orders etc... But no upgrade exceptions and incompatibility issues.</p>
<p>A "Rip n' Rebuild" also gives you the opportunity to look at a new design and layout. Change the things which have been bugging you and optimize your site properly from the start.</p>
<p>The basic idea of rebuilding as opposed to upgrading is to forgive our previous mistakes and have a fresh, clean shopping cart. When deciding to do a rebuild, you will want to consider many things... Including all those modules installed in your current cart, which "you had to have", but never use. Having unnecessary modules only adds load, future upgrade issues and generally headaches.</p>
<p>You might even consider dumping those <span style="text-decoration: line-through;">SEO</span> URL rewrites (<a title="No SEO URLs" href="http://pro-webs.net/store/">we did!</a>) that cause your cart's performance and load to be less than optimum. We will even redirect these pages for you, so that they will re-index and you can recover with a fresh start and a fast cart!</p>
<p>All in all, make no mistake, this is still no inexpensive project, but if you are ready to upgrade it is a genuine consideration for your business. No one likes errors, slow pages and limited ability... You might just have a better idea of your business' needs and cart's operations than when you built your current cart =-)</p>
<p><a title="Zen Cart 1.3.9b" href="http://pro-webs.net/store/">Check out our own rebuilt store in 1.3.9</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pro-webs.net/blog/2010/05/11/upgrade-redesign-or-both/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zen Cart 1.3.9 - What&#039;s Inside?</title>
		<link>http://pro-webs.net/blog/2010/05/06/zen-cart-1-3-9-whats-inside/</link>
		<comments>http://pro-webs.net/blog/2010/05/06/zen-cart-1-3-9-whats-inside/#comments</comments>
		<pubDate>Thu, 06 May 2010 13:49:10 +0000</pubDate>
		<dc:creator>Melanie</dc:creator>
				<category><![CDATA[Zen Cart]]></category>
		<category><![CDATA[Added Features]]></category>
		<category><![CDATA[Bug Fixes]]></category>
		<category><![CDATA[Payment Modules]]></category>
		<category><![CDATA[PHP 5.3]]></category>
		<category><![CDATA[Security Protocols]]></category>
		<category><![CDATA[Zen Cart 1.3.9]]></category>

		<guid isPermaLink="false">http://pro-webs.net/blog/?p=1126</guid>
		<description><![CDATA[Well I have waited a good long time to write this. I really wanted to get a detailed "take" on the new version before I ran my mouth =-). Never the less, now I am ready to give you a 360 tour on the new Zen Cart 1.3.9!]]></description>
			<content:encoded><![CDATA[<p>Well I have waited a good long time to write this. I really wanted to get a detailed "take" on the new version before I ran my mouth =-). Never the less, now I am ready to give you a 360 tour on the new Zen Cart 1.3.9!</p>
<p>Expectations for Zen Cart 2.0 are quite high and impatient. Originally, and still in documentation, 1.3.9 is a security or rollup release. While this is true, it's not the whole story....</p>
<p>As we sift through the changes and play around with the new software, security is definitely a high priority. Some added features include htaccess files to limit access, filetype and other previous vulnerabilities we have been fixing by hand. Some things remain the same, you must still rename your admin folder by hand. This is a very frustrating process for less experienced shop owners, and I hope that 2.0 will allow this function to be accomplished in setup.</p>
<p>The offline credit card processing module has been removed for PCI/DSS compliance standards. You can steal code from 1.3.8 to reinstall this, but consider the risk and look at a proper gateway for processing. The cost of a breech can be in the thousands of dollars, vs a few bucks a month for a proper gateway account such as <a title="Authorize.net" rel="nofollow" href="http://reseller.authorize.net/application.asp?id=292452" target="_blank">Authorize.net</a>.</p>
<p>Quite a few changes in payment modules, as they were upgraded for new security protocols, API and integration changes and overall updates that have been previously gimping along or required manual updating. The only downside here is when you upgrade you will need to uninstall these modules in your Zen Cart admin and then reinstall once the upgrade is complete.</p>
<p>All order total and shipping modules were updated with bug fixes and such from 1.3.8.  Nothing new here, just added the bug fixes we have been completing by hand. Again, when upgrading, uninstall these modules and then reinstall them after the upgrade.</p>
<p>Templating is not a big upgrade issue, as the only file touched is tpl_reviews_random.php, which is a bug fix. So your templates for the most part will upgrade without issue.</p>
<p>Modules are a huge issue. <span style="text-decoration: line-through;">Many</span> Most are untested and not compatible with Zen Cart 1.3.9. Forum users have been maintaining a makeshift list of working modules <a title="Zen Cart 138 mods tested on 139" href="http://www.zen-cart.com/forum/showthread.php?t=152679" target="_blank">here</a>, but your own testing is an absolute necessity. The truth of the matter is that you will likely want to wait a few months to upgrade if you have customized and modded your cart.</p>
<p>There has already been a patched release of 1.3.9 which is only less than a month old. While this was only a file update, there is no guarantee that other updates will not occur and be more complicated. This small file update took me 45 minutes to accomplish with only one module to re-merge files for.... I also had issues with the new .htaccess files in the admin section and replaced them with the working ones from 1.3.9a. About 18 new bugs were fixed in the 1.3.9 second release (B).</p>
<div id="attachment_1130" class="wp-caption alignleft" style="width: 146px"><img class="size-full wp-image-1130  " title="zen-cart-logo" src="http://pro-webs.net/blog/wp-content/uploads/2010/05/zen-cart-logo.png" alt="zen cart logo Zen Cart 1.3.9   Whats Inside?" width="136" height="46" /><p class="wp-caption-text">Zen Cart 1.3.9</p></div>
<p><span style="color: #1d37cc; font-size: 20px;"><strong>So what's new?</strong></span></p>
<p>Actually quite a bit is new, and that is why the release is not really just a security update. Some additional functionality and compatibility was added....</p>
<ul>
<li>Zen Cart 1.3.9 is PHP 5.3 ready, without patching</li>
<li>PCI issues have been dramatically reduced</li>
<li>SSL handling and renegotiation, session handling and detection are fixed for most server configurations</li>
<li>Canonical url tags were added</li>
<li>Developers toolkit has most robust filtering and search ability</li>
<li>New PayPal support added for UK - 3D-Secure and micropayments</li>
<li>Fixes for the handling of failed PayPal IPNs to be processed with cURL</li>
<li>Integrated split tax lines without previous customization needed</li>
<li>Easy Pages can now have their own individual stylesheets</li>
<li>ISO countries update</li>
<li>Updated spiders.txt including Yandex</li>
<li>configure files now attempt to automatically set their own permissions to 444</li>
<li>Normal operations are significantly less query intensive and run faster</li>
<li>On page PHP errors removed for PCI and logging enabled automatically</li>
<li>PCI compliance for auto complete on credit card forms is resolved</li>
<li>The "Tell a Friend" feature, which should still be set to require a login, now throttles the spam that can be sent through the form</li>
<li>Brute force protection added to the admin login</li>
<li>Improved attribute selector</li>
<li>Audience selector crashes have been fixed</li>
<li>Who's online is updated and works significantly smoother and lighter</li>
<li>Example robots.txt was added</li>
<li>Customer and product search was improved in your admin</li>
<li>Catalog search is significantly better</li>
<li>Downloadable product bugs are fixed for "most" server configurations</li>
</ul>
<p>So I still suggest that if your Zen Cart is very customized or heavily modded that you wait a bit to upgrade... Fact is you might just consider a rebuild to get a clean start with the new software.</p>
]]></content:encoded>
			<wfw:commentRss>http://pro-webs.net/blog/2010/05/06/zen-cart-1-3-9-whats-inside/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Zen Cart Report Purely Poultry</title>
		<link>http://pro-webs.net/blog/2009/12/16/free-zen-cart-report-purely-poultry/</link>
		<comments>http://pro-webs.net/blog/2009/12/16/free-zen-cart-report-purely-poultry/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 05:44:08 +0000</pubDate>
		<dc:creator>Melanie</dc:creator>
				<category><![CDATA[Public Site Reports]]></category>

		<guid isPermaLink="false">http://pro-webs.net/blog/?p=783</guid>
		<description><![CDATA[Our November 2009 free site report winner is Purely Poultry. We welcome you to read their report below and visit their site as well. Please show some respect and do not create a bunch of test accounts and havoc on their website while poking around. We do welcome you to provide constructive criticism and suggestions for them to improve their store and business online.]]></description>
			<content:encoded><![CDATA[<p>Our November 2009 free site report winner is <a title="Purely Poultry" href="http://www.purelypoultry.com/" target="_blank">Purely Poultry</a>. We welcome you to read their report below and visit their site as well. Please show some respect and do not create a bunch of test accounts and havoc on their website while poking around. We do welcome you to provide constructive criticism and suggestions for them to improve their store and business online.</p>
<p>Purely Poultry presents quite a unique online product, as a matter of fact this is one product line we have never worked with before. This fairly unique product line affords them an edge for rank, as the pool of fishes are few to compete with. Fixing some of the issues we found with the cart could clearly have very positive and fast results.</p>
<p>Below is a mildly edited copy of the Zen Cart site report we already provided to Purely Poultry. They have graciously agreed to allow us to publish this and share their issues. We thanks them for providing this medium to help other shop owners who may have similar issues and problems.</p>
<p><strong>Load Speed Main Page:</strong> 237.53 seconds at 28.8kbs. We would like to see this well under 50, but the ideal standard is 30 seconds @ 28.8kbs.</p>
<p>On the main page only 5 HTML errors were noted, this is not bad at all... But repairing these will increase the ability for their site to be effectively crawled by the search engines and additionally increase the usability of the website.</p>
<p><span style="font-size: xx-large;"><span style="font-size: x-large;"><span style="font-size: medium;"><span style="color: #0b5394;"><strong><span style="font-size: x-small;"><br />
</span></strong></span></span></span></span></p>
<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tbody>
<tr>
<td width="10%"><strong>Line</strong></td>
<td><strong>Description</strong></td>
</tr>
<tr>
<td>37</td>
<td>Warning: &lt;img&gt; lacks "alt" attribute</td>
</tr>
<tr>
<td>134</td>
<td>Warning: &lt;table&gt; lacks "summary" attribute</td>
</tr>
<tr>
<td>150</td>
<td>Warning: &lt;script&gt; escaping malformed URI reference</td>
</tr>
<tr>
<td>206</td>
<td>Warning: &lt;img&gt; escaping malformed URI reference</td>
</tr>
<tr>
<td>266</td>
<td>Warning: &lt;img&gt; escaping malformed URI reference</td>
</tr>
</tbody>
</table>
<p><strong>Title: </strong>Main page title is 14 characters long and the suggested search engine friendly limit is 65. Your title is 100% relevant to your main page content, but lacks good information relevant to the page. This tag should contain a short (65 characters or less including spaces) description of what this site is about.</p>
<p><strong>Current Title:</strong> Purely Poultry</p>
<p><strong>Description: </strong>Main page description contains 113 characters and is 100% relevant to the main page content.</p>
<p>This description should contain text under 250 characters in natural language to prompt searchers to click through to your website. The Meta description is NOT used for the purpose of ranking your site's pages, but rather as a means to elicit a click through from searchers. Note that your description is somewhat spammy as it is essentially a keyword list. Additionally, this tag should be a minimum of 100 characters for Google not to give a short description error in webmasters tools.</p>
<p><strong>Current Description:</strong> Purely Poultry : - Pheasants Chickens Bantams Guinea Keets Books Turkey Poults Ducklings Goslings Quail Peafowl</p>
<p><strong>Canonical Domain url Check:</strong><br />
Your site is returning a proper canonical 301 redirect from www to non-www or vice verse. Google currently has cached versions of both.</p>
<p>This means that sitewide canonical duplication exists as both the non-www and the www versions of the urls work. Duplication of this nature can cause many rank issues and even split PageRank between the 2 different canonical versions.</p>
<p><strong>Google indicates that pages have been omitted from regular search results for being to similar or duplicate in nature.</strong></p>
<p>Total indexed in Google.com: 624</p>
<p>Pages omitted from Google's Main Index: 129</p>
<p>Pages within the Google's regular search index: 495</p>
<p>*Your site has 718 pages indexed in Yahoo search.</p>
<p>*Your site has 15 indexed pages in MSN/Bing.</p>
<p>*You have 1 page indexed in Ask.com's search index</p>
<p>Sitemap and Robots.txt:</p>
<p>A valid search engine sitemap.xml for your site was not found. This document, which is a specific sitemap for search engines, is designed to help search engine spiders locate and crawl your content better and therefore should NOT be styled for human visitors.</p>
<p>A valid, but miss-configured robots.txt for your site was found. A robots.txt is a search engine universal markup to prevent well behaved bots from crawling pages which have content of no value to the searchable index, are duplicate or blocked from indexing.</p>
<p>This has been partially corrected.</p>
<p><strong>Backlinks:</strong> Your entire domain currently has 647 total back link(s) from domains other than your own.</p>
<p>This isn't bad at all, keep up the good work!</p>
<p><strong>PageRank: </strong>Your main page has a toolbar Page Rank 4 and there is no issue with your PageRank dispersion with regard to canonical duplication.</p>
<p><strong>Sites on IP:</strong> Your site's IP is 000.000.000 and there are a total of 8 domains hosted on that IP, none of which appear to be flagged as "bad neighbors" or hosting questionable content.</p>
<p><strong>Spam and Hidden Text:</strong> Upon scanning your site hidden text was found, that appears to be related to your CSS menu across the top of your page.</p>
<p><em>Invisible text found. Method(s): CSS 'display' property set to 'none'.<br />
Invisibility purpose: Impossible to say.<br />
Text: New Products</em></p>
<p><strong>Miscellaneous:</strong></p>
<ul>
<li>Your site appears to have what we call the "nofollow bug". While this is a Zen Cart<br />
bug, a fix has been available for quite some time. Essentially every page on your<br />
site currently has a &lt;meta name="robots" content="noindex, nofollow" /&gt; tag<br />
with in the head element that tells the search engines not to follow or index links<br />
found within that page.</li>
<li>You should nofollow ancillary page links, or advertising links within your site<br />
(once the bug fix has been applied) to stop the flow of PageRank and prevent the<br />
crawlers from crawling these pages unnecessarily wasting precious crawl time.</li>
<li>We would advise you to place a phone number in a prominent location through out<br />
your site. eg: in the header. To give troubled customers a sense of security, and a<br />
means of contacting some one should an issue arise. Without it shoppers tend to<br />
abandon the cart sales when they encounter any issues what so ever. They will not<br />
go looking for a contact number! Remember, not every search visitors lands on your<br />
main page, most land on interior pages.</li>
<li>The use of mailto links or valid email addresses even in a textual format, like on<br />
your "Privacy Notice" page will promote spam, as these are crawled and read by<br />
spiders for the purpose of creating email list for sale to spammers.</li>
<li>Your "Conditions of Use" is completely blank.</li>
<li>On your privacy page under "How do we protect your information?" the last line<br />
of the second paragraph reads "and are required toï¿½keep the information<br />
confidential."</li>
<li>You have unsecured elements on your secured SSL pages causing a broken lock.<br />
This is the number 1 cause of checkout abandonment.</li>
<li>Your main page and category pages have very little textual content in order to rank<br />
with. You will find it very difficult to rank well in the major search engines with out<br />
it. Additionally pages like http://www.purelypoultry.com/bantams-c-155.html with<br />
very little text and an overwhelming amount of links lacking textual support may be<br />
viewed negatively by Google.</li>
<li>It is a very large liability to have "Subscribe to Our Newsletter" checked by default<br />
on account creation, as shoppers will inadvertently get your newsletter and report<br />
you as spam. This is a FTC spam violation and has financial and business related<br />
liability in the US and many other countries.</li>
<li>Your shopping cart pages still shows part of the default Zen Cart default text<br />
(defined in includes/languages/english/shopping_cart.php).</li>
<li>Your "Checkout Success" page contains the following text "This file is located in<br />
/languages/english/html_includes/classic/<br />
NOTE: Always backup the files in /languages/english/html_includes/<br />
your_template"</li>
<li>You would greatly benefit by reducing the steps involved in the checkout process.</li>
<li>Removal of the side bars during the checkout process will reduce customer<br />
distraction as well as checkout abandonment. Once the customer has committed to<br />
the checkout process you should avoid giving them opportunities to click away.</li>
<li>Your checkout pages are no secured. This is a PCI compliance violation and your<br />
company can be fined by the credit card companies.</li>
</ul>
<p>I want to personally thank Purely Poultry for allowing us to audit and blog their site report results. I invite you all to comment any additional factors and suggestions to help them improve their Zen cart and business.</p>
]]></content:encoded>
			<wfw:commentRss>http://pro-webs.net/blog/2009/12/16/free-zen-cart-report-purely-poultry/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Privacy vs Local Rank</title>
		<link>http://pro-webs.net/blog/2009/12/08/privacy-vs-local-rank/</link>
		<comments>http://pro-webs.net/blog/2009/12/08/privacy-vs-local-rank/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 19:53:00 +0000</pubDate>
		<dc:creator>Melanie</dc:creator>
				<category><![CDATA[Ecommerce SEO]]></category>
		<category><![CDATA[Small Business]]></category>
		<category><![CDATA[Zen Cart]]></category>
		<category><![CDATA[Business Information]]></category>
		<category><![CDATA[Business Model]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Search]]></category>
		<category><![CDATA[Local Search]]></category>
		<category><![CDATA[Natural Search]]></category>
		<category><![CDATA[New Patent]]></category>
		<category><![CDATA[Patent Award]]></category>
		<category><![CDATA[Phone Number Address]]></category>
		<category><![CDATA[Phone Numbers]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[Search Query]]></category>
		<category><![CDATA[Search Result]]></category>
		<category><![CDATA[Telephone Number]]></category>
		<category><![CDATA[United States Patent]]></category>

		<guid isPermaLink="false">http://pro-webs.net/blog/?p=750</guid>
		<description><![CDATA[Many shop owners seek to hide their WhoIs information for the sake of privacy. We have also advocated that, yes spam is a problem, but transparency within your business model is worth it. It would seem that Google agrees.]]></description>
			<content:encoded><![CDATA[<p>Many shop owners seek to hide their WhoIs information for the sake of privacy. We have also advocated that, yes spam is a problem, but transparency within your business model is worth it. It would seem that Google agrees.</p>
<div id="attachment_751" class="wp-caption alignleft" style="width: 158px"><img class="size-full wp-image-751" title="local-search" src="http://pro-webs.net/blog/wp-content/uploads/2009/12/local-search.gif" alt="local search Privacy vs Local Rank" width="148" height="87" /><p class="wp-caption-text">Google Patent</p></div>
<p>Google has been applied for and been awarded <a title="Google Search Patent" href="http://www.freepatentsonline.com/7624101.html" target="_blank">United States Patent #7624101 called Enhanced Search Results</a>. This new patent award will enhance Google's local search capabilities, including the ability to return a result for a business that includes a phone number, address and often a map at the top of the search results for locally targeted search queries. The means for which this Google local search process will be improved are centered around Google's ability to identify and verify addresses and phone numbers associated with the first natural search result.</p>
<p>Previously, you basically had to <a title="Submit Business to Google Local" href="http://www.google.com/local/add" target="_blank">submit your local business information to Google Local</a>. However, now Google will be better able to query the WhoIs information for your domain in order to *match or validate locally targeted information within your website. Still suggest you submit and verify your business with Google Local, as there are many other tools available in this application to benefit you business... But now searchers will get better local results regardless.</p>
<h2>Google United States Patent 7624101</h2>
<blockquote><p>A method includes receiving a search query from a user and generating search results based on the search query. The method may also include providing the search results and information identifying at least one of a telephone number or an address associated with a first one of the search results to the user. The method may further include providing a link to a map associated with at least the first search result to the user.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://pro-webs.net/blog/2009/12/08/privacy-vs-local-rank/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Zen Cart Report Palmetto Engraving</title>
		<link>http://pro-webs.net/blog/2009/11/06/free-zen-cart-report-palmetto-engraving/</link>
		<comments>http://pro-webs.net/blog/2009/11/06/free-zen-cart-report-palmetto-engraving/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 13:32:59 +0000</pubDate>
		<dc:creator>Melanie</dc:creator>
				<category><![CDATA[Public Site Reports]]></category>
		<category><![CDATA[Bare it All]]></category>
		<category><![CDATA[Site report]]></category>
		<category><![CDATA[Zen Cart]]></category>

		<guid isPermaLink="false">http://pro-webs.net/blog/?p=702</guid>
		<description><![CDATA[We have our very first brave shop owner's report! Nancy from Palmetto Engraving took the plunge and sent us her site to audit. ]]></description>
			<content:encoded><![CDATA[<div id="attachment_703" class="wp-caption alignleft" style="width: 156px"><a href="http://www.palmettoengraving.net/"><img class="size-full wp-image-703" title="sitereport" src="http://pro-webs.net/blog/wp-content/uploads/2009/11/sitereport.gif" alt="sitereport Free Zen Cart Report Palmetto Engraving" width="146" height="114" /></a><p class="wp-caption-text">Palmetto Engraving</p></div>
<p>We have our very first brave shop owner's report! Nancy from <a title="Palmetto Engraving" href="http://www.palmettoengraving.net/" target="_blank">Palmetto Engraving</a> took the plunge and sent us her site to audit. Before we get started, I must ask you NOT to create a bunch of test accounts on Nancy's site as you look around. I would also suggest that poorly written suggestions and nonconstructive comments are not only counterproductive, but I will not publish anything but constructive suggestions, questions and criticism.</p>
<p>First, kudos to Nancy and her team as the site has completely valid code and is error free.  As with any php driven website software, this is a challenging task at times.</p>
<p>Next we looked at the load speed of her main page. The speed was 37.5 seconds at 28.8kbs. The standard is 30 seconds, but current advances in Internet speed and browser ability really make this speed acceptable. Not to say it couldn't be or shouldn't be improved on, but it's fine in the overall scope of things.</p>
<p>Next we move in the the &lt;head&gt; elements:</p>
<p>The page title is the most important element in this data. We know this is huge on page ranking factor. In order to help you, this element should be short, 60 characters or so and 100% relevant. The title for Palmetto is 57 characters long and 100% relevant. The biggest issue here, is that the title is missing the mark.</p>
<blockquote><p>Palmetto Engraving, Where Your Thoughts Become Treasures!</p></blockquote>
<p>While we have no desire to see some of the spammy tactics out there used in any title, we would like to see some better use of keywords here. Something like below is probably more effective.</p>
<blockquote><p>Personalized Gifts - Palmetto Engraving</p></blockquote>
<p>We will not be discussing the Meta keyword tag as it's no longer used and completely irrelevant to report on.</p>
<p>The Meta description on the other hand, is not used for rank, but has the very important job of selling searchers on your page --- eliciting a click through.</p>
<p>The current description is just the generated Zen Cart description and should be changed to use the custom tag features. Keyword lists such as this will likely be completely ignored by Google in search results anyhow, but providing a relevant and helpful description can greatly increase Google's use of it and thus your click through.</p>
<blockquote><p>Palmetto Engraving - Jewelry Clocks Gift Certificates Pet Markers Door Knockers Military Plaques Bookmarks Ornaments Ceramic Tile Murals Entertaining Achievement/Awards Wall Art Car Accessories Gift Ideas Identity Kids Gifts Office Misc. Home Office Signs Photo Panels/ Frames Memory Boxes Custom Mugs Name Tags/Badges custom gifts, custom gift, awards, promotional items</p></blockquote>
<p>While Palmetto Engraving hasn't any issues with their canonical urls in Google's cache, we can clearly see that the proper canonical www url and the non both work on the main page. You see, Zen Cart properly directs canonical urls for other pages... Just not the main page.</p>
<p>Normally, we would expect to see Google have one non-canonical url (IE, the main page), but in this case, Palmetto's main page is not indexed. This is because the necessary bug fix to repair this is lacking on this Zen Cart, so hiding in the &lt;head&gt; of the main page is a nasty noindex, nofollow tag.</p>
<blockquote><p>&lt;meta name="robots" content="noindex, nofollow" /&gt;</p></blockquote>
<p>On a canonical note we also noticed that the default indexes are not setup and redirected properly as the index.php is allowed to load, undirected.</p>
<p>The cart's 404 pages are working properly and the domain url has a (toolbar) PageRank 2, which doesn't have any issue with canonical PR splitting.</p>
<p>Palmetto is well indexed in Google, aside from the domain url and we see that Bing and Yahoo appear to be coming along as well.</p>
<p>We were not able to locate a search engine sitemap, nor robots.txt for Palmetto. While the sitemap is really unnecessary and just a helpful thing to do, the robots.txt is really another matter all together. There are pages in your Zen Cart that just should not be crawled, pages like contact and shopping cart have no value to a search engine's index.</p>
<p>We would like to see shop owners using the built in robots skip function to properly add a noindex, nofollow tag to these types of pages... But they at least should be blocked from crawl with robots.txt. Additionally, if you are using a sitemap.xml... This is where it should be referenced for the autodiscovery.</p>
<p>Palmettos's robots.txt</p>
<blockquote>
<pre>User-agent: *
Disallow:</pre>
</blockquote>
<p>This essentially allows search crawler access to everything.... even /cgi_bin/. The robots.txt is also a great spot to stop search engines from crawling pages that have sort and action parameters for example. While Bing, does not support the use of wildcards, Yahoo and Google do. So adding something like below to specific user agents for Yahoo and Google will keep them from crawling your sorted pages.</p>
<blockquote>
<pre>User-agent: Googlebot
Disallow: /*&amp;sort=*</pre>
</blockquote>
<p>We counted 23 backlinks to Palmetto, from domains other than their own. This is pretty low and link building needs to become a higher priority for their optimization efforts.</p>
<p>Palmetto is hosted on a dedicated IP and is the only domain on the IP. We like this, as the chance of getting a bad rap from poor neighbors on the same server is greatly reduced.</p>
<p>The largest part of our site report is a hand audit of the pages and usability. Jack and I both audited the site independently and then discussed and compiled our results. Below is the list of some of issues we found on Palmetto.</p>
<ul>
<li>We found your site to be nicely laid out and and easy to navigate. Very nice job on the template and over all navigational design.</li>
<li>Your Zen Cart appears to be lacking at least some bug fixes and or security patches, as you currently have your main page blocked from indexing by the search engines. This has been a known bug for a very long time, and there has been a published patch to correct this for almost as long. We recommend you fully patch your cart as soon as possible.</li>
<li>We would advise you to place a phone number in a prominent location throughout your site. eg: in the header, to give troubled customers a sense of security, and a means of contacting someone should an issue arise. Without it shoppers tend to abandon the cart sales when they encounter any issues what so ever. They <strong><span style="text-decoration: underline;">will not</span></strong> go looking for a contact number!</li>
<li>We where not able to locate an FAQ page. This coupled with the lack of an easy to find phone number will leave a troubled customer feeling they have no other choice but to abandon the cart should issues arise.</li>
<li>Your main page is lacking textual content. This will make it very challenging for you to rank well in the search engines.</li>
<li>While some of your category and product pages do have adequate text in order to rank, others have little to no textual content. We would advise you to add at least one paragraph of well formatted and descriptive text to each of these pages in order to help you rank better within the search results.</li>
<li>We would advise you to improve on your Privacy Notice.</li>
<li>You have not nofollowed ancillary page links within your site to stop the flow of PageRank and prevent the crawlers from crawling these pages unnecessarily wasting precious crawl time.</li>
<li>Note that your login/registration page contains quite a few elements which notably result in checkout abandonment. The referral section is just an unnecessary step slowing checkout down. Your button are red (a stop color) and decidedly difficult to read and realize. Customer service links here are simply an opportunity for a shopper to click away.</li>
<li>On your shopping cart page we recommend that you remove the check boxes and instead use just the inline delete button for each line item and keep your "update" button under the whole cart. This is a very common area for shopper confusion. Same button issue here.</li>
<li>Removal of the side bars during the checkout process will reduce customer distraction as well as checkout abandonment. Once the customer has committed to the checkout process you should avoid giving them opportunities to click away and rather funnel then through checkout without distraction.</li>
<li>It is poor usability to open your own pages (IE footer links) in a new window, the should open in the same window.</li>
<li>While we generally, for most stores recommend sending the shopper directly to the shopping cart upon adding a product, not sending them can work as well. However, your system generates this message "Successfully added Product to the cart ..." which is not very notable and does not contain a link to the shopping cart page.</li>
<li>The RSS feed link in your footer (http://www.palmettoengraving.net/index.php?main_page=rss_feed&amp;feed=new_products) has no products, this should likely be changed to categories, featured or all products so it always contains information.</li>
<li>Product index pages like this (<a title="http://www.palmettoengraving.net/index.php?main_page=index&amp;cPath=56" href="http://www.palmettoengraving.net/index.php?main_page=index&amp;cPath=56">http://www.palmettoengraving.net/index.php?main_page=index&amp;cPath=56</a>) would greatly benefit from displaying the product description snippets.</li>
</ul>
<p>I want to thank Nancy for allowing us to audit and blog their results. I invite you all to comment any additional factors you see that can help Palmetto improve thier Zen Cart.</p>
]]></content:encoded>
			<wfw:commentRss>http://pro-webs.net/blog/2009/11/06/free-zen-cart-report-palmetto-engraving/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bare it All for a Free Site Report?</title>
		<link>http://pro-webs.net/blog/2009/10/13/free-site-report/</link>
		<comments>http://pro-webs.net/blog/2009/10/13/free-site-report/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 14:48:36 +0000</pubDate>
		<dc:creator>Melanie</dc:creator>
				<category><![CDATA[Public Site Reports]]></category>
		<category><![CDATA[Additional Services]]></category>
		<category><![CDATA[Adult Content]]></category>
		<category><![CDATA[Final Approval]]></category>
		<category><![CDATA[Free Cart]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[Material Adult]]></category>
		<category><![CDATA[Metrics]]></category>
		<category><![CDATA[Optimization Issues]]></category>
		<category><![CDATA[Participation]]></category>
		<category><![CDATA[Personal Data]]></category>
		<category><![CDATA[Pg 13]]></category>
		<category><![CDATA[Readership]]></category>
		<category><![CDATA[Related Materials]]></category>
		<category><![CDATA[Report Findings]]></category>
		<category><![CDATA[Site Optimization]]></category>
		<category><![CDATA[Submissions]]></category>
		<category><![CDATA[Url]]></category>
		<category><![CDATA[Urls]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Zen Cart]]></category>
		<category><![CDATA[Zen Cart Report]]></category>

		<guid isPermaLink="false">http://pro-webs.net/blog/?p=626</guid>
		<description><![CDATA[We would like to offer up a free Zen Cart report to a brave shop owner willing to share his/her site's issues, url, images and other non-personal data with our readers. This means that your report findings, suggestions and related materials will be posted here for others to read, learn and even contribute to your audit.]]></description>
			<content:encoded><![CDATA[<div id="attachment_632" class="wp-caption alignleft" style="width: 102px"><img class="size-full wp-image-632" title="zen-cart-report" src="http://pro-webs.net/blog/wp-content/uploads/2009/10/zen-cart-report.gif" alt="zen cart report Bare it All for a Free Site Report?" width="92" height="129" /><p class="wp-caption-text">Zen Cart Report</p></div>
<p>We commonly do Zen Cart site reports for shop owners to get a feel for what needs to be done and can be improved in their websites. These reports are not generated, but rather a hand audit of foundation SEO metrics and on site usability and optimization issues.</p>
<p>We would like to offer up a free Zen Cart report to a brave shop owner willing to share his/her site's issues, url, images and other non-personal data with our readers. This means that your report findings, suggestions and related materials will be posted here for others to read, learn and even contribute to your audit.</p>
<p>Please note that although a winner will be chosen at random from all current month's submissions and that I will have the final approval. This means simply that given our broad readership, shops containing for example, hate material, adult content, illegal or otherwise non PG 13 cannot be accepted.</p>
<p>You must OWN the Zen cart website you submit, and this will be verified... Be prepared to do so. Your site must be in English, this offer has no cash value and no additional services of any kind are implied, nor provided. Existing clients are not eligible.</p>
<p>You will receive our standard Zen Cart report at no charge and results will additionally, as outlined above,  be posted here for community review and participation. We will continue to offer this monthly for all to benefit, so send your Zen Cart in and let's get started. Please use the form below to submit your Zen Cart website 1 time per month only. Shop owners submitting duplicate urls will be disqualified.</p>
<p><iframe src="https://spreadsheets.google.com/embeddedform?key=0AvqtRz5mQ1sWdDlqR2Zaakk2eVo0VjdkWWdLQnRzM1E" width="760" height="1038" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://pro-webs.net/blog/2009/10/13/free-site-report/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google&#039;s New Super Snippets</title>
		<link>http://pro-webs.net/blog/2009/09/30/googles-new-super-snippets/</link>
		<comments>http://pro-webs.net/blog/2009/09/30/googles-new-super-snippets/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 14:32:54 +0000</pubDate>
		<dc:creator>Melanie</dc:creator>
				<category><![CDATA[E-Commerce Design]]></category>
		<category><![CDATA[Ecommerce SEO]]></category>
		<category><![CDATA[Zen Cart]]></category>
		<category><![CDATA[Anchor Links]]></category>
		<category><![CDATA[Anchors]]></category>
		<category><![CDATA[conversion]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Information Gathering]]></category>
		<category><![CDATA[Innovation]]></category>
		<category><![CDATA[Relevant Location]]></category>
		<category><![CDATA[Search Google]]></category>
		<category><![CDATA[Search Results]]></category>
		<category><![CDATA[Sitelink]]></category>
		<category><![CDATA[Snippets]]></category>

		<guid isPermaLink="false">http://pro-webs.net/blog/?p=594</guid>
		<description><![CDATA[If you have doubted the need for fresh, related content on your store pages.... You better rethink your position! Google has improved the search results snippets to include "jump to" links to the page's specific area containing the related content.]]></description>
			<content:encoded><![CDATA[<div id="attachment_596" class="wp-caption alignleft" style="width: 123px"><img class="size-full wp-image-596" title="anchor-links" src="http://pro-webs.net/blog/wp-content/uploads/2009/09/anchor-links.gif" alt="anchor links Googles New Super Snippets" width="113" height="133" /><p class="wp-caption-text">Google Anchor Links</p></div>
<p>If you have doubted the need for fresh, related content on your store pages.... You better rethink your position! Google has improved the search results snippets to include "jump to" links to the page's specific area containing the related content.</p>
<p>We have seen Google recently making huge and innovative changes in sitelinks and snippets, but in fact this most recent innovation may be the most valuable yet. We have discussed here many times, Google's "full text" indexing and ranking ability... Now Google has sought to put that very ability to work for searchers.</p>
<p>Imagine that a shopper is searching for the specs on a gadget they wish to buy, with this type of anchor linking you have a unique opportunity to grab and better convert these topical and information seeking searches. Let's face it, even if you rank for these type of searches, your product pages are designed to sell... Thus very likely the information for this type of search is buried. So much so, that even if they land on the page, they leave never finding the information they are seeking. While this is for good reason, and I do not suggest clouding the ability to shop with this type of information... Now you can include it in a less obtrusive manner, link to it with anchors and discover a entirely fresh conversion opportunity in information gathering searches.</p>
<p>Let's say for example you search Google for "good cholesterol level". You are met with a very unique opportunity in the search results.....</p>
<div id="attachment_595" class="wp-caption aligncenter" style="width: 601px"><img class="size-full wp-image-595" title="google-jump-to-link" src="http://pro-webs.net/blog/wp-content/uploads/2009/09/google-jump-to-link.gif" alt="google jump to link Googles New Super Snippets" width="591" height="162" /><p class="wp-caption-text">Google Jump to Sitelink</p></div>
<p>This content or sitelink as we say, not only takes you to the most relevant page... But the most relevant location on that page too!</p>
<p>I know, how can I do that? Well, Google has posted the means to get your site coded and correct anchors set in place for these type of results in a recent post on <a title="Webmaster Central Blog, Anchor Links" href="http://googlewebmastercentral.blogspot.com/2009/09/using-named-anchors-to-identify.html" target="_blank">Webmaster Central Blog</a>. Essentially you will need to relearn a bit of html in order to help Google index you in this manner. Creating page anchors for static pages is really not difficult, but including them in your dynamic pages can be a far greater challenge. Here is a really easy <a title="W3C Anchor Link Tutorial" href="http://www.w3schools.com/HTML/html_links.asp" target="_blank">tutorial from W3Schools</a> to get you started.</p>
]]></content:encoded>
			<wfw:commentRss>http://pro-webs.net/blog/2009/09/30/googles-new-super-snippets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zen Cart SEO - 12 Steps to Success</title>
		<link>http://pro-webs.net/blog/2009/09/10/zen-cart-seo-12-steps/</link>
		<comments>http://pro-webs.net/blog/2009/09/10/zen-cart-seo-12-steps/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 18:30:54 +0000</pubDate>
		<dc:creator>Melanie</dc:creator>
				<category><![CDATA[Ecommerce SEO]]></category>
		<category><![CDATA[Zen Cart]]></category>
		<category><![CDATA[Cart Software]]></category>
		<category><![CDATA[Customer Information]]></category>
		<category><![CDATA[Free Modules]]></category>
		<category><![CDATA[Newsletter Option]]></category>
		<category><![CDATA[Store Owner]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Zen Cart SEO]]></category>

		<guid isPermaLink="false">http://pro-webs.net/blog/?p=525</guid>
		<description><![CDATA[Although we answer individual questions in the Zen Cart forum and we talk to Zen Cart shop owners everyday...Consider this a 12 Step Program to build your business.]]></description>
			<content:encoded><![CDATA[<div id="attachment_533" class="wp-caption alignleft" style="width: 156px"><img class="size-full wp-image-533" title="zen-cart-logo" src="http://pro-webs.net/blog/wp-content/uploads/2009/09/zen-cart-logo.gif" alt="zen cart logo Zen Cart SEO   12 Steps to Success" width="146" height="40" /><p class="wp-caption-text">Zen Cart SEO</p></div>
<p>Although we answer individual questions in the <a title="Zen Cart Forum" href="http://www.zen-cart.com/forum/index.php" target="_blank">Zen Cart forum</a> and we talk to Zen Cart shop owners everyday... We have never really put pen to pad for the proper steps to organically optimize your Zen Cart. I will make this list as detailed as possible without losing the attention of the average store owner...</p>
<p><strong>Consider this a 12 Step Program to build your business.</strong></p>
<h3>Step 1</h3>
<p><strong>Keep your <a title="Zen Cart Patches &amp; Bug Fixes" href="http://www.zencartmarketing.com/zen-cart-1-3-8-bug-fixes/" target="_blank">Zen Cart software patched and up to date</a></strong>. This is not only a requirement for PCI compliance, but getting hacked is not good for any business. Let's face it, you change the oil in your car and lock the doors right?</p>
<h3>Step 2</h3>
<p><strong>Design and usability are huge factors</strong>. Even if you have tons of traffic, it matters none if shoppers cannot quickly and easily find your products and checkout. Use SALES, NOT traffic as your measurement. When working on your design, development or existing, search for bottlenecks in your navigation. Remove EVERYTHING that is not helpful or necessary for shoppers. Hire a group of friends to shop and checkout on your site for a particular item each... Then, NO MATTER what you think, fix the issues they find. You see, your average shopper has never built, owned or even knows what a Zen Cart is.</p>
<p><strong>Optimize your checkout</strong>. There are free modules to reduce the number of checkout steps available from the <a title="Free Zen Cart Modules" href="http://www.zen-cart.com/index.php?main_page=index&amp;cPath=40" target="_blank">Zen Cart Module Repository</a>. Use your common sense... Remove the sidebars from checkout, remove every account creating bit of text that exists and let shoppers checkout without an account (even if they are really creating one), language is everything for the shopper's perception. Remove every single unnecessary thing from your customer information form. Do you really need: Salutation, Fax, Company, Date of Birth, Referral, and yes... even remove your newsletter check. Change the language for the newsletter option to say "Email preference" only. If you have need for newsletters (you should) then use a separate <a title="Newsletter Sign up for Zen Cart" href="http://www.zen-cart.com/index.php?main_page=product_contrib_info&amp;products_id=106" target="_blank">Zen Cart newsletter module</a>. Lastly, and perhaps most importantly, use IE and checkout on your site to <a title="Checkout Secure Warning" href="http://pro-webs.net/blog/2009/08/26/ecommerce-checkout-suicide/" target="_blank">check for Secure/Non-Secure warnings</a>... as this will stop a shopper dead in their tracks!</p>
<p><strong>Turn off everything you don't need on your product pages off</strong>.... Date added? Do shoppers really need this? Move your attributes &amp; add to cart area to the topside of the page... above the description so I can purchase quickly if I already know about the product. IF you intend to use social media buttons, your product page is the spot.... Why on earth would you want people to bookmark your login page for example?</p>
<h3>Step 3</h3>
<p>No matter what misconceptions you may have... <strong>Your site's visitors read text first</strong>. Your shoppers need to be able to effectively scan the text on a page to determine if this is the page they need. TEXT, not images! While images obviously have their place in your store, people need text. You also need text to better rank your pages and create relevance for your topical content. So yes, use great demonstrative and high quality product images... But do not forsake the text.  Your shoppers need high quality, natural and descriptive text to buy products from you. Do not duplicate manufacturers descriptions or anyone else's for that matter. If you haven't the time to create your own content in order to sell your products you are in the wrong business.</p>
<h3>Step 4</h3>
<p><strong>Trust...</strong> Shoppers need to be reassured that you are a real and legitimate business. Do not hide your phone number, do not use non domain based email addresses (GMail for example) and even if you are using PayPal... Get an SSL to protect your shoppers while checking out. You see, if your site is usable and logical to navigate, most people will not call.... But even most of these same people will remember whether or not they noticed your phone number. This is because shoppers use the prominent display of your phone number as a measurement of your business' trustworthiness and level of quality and support.</p>
<h3>Step 5</h3>
<p><strong>Simple and transparent shipping rules</strong>. Flat rate or free shipping is going to be the most effective marketing option for your store. So if you can manage free shipping or flat rate deals like $7.95 shipping and orders of $75.00 free, then advertise it prominently on your store. If you need to use regular rated by weight or price shipping make the information readily available. Create an easy page and post your rates in plain sight. Also, consider enabling the shipping rates to display on the shopping cart page. Check this out in your Zen Cart admin under Configuration &gt;&gt; Shipping/Packaging &gt;&gt; Shipping Estimator Display Settings for Shopping Cart &gt;&gt; Set to 2 (Display as Listing on Shopping Cart Page).</p>
<p>It's rather unfortunate that online shoppers as a whole have the "eBay disease", but they have been getting screwed on shipping for 10 plus years and you must now carry that burden as a shop owner.</p>
<h3>Step 6</h3>
<p>Create custom Meta Tags and titles for your pages. While none of the modern search engines use the Meta keyword tag to rank pages.... There is no harm in including 10 or less lowercase, comma separated keywords in your pages. The Meta description should be 250 characters (counting spaces) or less and be written in natural text. The search engines will not be using your Meta description to rank your page, rather this is your sales opportunity to get shoppers to click through from the search results pages. So logically speaking, if you were seeking a person to do Zen Cart SEO for you which result from the search page below would you select?</p>
<p style="text-align: center;">
<div id="attachment_529" class="wp-caption aligncenter" style="width: 503px"><img class="size-full wp-image-529" title="zen-cart-seo-pro-webs" src="http://pro-webs.net/blog/wp-content/uploads/2009/09/zen-cart-seo-pro-webs.gif" alt="zen cart seo pro webs Zen Cart SEO   12 Steps to Success" width="493" height="74" /><p class="wp-caption-text">Ours</p></div>
<p><strong>OR</strong></p>
<p style="text-align: left;">
<div id="attachment_530" class="wp-caption aligncenter" style="width: 554px"><img class="size-full wp-image-530" title="bad-meta-description" src="http://pro-webs.net/blog/wp-content/uploads/2009/09/bad-meta-description.gif" alt="bad meta description Zen Cart SEO   12 Steps to Success" width="544" height="73" /><p class="wp-caption-text">Edited to Protect the Innocent</p></div>
<p style="text-align: left;">Lastly, and the single most important on page factor is your Title. Many will call this a Meta title, it's not a Meta tag... But okay. This &lt;title&gt;&lt;/title&gt; should be pretty natural language, 65 characters or less (including spaces) and 100% relevant to the <strong>PAGE'S</strong> content. Note that not every page has the same content, so adding site wide tag lines and such only lowers the relevancy in  your title. These titles and descriptions should be unique for every page and NEVER the same for pages.</p>
<h3 style="text-align: left;">Step 7</h3>
<p style="text-align: left;"><strong>You will need a proper robots.txt</strong> to stop Google an other search engines from crawling duplicate and other pages that are not valuable for search. Pages like your contact page for example or your privacy policy clearly hold no value to Google and their searchers. Proper formatting of this document is crucial... So <a title="Creating a robots.txt for Zen Cart" href="http://www.robotstxt.org/" target="_blank">read up</a> and learn the rules, restrictions and syntax to do it properly. Note, however, and I don't care what anyone else has told you.... Your <a title="Crawling vs Indexing" href="http://sebastians-pamphlets.com/crawling-vs-indexing/" target="_blank"><strong>robots.txt WILL NOT prevent indexing</strong></a> or remove indexed pages. To acheive this you will need a noindex tag in the page in question.</p>
<h3 style="text-align: left;">Step 8</h3>
<p style="text-align: left;">Create a search engine sitemap. A search engine sitemap is an XML document that helps the search engines find your pages more easily. This document IS NOT for your human visitors and DOES NOT in anyway force the search engines to index these pages.</p>
<blockquote>
<p style="text-align: left;">Google doesn't guarantee that we'll crawl or index all of your URLs. For example, we won't crawl or index image URLs contained in your Sitemap. However, we use the data in your Sitemap to learn about your site's structure, which will allow us to improve our crawler schedule and do a better job crawling your site in the future. In most cases, webmasters will benefit from Sitemap submission, and in no case will you be penalized for it.</p>
</blockquote>
<p style="text-align: left;">I have some quick tips to get you started:</p>
<p style="text-align: left;">1. Unless you have more than 50K pages, you need only one sitemap...<a title="Google Sitemap" href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=156184" target="_blank"> according to Google</a>.</p>
<blockquote>
<p style="text-align: left;">A Sitemap file can contain no more than 50,000 URLs and be no larger than 10MB when uncompressed. If your Sitemap is larger than this, break it into several smaller Sitemaps. These limits help ensure that your web server is not overloaded by serving large files to Google.</p>
</blockquote>
<p>2. This sitemap is NOT for humans and requires no menu, styles or anything else to prevent the search engines from reading it fast! Have a look at ours <a title="Proper Google Sitemap" href="http://pro-webs.net/sitemap.xml" target="_blank">http://pro-webs.net/sitemap.xml</a></p>
<p>3. Redirected pages cannot be included.</p>
<p>4. Using the same priority for all pages will cause the search engines to ignore the priority all together.</p>
<p>5. Duplicate urls for the same page cannot be included.</p>
<p>6. You cannot include pages blocked in your robots.txt or which contain a noindex tag.</p>
<p>7. Submitting your sitemap with the daily attribute will not make Google crawl faster... this is not an instruction, but rather a helpful technique to let the search engines know how often you create content.</p>
<p>8. Add your sitemap to all of the following webmaster's tools: <a title="Google Webmasters Tools" href="http://www.google.com/webmasters/" target="_blank">Google</a>, <a title="Yahoo Webmaster Tools" href="https://siteexplorer.search.yahoo.com/" target="_blank">Yahoo</a> and <a title="Bing Webmaster tools" href="http://www.bing.com/webmaster/" target="_blank">Bing</a>. Please note that continually resubmitting your sitemap in these platforms is not only a waste of time, but can land you in a mess. Instead use the proper auto discovery protocol in your robots.txt...</p>
<p><code>Sitemap: http://pro-webs.net/sitemap.xml</code></p>
<h3>Step 9</h3>
<p>Shopping Feeds will jump start your traffic with valid and relevant sales leads. <a title="Free Shopping Feeds" href="http://pro-webs.net/blog/2009/01/10/free-shopping-feed-marketing-for-online-stores/" target="_blank">Many of these feed sites are in fact free</a>. Checkout our list of free feed sites and consider installing the necessary modules for at least Google Shopping. Make sure you also add your <a title="Structured Data Feed Submission for Yahoo" href="http://pro-webs.net/blog/2009/07/01/yahoo-search-google-base/" target="_blank">Google Base feed to Yahoo</a>!</p>
<h3>Step 10</h3>
<p><strong>Coupons.</strong> People love coupons and saving money. Your Zen Cart makes creating and tracking coupons very easy with no additional software or modifications! So create a coupon for <a title="Free Coupon repository" href="http://www.couponmountain.com/" target="_blank">CouponMountain</a> for example, but call it something EASY and unique to Coupon Mountain, "MTN" for example. So now this coupon you submitted for free can easily be tracked for its effectiveness =).</p>
<h3>Step 11</h3>
<p><strong>Business Listings</strong> will not only help to rank your site, but in fact validate your business in the eyes of the shopper. Start with <a title="Google Local Business Center" href="http://www.google.com/local/add/" target="_blank">Google Local</a>, <a title="Bing Submit" href="https://ssl.bing.com/listings/ListingCenter.aspx" target="_blank">Bing Local Businesses</a> and <a title="Yahoo Business Submit" href="http://listings.local.yahoo.com/csubmit/index.php" target="_blank">Yahoo Business</a> as well. These are high quality listings for your business that really improve your visibility and shopper's trust factor. They are free too.</p>
<h3>Step 12</h3>
<p><strong>Building links for your website NEVER, EVER stops</strong>. Build links for your shop by submitting to web directories, commenting on blogs, adding them to your email signature, forum sigs and anywhere you can drop a link without spamming. Do not swap links or buy links. Buying links can end your business, when you are penalized for manipulated Google's PageRank system and swapped (reciprocal) links are only devalued, but may in the future be <a title="Penalties for Reciprocal links" href="http://pro-webs.net/blog/2009/08/12/new-sheriff-in-town/" target="_blank">penalized by Microsoft/Bing</a>...</p>
<p>There you have it... The tools to make your Zen Cart rock. I realize that there are other ways, but remember this is your business and the risk of not playing by the rules is high and can cost you everything.</p>
]]></content:encoded>
			<wfw:commentRss>http://pro-webs.net/blog/2009/09/10/zen-cart-seo-12-steps/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>How Credit Card Payments Get from Cart to Bank</title>
		<link>http://pro-webs.net/blog/2009/08/16/credit-card-payment-bank/</link>
		<comments>http://pro-webs.net/blog/2009/08/16/credit-card-payment-bank/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 03:37:15 +0000</pubDate>
		<dc:creator>Melanie</dc:creator>
				<category><![CDATA[Checkout]]></category>
		<category><![CDATA[Small Business]]></category>
		<category><![CDATA[Zen Cart]]></category>
		<category><![CDATA[Accepting Credit Cards]]></category>
		<category><![CDATA[Consumers]]></category>
		<category><![CDATA[Credit Card Information]]></category>
		<category><![CDATA[Credit Card Payment]]></category>
		<category><![CDATA[Credit Card Transaction]]></category>
		<category><![CDATA[Merchant Account]]></category>
		<category><![CDATA[Merchants]]></category>
		<category><![CDATA[Processing Network]]></category>
		<category><![CDATA[Server Gateway]]></category>
		<category><![CDATA[Shoppers]]></category>
		<category><![CDATA[Transaction Server]]></category>

		<guid isPermaLink="false">http://pro-webs.net/blog/?p=480</guid>
		<description><![CDATA[The process of getting paid from your shopping cart software via a credit card transaction can be a very confusing process for those just getting started. The convenience offered to your shoppers by your ability to transact in credit cards is second only to the genuine increase in the ability of your store to make a sale.]]></description>
			<content:encoded><![CDATA[<div id="attachment_481" class="wp-caption alignleft" style="width: 115px"><img class="size-full wp-image-481" title="processing-credit-cards" src="http://pro-webs.net/blog/wp-content/uploads/2009/08/processing-credit-cards.jpg" alt="processing credit cards How Credit Card Payments Get from Cart to Bank" width="105" height="70" /><p class="wp-caption-text">Payments</p></div>
<p>The process of getting paid from your shopping cart software via a credit card transaction can be a very confusing process for those just getting started. The convenience offered to your shoppers by your ability to transact in credit cards is second only to the genuine increase in the ability of your store to make a sale. If you haven't started accepting credit cards yet, you are missing the boat.</p>
<p><strong>Below is a very simplified flow of the transaction, followed by a more detailed description to help you better understand.</strong></p>
<p>Your Customer is connected to the Internet<br />
The Internet is connected to the Transaction Server<br />
The Transaction Server is connected to the Processing Network<br />
The Processing Network is connected to your Customer’s Bank</p>
<p><strong>Now, the flow of how you actually get paid for the item purchased in your online store with a credit card.</strong></p>
<p>Your Website is connected to the Internet<br />
The Internet is connected to the Transaction Server (Gateway)<br />
The Transaction Server is connected to the Processing Network (Merchant Account)<br />
The Processing Network is connected to the Your Bank</p>
<p>Both consumers and the merchants are connected to the shopping cart through very similar channels, but like blood pumping through your body the consumer follows the links from checkout to confirmation and the information flows through the Transaction Server, Processing Network and customer bank before it flows back through to the seller through the Transaction Server, Processing Network where the money is deposited in the merchant’s bank. But, amazingly this entire transaction only takes a few seconds.</p>
<p>All shopping carts processing credit card sales are required to use properly encrypted technology to preserve the integrity of the consumer's online purchase. This means that a customer’s credit card information is not in danger of being exposed and used by a third party.</p>
<p>This is very important because the success of any ecommerce store relies heavily on privacy and security. A reputable and properly supported shopping cart system is a must for any online store.</p>
<p>The truth is, all your shopper really wants is to be certain that their information is safe, know that your business has a good reputation and that their purchase was successful. Most will never know or even care how exactly this magic is accomplished. The use of a secure shopping cart, the attention to the reputation of your firm and great communication will yield happy shoppers.</p>
<p>You’ve worked hard to provide a quality product and build your store. You’ve worked to optimize your shop for search engine success and you supply excellent information to your site's visitors.... Be a shame to lose the sale because you haven't properly executed your customer's transaction with a critical level of care and security . Always make sure you have a secure shopping cart for your shoppers, and they may just reward by coming back..... Or telling a friend!</p>
]]></content:encoded>
			<wfw:commentRss>http://pro-webs.net/blog/2009/08/16/credit-card-payment-bank/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Straight Talk About Your Keywords</title>
		<link>http://pro-webs.net/blog/2009/07/30/straight-talk-keywords/</link>
		<comments>http://pro-webs.net/blog/2009/07/30/straight-talk-keywords/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 22:06:09 +0000</pubDate>
		<dc:creator>Melanie</dc:creator>
				<category><![CDATA[Ecommerce SEO]]></category>
		<category><![CDATA[Zen Cart]]></category>
		<category><![CDATA[Keyword Phrase]]></category>
		<category><![CDATA[Keywords]]></category>
		<category><![CDATA[Phrases]]></category>
		<category><![CDATA[Product Descriptions]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[Usability Studies]]></category>

		<guid isPermaLink="false">http://pro-webs.net/blog/?p=423</guid>
		<description><![CDATA[There are many ways to do both more effectively... Things like usability studies and deep effective long tail keyword research will yield far better results. However, the short and narrow of it is to create usable content. Other wise you might win the battle and lose the war!]]></description>
			<content:encoded><![CDATA[<div id="attachment_431" class="wp-caption alignleft" style="width: 202px"><img class="size-full wp-image-431" title="keyword-building" src="http://pro-webs.net/blog/wp-content/uploads/2009/07/keyword-building.gif" alt="keyword building Straight Talk About Your Keywords" width="192" height="231" /><p class="wp-caption-text">Building Natural Keywords</p></div>
<p><strong>Keywords, keywords, keywords.... Everybody says it, but hardly anybody understands it!</strong></p>
<p>Fact is in our business I STRONGLY discourage our customers from "adding" keywords to their pages. I really have a fair and just reason for this. When shop owners set out to "add" keywords to their product descriptions for example, then end up shooting themselves in the foot... Most times. How? I'm going to tell you why.</p>
<p>First of they end up stuffing that key phrase "green bananas" in to their content an obscene amount of times... Making truly terrible copy, a poor shopper's experience and inevitably screwing themselves out of a ton of very effective long tails. No gripe to the shop owners at all, its very challenging to create content with is both optimized and user friendly. As human beings we tend to have a one track mind... So concentrating on both is like a interior designer telling the HVAC contractor how to plan the duct work.</p>
<p>There are many ways to do both more effectively... Things like usability studies and deep effective long tail keyword research will yield far better results. However, the short and narrow of it is to create usable content. Other wise you might win the battle and lose the war!</p>
<p>I am going to give you some nuts and bolts common sense tips for optimizing your content without "shooting yourself in the foot". At the end of the day, no ranking metric matters if you cannot convert a sale in your online store.</p>
<h2>Common Sense Tips for Writing SEO Copy</h2>
<p>Remember that search engines see pages as pages... They are not necessarily ranked as a "whole" site so to speak. Keep your pages (no matter what page) targeted and on track. Optimize your content for 1 keyword phrase and it's variations (long tails). The broader your page's content the more difficult to rank the page.... Every page counts!</p>
<p>One you have chosen your key phrase to optimize for (YES that phrase, not keyword), then you will want to determine the stemmed keywords and phrases for this key phrase. For example, if we choose the key phrases "fresh green bananas" we know that using other variations like "green bananas", "bananas", "fresh bananas" and such will build the relevance and strength of the key phrase. When I explain this to a customer I use a pyramid to explain how the longer related key phrases (long tails) actually support and build the "bigger box" or higher volume target phrase. The image below may give a better understanding.</p>
<div id="attachment_424" class="wp-caption aligncenter" style="width: 310px"><a href="http://pro-webs.net/blog/wp-content/uploads/2009/07/keyword-pyramid.gif"><img class="size-medium wp-image-424" title="keyword-pyramid" src="http://pro-webs.net/blog/wp-content/uploads/2009/07/keyword-pyramid-300x225.gif" alt="keyword pyramid 300x225 Straight Talk About Your Keywords" width="300" height="225" /></a><p class="wp-caption-text">Keyword Pyramid</p></div>
<p>You will honestly be created page content to target only 1 keyword phrase. The other long tail phrases are used to built the supporting relevance for the main target. Many times there will be phrases that do not even contain the exact targeted words that will be used to support the main phrase. For example, if you are targeting "Zen Cart SEO", you will also be using phrases like: "Zen Cart optimization", "SEO for Zen Cart"... and other logical phrases. These phrases using only part of none of the targeted keyword are "stemmed" from the target. So in other words, these phrases are different but mean the same or similar.</p>
<p>Natural. If you write your text in such a way that it seems unnatural, customers will think you are dumb or irresponsible.... Not exactly the trust building response we want. Saying things like "green dog jacket are warm and best jacket for dog". See how the singular version of keywords were used as opposed to the more natural sounding and expected plural versions? Fact is, search engines will stem most every word you use to include the plural or singular versions without any spammy stuffed intervention from you. Your job is to write intelligent, digestible and helpful text for your customers.... Thus impressing them with the ease of shopping on your website and setting forth your own authority or expert status with regard to your products and niche.</p>
<p>So the other piece to this puzzle is delivering your shoppers the information and encouragement they need to buy your products. This is EXACTLY why we tell our customers to write for their shoppers! You see, if we can get them to write excellent and helpful product descriptions, for example, we can then properly optimize that text to build relevance and rank. This process helps to keep the shop owner's hands out of the "cookie jar" so to speak and gives us the insight and understanding of the product to properly stem and discover supporting keyword phrases.</p>
<p>Given this conflict, doing the entire thing yourself can really be a challenge..... But, there are some easy ways to help overcome that obstacle and double your efforts.</p>
<ol>
<li>Write for the shopper first... ALWAYS. Then go back and optimize the text for supporting keyword phrases with a keen mind on not destroying the meaning of anything.</li>
<li>Have someone who knows little or nothing about your products give you an "editorial" review, then listen and act on their suggestions.</li>
<li>Be very descriptive. Creating well rounded and very descriptive text will naturally create long tails, you may have never found otherwise.... and impress your shoppers!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://pro-webs.net/blog/2009/07/30/straight-talk-keywords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Great Product Page Titles</title>
		<link>http://pro-webs.net/blog/2009/07/14/creating-great-product-page-titles/</link>
		<comments>http://pro-webs.net/blog/2009/07/14/creating-great-product-page-titles/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 16:51:05 +0000</pubDate>
		<dc:creator>Melanie</dc:creator>
				<category><![CDATA[Ecommerce SEO]]></category>
		<category><![CDATA[Zen Cart]]></category>
		<category><![CDATA[Descriptive Text]]></category>
		<category><![CDATA[Ecommerce Products]]></category>
		<category><![CDATA[Ecommerce Store]]></category>
		<category><![CDATA[Keyword List]]></category>
		<category><![CDATA[Optimization Techniques]]></category>
		<category><![CDATA[Page Descriptions]]></category>
		<category><![CDATA[Page Optimization]]></category>
		<category><![CDATA[Page Titles]]></category>
		<category><![CDATA[Poison Words]]></category>
		<category><![CDATA[Product Id]]></category>
		<category><![CDATA[Product Information]]></category>
		<category><![CDATA[Product Titles]]></category>
		<category><![CDATA[Relevancy]]></category>
		<category><![CDATA[Relevant Title]]></category>

		<guid isPermaLink="false">http://pro-webs.net/blog/?p=412</guid>
		<description><![CDATA[In your product page titles there are more possibilities and more specific needs for searchers. Relevancy is still the key, as an irrelevant title will not perform for you. So we have some simple and easy to implement tips below for creating highly effective product page titles which will help you rank and supply the searcher with the proper product information as well.]]></description>
			<content:encoded><![CDATA[<div id="attachment_413" class="wp-caption alignleft" style="width: 140px"><img class="size-full wp-image-413" title="product_titles" src="http://pro-webs.net/blog/wp-content/uploads/2009/07/product_titles.gif" alt="product titles Creating Great Product Page Titles" width="130" height="187" /><p class="wp-caption-text">Product Titles</p></div>
<p>Ranking your ecommerce store is a very specific task. Your online store has the same needs.... But in many cases different techniques are used to meet the need. One of these highly important optimization techniques is creating great product page titles. Your page title is the single most important on page optimization element of any page, yet still the technique for creating a engaging and relevant title for ecommerce products is quite different from standard pages.</p>
<p>Take the title of this post as an example, while this is a great title for a blog post, it would be very poor for a product page. In your product page titles there are more possibilities and more specific needs for searchers. Relevancy is still the key, as an irrelevant title will not perform for you. So we have some simple and easy to implement tips below for creating highly effective product page titles which will help you rank and supply the searcher with the proper product information as well.</p>
<h2>Product Page Title Tips</h2>
<ol>
<li><strong>Relevancy</strong> : Everything is lost if your page title is not relevant to the page's content. The BEST practice is to create great, unique and descriptive text on your product pages and then craft a highly relevant title from the page. So if you want the page to rank for "green bananas", then you write about "green bananas".... Not "green tomatoes". Your page text must be unique, do not copy others page descriptions... Write great content about the product for your customers and you will be right on.</li>
<li><strong>Length</strong> : Shorter is better.... Avoid stop and poison words like (cheap, and, if, or, the). You need to be 65 characters (including spaces) or less. This is NOT a keyword list. The words you choose should accurately describe the product and be reflected in the page text.</li>
<li><strong>Product Info</strong> : If your prices are competitive, then including the price in the end of the title is very effective for searchers to pick the best deal directly from the search page. If your products are "Big Brand" and have a well known or searched model, SKU or MPN then include it for specific and high converting searches. Do not include your own product ID or stock number as its clearly not search able.</li>
<li><strong>Call to Action</strong> : Your products should contain a short and relevant call to action. Adding phrases like "Free Shipping", "Guaranteed" or even things like "Eco Friendly" are great for a call to action. In lieu of these types of action phrases, phrases like "Buy Now" or "Online Ordering" are good too.</li>
<li><strong>Ordering</strong> : The most important items are first and less important are last. The search engines read left to right also. So the product name is going to be first... then moving right the information is less important. See example below.</li>
</ol>
<blockquote><p>Apple iPod Touch 8GB MP3 Player $229.00 MB528LLA - Free Shipping</p></blockquote>
<p>The point here is not only to deliver highly relevant title to searcher and search engines alike, but also to choose your searches better.</p>
<p>A great example of this is to search for "how to buy ipod apps", this is an information seeking query.... Not a good bet for a conversion. So titles like "How to Buy iPod Apps" may bring some traffic they are not looking for your products. These titles are better suited for your information and help pages within your store.</p>
<p>For your product pages you want to use very descriptive information in your page and titles to grab searchers who are trying to buy... or researching prices and options.... Buyers. Your product page titles are the first step and a key element in creating a highly converting ecommerce website. If they land on the right page... they are simply that much closer to buying from you. The right kind of traffic makes all the difference.</p>
]]></content:encoded>
			<wfw:commentRss>http://pro-webs.net/blog/2009/07/14/creating-great-product-page-titles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yahoo Search Supports Google Base Formatting</title>
		<link>http://pro-webs.net/blog/2009/07/01/yahoo-search-google-base/</link>
		<comments>http://pro-webs.net/blog/2009/07/01/yahoo-search-google-base/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 11:50:16 +0000</pubDate>
		<dc:creator>Melanie</dc:creator>
				<category><![CDATA[Ecommerce Marketing]]></category>
		<category><![CDATA[Ecommerce SEO]]></category>
		<category><![CDATA[Zen Cart]]></category>
		<category><![CDATA[Datafeed]]></category>
		<category><![CDATA[Ecommerce Stores]]></category>
		<category><![CDATA[Google Base]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[Site Explorer]]></category>
		<category><![CDATA[Yahoo Enhanced Results]]></category>
		<category><![CDATA[Yahoo Google]]></category>
		<category><![CDATA[Yahoo Search]]></category>
		<category><![CDATA[Yahoo Submission]]></category>

		<guid isPermaLink="false">http://pro-webs.net/blog/?p=394</guid>
		<description><![CDATA[This can really turn out to be a great assest to online store owners, you see Yahoo has traditionally always been a very strong search engine for ecommerce stores. Yahoo products a paid feed submission has been around for quite some time, but submitting your Google feed in Site Explorer is free and will display in regular search results.]]></description>
			<content:encoded><![CDATA[<div id="attachment_396" class="wp-caption alignleft" style="width: 152px"><img class="size-full wp-image-396" title="yahoo" src="http://pro-webs.net/blog/wp-content/uploads/2009/07/yahoo.gif" alt="yahoo Yahoo Search Supports Google Base Formatting" width="142" height="33" /><p class="wp-caption-text">Yahoo Product Feed Submission</p></div>
<p>Yahoo has recently announced its new support for <a title="Product Feeds for Yahoo" href="http://www.ysearchblog.com/2009/06/18/searchmonkey-updates-new-enhanced-results-and-support-of-google-base-formatting/" target="_blank">Google Base structured feeds for SearchMonkey</a>. You can now supply your Google Base structured data feed to Yahoo for display in Yahoo enhanced results.</p>
<p>The program is not displaying a ton of shopping results yet, but will certainly grow. Submitting your existing Google Base formatted feed is very fast, simple and automatic. To get started verify and setup your store in <a title="Yahoo Webmasters Tools" href="https://siteexplorer.search.yahoo.com/" target="_blank">Yahoo Site Explorer</a>. After you verify your shop with a Meta tag or html file, you will see a menu option on the left for "<strong>Feeds</strong>". Upon selecting this option the following screen will be displayed...</p>
<div id="attachment_395" class="wp-caption aligncenter" style="width: 490px"><img class="size-full wp-image-395" title="yahoo-feeds" src="http://pro-webs.net/blog/wp-content/uploads/2009/07/yahoo-feeds.gif" alt="yahoo feeds Yahoo Search Supports Google Base Formatting" width="480" height="107" /><p class="wp-caption-text">Submit Google Shopping Feed to Yahoo</p></div>
<p>Very simply you add the "<a title="Definition Relative Path" href="http://pro-webs.net/webmaster/relative-link/" target="_blank"><strong>relative</strong></a>" path to your product feed to the feed field, then click the drop down to "<strong>Structured data feed</strong>". Add feed button saves the submission. Your product feed can be in any format that Google is currently accepting such as xml and txt. If you've never used Yahoo Site Explorer before, be certain to add your search engine sitemap &amp; rss feeds as well. Both RSS and sitemap.xml files will be added as a "<strong>Web site feed</strong>".</p>
<p>This can really turn out to be a great asset to online store owners, you see Yahoo has traditionally always been a very strong search engine for ecommerce stores. Yahoo products a paid feed submission has been around for quite some time, but submitting your Google feed in Site Explorer is free and will display in regular search results.</p>
]]></content:encoded>
			<wfw:commentRss>http://pro-webs.net/blog/2009/07/01/yahoo-search-google-base/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Simple PCI Guide for Merchants</title>
		<link>http://pro-webs.net/blog/2009/06/06/simple-pci-guide-for-merchants/</link>
		<comments>http://pro-webs.net/blog/2009/06/06/simple-pci-guide-for-merchants/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 12:44:10 +0000</pubDate>
		<dc:creator>Melanie</dc:creator>
				<category><![CDATA[Small Business]]></category>
		<category><![CDATA[So you want to be a Shop Owner Series]]></category>
		<category><![CDATA[Zen Cart]]></category>
		<category><![CDATA[Access Control]]></category>
		<category><![CDATA[Anti Virus Software]]></category>
		<category><![CDATA[Card Processing]]></category>
		<category><![CDATA[Compliance Policy]]></category>
		<category><![CDATA[Compliance Programs]]></category>
		<category><![CDATA[Compliance Rules]]></category>
		<category><![CDATA[Control Measures]]></category>
		<category><![CDATA[Default Passwords]]></category>
		<category><![CDATA[Dss]]></category>
		<category><![CDATA[Management Program]]></category>
		<category><![CDATA[PCI]]></category>
		<category><![CDATA[Pos Systems]]></category>
		<category><![CDATA[Public Networks]]></category>
		<category><![CDATA[Secure Network]]></category>
		<category><![CDATA[Secure Systems]]></category>
		<category><![CDATA[Vulnerability Management]]></category>

		<guid isPermaLink="false">http://pro-webs.net/blog/?p=337</guid>
		<description><![CDATA[PCI DSS compliance policy includes all merchants and service providers who accept, capture, store, transmit or process any credit and debit card data in any way. A compliance related incident will result in steep fines, suspension and even revocation of your card processing privileges. That's right... This IS a big deal, even for you.]]></description>
			<content:encoded><![CDATA[<h2>What is PCI?</h2>
<div id="attachment_339" class="wp-caption alignleft" style="width: 160px"><img class="size-full wp-image-339" title="pci_logo_150" src="http://pro-webs.net/blog/wp-content/uploads/2009/06/pci_logo_150.png" alt="pci logo 150 Simple PCI Guide for Merchants" width="150" height="52" /><p class="wp-caption-text">PCI Compliance for Ecommerce</p></div>
<p>The Payment Card Industry (PCI), formed in 2006,  is a joint industry organization set up by a small group of the major credit card companies. This group is not a policing organization, and does not enforce the PCI DSS, nor set penalties for violations of the PCI DSS vulnerabilities. Enforcement of the PCI mandated requirements is left to each specific credit card company. PCI DSS does not replace the individual credit card company's compliance programs, but rather fortifies them.</p>
<p>It is actually the individual credit card companies, such as Visa or Mastercard, who enforce the compliance rules. While currently there is no Federal Law to force merchants to comply, many states and localities do in fact have such mandates or policies already.</p>
<p>PCI DSS compliance policy includes all merchants and service providers who accept, capture, store, transmit or process any credit and debit card data in any way. A compliance related incident will result in steep fines, suspension and even revocation of your card processing privileges. That's right... This IS a big deal, even for you.</p>
<h2>Major PCI Merchant Requirements</h2>
<p><strong>Build and Maintain a Secure Network</strong></p>
<ul>
<li>Install and maintain a proper firewall to protect cardholder data.</li>
<li>Do not use vendor supplied default passwords for anything</li>
</ul>
<p><strong>Protect Cardholder Data </strong></p>
<ul>
<li>Do NOT store cardholder data</li>
<li>Encrypt all transmission of cardholder data across open, public networks</li>
</ul>
<p><strong>Maintain a Vulnerability Management Program </strong></p>
<ul>
<li>Use and regularly update anti-virus software on all computers processing or transmitting cardholder data. This also includes your server or hosting account, office PC with processing ability and even POS systems.</li>
<li>Develop and maintain secure systems and applications</li>
</ul>
<p><strong>Implement Strong Access Control Measures</strong></p>
<ul>
<li>Restrict cardholder data to a full NEED TO KNOW level.</li>
<li>Each employee, vendor or other person(s) with access MUST have a unique ID which can be logged.</li>
<li>Restrict physical access to Cardholder data. This is best accomplished by again NEVER storing cardholder data.</li>
</ul>
<p><strong>Regularly Monitor and Test Networks</strong></p>
<ul>
<li>Track and monitor access to your network resources and Cardholder data.</li>
<li>Regularly test your security systems and specific processes</li>
</ul>
<p><strong>Maintain an information security policy</strong></p>
<ul>
<li>You must maintain a company policy that addresses your information security processes, level and protocols.</li>
</ul>
<p>Below are some very simplified, yet common mistakes we have seen companies make in in regard to their security. While, doing these things will certainly bring you closer to compliance, you will need to hire an <a title="PCI Approved Scanning Vendors" href="https://www.pcisecuritystandards.org/pdfs/asv_report.html" target="_blank">approved scanning vendor</a> who will scan your websites and be able to make very specific reports and lend your company compliance support more specific to your individual requirements.</p>
<ol>
<li>Do not use simple usernames such as "admin" when setting up access to any software including your hosting. Never use the usernames or access information which is supplied by the software.</li>
<li>Every single vendor, employee or other personnel with access must use strong alpha numeric passwords, which also contain a symbol whenever you can. Change these every 30 days for everyone with access.</li>
<li>You must have the ability to properly log access for any user who has access to or uses your software or hosting account. This means, your hosting must have proper logging ability and your should additionally be logging access with your ecommerce software as well. These are additionally, not going to help you unless you are looking at them.</li>
<li>Each IP with access accepting or handling cardholder data must be scanned. This includes office PCs and other inventory/invoicing PCs (manned or not). DO NOT EVER use a wireless connection to access your website, hosting and certainly not to process, collect or transmit cardholder data.... It's just too vulnerable.</li>
<li>Follow the security recommendation and updates for your ecommerce software... If your software has none or lacks the ability for you to be updated either from your software or email regarding security patches and updates... Then you need new software.</li>
<li>Keep ALL of your software up to date with the most recent stable version and patches. This includes the software associated with your hosting account such as PHP and even your accounting software if integration exists or cardholder data is stored.</li>
<li>NEVER, EVER STORE CARDHOLDER DATA on your site or unencrypted hosting environment.</li>
<li>Restrict access to your software and hosting to trusted employees and vendors. Frequently review your access accounts for vendors who no longer need access and employees who are no longer with the department or your company.</li>
<li>Protect all of your site's forms properly to prevent SQL injection by submitting additional data.</li>
<li>Limit the number of shipping addresses and failed credit card transactions that customers can make on your site. Additionally, make use of velocity and IP based filters to tag and restrict suspicious transactions.</li>
<li>Perform regular vulnerability scans for all of your systems and sites.</li>
<li>You will need to create a company policy for your security procedures such as password changing, scanning and access maintenance. This needs to actually be a documented policy that can be referred to and utilized by you and your staff.</li>
<li>You are required to properly, shred and dye, or pulp ANY document containing cardholder data... This includes scratchpads for taking orders.</li>
<li>Use your hosting and PC virus scanners regularly and keep them up to date.</li>
</ol>
<p>Remember, these are just the basics, and whatever your PCI compliance level you are likely going to need assistance to properly tackle and execute a program to bring yourself in to compliance. If you already have a network tech for your office, make sure that tech is skilled and educated for this purpose.</p>
<p>These regulations and related costs in time and money are part of doing business, they are not some veritable insurance policy.... Tell you what, if you cannot afford scanning and compliance you certainly cannot afford a fine for loss of electronic data from your company.</p>
<h3>Closing Note:</h3>
<p>I want you to clearly understand 3 very important points... So you page scanners will at least leave this site understanding these core points.</p>
<ol>
<li><strong>If you process credit cards you have already agreed to maintain PCI compliance as part of your merchant and gateway agreements.</strong></li>
<li><strong>This is a cost of doing business if you process credit cards and must be included in all budgeting and financial planning for your site... It's not optional.</strong></li>
<li><strong>If you have a PCI compliant hosting you must still maintain all of the PCI requirements for your own website, including scanning. YOU ARE NOT COVERED UNDER SOME PCI COMPLIANT HOSTING UMBRELLA.</strong></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://pro-webs.net/blog/2009/06/06/simple-pci-guide-for-merchants/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Do You Understand GPL?</title>
		<link>http://pro-webs.net/blog/2009/04/28/do-you-understand-gpl/</link>
		<comments>http://pro-webs.net/blog/2009/04/28/do-you-understand-gpl/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 02:54:24 +0000</pubDate>
		<dc:creator>Melanie</dc:creator>
				<category><![CDATA[Zen Cart]]></category>
		<category><![CDATA[Customizations]]></category>
		<category><![CDATA[Free Software Project]]></category>
		<category><![CDATA[Free Software Solution]]></category>
		<category><![CDATA[Gnu General Public License]]></category>
		<category><![CDATA[Gpl License]]></category>
		<category><![CDATA[Gpl Software]]></category>
		<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Shopping Cart Software]]></category>
		<category><![CDATA[Software Licensing]]></category>
		<category><![CDATA[Software Modules]]></category>
		<category><![CDATA[Support Advice]]></category>
		<category><![CDATA[Thriving Community]]></category>

		<guid isPermaLink="false">http://pro-webs.net/blog/?p=230</guid>
		<description><![CDATA[Not every company can afford a fully custom developed shopping cart software.... Just for them. The next best thing is a strong community based FREE software solution, like Zen Cart.]]></description>
			<content:encoded><![CDATA[<div id="attachment_232" class="wp-caption alignleft" style="width: 260px"><img class="size-full wp-image-232" title="GPL GNU" src="http://pro-webs.net/blog/wp-content/uploads/2009/04/gavel.jpg" alt="gavel Do You Understand GPL?" width="250" height="169" /><p class="wp-caption-text">GPL/GNU</p></div>
<p>Most of you know that we build Zen carts very regularly. Part of the draw and value of Zen Cart is its GPL license. This means a few very important things to us as a company who looks to support our customers in the best way possible. Not every company can afford a fully custom developed shopping cart software.... Just for them. The next best thing is a strong community based FREE software solution, like Zen Cart.</p>
<p>So Zen Cart is highly effective and very flexible. The fact that its licensing is GPL means we can mold it to better fit individual business owner's needs, thus sparing them impossible development costs for the customizations and support they need. Zen Cart accomplishes this and more. One VERY important aspect of any GPL software is its community... This is the lifeline of the support you will need and the secure future of any free software project. No community.... No future.</p>
<p>Zen Cart has a very active and top notch community to rely on for support, advice and even free contributed GPL software modules to make the customizing of your Zen Cart easier.  So for us... We know Zen Cart is standing by their project and that this thriving community of supporters can be relied on.</p>
<p>This also means that the Zen Cart Team has only donations to rely on for development, hosting and other associated costs for the free services they provide.... So when you're done reading, please <a title="Donate to Zen Cart" href="http://www.zen-cart.com/index.php?main_page=infopages&amp;pages_id=14" target="_blank">buy them a cup of coffee</a>.</p>
<p>So, now we have the value of GPL community supported software... What about the rules?</p>
<p>Simply put Zen Cart is released under the <a title="GPL 2.0" href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" target="_blank">GNU GENERAL PUBLIC LICENSE, Version 2</a>. In layman's terms the following bullet list highlights the most important pieces of the license. Here are Zen Carts <a title="Zen Cart Contributions" href="http://tutorials.zen-cart.com/index.php?article=11" target="_blank">remix/contribution rules</a>.</p>
<ol>
<li>Zen Cart is <a title="Definition of Open Source Software" href="http://pro-webs.net/webmaster/open-source-software/" target="_blank">Open Source Software</a>, this simply means that the code source is freely available</li>
<li>GPL is synonymous with GNU, which gives the software licensing ability to be shared</li>
<li>You can change the software without issue to suit your needs</li>
<li>Remixes and code changes MUST be distributed with the same rights with which the software was given to you</li>
<li>You cannot remove Zen Carts copyright statements within the coded documents</li>
<li>ANY remix/module which changes Zen Cart's core code is required by GPL to be released as GPL... You cannot make core changes to Zen Cart and then sell it</li>
<li>No remix or contribution is permitted to be discussed/supported in the support forum unless it has been submitted to Zen Cart in the free contributions section</li>
</ol>
<p>So the straight and narrow of this is.... IF you edit Zen Cart or add to it, the resulting code can only be released as GNU2.0/GPL (the same rights which were granted to you) and you may not sell remixes of Zen Cart.</p>
<blockquote><p>You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License.</p></blockquote>
<p>So you can make Zen Cart do the things you need, share these discoveries and reap the full benefit of very strongly supported software. Cool huh?</p>
<p>Ok, so many times, my partner has been called on the carpet for SELLING Zen Cart modules. These under informed and short sighted folks have not taken the time to read or understand any of this.</p>
<p>Recently, she had quite an email run in with the author of a freely contributed and distributed GPL module written specifically for Zen Cart. This module does in fact make core Zen Cart code changes and was released with proper GNU/GPL licensing upon submission to the <a title="Zen Cart Contributions" href="http://www.zen-cart.com/index.php?main_page=index&amp;cPath=40">free downloads section of Zen Cart</a>.</p>
<p>So logically speaking after what we have learned today.... This module is free for all, Right?</p>
<p>Yes, absolutely. So here's the catch... No snake oil, just customer service. She offers INSTALLATION SERVICES for many freely distributed Zen Cart Modules in the normal course of her business. We also offer these services for those who need help. Not everyone can install a module and these services are necessary for many. This author of the contribution took issue with this.... He has no intention of offering up his services to install this module for free... But she should (apparently). His offense was related to the one time upfront posted fee for installing this module. He even went as far as to suggest that she only be allowed to charge hourly and her customers must email her for a price.  UHUH!</p>
<p>Understand that our partner and ourselves can be found supporting anyone with the desire to learn for FREE in the Zen cart forum. We have both contributed modules for Zen Cart and expect nothing in return. We both believe very strongly in the empowerment of shop owners... and go out of our way to teach, tutor and help not only our customers, but perfect strangers as well.</p>
<p>So, PRO-Webs will continue to offer installations of Zen Cart modules/contributions without fear, nor remorse. You see it's very simple... There is no need for concern, because if the shop owner has the time, skill set and desire.... We are more than happy to freely offer up our services in the <a title="Zen Cart Support" href="http://www.zen-cart.com/forum/index.php" target="_blank">Zen cart Community Support Forum</a>... Along side of hundreds of additional helping hands, who also volunteer their time to help others unselfishly and without fee.</p>
]]></content:encoded>
			<wfw:commentRss>http://pro-webs.net/blog/2009/04/28/do-you-understand-gpl/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

