<?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>eCommerce Articles, Industry News &#038; Trends &#124; eCommerce, Marketing, Design Articles &#187; Learning eCommerce</title>
	<atom:link href="http://www.ecommerceoptimization.com/guides/learning-ecommerce/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ecommerceoptimization.com</link>
	<description>Tips &#038; Tricks to Help eCommerce Merchants Sell More Online</description>
	<lastBuildDate>Wed, 18 Aug 2010 16:48:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>What&#8217;s Better Than A Custom 404 Page? Redirects To Index On 404&#8242;s</title>
		<link>http://www.ecommerceoptimization.com/articles/whats-better-than-a-custom-404-page-redirects-to-index-on-404s/</link>
		<comments>http://www.ecommerceoptimization.com/articles/whats-better-than-a-custom-404-page-redirects-to-index-on-404s/#comments</comments>
		<pubDate>Mon, 06 Aug 2007 07:10:39 +0000</pubDate>
		<dc:creator>eCopt</dc:creator>
				<category><![CDATA[Beginner Guides]]></category>
		<category><![CDATA[Usability & Design]]></category>
		<category><![CDATA[eCommerce Marketing]]></category>

		<guid isPermaLink="false">http://www.ecommerceoptimization.com/articles/whats-better-than-a-custom-404-page-redirects-to-index-on-404s/</guid>
		<description><![CDATA[404 is the code a Web server returns for certain pages the cannot be found when access is attempted. It&#8217;s what Web users see when they land on a page (usually when following a link or manually typing in a Web address) where the link location has changed, moved, or no longer exists. Webmasters have [...]]]></description>
			<content:encoded><![CDATA[<p>404 is the code a Web server returns for certain pages the cannot be found when access is attempted. It&#8217;s what Web users see when they land on a page (usually when following a link or manually typing in a Web address) where the link location has changed, moved, or no longer exists. Webmasters have started using custom pages instead of the default Web server 404&#8242;s in an attempt to retain more visits and better serve the user base. Custom 404&#8242;s have become a trend over the years as more and more eBusinesses attempt to direct customers, who find pages that cannot be found, to a custom page that keeps users on the site giving them another chance to navigate to a different page.</p>
<p><img src='http://www.ecommerceoptimization.com/wp-content/uploads/2007/08/404-page-example.gif' alt='Default 404 Page Example' /></p>
<p>There was a post the other day on <a href="http://www.varien.com/blog/turning-a-brick-wall-into-a-speed-bump-26-examples-of-404-pages/">eCommerce Cache</a> about custom 404 pages that featured 26 different examples of top merchant 404 page designs and features. It features 404 pages from big names like Walmart, GAP, Netflix and more and includes &#8216;essential elements&#8217; of a 404 page alongside the &#8216;things you should avoid&#8217; using on your 404&#8242;s. The post is in depth and interesting, however I recommend using a different method to direct users who manage to land on a 404 page.<br />
<span id="more-400"></span><br />
In the EC article, Shannon discusses several rules of thumb for 404&#8242;s which includes things like a matching theme to the rest of your site, company name/logo, message about the page, links to important site sections, search function, link to contact page or email and more. She also discussed things merchants should avoid using within their 404&#8242;s which include not leaving an explanation, misleading the users, messy or cluttered design and giving users too many options, which may become overwhelming.</p>
<p>I agree with Shannon on all her points and any merchants that currently use 404&#8242;s within their design (that don&#8217;t already follow those tips) should certainly take her advice. Custom 404&#8242;s do work and will help your users to stay on the site longer and gives them another chance to navigate if they happen to land on a 404 page (whether it&#8217;s a linking flaw or user error). In my opinion, it&#8217;s always better to show users a custom page rather than the default browser 404 page. It&#8217;s not that I disagree with Shannon&#8217;s points, it&#8217;s that I think there&#8217;s a better way than remembering all those custom 404 pages rules and spending all that time basically building another landing page.</p>
<p>I prefer using an htaccess redirect back to the index page over building a custom 404 page that explains to users that they are on a 404 page. </p>
<p>As the trend of custom 404&#8242;s has spread around the Web, it surprises me to see that so many Webmasters have forgotten about the good old htaccess file, which can be used to redirect users back to index or any other page on the site. With an htaccess redirect, you don&#8217;t have to worry about elements of the page to include or leave out, you don&#8217;t have to design and perfect another page on your site and it can even be easier to implement than a custom 404 (depending on your platform, hosting and file flexibility).</p>
<h2 class="sidebar">htaccess File Overview:</h2>
<p>First, you will need to know that htaccess files can be used for far more than just errordocument redirecting. You can also use them for url rewriting and redirection, among other things. Before you create a brand new htaccess file be sure that you are not already using one within your file system as two htaccess files within the same directory will not work correctly (they can typically be found in the root directory, but may also be within sub-directories). If you are already using an htaccess you will need to edit the current file rather than creating a brand new file for handling errordocument redirecting.</p>
<p>In order to upload or edit an htaccess file, you will need to use an FTP program and a text editor like notepad. Your host may provide you the ability to upload files other than FTP, but you will still need to be able to edit files and upload them to the root directory.</p>
<h2 class="sidebar">Editing an Existing htacess File:</h2>
<p>To edit an existing htaccess file, simply access the file on your server, open it to view, copy the code that&#8217;s in your current htaccess file and paste it onto a new notepad document. This will ensure that the code you are already using gets included into your new htaccess file. Once you have the code copied, proceed to the section below that discusses creating errordocument redirects for 404&#8242;s.</p>
<h2 class="sidebar">Creating a New htaccess File:</h2>
<p>To create a new htaccess file, simply open a new notepad document and save it as .htaccess (be sure you include the dot before the letter H). Once the dicument is saved to your computer, you are ready to include the code and upload it to your server. Proceed to the following step.</p>
<h2 class="sidebar">How to Create an htaccess Redirect For 404 Errors:</h2>
<p>Once you have the ability to edit your current htaccess file or have created one for the first time, you are ready to begin adding the code that will redirect users who land on a 404 page back to the site index page (typically the home page). There is a special command line for htaccess files that is meant to help Webmasters handle errordocuments and what users see who happen to land on any errordocument pages.</p>
<p>The command line will follow the following format&#8230;</p>
<p><code>ErrorDocument 404 /filename.ext</code> <strong>or</strong> <code>ErrorDocument 404 /directory/filename.ext</code></p>
<p>The command line is added to the htaccess file (ON ONE LINE ONLY) and depending on what directory, filename and file extension is assigned, it will redirect users to the corresponding page on your site rather than showing them the default browser 404 page. You can also use the same method to redirect users to a custom 404 page, or any other page on your site.</p>
<p>An example errordocument redirect to the index page would probably look like one of the following examples, depending on file extensions&#8230;</p>
<p><code>ErrorDocument</strong> 404 /index.html</code><br />
<code>ErrorDocument</strong> 404 /index.htm</code><br />
<code>ErrorDocument</strong> 404 /index.shtml</code><br />
<code>ErrorDocument</strong> 404 /index.php</code></p>
<p>An example errordocument redirect to a custom page would probably look like one of the following examples, depending on directory structure and file extensions&#8230;</p>
<p><code>ErrorDocument</strong> 404 /404.html</code><br />
<code>ErrorDocument</strong> 404 /404.htm</code><br />
<code>ErrorDocument</strong> 404 /404.shtml</code><br />
<code>ErrorDocument</strong> 404 /404.php</code></p>
<p><code>ErrorDocument</strong> 404 /errors/custom.html</code><br />
<code>ErrorDocument</strong> 404 /errors/custom.htm</code><br />
<code>ErrorDocument</strong> 404 /custom.shtml</code><br />
<code>ErrorDocument</strong> 404 /custom.php</code></p>
<h2 class="sidebar">Uploading &#038; Testing Your New htaccess File:</h2>
<p>Once you have created the file or edited the existing code it is time to save the file and upload to your server. It is always a good idea to backup your existing file before you overwrite it or save over the top of it. You can usually rename the old htaccess file to something like .htaccess1 so that it remains on the server and is easy to name back if something is wrong with the new htaccess file.</p>
<p>Once you have renamed the od file, save your new htaccess notepad as .htaccess (don&#8217;t forget the dot before the letter H). Use you FTP program or hosting provider to upload the new htaccess file to the root directory. You should see the new file once it has been uploaded to the server. After you have the file uploaded, open a Web browser and visit your site homepage. In the address bar, after the .com/, add a filename and extension you know doesn&#8217;t exist on your server (example would be .com/non-existent-page.html). See what page comes up once you attempt to visit the non-existent page. If you end up on the same page as you included within the htaccess errordocument command, you have successfully created a 404 redirect back to the homepage. If you end up on a default browser 404 page, check the code you have and be sure everything is correct. Common problems may include having multiple htaccess files (causes a conflict), command code on two lines instead of one or you may have failed to include a trailing slash or correct file extension.</p>
<h2 class="sidebar">Conclusion &#038; Final Thoughts:</h2>
<p>Whether you choose to use a custom page or not for 404&#8242;s is ultimately your choice. I believe that if you have taken the time initially to create a good homepage design that you probably don&#8217;t need to include a custom 404 page and that it would be best to redirect your users back to the index page. It seems like an extra step in the process to me and is certainly a good idea, but just creates extra work and landing page design considerations.</p>
<p>Remember, it is better to have one rather than none at all, so be sure to consider how you handle 404&#8242;s when building your eCommerce site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecommerceoptimization.com/articles/whats-better-than-a-custom-404-page-redirects-to-index-on-404s/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Link Building Is For Buzz, Brand &amp; Users, Not Just Search Engines</title>
		<link>http://www.ecommerceoptimization.com/articles/link-building-is-for-buzz-brand-users-not-just-search-engines/</link>
		<comments>http://www.ecommerceoptimization.com/articles/link-building-is-for-buzz-brand-users-not-just-search-engines/#comments</comments>
		<pubDate>Sun, 05 Aug 2007 07:15:08 +0000</pubDate>
		<dc:creator>eCopt</dc:creator>
				<category><![CDATA[Beginner Guides]]></category>
		<category><![CDATA[Building Links]]></category>
		<category><![CDATA[Learning eCommerce]]></category>

		<guid isPermaLink="false">http://www.ecommerceoptimization.com/articles/link-building-is-for-buzz-brand-users-not-just-search-engines/</guid>
		<description><![CDATA[The typical SEO article on link building might provide simple step by step procedures on how to conduct link building campaigns to increase search engine rankings. However, to focus on search engine rankings exclusively is to mistake &#8220;the finger for the moon,&#8221; to quote the wise words of Bruce Lee in &#8220;Enter The Dragon.&#8221; So, [...]]]></description>
			<content:encoded><![CDATA[<p>The typical SEO article on link building might provide simple step by step procedures on how to conduct link building campaigns to increase search engine rankings. However, to focus on search engine rankings exclusively is to mistake &#8220;the finger for the moon,&#8221; to quote the wise words of Bruce Lee in &#8220;Enter The Dragon.&#8221; So, following this analogy, the moon would be the conversions of customers who visit your website. Each time a customer buys a product, registers or clicks on an ad, the website owners can then &#8220;bask in the heavenly glory&#8221; of achieving what any eCommerce merchant hopes to achieve: converting visitors into revenue! And while having high search engine rankings to relevant queries improves traffic, it&#8217;s only the finger that points to the moon, that is it&#8217;s only a means to an end.<br />
<span id="more-402"></span><br />
This weeks article will provide some strategies for link building that goes beyond trying to improve rankings, but also provides ways to simply get the word out about your website/products. Running an eCommerce store is very much like running a brick-and-mortar business; you have to promote your products/services so that people know about them, understand their value and want to pay for them. For small start-ups, that means that networking is of utmost importance. Most link building campaigns will teach you to attempt to network through the Web by trying to get other to link to your site. The idea is, the more links there are to your site, the better the quality and more authoritative they are, the more natural traffic you&#8217;ll get to your site. In addition, since linking is an important factor in search engine algorithms, the website will also generally see significant traffic increases directed from search engines due to increased rankings in their results pages. This aspect of link building is generally referred to as weblinking.</p>
<p>In addition to weblinking, building links in the &#8220;real&#8221; world is just as important. While weblinking may direct a lot of traffic to your website, usually less than one percent actually convert. Let&#8217;s say for example you own a snowboarding supplies eCommerce site. Do you have friends who love to snowboard? Do you have family members who love to snowboard? Do they know people who love to snowboard? The answer to those questions (assuming people often have friends with similar interests) is probably, &#8220;YES.&#8221;</p>
<p>If you offer competitive prices, you can see how the value of each link has a significantly higher chance for conversion. The easiest way for you to link to those around you is simply give them a business card or two, tell them a little bit about what you offer, and why they should buy from you. (Offering the cheapest final price, i.e., product + tax + shipping, is always the best incentive. Fast service is a close second in my opinion.) Those who are hapy with your level of service are likely to come back and also refer friends. In addition, go to snowboarding competitions, conventions or just hit the slopes with cool gear from your store. If you see someone else using a product you carry, give them a compliment and ask them where they got it and for how much. If you can do better, say so and give them a business card. It would be a bonus if the card also acts as a promotional coupon with a code that gives the holder extra store perks. If someone asks you about your gear, tell them about your business and how you can offer them the best deal on the Web. It may also be helpful to offer bonuses to people you meet who refer others. But all of this depends on how competitive your prices are, and how good of a service you provide.</p>
<p>Good SEO and other forms of marketing will not be the deciding factor in a bright future for your eCommerce store; only good business practices can and will lead to success. This is just a snapshot of the infinite possibilities out there when it comes to promoting your website. The key is to be creative and understand who your customers are and how they think. More on this topic next week.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecommerceoptimization.com/articles/link-building-is-for-buzz-brand-users-not-just-search-engines/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Keeping Keywords Updated Using Google Analytics</title>
		<link>http://www.ecommerceoptimization.com/articles/keeping-keywords-updated-using-google-analytics/</link>
		<comments>http://www.ecommerceoptimization.com/articles/keeping-keywords-updated-using-google-analytics/#comments</comments>
		<pubDate>Thu, 26 Jul 2007 19:13:55 +0000</pubDate>
		<dc:creator>eCopt</dc:creator>
				<category><![CDATA[Analytics & Tracking]]></category>
		<category><![CDATA[Beginner Guides]]></category>
		<category><![CDATA[Learning eCommerce]]></category>

		<guid isPermaLink="false">http://www.ecommerceoptimization.com/articles/keeping-keywords-updated-using-google-analytics/</guid>
		<description><![CDATA[Last week&#8217;s article, aptly titled &#8220;Beginner eCommerce Keyword Research Using Google Keywords Tool,&#8221; discussed how to conduct keyword research efficiently using Google AdWords Keyword Tools. However, once the initial list of likely candidates are found and implemented into an eCommerce website, they need to be continuously monitored and changed as needed. A good tracking tool [...]]]></description>
			<content:encoded><![CDATA[<p>Last week&#8217;s article, aptly titled &#8220;<a href="http://www.ecommerceoptimization.com/articles/beginner-ecommerce-keyword-research-using-google-keywords-tool/">Beginner eCommerce Keyword Research Using Google Keywords Tool</a>,&#8221; discussed how to conduct keyword research efficiently using Google AdWords Keyword Tools. However, once the initial list of likely candidates are found and implemented into an eCommerce website, they need to be continuously monitored and changed as needed. A good tracking tool for doing this is <a href="http://www.google.com/analytics/">Google Analytics</a>.<br />
<span id="more-384"></span><br />
To get Google Analytics installed on a website is easy. Just register for an account and follow the Online instructions as you go through each step. Once the site has tracking installed live for a period of time, Analytics will track all the relevant traffic information that will be useful for finding out which keywords are properly targeting the site, and which are causing traffic to bounce. The goal is to attract only those users who are looking for the relevant services, products or information the site offers.</p>
<p>There are several key indicators in Analytics that should be paid careful attention to:</p>
<ul>
<li><strong>Total Unique Visitors</strong>: the amount of individuals who have viewed the site &#8211; not the number of page visits, which counts multiple visits by the same user (the more unique visitors the better).</li>
<li><strong>Average Page Views</strong>: the number of page an average user views (the more page views the better).</li>
<li><strong>Average Visit Time</strong>: the time users spend visiting the site on average (the more time spent the better).</li>
<li><strong>Bounce Rate</strong>: the percentage of users who visit the site and immediately leave (the lower bounce rate the better).</li>
<li><strong>Keyword Tracking</strong>: the list of keywords by which users are finding the site. It provides data on which keywords produce how many visits with the average visit time, page views and bounce rates (the more keywords the better).</li>
</ul>
<p>Keywords that produce long average visits, multiple page views and low bounce rates will be the ones that are the most targeted and effective to use on the site. Make an attempt to focus on those keywords rather than the ones producing short visits, few pages and a high bounce rate. At the same time, the keywords that produce a high bounce rate should be eliminated and used sparingly throughout the site as needed. Replace them with other likely keyword candidates and continue to monitor those results in the following weeks and months. Once you get the idea, repeat the same process. The ultimate goal from all this effort is to increase the absolute amount of conversions, i.e., people who sign up or buy a product.</p>
<p>An often neglected aspect of SEO is that websites need to be optimized for human users rather than just search engines. The proper utilization of keywords will help provide users with useful information about the site before they visit and helps search engines to properly index and list a website under the desired keywords. This includes information in the page title and meta description which users see in the SERP&#8217;s.</p>
<p>Next week&#8217;s article will start off a new subject for me: links. It will discuss ways to create and improve natural traffic, and how that will also help to improve rankings in search engines as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecommerceoptimization.com/articles/keeping-keywords-updated-using-google-analytics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Beginner eCommerce Keyword Research Using Google Keywords Tool</title>
		<link>http://www.ecommerceoptimization.com/articles/beginner-ecommerce-keyword-research-using-google-keywords-tool/</link>
		<comments>http://www.ecommerceoptimization.com/articles/beginner-ecommerce-keyword-research-using-google-keywords-tool/#comments</comments>
		<pubDate>Fri, 20 Jul 2007 17:23:49 +0000</pubDate>
		<dc:creator>eCopt</dc:creator>
				<category><![CDATA[Beginner Guides]]></category>
		<category><![CDATA[Learning eCommerce]]></category>

		<guid isPermaLink="false">http://www.ecommerceoptimization.com/articles/beginner-ecommerce-keyword-research-using-google-keywords-tool/</guid>
		<description><![CDATA[Introduction to Keyword Research The strategic placement of the correct keywords into a website is arguably one of the most influential tasks an SEO can do to influence search engine rankings. The last article, titled Basic Page Title, Meta Description &#038; Meta Keywords Structuring Rules, briefly discusses the strategic placement of keywords, however, knowing how [...]]]></description>
			<content:encoded><![CDATA[<h2 class="sidebar">Introduction to Keyword Research</h2>
<p>The strategic placement of the correct keywords into a website is arguably one of the most influential tasks an SEO can do to influence search engine rankings. The last article, titled <a href="http://www.ecommerceoptimization.com/articles/basic-page-title-meta-description-meta-keywords-structuring-rules/">Basic Page Title, Meta Description &#038; Meta Keywords Structuring Rules</a>, briefly discusses the strategic placement of keywords, however, knowing how and where to place keywords is only half the battle. This weeks article will provide a few tips and tricks on how to find the right keywords through research and tools like the <a href="https://adwords.google.com/select/KeywordToolExternal">Google Keywords Tool</a>.<br />
<span id="more-353"></span></p>
<h2 class="sidebar">Using Google Keywords Tool:</h2>
<p>There are a lot of useful keyword research tools available on the Internet that are free to use, but as of recently, good research can be done through Google AdWords&#8217; Keyword Tool alone.</p>
<p>The tool has two tabs: &#8220;Keyword Variations&#8221; and &#8220;Site Related Keywords.&#8221; The former allows the user to find synonyms to keywords and phrases, while the later searches for keywords likely to be related to a Web page or number of pages.</p>
<p>Below is a simple step by step guide on how to find good keywords to target&#8230;</p>
<ul>
<li>Perform a query in Google on a phrase or two that most closely relates to the website&#8217;s offerings, and then find the top five ranking sites. There will be some sites in the results that rank for the query but are not direct competitors of it. Those sites should not be included. Also, there will be sites that rank and are related but will also not qualify as competitors because they provide a localized service in a geographically distant location.</li>
<li>The top five ranking sites found can be viewed as top competitors. Enter their URL&#8217;s into the keywords tool under site-related keywords. This should provide a list of keywords targeted by top ranking competitors. Some of these phrases or words will be broad while others are specific, but both are useful. Also, make sure the &#8220;Include other pages on my site linked from this URL&#8221; option is selected.</li>
<li>Collect the keywords and phrases that are the most relevant which can be categorized into five main categories: those that describe the industry in general, those that describe the particular service(s) provided, those that describe the brands of products sold, those that describe a particular category of products offered and those that describe the specific products themselves.</li>
<li>This process will often yield many results of relevant and suitable keywords for the website, however not all keywords are suitable for every page. For example, keywords relating to the industry in general, services offered, brand names and geographical location of the site (if services are geographically specific) will be best suited for placement on the homepage, whereas category and product specific keywords are useful for category and product pages.</li>
<li>If more keywords relating to a particular subject is needed, then perform a keyword variations search for more useful keywords. In addition, if there are products and services offered by the website but not the competitors&#8217; websites or if there are any aspects of the business that would make it stand out and unique, those related keywords should also be targeted.</li>
</ul>
<p>There are many different ways to perform keyword research and different tools that can be factored in when deciding what phrases would be more suitable, but it will not be a very good use of time. The process described above will produce good enough results, for most campaigns, in a short amount of time. It&#8217;s better to find likely candidates quickly, test them and make changes later since nothing can be known to work for sure until it&#8217;s been tried.</p>
<p>After the site is built with the keywords in place, owners should monitor certain factors such as bounce rate, conversion rate, page views per visit, number of unique visitors, what keywords are getting the most clicks etc. as reported by Google Analytics. I will be discussing more about Google Analytics in next week&#8217;s article.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecommerceoptimization.com/articles/beginner-ecommerce-keyword-research-using-google-keywords-tool/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>25 Beginner eCommerce Design/SEO Tips &amp; Tricks</title>
		<link>http://www.ecommerceoptimization.com/articles/25-beginner-ecommerce-designseo-tips-tricks/</link>
		<comments>http://www.ecommerceoptimization.com/articles/25-beginner-ecommerce-designseo-tips-tricks/#comments</comments>
		<pubDate>Wed, 18 Jul 2007 05:26:23 +0000</pubDate>
		<dc:creator>eCopt</dc:creator>
				<category><![CDATA[Beginner Guides]]></category>
		<category><![CDATA[Learning eCommerce]]></category>

		<guid isPermaLink="false">http://www.ecommerceoptimization.com/articles/25-beginner-ecommerce-designseo-tips-tricks/</guid>
		<description><![CDATA[There have recently been two new author additions to eCommerce Optimization (Jack &#038; Slingshot). They each have been on a beginner eCommerce roll lately, posting about some of the basics, so I figured I would add in my beginner tips and tricks for both eCommerce design and SEO. The following two lists are not meant [...]]]></description>
			<content:encoded><![CDATA[<p>There have recently been two new author additions to eCommerce Optimization (Jack &#038; Slingshot). They each have been on a beginner eCommerce roll lately, posting about some of the basics, so I figured I would add in my beginner tips and tricks for both eCommerce design and SEO.<br />
<span id="more-347"></span><br />
The following two lists are not meant to be an exhaustive tutorial or guide into the world of search engine friendliness, they are primarily here for you to refer back to as you take on the task of building and optimizing your own eCommerce enabled site. Read through the lists, take mental notes and bookmark it for later review. I guarantee you will wish you had saved it when you find yourself working on your site thinking, &#8220;What was the next thing I am supposed to do?&#8221;</p>
<p>Without further ado &#8230; here&#8217;s my top 25 beginner eCommerce tips and tricks in two parts.</p>
<h2 class="sidebar">eCommerce Design Tips &#038; Tricks</h2>
<p><strong>Domain &#038; Brand Name:</strong><br />
<em>Choose a domain name that describes what you sell, uses main keywords and is short and easy to brand</em>. Many domains are chosen based on web site keywords and key phrases rather than for company branding purposes. It is a good idea to build your web site for the people that will be using it and this includes choosing your domain name. Some domains may already be registered or purchased for resale so do your homework before deciding on the perfect domain and brand idea.</p>
<p><strong>Preparing Content:</strong><br />
<em>Prepare content for homepage, sub-pages, categories, sub-categories and products using main keywords</em>. Keyword rich content is important for search       engine spiders to find once they come to crawl your site. With search-friendly content added to individual pages you will have a better chance of improving search engine ranking and increasing web site traffic. It is a good idea to plan and prepare for about 100 pages of keyword rich content. Remember, proper preparation prevents poor performance!</p>
<p><strong>Design Theme &#038; Coding:</strong><br />
<em>Build your site layout and theme using cascading style sheets (CSS), valid code and easy to use interface</em>. Using CSS will &#8220;clean-up&#8221; your source code giving search engines greater accessibility to your page content. This technique can also allow you to place your most important content closer to the top of your HTML documents and will make it easier for you to update the look and feel over time from a single file. Each page should be W3C validated and function well in all major browsers (IE, Firefox, Safari etc.). It is a good idea to keep the site clutter free with a professional appearance to the best of your ability. The faster the better, every second your users have to wait for a page to load could be loosing you traffic and sales.</p>
<p><strong>Naming Page Files:</strong><br />
<em>Name page files, categories, sub-categories and product pages using descriptive, accurate, keyword rich text</em>. It is a good idea to use the most important keyword or phrase for the page you are naming. It is not a good idea to use long &#8220;keyword stuffed&#8221; page names. Nor more than one or two hyphens or underscores per file is ideal (-,_).</p>
<p><strong>Navigation &#038; Search:</strong><br />
<em>Create simple and clean navigational elements and a site search that are easy to see and reside above the fold</em>. It is important to &#8220;cross link&#8221; your topical content across your entire site so that search engines can pass along value to your other content rich pages and so users can easily find the content they are looking for. Google will pass PageRank (PR) along to other pages on a site if you link one page with PR to another page with related content. Other good navigation tips include linking all of your pages to your homepage, creating a site map, using a site search function and help pages (FAQ, forums, blog etc).</p>
<p><strong>SEF URLs:</strong><br />
<em>Use search engine friendly URLs so both users and crawlers can find the pages they want with ease</em>. Many eCommerce platforms create product pages from a database that are not easily found or indexed by search engines and crawlers. Instead, it is best to use a platform that creates search engine optimized URLs (mod_rewrite) or pages (static urls) designed to be easier read by search engines and helps users see which page they are on more easily.</p>
<p><strong>Page Headings:</strong><br />
<em>Use keyword rich page headings, bold text and descriptive headlines at the top or near the top of all your pages</em>. Headings should accurately describe and summarize the content beneath each tag in order for this technique to aid in your search engine ranking. In addition to using H-tags for search engine benefits they will also assist site users who read or scan your pages for information instead of reading each line.</p>
<p><strong>Page Size:</strong><br />
<em>Keep page sizes small so the majority of your content for each page can be seen in full above the fold</em>. It is best to keep page size limited to 15-20k if possible. Smaller page size works well for search engines, and even better for users. It is estimated that half of your web site users will be at 56k or less. That number increases drastically if your target markets are outside of the US.</p>
<p><strong>File Size:</strong><br />
<em>Keep file sizes small so the pages will load in a reasonable amount of time no matter what ISP your visitor has</em>. Some of the most common methods or techniques to create smaller file sizes ,without sacrificing the overall design, include reducing the amount of files on your web server, using fewer colors in GIF and JPG images, compressing of HTML coding and scripts, cut out any java applets, music, or other multimedia that is not absolutely needed on your site&#8217;s pages.</p>
<p><strong>IMG ALT &#038; Anchor Text:</strong><br />
<em>Include keywords within text links, anchor text, alt tags, image titles, flash comments and product images</em>. Search engines will assume the link anchor text will be descriptive of the page the link actually points to. In addition to helping the search engines sort out content and crawl easily from page to page, adding keywords to your link text will benefit users who will not have to guess where a text link like &#8220;click here&#8221; will take them. Adding ALT text to images will help search engines read them as well as users who are disabled or using text-based browsers.</p>
<p><strong>Robots.txt File:</strong><br />
<em>Use a robots.txt file to instruct crawlers, limit access to certain sections or to utilize site maps autodiscovery</em>. Search engines will look in your root domain for the robots.txt file (http://www.domainname.com/robots.txt) to see which files it may crawl and index or to find special instructions. The technical term for the system is The Robots Exclusion Standard. The file should be created using Unix line ender mode. Most good text editors will have a Unix mode or your FTP client should do the conversion for you.</p>
<p><strong>Multimedia Files:</strong><br />
<em>Keep JavaScript, Flash and other multimedia file use limited and use as many text-based alternatives as possible</em>. Although multimedia presentations and extravagant images or backgrounds make your site more appealing to the eye, it will not look very appealing to search engines. That is why it is a good idea to find a simple balance between your text components and your multimedia. Try to provide text-based alternatives for much of your content that cannot be read by search engines. Use text descriptions in image alt tags and titles for image recognition (do not stuff keywords in alt tags). It is a good idea to stay away from a flash homepage unless you plan on offering an HTML version as well. </p>
<p><strong>Framed Pages:</strong><br />
<em>Avoid using frames within site design as they are not easily accessible for crawlers or easily linkable for users</em>. Generally even if a search engine indexes and regularly crawls a framed page they will not be able to navigate from frame to frame as easily as with a web site built with no frames. In addition to not working well with search engines, frames will have a poor effect on your users as there could be issues with using the back function, print function or similar browser functions.</p>
<p><strong>Round Out:</strong><br />
<em>Consider adding additional features like a blog or RSS that users will find useful and to add that special touch</em>. By continually staying up-to-date and current in your industry you can better implement strategies that are successful. Try to do as much research as you can regarding your products, services, offerings and competitors. Use newsletters to attract a larger customer base and retain customers you already have. Continually add content pages to your site (use a blog or write articles). When you look at other sites similar to yours see if they are offering anything you aren&#8217;t, and try to tie it in if you can. Remember, the best way to get the rankings you desire is to create unique quality content people will want to link to and share with others.</p>
<h2 class="sidebar">eCommerce SEO Tips &#038; Tricks</h2>
<p><strong>Strategic Analysis:</strong><br />
<em>Analyze your current site design and marketing strategy to see where you need to concentrate your efforts</em>. It is better to take your time during this phase gathering any information, data, or ideas that may assist in the future web site ranking efforts. Without an initial analysis it may be more difficult to establish the results that your efforts are yielding presently and in the future.</p>
<p><strong>Market Analysis:</strong><br />
<em>Analyze your competitions site and design to see what other ideas you may want to implement within your site</em>. It is important to know how competitive your niche is and the different keywords your main competitors are showing up under on the search engines. Knowing this will help you to determine where you do and do not want to be found, and may help with choosing additional keywords or phrases to market on the search engines.</p>
<p><strong>Keyword Research:</strong><br />
<em>Research different keywords and phrase combinations to include within your site copy and design elements</em>. Many millions of keyword queries are done each day on the search engines. Typically, keyword data is gathered using industry keyword tools (Wordtracker, Overture Suggestions, Google Keywords etc.), site query statistics, and actual search engine queries that people are already finding the site under.</p>
<p><strong>Page Titles:</strong><br />
<em>Create unique page titles for homepage, sub-pages, categories, sub-categories and product pages</em>. Web site Titles should be created for each content rich page using primary keywords and phrases in the correct order, density and character limits. Titles are simply elements in the HEAD section of an HTML document that tell search engines and users what you offer on your site. Your most important keywords should be used in this element in order to gain proper placement under your desired terms.</p>
<p><strong>Meta Descriptions:</strong><br />
<em>Create unique meta descriptions (optional keyword tag) for the entire site, including categories and products</em>. Meta description and keyword tags are simply elements in the HEAD section of an HTML document that help search engines classify your page content and desired keywords and phrases and serves as a descriptive paragraph so users can see what you offer before visiting the site. It is best to use the meta keywords tag sparingly as it is not taken into consideration by all search engines. Creating a unique descriptions for each page will help increase click throughs and conversions of your natural listings as well as provide search engines with an overall theme for each page.</p>
<p><strong>HTML Site Map:</strong><br />
<em>Build an HTML site map for users to navigate and for any users who may be disabled or using text-based browsers</em>. Site maps are web pages that contain all of your most important and content rich pages. A site map will also assist the search engines in finding all of your web site content so that they may scan it to include within their search results. Bigger eCommerce sites can really benefit from a site map as there are usually many pages to be indexed.</p>
<p><strong>XML Site Map:</strong><br />
<em>Build an XML site map for search engines to find updates to your content and products at regular intervals</em>. XML site maps can be sent electronically to most major search engines. Dynamic site maps are optimal, but site maps you update manually can also be useful. XML site maps are special files that contain links to the most important sections and pages of your site. eCommerce stores that update catalogs often should definitely consider using an XML site map to help search engines find new products and update old ones.</p>
<p><strong>Linking Campaign:</strong><br />
<em>Consider ideas to build links to your site through offering promotions, coupons, press or media releases and more</em>. As link building is becoming more popular with merchants, it is important to include a link building strategy into your store marketing plan. Finding quality links that are already popular in search engines is key to getting listed higher, however links from newer sites will eventually be popular and can also be beneficial.</p>
<p><strong>Sponsored Listings:</strong><br />
<em>Consider using Google AdWords or other sponsored search marketing services including comparison shopping engines</em>. Whether you have purchased pay per click ads or not in the past, it&#8217;s definitely something you should consider as part of your strategic marketing campaign. Ad campaigns are becoming easier to control, are getting better results and are quickly becoming one of the most popular ways to market Online. Google is the most popular out of all the companies out there. Start there, learn how to use AdWords and move on to any others if you feel they will continue generating a return.</p>
<p><strong>Build Brand:</strong><br />
<em>Brainstorm more unique advertising and marketing ideas to help with branding, word of mouth and more links</em>. Building up your brand name will be an important step toward building your business and increasing sales. The more recognizable your brand, the more comfortable users will be buying from you. Growing your business means all kinds of new opportunities. It is a lot easier to gain a place in an niche if people recognize your name and know who you are.</p>
<p><strong>Continue Education:</strong><br />
<em>Continue learning about newer marketing trends or strategies and keep up with all the latest industry news</em>. Learning something new is fun and exciting, especially if it can make you more money. Just like anything else that is taught or learned it is necessary to continue to move forward in your education. Read articles, visit discussion forums or blogs and talk to anyone you can that is considered an Online selling guru. Do not be afraid to ask questions, remember knowledge is power!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecommerceoptimization.com/articles/25-beginner-ecommerce-designseo-tips-tricks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Basic Page Title, Meta Description &amp; Meta Keywords Structuring Rules</title>
		<link>http://www.ecommerceoptimization.com/articles/basic-page-title-meta-description-meta-keywords-structuring-rules/</link>
		<comments>http://www.ecommerceoptimization.com/articles/basic-page-title-meta-description-meta-keywords-structuring-rules/#comments</comments>
		<pubDate>Fri, 13 Jul 2007 20:12:18 +0000</pubDate>
		<dc:creator>eCopt</dc:creator>
				<category><![CDATA[Beginner Guides]]></category>
		<category><![CDATA[Learning eCommerce]]></category>

		<guid isPermaLink="false">http://www.ecommerceoptimization.com/articles/basic-page-title-meta-description-meta-keywords-structuring-rules/</guid>
		<description><![CDATA[Jack is back with more beginner eCommerce Optimization information. This week he discusses some basic page title, meta description and meta keywords structuring rules. The head section of an HTML document includes, among others, the title tag, meta description and meta keywords. Proper usage of keywords here is extremely important for a websites rankings in [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Jack is back with more beginner eCommerce Optimization information. This week he discusses some basic page title, meta description and meta keywords structuring rules.</strong></p>
<p>The head section of an HTML document includes, among others, the title tag, meta description and meta keywords. Proper usage of keywords here is extremely important for a websites rankings in search engines. This section will provide some general basic guidelines/good practices to follow when constructing the head section of your eCommerce website.<br />
<span id="more-336"></span><br />
<strong>Page Title Tag:</strong><br />
The title tag is the title of a website that is displayed at the top of the browser, and is also the hyperlink that shows up in the search engines results page (SERP) above the website&#8217;s description and adress. Title tags are extremely important, not only for search engine ranking, but it also informs human users about the content they can expect to see the on a website once clicked. Here are some general rules of thumb for constructing them:</p>
<ul>
<li>The title of each page should be unique. This is because the content of each page is different, so it would be useful and more informative for both users and search engines if the title to a page is specifically tailored to its content.</li>
<li>The title of each page should accurately describe that page&#8217;s content. Part of the reason why they should also be unique.</li>
<li>The title should contain roughly nine words or 60-70 characters. If optimizing for Google, they are always on the low end of the spectrum so 60 characters for the title should be the maximum.</li>
<li>The first letter of each word in the title should be capitalized. Just like in the title of a book or magazine.</li>
<li>The title of the homepage should include your primary keywords. Furthermore they should be descriptive of the entire website rather than just the contents of the homepage itself.</li>
<li>The titles of each subpage, category page or subcategory should only describe that particular page.</li>
<li>Do not use stopwords in the title. Stopwords are words like &#8220;and,&#8221; &#8220;or,&#8221; &#8220;for,&#8221; &#8220;at&#8221; and &#8220;by&#8221; that Google ignores for queries. So the query &#8220;the cat in the hat&#8221; is no different to Google search algorithms than the query &#8220;cat hat.&#8221; See <a href="http://www.google.com/help/basics.html#stopwords" title="List of Google Stopwords">List of Google Stopwords</a> for a complete list of stopwords used (or rather not used) by Google. Instead, replace stop words with symbols or separators, for example, use &#8220;&#038;&#8221; for &#8220;and.&#8221;</li>
<li>The ordering of keywords in the title should be from most to least important. The most important keywords are those that are most searched or most relevant to the site.</li>
<li>The keywords in the titles should be separated by commas. More specifically, they should be separated by &#8220;, &#8221; with a space after the comma.</li>
<li>The title should include the company&#8217;s name. This is of course assuming that the company name is &#8220;brandable&#8221; or if branding the name is the intent.</li>
<li>Consider adding a short call to action at the end of the title, when suitable. &#8220;Free shipping!&#8221; &#8220;Sign up for free!&#8221;</li>
</ul>
<p><strong>Meta Description Tag:</strong><br />
A meta description is the short website summary that shows up below the hyperlinked titles in the SERP These summaries simply describes the website as whole, a particular page or section. Like the title tag, meta descriptions do not show up in the content of the site itself. The purpose of the meta description is to inform users who the company is, what the company does followed by a call to action like &#8220;free shipping&#8221; or &#8220;sign up for free&#8221; if one is not already being used in that page&#8217;s title. A good guideline to follow when creating meta descriptions are:</p>
<ul>
<li>Meta descriptions should be 25 words or 150-200 characters in length. Like with titles, Google displays the lower end of the spectrum, so when optimizing for them stick to roughly 150 characters.</li>
<li>Stopwords are allowed in descriptions.</li>
<li>Descriptions are written in sentence format. Capitalize the first letter of the sentence and all proper nouns.</li>
<li>Start the description with the company name followed by a verb (offers, provides, sells) and then list the most important and relevant keywords in order of importance, with a limit of four to five keyword phrases.</li>
<li>Keywords should be separated by commas. The same rule applies as with titles.</li>
<li>Try to mix up keywords. Use different words that make up many combinations of different phrases. </li>
<li>End with a call to action. Call to action gives the user a reason for clicking.</li>
</ul>
<p><strong>Meta Keyword Tag:</strong><br />
Meta keywords are a list of keywords that pertain to a certain page. The extent to which meta keywords influence rankings in Google is a controversial issue. However, its inclusion with proper construction can still be beneficial. Here are some general guidelines:</p>
<ul>
<li>List keyword phrases in order of relevance and importance.</li>
<li>Separate each keyword phrase with a comma and space (just like keyword lists in the title and description).</li>
<li>Do not include stop words.</li>
<li>Stick to a limit of 45 words in total.</li>
<li>Start the first phrase with a capital letter and make all others lowercased, even proper nouns, and end with a period.</li>
<li>OK to end the list with the company or domain name.</li>
<li>Consider adding keyword mispellings or different common word spellings. For instance, &#8220;optimization, optimisation.&#8221;</li>
</ul>
<p><img src='http://www.ecommerceoptimization.com/wp-content/uploads/2007/07/note-from-ecopt.gif' alt='Note From eCopt' /> <strong>Note:</strong> <code>We will be posting more basic information about keywords and other places they should be included with your site elements. Keep in mind, these are basic rules and should be followed or considered most of the time. They will not always hold true for every merchant or every unique situation. These are rules that we have found to work well for eCommerce sites we have optimized in the past. There are many more factors involved with ranking on search engines than just adding these tags to your head sections. I hope some of our beginner readers find this information useful when learning how to properly setup their eCommerce site header tags.</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecommerceoptimization.com/articles/basic-page-title-meta-description-meta-keywords-structuring-rules/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Beginners Outlook On eCommerce Marketing &amp; Optimization</title>
		<link>http://www.ecommerceoptimization.com/articles/beginners-outlook-on-ecommerce-marketing-optimization/</link>
		<comments>http://www.ecommerceoptimization.com/articles/beginners-outlook-on-ecommerce-marketing-optimization/#comments</comments>
		<pubDate>Fri, 06 Jul 2007 18:36:39 +0000</pubDate>
		<dc:creator>eCopt</dc:creator>
				<category><![CDATA[Beginner Guides]]></category>
		<category><![CDATA[Learning eCommerce]]></category>

		<guid isPermaLink="false">http://www.ecommerceoptimization.com/articles/beginners-outlook-on-ecommerce-optimization/</guid>
		<description><![CDATA[It is the goal of any Internet search engine to provide the most relevant, informative and useful search results for users based on just a few (often times only one) words from a query. If that&#8217;s not challenging enough, they have to constantly fight with &#8220;black hat&#8221; SEOs that try to manipulate the rankings of [...]]]></description>
			<content:encoded><![CDATA[<p>It is the goal of any Internet search engine to provide the most relevant, informative and useful search results for users based on just a few (often times only one) words from a query. If that&#8217;s not challenging enough, they have to constantly fight with &#8220;black hat&#8221; SEOs that try to manipulate the rankings of their own or other companies by exploiting functional algorithmic loopholes in order to turn a profit. As a result of the above two factors along with mutual competition with other search providers, the algorithms for major search engines today such as Google, Yahoo! and MSN have become complex to the point where they are becoming organic, making e-commerce optimization a greater challenge.<span id="more-307"></span></p>
<p>Take Google, the world&#8217;s leading Internet search engine, as an example. It is estimated that their search algorithm ranks websites based on more than 280 factors. Among the most important, according to seomoz.com&#8217;s top ten positive factors, are keyword use in title tags, anchor text of inbound links, global link popularity, age of the site, link popularity within the site&#8217;s link structure, etc. In addition, there are also factors that negatively influences a website&#8217;s ranking, and if a site is caught for unethical SEO practices, such as using link farms, buying links and link spamming, it automatically becomes flagged for review and may drop off from the ranking charts. In fact, Google has already made necessary algorithm updates where these sorts of black hat SEO tactics are no longer effective.</p>
<p>As search engine companies continue to refine their algorithms, it has become more and more difficult for SEOs (white hat or black hat) to improve or manipulate a website&#8217;s rankings because so many factors are involved. And as time moves forward, it will become increasingly the case that the only thing that will guarantee high rankings is having a useful and informative website that is worthy of those rankings.</p>
<p>However, this isn&#8217;t to say that the time will come where e-commerce optimization will become obsolete or that this day is just over the horizon. Unlike humans beings who can make quick subjective assessments about the quality and relevance of a given website, search engine robots need to follow a specific set of directions and standards for harvesting websites and the search engine algorithms also have their standards and directions as to what constitutes &#8220;useful&#8221; and &#8220;informative&#8221; for a given query. So it remains entirely possible to create a good and relevant website according to human standards while at the same time being non-search engine friendly. The web has more or less established standards, and as long as those standards differ from commonsense, e-commerce marketing will always be useful.</p>
<p><img src="http://www.ecommerceoptimization.com/wp-content/uploads/2007/07/note-from-ecopt.gif" alt="Note From eCopt" /><code><strong> </strong></code><code><strong>Note:</strong> We are pleased to announce a new author to eCommerce Optimization, Jack. He will be posting every Friday about beginner eCommerce and eBusiness strategies, methods and insights as he learns how to properly design, optimize, market and improve eCommerce enabled sites.</code></p>
<p><code>Jack is just beginning in the world of eCommerce and offered to share the knowledge he grasps, as he learns it, with our readers. His weekly articles should help new merchants and marketers better understand the steps it takes to become a successful eCommerce SEO and Online marketing guru. </code><code>Check out the new <a href="http://www.ecommerceoptimization.com/jacks-profile/" title="Jack's Author Profile">author profile</a> for more information about Jack.</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecommerceoptimization.com/articles/beginners-outlook-on-ecommerce-marketing-optimization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eCommerce Videos For Learning &amp; Entertainment</title>
		<link>http://www.ecommerceoptimization.com/articles/ecommerce-videos-for-learning-entertainment/</link>
		<comments>http://www.ecommerceoptimization.com/articles/ecommerce-videos-for-learning-entertainment/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 18:09:41 +0000</pubDate>
		<dc:creator>eCopt</dc:creator>
				<category><![CDATA[Learning eCommerce]]></category>
		<category><![CDATA[Video Tutorials]]></category>

		<guid isPermaLink="false">http://www.ecommerceoptimization.com/articles/ecommerce-videos-for-learning-entertainment/</guid>
		<description><![CDATA[The birth of social media communities such as YouTube and other streaming video or media uploading sites has brought on a whole new way for Merchants and marketing professional to share tips, tricks and secrets with other users in an entertaining and informative way. Recently, I have been watching some eCommerce videos on a couple [...]]]></description>
			<content:encoded><![CDATA[<p>The birth of social media communities such as <a href="http://www.youtube.com/" title="YouTube">YouTube</a> and other streaming video or media uploading sites has brought on a whole new way for Merchants and marketing professional to share tips, tricks and secrets with other users in an entertaining and informative way. Recently, I have been watching some eCommerce videos on a couple of different sites and I liked what I saw so much that I decided to write up a little blurb about each of them. This article is a little different than most on eCommerce Optimization in that it covers videos that actually teach you something and videos that are more for fun and entertainment than anything. I will comment on the learning videos first, then move along to the fun ones. Hope you like.</p>
<p><span id="more-199"></span> The first series of videos I watched is from a <a href="http://www.gsinc.co.uk/" title="GSINC UK Marketing Firm">UK based marketing firm called GSINC</a>. They have a new eCommerce video series appropriately named &#8220;eCommerce Rocks&#8221; that features 6 video tutorials on the most common mistakes made by eCommerce store owners and merchants.</p>
<p><img src="http://www.ecommerceoptimization.com/wp-content/uploads/2007/06/ecommerce-rocks-header.gif" alt="eCommerce Rocks" /></p>
<p>I recommend watching all 6 Videos in order or use the link to watch the entire series in one video.</p>
<ul>
<li><a href="http://http://www.gsinc.co.uk/tips/ecommerce-mistake1.html" title="eCommerce Mistake - Poor Design">Mistake 1 &#8211; Poor Design</a> (1 of 6): Poor first impressions due to weak design</li>
<li><a href="http://www.gsinc.co.uk/tips/ecommerce-mistake2.html" title="eCommerce Mistake - Small Websites">Mistake 2 &#8211; Small Websites</a> (2 of 6): Not having a unique page for each product you sell</li>
<li><a href="http:/http://www.gsinc.co.uk/tips/ecommerce-mistake3.html/" title="eCommerce Mistake - Not Talking">Mistake 3 &#8211; Not Talking</a> (3 of 6): Assuming you don&#8217;t have to talk or sell to users</li>
<li><a href="http://www.gsinc.co.uk/tips/ecommerce-mistake4.html" title="eCommerce Mistake - Hiding Who You Are">Mistake 4 &#8211; Hiding Who You Are</a> (4 of 6): Hiding physical company address and telephone number</li>
<li><a href="http://www.gsinc.co.uk/tips/ecommerce-mistake5.html" title="eCommerce Mistake - Your Benefits">Mistake 5 &#8211; Your Benefits</a> (5 of 6): The benefits of buying from your business</li>
<li><a href="http://www.gsinc.co.uk/tips/ecommerce-mistake6.html" title="eCommerce Mistake - Ignoring SEO Basics">Mistake 6 &#8211; Ignoring SEO Basics</a> (6 of 6): Ignoring SEO basics can be a costly mistake</li>
</ul>
<p>You can also view the whole 6 part series in one streaming video file by <a href="http://www.gsinc.co.uk/tips/ecommerce-mistakes-long-version.html" title="Six Common eCommerce Mistakes">clicking here</a>.</p>
<p>The second series of videos related to eCommerce if from an <a href="http://www.elasticpath.com/" title="Elastic Path eCommerce Software Provider">eCommerce Software Provider called Elastic Path</a>. They have a contest happening on their Get Elastic blog right now to give away two US $100 Amazon gift certificates. There are two ways to qualify and win the gift certificates.</p>
<ul>
<li>Subscribe to their <a href="http://feeds.feedburner.com/getelastic" title="Get Elastic Feed">Get Elastic Feed</a> and <a href="http://www.getelastic.com/crazy-ecommerce#comments" title="Leave a Comment on Elastic Path">leave a comment</a> (over 40 now) telling them you subscribed.</li>
<li>If you own a blog you can link to <a href="http://www.getelastic.com/crazy-ecommerce/" title="The Crazy Messed Up World Of eCommerce">The Crazy, Messed Up World Of eCommerce</a>.</li>
</ul>
<p>Elastic Path has created <a href="http://www.seomoz.org/blog/youtube-email-marketing-youve-got-our-attention" title="Good Linkbait Tactics">quite the linkbait</a> in their new video series called &#8220;The Crazy, Messed Up World Of eCommerce&#8221; that features 4 entertaining videos on common online complaints, browser crashes, silly search results and irritating cross-selling. The catch is they bring these things into the world of traditional brick-and-mortar retail to see what would happen if offline shopping were as cruel and difficult as buying online.</p>
<p><img src="http://www.ecommerceoptimization.com/wp-content/uploads/2007/06/elastic-path.jpg" alt="Elastic Path Videos" /></p>
<p><a href="http://www.getelastic.com/crazy-ecommerce/" title="Watch the entire video series">Watch the entire series</a>. I got a lot of enjoyment out of it and learned a few things too!</p>
<ul>
<li>Video 1 &#8211; If Only Search Engines Could Understand What We  Want (1 of 7)</li>
<li>Video 2 &#8211; Customers Who Bought This Item Also Bought (2 of 7)</li>
<li>Video 3 &#8211; Premature Redirection (3 of 7)</li>
<li>Video 4 &#8211; <a href="http://www.getelastic.com/funny-crazy-ecommerce-video-zero-results-found/" title="Zero Results Found">Zero Results Found</a> (4 of 7)</li>
<li>Video 5 &#8211; <a href="http://www.getelastic.com/ecommerce-video-checkout-personal-information/" title="Price Checked">Price Checked</a> (5 of 7)</li>
<li>Video 6 &#8211; <a href="http://www.getelastic.com/slow-site-load-time-ecommerce-video/" title="Bananaramaâ€¦ramaâ€¦ramaâ€¦rama">Bananaramaâ€¦ramaâ€¦ramaâ€¦rama</a> (6 of 7)</li>
<li>Video 7 &#8211; <a href="http://www.getelastic.com/cart-abandonment-video/" title="Abandoned">Abandoned</a> (6 of 7)</li>
</ul>
<p>You can also view the series at MetaCafe by <a href="http://www.metacafe.com/tags/elasticpath/" title="Elastic Path Video Series on Metacafe">clicking here</a>.</p>
<p>Bravo to both companies for putting together some top notch videos that teach us a thing or two about eCommerce and entertain at the same time. I really hope you enjoyed the videos and urge you to leave feedback and comments below about what kinds of other eCommerce related videos you would like to see. I look forward to watching much more of these streaming videos in the near future and here at eCommerce Optimization we are even planning our own video tutorial series. It should be very special, nothing like you&#8217;ve seen before so check back or <a href="http://feeds.feedburner.com/EcommerceOptimization" title="eCommerce Optimization Articles Feed">subscribe to our feed</a> for updates.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecommerceoptimization.com/articles/ecommerce-videos-for-learning-entertainment/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Internet + Retail Business = eCommerce, eBusiness &amp; eRetail</title>
		<link>http://www.ecommerceoptimization.com/articles/internet-retail-business-ecommerce-ebusiness-eretail/</link>
		<comments>http://www.ecommerceoptimization.com/articles/internet-retail-business-ecommerce-ebusiness-eretail/#comments</comments>
		<pubDate>Sat, 02 Dec 2006 03:35:28 +0000</pubDate>
		<dc:creator>eCopt</dc:creator>
				<category><![CDATA[Learning eCommerce]]></category>
		<category><![CDATA[Start to Finish]]></category>

		<guid isPermaLink="false">http://www.ecommerceoptimization.com/articles/internet-retail-business-ecommerce-ebusiness-eretail/</guid>
		<description><![CDATA[There&#8217;s no doubt in anyones mind that the Internet has revolutionized the way in which we live our lives. Nearly everything you can imagine is a simple point and click away from any person (over 1 billion) with a computer and Internet access. Technologies like email and Online chat have taken the place of snail [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s no doubt in anyones mind that the Internet has revolutionized the way in which we live our lives. Nearly everything you can imagine is a simple point and click away from any person (over 1 billion) with a computer and Internet access. Technologies like email and Online chat have taken the place of snail mail and phone conversation. If you want information about a particular topic, it&#8217;s just a matter of typing in a few words and a millions of pages appear to show you more about what you searched for. The Internet has made it much easier to access information about a nearly infinite number of topics.</p>
<p>Most of all, we have seen the Internet change the way in which consumers shop and buy the items they like. Online shopping has become increasingly popular since eCommerce first began and industry trends do not show any signs of this trend slowing down any time soon. There is a lot of opportunity to make money through selling Online. eBusinesses often have a better chance of success due to the low overhead and broad customer reach. It&#8217;s challenging to be successful selling Online as competition across nearly every major market has made top search engine rankings a necessity for successful eRetailers. In addition, more and more merchants are becoming familiar with search engine marketing and optimization techniques making it ever more difficult to compete within search engines. Knowing how the Internet and Online business works will be an integral part of starting your own eCommerce business.<br />
<span id="more-77"></span></p>
<h2 class="sidebar">The Internet &#038; World Wide Web:</h2>
<p>The Internet is basically a very complex network that links together other computer networks. This is the reason why often times it&#8217;s referred to as the Net, as it connects together similar to how an actual net is constructed. It is also referred to as the Web often times because it can best be described as a spiderweb where the cross sections would represent individual computers across a network (although the Net is not the same thing as the WWW). </p>
<p>The Net first began around 1996 when the U.S military created the ARPAnet (Advanced Research Project Agency Network), an advanced system that allowed the government to route messages in the event of outside breach into their protected networks. ARPAnet is the basis for the Net we know today, and although it is no longer exclusive to government agencies, it has become an important means by which individuals, companies and institutions communicate. Although the Net first began as a home for information, it has broadened into the world of commerce. Now we can even make transactions Online from any computer which has made life a lot easier for both business owners and consumers. In the past, if we wanted to buy something, we either had to physically enter a store or order from a catalog over the phone. Currently, all we need to have is a computer that has an Internet connection, making our next purchases just a few clicks away. It has basically become a new way of living for many people.</p>
<p>The World Wide Web (WWW) shouldn&#8217;t be confused with the Internet, they are not the same thing. The WWW is basically an interconnected number of Web sites linked together by a series of hyperlinks (a reference that points to another site and tells a browser where the site is located). The Internet is what connects your computer to the billions of sites that make u the WWW.</p>
<p>The WWW first began with an idea by Tim Berners-Lee, who built the first Web browser (software application that allows users to view and access Web pages. The idea basically resulted due to his job at the time with CERN, when he wanted to be able to access CERN&#8217;s directory quickly and easily. At the time, CERN has it&#8217;s information stored in separate databases, making it nearly impossible to access and retrieve the information easily. As a result, the first Web browser was born, quickly turning the WWW into what it is today. The WWW first became available to the public in 1991, but it didn&#8217;t quite gain world wide popularity until 1993 when CERN announced that the public would be granted access for free.</p>
<h2 class="sidebar">Search Engines &#038; Web Surfing:</h2>
<p>A search engine is basically a program that helps Internet users find information on the WWW. Searching has also changed the way we live and find information. Now anyone can research and browse for information just by using search engines like Google, Yahoo, MSN and Ask. Search engines are key when conducting Online research, especially for eBusiness owners and entrepreneurs. Search engines mostly do the work for you when it comes to finding information on any topic imaginable.</p>
<p>Search engines first began in about 1990 when Alan Emtage, a student at McGill University in Montreal, created the first Internet search engine, which he called &#8220;Archie.&#8221; Emtage originally created the Archie search engine to index directory listings in order to easily find information on file names.</p>
<p>Another individual, Mark McCahill, joined the University of Minnesota computer center as a programmer in Apple II and CDC Cyber programming. In 1991 McCahill led the development team that created another search engine, which they named &#8220;Gopher&#8221; (designed to index text files).</p>
<p>Since indexing text files is very similar to indexing of Web sites, this is considered the beginning of Web site search. Sites and files within the WWW are accessed by the crawlers of each search engine and are then evaluated for possible indexing. On the other end, a user types in a keyword or series of words and the search engine will look for relevant words within the indexed files and retrieve the most related or relevant results to display. The words they evaluate are located in many places, but typically they look for words within the page title, domain, description and content.</p>
<p>Jean Armour Polly, a librarian in Liverpool, England, coined the term &#8220;Surfing the Internet.&#8221; It was the title of an article she wrote in 1992. That article gained worldwide popularity and it has been translated into many languages.</p>
<p>Some of the search engine categories today are:</p>
<ul>
<li>General information search engines</li>
<li>Meta crawler search engines</li>
<li>Pay-per-click search engines</li>
<li>Shopping search engines</li>
<li>News search engines</li>
</ul>
<p>The most popular general search engines today are:</p>
<ul>
<li><a href="http://www.google.com">Google</a></li>
<li><a href="http://www.yahoo.com">Yahoo</a></li>
<li><a href="http://www.live.com">MSN/Live</a></li>
<li><a href="http://www.ask.com">Ask</a></li>
</ul>
<p>You may be asking yourself how having knowledge about search engines can help you when opening an eBusiness. Well, the answer is consumers who buy Online tend to search for keywords related to the products they want to buy. After the search is performed, Web pages are ranked in each engine&#8217;s search results pages (SERP), and merchants should realize and understand that optimizing their pages and content will help their site rank higher in the search results.</p>
<p>There are also sometimes results that show sites that have paid a search engine so that their site ranks higher, or some sites pay an advertising fee. These advertisements are typically called sponsored links, pay per click ads or cost per click listings. Sponsored links are commercial or non-commercial sites that have paid a fee to advertise. These ads usually show up on the right side of search results or near the top and bottom of the page.</p>
<p>Try searching for something that interests you. Carefully analyze the results you see from the search engine you choose to use. Take a look at the first 10-20 results and study how site owners write their titles and descriptions. Ask yourself the following; Are the services written clearly? Does the site give too much information? Is the wording confusing? Is there a call to action? Is it just perfect? These are all things you should consider when designing your eCommerce site. Remember, knowing about search engines and how they work will help you during your site design processes and once the site is live.</p>
<h2 class="sidebar">Web Browsers:</h2>
<p>Web browsers are what Internet surfers use to navigate from site to site or page to page on the Web. Browsers help to make the task of traveling from one area of the Net to the next easier. With browsers, users can gain access to information that has been published on Web pages or they can easily transmit information across the Web. There are several Web browsers currently available for download and use. Internet Explorer is the most popular Web browser followed by FireFox, Netscape, Safari and Opera.</p>
<p>The most popular Web browsers today are:</p>
<ul>
<li><a href="http://www.microsoft.com/windows/downloads/ie/getitnow.mspx">Microsoft Internet Explorer</a></li>
<li><a href="http://www.mozilla.com/en-US/firefox/">Mozilla FireFox</a></li>
<li><a href="http://browser.netscape.com/">Netscape Navigator</a></li>
<li><a href="http://www.apple.com/safari/download/">Apple Safari</a></li>
<li><a href="http://www.opera.com/free/">Google Opera</a></li>
</ul>
<h2 class="sidebar">eCommerce:</h2>
<p>We have a great <a href="http://www.ecommerceoptimization.com/ecommerce-introduction/">introduction to eCommerce</a> guide with a whole page dedicated to defining and explaining the three main elements to conducting business through an eCommerce enabled site; the business side, the marketing side and the site development side.</p>
<p>In simple terms, eCommerce is any type of transaction that occurs Online via the Web. Typical eCommerce transactions Online include buying products, buying services, filing taxes, making a reservation, buying stock, buying a house, paying for a download, hiring someone and much, much more. By far, the largest part of conducting business Online are the potential or existing customers. Establishing trust and loyalty among your customer base is a major factor for success, there&#8217;s some that really get it and there are some thay don&#8217;t. I recommend that all eCommerce sellers be aware that the customers are the most important thing. Let your users know they are buying securely and that their payment information will remain encrypted (a trust seal or banner can do the trick nicely).</p>
<p>Besides customers, the site itself, how it&#8217;s designed and the technology merchants put into place on it are all important aspects of selling Online. It&#8217;s important for merchants to know that keeping up on usability best practices or design guidelines, and keeping up on them, may help them to stand apart from the main competition. Make you site easy to use, easy to understand and easy to buy from, your customers will love you for it, your competitors will hate you for it.</p>
<p>Customers and design aren&#8217;t the only main factors of successful Online selling. Many other issues can arise during the planning, development and implementation stages, especially for startup or beginning merchants. Quite a few of the common eCommerce issues facing merchants today are similar to the same issues that have affected traditional brick-and-mortar retailers for years. Common issues include lack of proper planning, not understanding the competition and not researching target markets, which are just a few of the major ones.</p>
<p>Even with the issues that arise within the eCommerce space, it continues to grow each and every year and we are seeing many more sites pop up in places where there have never been Online sellers present. Sales continue to hit record highs and each holiday season brings on new records to break the following year. That said, there is still plenty of markets, customers and products out there that can be successfully sold and distributed through Online means. Up and coming merchants simply have to understand that success Online is no different than success in the brick-and-mortar retail space, other than the obvious differences of having a physical store and solely selling Online.</p>
<p>In the past, several analysts have predicted that eCommerce is on pace to change the way business transactions are completed. Even including the dot com crash in 2000, several eCommerce businesses continue to prosper, having learned their lessons about finances and proper budget planning. Many before 2000 were simply not aware that the same careful considerations have to be made when conducting business Online, just like a traditional retailer has to do before conducting business in a physical storefront.</p>
<p>eCommerce is now present across the world. Countries such as Germany, China, UK and many more have used the Web, eCommerce technology and Online selling best practices to make the most out of their location, limited resources and generally smaller budgets to break down physical borders and expand their businesses to places they normally wouldn&#8217;t be able to reach out to. With the power of the Web and technology, nearly anything is possible.</p>
<h2 class="sidebar">eRetail:</h2>
<p>You may be asking yourself how eRetail is different than typical eCommerce. eRetail is different in that is it a particular type of eCommerce. It is generally defined as the selling of one product, or products, to a consumer, or group of consumers, via the Web. The ever growing competition within the eRetail space has made it more difficult for just anyone to become a successful seller Online. It can be hard to attract enough people via the Web to sell enough product to consumers. The competition levels and issues reaching a particular audience are two reasons why it is more important now than ever before to sell products or items within a particular niche, utilizing unique or innovative marketing strategies to get the word out and attract buyers Online.</p>
<p>These days, merchants can pick and choose all different types of products to sell. From furniture to stamps, products both large and small, heavy or light, they are all currently being sold Online. Typically, products with a very high value to weight ration, including books, CDs, DVDs, software, downloads, documents and small accessories are the best types of items to sell Online since shipping is next to nothing and price margins are usually higher. One of the biggest reasons why consumers today still balk at the thought of Online shopping is due to the cost of shipping. Although it is common sense to know that when you buy something Online, there will be shipping costs associated, there are still many consumers who complain or shy away at certain shipping amounts.</p>
<p>eRetail is not just for entrepreneurs or individuals looking to make a living selling products Online, it is also for established brick-and-mortar storefronts who hope to expand their business relations onto the Web in an attempt to boost sales, increase exposure and for better marketing deliverability. Traditionally physical stores including the GAP, Nordstrom&#8217;s, Macy&#8217;s, Target, Wal-Mart and Barnes and Noble are all examples of businesses who were once solely brick-and-mortar entities, but now, thanks to eCommerce, they are able to sell through multiple channels both Online and off.</p>
<p>One reason why these companies decided to expand Online is because they know how much opportunity there is and how much money is available to be made Online. In addition, many of them like that eCommerce doesn&#8217;t require as much labor/startup capital that physical storefronts generally demand. These days we are finding that more and more people are using the Web to shop for the things they want to buy. Brick-and-mortars realize this as well and know that business completion is not only about product, price and service, but also about capturing a new customer base that is attracted and managed using technology rather than their actual location.</p>
<p>Despite the growing popularity of Online shopping, and other than the cost of shipping, there are other reasons why consumers still have concerns about buying over the Internet. Common customer buying concerns include information security, trust factors and lack of human interaction. These concerns are very valid and if they are not dealt with from the beginning they will certainly weigh heavily on the business and staff down the road. Fortunately, these issues can be overcome easily by simply developing and implementing features, tools and technology into an eCommerce site designed with the customers in mind. Make your site usable, appealing and fun. Make a site that is easy to use and buy from. Give customers what they want (within reason).</p>
<p>Aesthetically pleasing designs that are easy to navigate and use are able to keep potential buyers shopping for longer periods of time. Imagine your site as if it were an actual storefront. Would you use a poor layout in a physical store? Would you setup and display your products in an unorganized manner? Would you overcharge on items and charge extra to ship? Generally, your answer should have been NO to all three questions. If it doesn&#8217;t make sense to do in the real world of shopping, generally you wouldn&#8217;t want to do it on your eCommerce site. If you wouldn&#8217;t buy anything, how can you expect others to. Consider how your store appeals to your customers and make any necessary changes in the beginning. Generally, poorly designed sites, with no appeal will not attract customers. Many successful eRetailers know that customers who return to a site will eventually buy. If you can successfully attract customers, they can click around easily and they stay on pages long enough, you may find yourself making sales in no time.</p>
<p>It used to be a lot easier to become a successful Online seller, now it is more difficult due to competition, saturation, limitations, lack of knowledge, poorly designed sites, poorly planned marketing campaigns, etc. These days it&#8217;s not enough to have an elegant, easy-to-use design. There are many more aspects to the Online selling equation such as a feeling of security while shopping Online. Consumers are becoming more savvy and demanding each year and as more and more eCommerce merchants make more attractive, easier to use, more secure sites with products that are in demand. Shoppers today expect to checkout in a secure environment with all the necessary security elements in place including an active SSL certificate and any other trust banners or security notices. They want reassurance that all their personal and private information is going to be kept secure and protected (it&#8217;s also currently against the law to be careless with your customers private data and payment information, there has to be standard encryption implemented and merchants should always include any policies related to security and privacy in a prominent place within the site design so shoppers can easily review such policies anytime while navigating the site). Having the necessary security and protection means in place will reassure your buyers that it is safe to purchase and gives them the needed trust and security they need before making an Online purchase.</p>
<p>In addition to site design and security, shipping is another common issue in eCommerce. Todays consumers feel they do not need to pay shipping and generally do not like to wait for an item to be shipped out and arrive at their location. Many merchants have implemented systems to overcome shipping issues in eRetail. Outline the potential savings for buyers who purchase from your site and include the various shipping methods, with prices, that you use. Generally, if shoppers believe that your site is the only source for a certain itemat an attractive price, then chances are they won&#8217;t mind paying for the cost to ship that item.</p>
<p>Finally, you are probably wondering about the last potential challenge in eRetail, lack of person-to-person communication. You are also probably wondering how merchants are able to overcome the lack of person-to-person interaction in Online retail? The way to overcome this challenge is through quality, unique page copy, product names, item descriptions and other content around the site (buying guides, videos, tutorials, training materials, etc). Let your website do all the talking and interaction for you, after all, that&#8217;s partly why it&#8217;s there to begin with. Your eCommerce site is the new face of your business for consumers who find you Online and it must be in a state where it can easily communicate with shoppers or buyers. Try to deliver the message that shopping on your site means that customers will be getting a quality product and a fair price, and any special savings they may reap as a result. Project a sense of safety and trust through page copy and paragraph descriptions. It&#8217;s important to communicate to customers that you are committed to safe guarding their financial information and privacy. Use your site and copy to your advantage, take writing it seriously. The most successful Online retailers take their business and the aspects of it that are challenging VERY seriously.</p>
<h2 class="sidebar">Using The Web To Research:</h2>
<p>By now you should have a basic understanding of the differences between the Internet and the World Wide Web (WWW). In addition, we have covered other basic Internet processes such as search engines, surfing the Net, Web browsers, eCommerce and eRetail. These are the core pieces of any Online business and merchants must be aware of the different roles each aspect plays on their business and how to use the different aspects to their advantage. It&#8217;s also great to know about the challenges you will most likely face and way that some of the most successful merchants were able to overcome those challenges.</p>
<p>Now that we have covered some of those basic differences and challenges you may face, it is important to know how to use the Internet as a means to continue your knowledge and as a tool to find out answers you may need to know in the future, or as they arise during your time as a business owner. Remember, the Web is todays number one information source, even more so than encyclopedias or libraries. Now we have Online encyclopedias and Online repositories of information taken from more traditional sources such as book or papers. Not only is the Web our new tool for research and information, it&#8217;s currently the easiest way to retrieve the answers to nearly any question you could possibly have to ask.</p>
<p>Research online is much easier to conduct than traditional research, however there are some warnings and certain cons related to using the Web as an information source. Sometimes it can be challenging to find an authoritative, reliable source that can be trusted as an expert in the area in which you seek answers. It is best to use a redundancy method while researching topics of subjects Online. Redundancy methods are basically way to conduct a check and balance of the information you have gathered. Basically, through redundancy (seeking the same answer from multiple sources), you are seeing how many different sources say the exact same thing rather than researching one site and taking the authors word for it. I always recommend checking out three to five different sources relating to the subject you are researching, then compare the information gathered. Information that is repeated across multiple sources can give you an idea of related trends in information for the subjects you are researching.</p>
<p>Several different topics may require you to conduct research using the Web. Common research topics in eCommerce include product research, domain or business name research, web site design research, design firm research, credit company research or other service related research. when researching different products to sell on your site, try to use comparison shopping engines such as Google Product Search, PriceGrabber, Shopping.com and others. When conducting product research inquire about the following; general product information, price ranges and competitors. When researching other services such as domains or design firms, attempt to speak with company representatives after carefully narrowing them down.</p>
<h2 class="sidebar">Impacts Of The Web:</h2>
<p>Since the birth of the Internet, World Wide Web, Browsers, Search Engines and other web-based technologies, we are now able to experience what is going on across the entire World simply by sitting at home in front of our computers. Who could have imagined that in the early 2000&#8242;s consumers would be we on their way to spending as much in products Online as they do in traditional retail shops? Who could have imagined that the Net would now be the best, most commonly used source for information?</p>
<p>The Web impact on education alone is changing the way in which we learn and experience the world. It is not likely that the Net will completely take over human learning and interaction in the classrooms, however it most certainly could if there weren&#8217;t so many benefits to having humans interact with us face to face in a structured learning environment. I get more and more impressed with how the Web is beginning to shape itself and its impact on my life personally has been tremendous. I look forward to seeing it continue to shape and mold, including new ways in which people begin using it to help in their day to day activities. As great as the Net is, behind all those wires, cables, firewalls and networks, it&#8217;s still just people like you and me. It reminds me that the Net doesn&#8217;t run itself, there still has to be that ever present human factor behind it.</p>
<p><em>This article is one of several within our <a href="http://www.ecommerceoptimization.com/guides/learning-ecommerce/start-to-finish/">Start to Finish eCommerce Guides</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecommerceoptimization.com/articles/internet-retail-business-ecommerce-ebusiness-eretail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Product Selection: Finding a Niche Product or Industry</title>
		<link>http://www.ecommerceoptimization.com/articles/product-selection-finding-a-niche-product-or-industry/</link>
		<comments>http://www.ecommerceoptimization.com/articles/product-selection-finding-a-niche-product-or-industry/#comments</comments>
		<pubDate>Fri, 01 Dec 2006 02:27:06 +0000</pubDate>
		<dc:creator>eCopt</dc:creator>
				<category><![CDATA[Learning eCommerce]]></category>
		<category><![CDATA[Start to Finish]]></category>

		<guid isPermaLink="false">http://www.ecommerceoptimization.com/articles/product-selection-finding-a-niche-product-or-industry/</guid>
		<description><![CDATA[One of the first steps you will need to take upon entering into the world of eCommerce will be deciding on and finding the products, services or goods that you are going to sell Online. It is also one of the most challenging steps along the way to becoming a successful Online entrepreneur. Deciding which [...]]]></description>
			<content:encoded><![CDATA[<p>One of the first steps you will need to take upon entering into the world of eCommerce will be deciding on and finding the products, services or goods that you are going to sell Online. It is also one of the most challenging steps along the way to becoming a successful Online entrepreneur. Deciding which products to sell is a challenge in any business, however it can be even more difficult to decide what to sell Online since many things can&#8217;t be sold on the Web, would not be profitable to sell or it wouldn&#8217;t make sense to sell Online (such as items with a high cost to weight ratio). In addition, many merchants have found that some product markets are just to saturated or already have too many big corporations selling in them to effectively compete or make a name for themselves.<br />
<span id="more-56"></span><br />
There are a lot of hopeful entrepreneurs out there selling everything under the moon. Generally, if you can think of it, it can be found and purchased on the Internet. Some of them find success by selling products in saturated markets some find success by selling niche products. In the same sense, some merchants fail selling in saturated markets and some fail selling in niche markets. Simply having a niche product is sometimes not enough, however there is more of a chance for early success when the products you sell are unique or innovative appearing to consumers.</p>
<p>Although there are a wide variety of factors that can help in the success or failure of an eCommerce business, most merchants fail due to either not selling the right items in the first place, or they do not have enough direct knowledge of their products marketability, availability, cost-effectiveness or transportability.</p>
<ul>
<li><strong>Marketability</strong> &#8211; Is the product marketable Online?</li>
<li><strong>Availability</strong> &#8211; Is there a source available to obtain the product?</li>
<li><strong>Cost-Effectiveness</strong> &#8211; Is there profit potential for the product?</li>
<li><strong>Transportability</strong> &#8211; Is the product easy to ship or transport?</li>
</ul>
<p>Many of the most successful Online sellers found their niche by conducting self-analysis or through passion for a pre-existing hobby, job, product or industry. Maybe you are an interior decorator and you want to begin by selling interior decorating supplies. Or perhaps you have a passion for ATVs and want to get started by selling ATV parts, accessories and gear. Or you might like to build radio-controlled vehicles like cars, trucks, planes or boats and decide to start selling hobby items for remote controlled vehicles. Whatever your interest, there&#8217;s certainly some type product or item that relates which can be sold Online. You simply have to know yourself, know your passions, understand your personal interests and decide on something. The advantage of being experienced in a certain niche field is that you already posses an abundance of knowledge surrounding the idea. This means that you most likely know a lot about what you plan on selling and that is important because it is better to sell what you know, especially if you are a beginner or are just beginning to sell Online for the first time.</p>
<p>As mentioned above, it&#8217;s important to know yourself and your personal interests or hobbies. One way to go about finding out what you should sell is by conducting a thorough self-analysis and asking yourself certain questions (it&#8217;s best to write out the questions so you can keep track of the answers). </p>
<p>Ask yourself the following questions to help you when finding a niche product or industry:</p>
<ul>
<li>What are your personal interests?</li>
<li>What are some things you enjoy doing?</li>
<li>What are some of your talents or skills?</li>
<li>What products do you like to buy?</li>
</ul>
<p>Once you can conduct a little self-analysis through brainstorming, you&#8217;ll have a better idea of what it is you want to sell. At the very least you will have a direction or course of action to begin exploring more in depth. Once you have explored some of your ideas you will need to decide on one and properly research the supply, demand and competition for that product, including an innovative way of marketing it through the Internet or possibly even offline.</p>
<p>Many successful Online sellers find their niche through thorough self-analysis, however not everyone finds it by analyzing their passions or hobbies. Some successful merchants simply saw a need for certain products or they noticed a high demand with very little supply Online. Some merchants stumble upon their niche completely by accident or by being on top of new product releases (right place at the right time). However you find your Online selling niche, one thing is for sure. You&#8217;ll be glad you decided on a niche product line or industry once you move on to the innovative marketing side of the business.</p>
<p><em>This article is one of several within our <a href="http://www.ecommerceoptimization.com/guides/learning-ecommerce/start-to-finish/">Start to Finish eCommerce Guides</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecommerceoptimization.com/articles/product-selection-finding-a-niche-product-or-industry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Product Selection: Finding Products to Sell Online</title>
		<link>http://www.ecommerceoptimization.com/articles/product-selection-finding-products-to-sell-online/</link>
		<comments>http://www.ecommerceoptimization.com/articles/product-selection-finding-products-to-sell-online/#comments</comments>
		<pubDate>Thu, 30 Nov 2006 02:30:40 +0000</pubDate>
		<dc:creator>eCopt</dc:creator>
				<category><![CDATA[Learning eCommerce]]></category>
		<category><![CDATA[Start to Finish]]></category>

		<guid isPermaLink="false">http://www.ecommerceoptimization.com/articles/product-selection-finding-products-to-sell-online/</guid>
		<description><![CDATA[There are many things to consider before deciding on which products you are eventually going to sell Online. Can you make money off the products? How much do I need to sell to reach profit goals? Can they be easily sold Online? Are they legal to sell Online? Do I have interest in the products? [...]]]></description>
			<content:encoded><![CDATA[<p>There are many things to consider before deciding on which products you are eventually going to sell Online. Can you make money off the products? How much do I need to sell to reach profit goals? Can they be easily sold Online? Are they legal to sell Online? Do I have interest in the products? These are all things that should be considered before you actually invest time, effort and money into a product or niche industry to sell in.</p>
<p>It is important, especially for new merchants, to start off slowly and really plan things out well when determining your product or niche market. Typically, finding your product niche begins with determining whether or not the product is a good fit for you personally. You may initially get into selling something solely for the profit that can potentially be made, but eventually you will need to know about the products inside and out. If they are not products that personally interest you it may cause issues later on during customer service and marketing processes. It is best to find a product that genuinely interest you or that you have passion for, that way you won&#8217;t have any issues spending the time it will take learning everything there is to know about what you sell, who you sell to and who is competing with you. The product should fit well with you, but at the same time you should fit well with the product or niche industry.<br />
<span id="more-57"></span><br />
Some basic questions to ask yourself and consider when attempting to find products to sell&#8230;</p>
<ul>
<li>Do you posses skills surrounding any personal interests or hobbies that can easily be applied to an Online business idea?</li>
<li>How much do you know about the personal interests or hobbies you are thinking of turning into a business idea?</li>
<li>Are you a good researcher, capable of spending quality time and effort to adequately educate yourself about prospective products or industries?</li>
<li>Is there anything about your current job or employer that might give you insights into certain products you may wish to sell?</li>
<li>Do you already posses special knowledge about acquiring or sourcing a particular product that might help you to remain competitive in a niche market?</li>
<li>What is the potential lifespan of the product or industry idea you are exploring (is it a trend or fad, will it be sell-able for months, years, decades, etc.)?</li>
<li>Is the potential product or industry idea you are exploring seasonal, or will it be able to sell throughout the entire year?</li>
<li>Can the potential products be dropshipped, stocked, handled, packaged and shipped easily, with as little extra hassle or extra expense as possible?</li>
<li>What is the potential profit margin expected for the product ideas you are exploring and is there any room for future price negotiations?</li>
<li>Who is your target consumer market and what are some of the different types of people that are most likely to buy the products you will potentially sell?</li>
<li>How competitive is the potential product market or industry, is there already many people selling the same products or to the same consumer types?</li>
<li>Are there unique and innovative ways to market the potential products or within the product industry, are there ways to market them that are different than current competitors?</li>
<li>Is the potential product or industry something you truly feel passionate about, do you have a genuine interest in the products, market or consumers you are targeting?</li>
</ul>
<p>Many of the earliest Online retailers found success in selling products that aren&#8217;t too much to ship (heavy, bulky, etc), such as CD&#8217;s, DVD&#8217;s, t-shirts, shoes, jewelry and other small, high-profit, easy to ship items. Although many of the most popular items with a high cost-to-shipping ratio are within saturated markets, there still are some very good product niches with great cost-to-shipping ratios.</p>
<p>Although there are markets for items such as large screen televisions, office equipment and furniture, they are bulky and cost more to ship, meaning there will be issues to overcome in these markets. Online retailers that sell items with low cost-to-shipping ratios have to overcome more than a merchant who doesn&#8217;t have to take as many planning steps or measures to get their products out to consumers. Either way, think about possible kinks before jumping into a niche head first, in the end, it&#8217;s going to be you who has to work out the issues in whatever product you decide to sell.</p>
<p>Some basic steps you&#8217;ll need to take when trying to find products to sell Online&#8230;</p>
<h2 class="sidebar">Learning About Products:</h2>
<p>There are three main aspects to learning about the products you are going to sell. The first is knowledge you already posses surrounding the products, the second is knowledge you gain upon deciding what to sell and the last aspect involves continuing to learn more about what you sell. As a matter of credibility and in order to bring your business to it&#8217;s full success potential, it&#8217;s important to know your products inside and out. it will help you when dealing with customers and any vendors or distributors you may have to negotiate or network with (so you don&#8217;t get cheated on quality or talked into higher prices due to lack of product knowledge). Other than helping with customer relations and vendor negotiations, product knowledge should also help you to maintain your edge over competitors (once you establish an edge of course). That&#8217;s one reason why ongoing or continuing your education as your business grows is so important.</p>
<p>Use the Web as an information resource, read books, trade journals and print publications or white papers, learn as much as you can about your product and your market. There are also more traditional ways to increase product knowledge. You can attend school (college, university, online), take correspondence courses. You can use social networks and communities or blog and forums. The methods you use to acquire more product knowledge are up to you and depend on your personal time limitations or budget. It really doesn&#8217;t matter how you get your knowledge, just keep improving on what you learn and be sure that the sources you use are credible and can be trusted as a source for good information.</p>
<h2 class="sidebar">Determining Product Demand &amp; Availability:</h2>
<p>It is important to know whether or not your products are in demand and that you will be able to find sources for the products you intend on selling. Knowing about your intended products consumer demand and source availability can save you time, hassle and potentially keeps you from jumping into an industry that may end up failing due to source limitations or lack of consumer demand. Try to learn and understand anything you possibly can about who your intended consumer audience is and brainstorm possible sources for your product. In other words, think about who your target audience is and ways in which you can acquire the products you hope to sell. Knowing and understanding these two things can make the difference between success and failure, and will generally save time and money in the process.</p>
<p>If the intended products are something that is already manufactured, it may be easier to find sources and generally are in high demand, especially if they are products that have been made and sold for a longer period of time. If the product you hope to sell is an original idea or invention, you will still have to find sources for parts or other necessary goods required to make the products. You may possibly even wish to become your own manufacturer or establish a relationship overseas (both require more knowledge, budget and time).</p>
<p>The sources you research for products that already exist should offer the items at a price which will enable you to remain competitive with others who may sell the same or similar products. Find the best possible prices from as many different sources as possible and narrow you choices from there based on time in business, track record, customer service, shipping time, bulk discounts, etc.</p>
<p>You will also need to know information surrounding the consumers who may possibly be interest in the products you hope to sell. Generally, if you sell products that very few others are selling, you are limiting your competition, however there may be a much smaller demand for the items. This is why it&#8217;s so important to find out everything you can about your target audience and consumer demographic. Knowing your potential customers not only helps when finding products to sell, it also helps during site design processes and customer service interactions.</p>
<p>Once you have learned more about the products demand and availability it will allow you to dig deeper into the process in which your products are manufactured, distributed and sold to retailers like you. You should research your industry suppliers to find out who they regularly sell to and how the process works. Generally there is a chain starting from the manufacturer or distributor. They then sell the product to other wholesale suppliers or retailers. It is OK to buy from suppliers or wholesalers, especially at first and until you get a little time under your belt in eCommerce, but you should make it your goal to find out who the suppliers are buying from so you can purchase directly from the source. As mentioned, at first you may bot be able to get the prices you originally had hoped for, but you will establish certain relationships with vendors higher up the chain. Having these relationships is a great start to cutting out middle men and developing your own supplier relationships or lead sources.</p>
<h2 class="sidebar">Finding Product Sources:</h2>
<p>One method for sourcing products is by using <a href="http://www.ecommerceoptimization.com/articles/product-selection-getting-product-drop-shippers/">drop shippers</a>. A drop ship relationship occurs when a merchant receives an order and then directs it to a wholesaler or distributor who then ships the item directly to the customer. By drop shipping products you can potentially avoid the hassle of handling, packaging and shipping the products yourself, however it may be more difficult to establish a niche using the drop shipper method. We have covered more on <a href="http://www.ecommerceoptimization.com/articles/product-selection-getting-product-drop-shippers/">getting product drop shippers</a> in a future article within this series.</p>
<p>Another method for product sourcing is by establishing <a href="http://www.ecommerceoptimization.com/articles/product-selection-finding-product-sources-suppliers/">manufacturer direct relationships</a>. Relationships with manufacturers occur when a merchant has contacted and negotiated prices for items made by the manufacturer. Some manufacturers will drop ship, others require you to purchase and inventory the products yourself. It can be an extra hassle finding the warehouse space and getting the handling or shipping process down, but dealing with manufacturers does make it easier to establish an Online selling niche. We will discuss more about <a href="http://www.ecommerceoptimization.com/articles/product-selection-finding-product-sources-suppliers/">manufacturer relationships</a> in a future article within this series.</p>
<p>Lastly, you can source products by <a href="http://www.ecommerceoptimization.com/articles/product-selection-finding-product-sources-suppliers/">manufacturing items yourself</a>. This requires the most work, planning and knowledge to setup properly. Using a manufacturer of your own or becoming your own manufacturer occurs when you establish a manufacturing relationship overseas, within your country of origin or rent your own space and manufacturing plant. Manufacturing overseas can require you to overcome language barriers, setting up your own shop can require pre-existing capital or funding. We will discuss more about <a href="http://www.ecommerceoptimization.com/articles/product-selection-finding-product-sources-suppliers/">becoming a manufacturer or outsourcing it overseas</a> in a future article within this series.</p>
<p>Trying to choose the right product can get tricky, but the bottom line is to choose a product that is the right fit for you personally and fits well within your business goals. Choose a product that is affordable and accessible to you. Keep in mind, you&#8217;ll have to create the market demand and niche for whatever products you end up choosing.</p>
<p><em>This article is one of several within our <a href="http://www.ecommerceoptimization.com/guides/learning-ecommerce/start-to-finish/">Start to Finish eCommerce Guides</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecommerceoptimization.com/articles/product-selection-finding-products-to-sell-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Product Selection: Getting Product Drop Shippers</title>
		<link>http://www.ecommerceoptimization.com/articles/product-selection-getting-product-drop-shippers/</link>
		<comments>http://www.ecommerceoptimization.com/articles/product-selection-getting-product-drop-shippers/#comments</comments>
		<pubDate>Wed, 29 Nov 2006 02:31:58 +0000</pubDate>
		<dc:creator>eCopt</dc:creator>
				<category><![CDATA[Learning eCommerce]]></category>
		<category><![CDATA[Start to Finish]]></category>

		<guid isPermaLink="false">http://www.ecommerceoptimization.com/articles/product-selection-getting-product-drop-shippers/</guid>
		<description><![CDATA[Basically, drop shipping can be defined as the shipping of goods or merchandise directly from a supplier to a merchantâ€™s customer without ever being inventoried, handled or packaged by the merchant. The drop ship process can potentially minimize the merchant&#8217;s inventory, can reduce certain administrative costs and may even introduce the supplier to a newer [...]]]></description>
			<content:encoded><![CDATA[<p>Basically, drop shipping can be defined as the shipping of goods or merchandise directly from a supplier to a merchantâ€™s customer without ever being inventoried, handled or packaged by the merchant. The drop ship process can potentially minimize the merchant&#8217;s inventory, can reduce certain administrative costs and may even introduce the supplier to a newer untapped market.</p>
<p>Drop shipping occurs when the merchant displays and markets their products, attracts customers, receives orders and directs the sale on to a supplier who then ships the merchandise directly to the customer. A common concern and issue for merchants who use drop shippers is that there many be many other Online sellers using the same supplier or drop ship company. Using the same product source as hundreds or thousands of other merchants can make establishing a niche more difficult. It can also mean you will be competing directly with many other merchants, meaning the market is typically more saturated.<br />
<span id="more-58"></span><br />
A drop shipper relationship as a product source is certainly a great way to start an Online business and can even be used as a way to supplement an existing businesses products, however it is not an easy way to get rich quick or something that can magically transform your eCommerce business into a fortune 500 company overnight. There are many pros and cons surrounding the word of drop shipping. It is always best to understand the potential benefits and risks of running a drop hip reliant business. Understanding the different aspects can help you to accurately estimate the potential negative effects of using a drop ship supplier as a large part of your eCommerce business. Aspects of drop shipping to understand may include the typical process, benefits or risks and common drop ship suppliers.</p>
<h2 class="sidebar">The Typical Drop Shipping Process:</h2>
<ol>
<li>Merchant establishes a product niche</li>
<li>Product advertising, promotion and marketing</li>
<li>Customers order and payment is collected</li>
<li>Merchant directs orders to the drop ship supplier</li>
<li>Payment is made by the merchant to the supplier</li>
<li>Customers receive items directly from the supplier</li>
</ol>
<h2 class="sidebar">Drop Shipping Benefits &amp; Potential Risks:</h2>
<p><strong>Benefits of drop ship business models&#8230;</strong></p>
<ul>
<li>Doesn&#8217;t require much budget or funding to get the process started</li>
<li>Doesn&#8217;t require as much overhead to continue selling products</li>
<li>Doesn&#8217;t require as much risk as a typical business model does</li>
<li>Doesn&#8217;t require the merchant to carry inventory on hand or in a warehouse</li>
<li>Doesn&#8217;t require costs associated with shipping or packaging materials</li>
<li>Doesn&#8217;t require the merchant to restock items that get returned</li>
<li>Doesn&#8217;t require custom shipping or packaging labels</li>
<li>Doesn&#8217;t require any fees upfront for product purchases</li>
<li>Doesn&#8217;t require the merchant to physically shipping the product</li>
<li>Doesn&#8217;t require the merchant to settle on less products to sell</li>
</ul>
<p><strong>Risks of drop ship business models&#8230;</strong></p>
<ul>
<li>There isn&#8217;t complete control over the store inventory</li>
<li>There isn&#8217;t control over product images or image resolution</li>
<li>There isn&#8217;t usually a way to setup inventory tracking</li>
<li>There is less control over shipping times and methods</li>
<li>There isn&#8217;t a way to control back order shipping times</li>
<li>There is more of a chance that items will go on back order</li>
<li>There isn&#8217;t usually a way to take advantage of bulk discounts</li>
<li>There is less of a chance to get better pricing or negotiate</li>
<li>There isn&#8217;t usually a way to brand packages, inserts or labels</li>
<li>There is a chance the drop shipper may not be reputable</li>
<li>There isn&#8217;t liability if errors are made, merchants take the blame</li>
</ul>
<h2 class="sidebar">Common Drop Ship Suppliers:</h2>
<ul>
<li><a href="http://www.doba.com/dropshipper/lf_dsr.html">Doba</a></li>
<li><a href="http://www.dropshipdirect.com/">DropShip Direct</a></li>
<li><a href="http://www.salehoo.com/secrets/ordersalehoo.php">Salehoo</a></li>
<li><a href="http://www.dropship-business.com/Marketing/DD_Index.asp">Drop Ship Design</a></li>
<li><a href="http://www.megagoods.com/">MegaGoods</a></li>
<li><a href="http://www.onlinesupplier.com/login.php">Online Supplier</a></li>
</ul>
<h2 class="sidebar">Finding Other Drop Ship Suppliers:</h2>
<ul>
<li>Searching Engines</li>
<li>Product Manufacturers</li>
<li>Local Businesses</li>
<li>Industry Publications</li>
<li>eBay</li>
<li>ThomasNet (US)</li>
<li>Alibaba (World)</li>
<li>Paid Directories</li>
<li>Crafters</li>
<li>Trade Show Events</li>
<li>Importers/Exporters</li>
</ul>
<h2 class="sidebar">Things to Consider When Attempting to Find Drop Shippers:</h2>
<ul>
<li>Are there any extra fees or hidden costs for signing up or during a sale?</li>
<li>Has the drop shipper been in business long and is their site domain new?</li>
<li>Is the drop shipper registered with the BBB or other similar business programs?</li>
<li>Do they use quality standards that are clear and flexible for your business?</li>
<li>Does the drop shipper offer support and quality customer service?</li>
<li>Are drop ship related policies clearly stated and easy to understand?</li>
<li>Do they regularly update their product and supplier list and offer it to members?</li>
<li>Are their suppliers qualified before they are able to join the drop ship program?</li>
<li>Is the program a service or is it simply a list of suppliers, know what you are getting?</li>
<li>Is the drop shipper able to provide adequate support and education about their program?</li>
</ul>
<p>It is important to spend quality time and effort while researching potential drop ship suppliers for your eCommerce business. If you cut corners and make uneducated decisions, you may open yourself up for more of the risk associated with using a drop ship business model. Conduct quality research and spend time getting to know the company(ies) you are considering as your supplier. You wouldn&#8217;t want an unethical company fulfilling your orders as any mistakes they may make during the process can come back to reflect poorly on your business, not theirs.</p>
<p>You need to take every precaution and spend time getting to know to ins and outs of drop shipping, including any suppliers you are thinking of dealing with. By knowing what and who youâ€™re going into business with, and more importantly, how to deal with potential issues that may arise, drop shipping can be a great business model for eCommerce.</p>
<p><em>This article is one of several within our <a href="http://www.ecommerceoptimization.com/guides/learning-ecommerce/start-to-finish/">Start to Finish eCommerce Guides</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecommerceoptimization.com/articles/product-selection-getting-product-drop-shippers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Product Selection: Finding Product Sources &amp; Suppliers</title>
		<link>http://www.ecommerceoptimization.com/articles/product-selection-finding-product-sources-suppliers/</link>
		<comments>http://www.ecommerceoptimization.com/articles/product-selection-finding-product-sources-suppliers/#comments</comments>
		<pubDate>Tue, 28 Nov 2006 22:24:49 +0000</pubDate>
		<dc:creator>eCopt</dc:creator>
				<category><![CDATA[Learning eCommerce]]></category>
		<category><![CDATA[Start to Finish]]></category>

		<guid isPermaLink="false">http://www.ecommerceoptimization.com/articles/product-selection-finding-product-sources-suppliers/</guid>
		<description><![CDATA[Finding product sources is the process used to locate individual suppliers that you can buy merchandise from at the lowest possible end cost to you. No matter what kind of items you sell, generally you&#8217;ll still have to go through the necessary steps to find your best sources. Sources for products that can be purchased [...]]]></description>
			<content:encoded><![CDATA[<p>Finding product sources is the process used to locate individual suppliers that you can buy merchandise from at the lowest possible end cost to you. No matter what kind of items you sell, generally you&#8217;ll still have to go through the necessary steps to find your best sources. Sources for products that can be purchased directly from suppliers can include a drop shipper, manufacturer or independent distributor. Even if you decide to manufacture your own products, you&#8217;ll still need to find sources for the supplies required to manufacture the items yourself. Begin by choosing the method that works best for you and your business.</p>
<ul>
<li>Drop Shipper (wholesaler, distributor)</li>
<li>Manufacturer (supplier, vendor)</li>
<li>Make Them Yourself (you are the source)</li>
</ul>
<p><span id="more-907"></span></p>
<h2 class="sidebar">Sourcing Overseas &amp; Domestically:</h2>
<p>Good product sourcing means finding a quality item at prices that are low enough for you to still make a profit from each sale. Generally, sources can be established either domestically, overseas or both.</p>
<p>Using a domestic source can be more convenient (mainly location) and may make it easier to communicate or negotiate. You shouldn&#8217;t have to worry about language barriers or overseas shipping costs. It may be more difficult to establish a relationship as there may be less sources available, but generally, good negotiators do not have issues finding domestic product sources. The main thing to be aware of with domestic sourcing is the prices you get on merchandise purchased. Your domestic vendor may purchase their items from an overseas source, so you may not be getting the best possible deal, but there are still tons of product still made here in the U.S. that can easily be sold Online.</p>
<p>Using an overseas source can be better mainly due to the special price breaks and generally leaves room for future negotiations. Items manufactured in countries like china or India cost far less than the exact same items made here in the U.S. these countries have been known for manufacturing for decades and almost always offer their items at the very lowest prices possible. So much so that they even have World renowned trade shows, lasting at least a week at a time, where manufacturers get together to show off and display the items they mass produce. These trade exhibits are a great place to find quality items at extremely lower costs compared to similar show in the U.S.</p>
<h2 class="sidebar">Tips For Finding Product Suppliers:</h2>
<ul>
<li>Establish contact with suppliers who have a proven track record.</li>
<li>Visit domestic and international trade show exhibits for suppliers.</li>
<li>Generate a list of supplier prospects and compare their products.</li>
<li>Appear to be an expert in whatever product you are researching with suppliers.</li>
<li>Inquire about special deals, terms, discounts or other perks offered.</li>
<li>Learn everything you can about the product before meeting suppliers.</li>
<li>Do not appear to be too eager once you&#8217;ve found the product you hope to sell.</li>
<li>Shop around and talk to numerous suppliers before deciding on one.</li>
<li>Subscribe to and read industry trade magazines or trade publications.</li>
<li>Know how different suppliers price their products and shipments to your location.</li>
</ul>
<p>As mentioned previously, good products are items that do not require a high price to ship. Once, you&#8217;ve established your product idea you should begin prospecting vendors and making contacts within the appropriate circles. Visit the trade shows, conduct research and learn about the products you hope to sell.</p>
<p>Some vendors will allow you to purchase product samples and trial orders which are generally below the original minimum quantity limits. Try this with various suppliers and then try to sell a few items through channels such as eBay or other product marketplaces. Marketplaces can provide an immediate means for you to begin selling and testing your new product idea and supplier source. Although eBay is great for some, it may not be your end all solution. Generally, you&#8217;ll still have to build an eCommerce enabled site to sell from, but by testing in marketplaces, at least you&#8217;ll know your items will sell and that you have a reliable supplier.</p>
<p><em>This article is one of several within our <a href="http://www.ecommerceoptimization.com/guides/learning-ecommerce/start-to-finish/">Start to Finish eCommerce Guides</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecommerceoptimization.com/articles/product-selection-finding-product-sources-suppliers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Product Selection: Manufacturer Dealings &amp; Product Price Negotiations</title>
		<link>http://www.ecommerceoptimization.com/articles/product-selection-manufacturer-dealings-product-price-negotiations/</link>
		<comments>http://www.ecommerceoptimization.com/articles/product-selection-manufacturer-dealings-product-price-negotiations/#comments</comments>
		<pubDate>Tue, 28 Nov 2006 02:33:46 +0000</pubDate>
		<dc:creator>eCopt</dc:creator>
				<category><![CDATA[Learning eCommerce]]></category>
		<category><![CDATA[Start to Finish]]></category>

		<guid isPermaLink="false">http://www.ecommerceoptimization.com/articles/product-selection-manufacturer-dealings-product-price-negotiations/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.ecommerceoptimization.com/articles/product-selection-manufacturer-dealings-product-price-negotiations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Product Selection: Products to Avoid Selling Online</title>
		<link>http://www.ecommerceoptimization.com/articles/product-selection-products-to-avoid-selling-online/</link>
		<comments>http://www.ecommerceoptimization.com/articles/product-selection-products-to-avoid-selling-online/#comments</comments>
		<pubDate>Mon, 27 Nov 2006 02:36:37 +0000</pubDate>
		<dc:creator>eCopt</dc:creator>
				<category><![CDATA[Learning eCommerce]]></category>
		<category><![CDATA[Start to Finish]]></category>

		<guid isPermaLink="false">http://www.ecommerceoptimization.com/articles/product-selection-products-to-avoid-selling-online/</guid>
		<description><![CDATA[For obvious reasons certain products are better to sell Online than others. There aren&#8217;t any specific guidelines as to what can and cannot be sold, but of course, you will want to abide by all current laws governing Online product sales. Smaller, light weight products are generally the best types of items to sell since [...]]]></description>
			<content:encoded><![CDATA[<p>For obvious reasons certain products are better to sell Online than others. There aren&#8217;t any specific guidelines as to what can and cannot be sold, but of course, you will want to abide by all current laws governing Online product sales. Smaller, light weight products are generally the best types of items to sell since they are usually easier to ship and you don&#8217;t have to worry about the complicated shipping calculations that typically come along with larger items, but some smaller items should also be avoided.</p>
<p>Generally, items that should be avoided will fall into one of two categories; items that simply won&#8217;t sell through the Web or items that cannot be sold Online (whether it is against the law or it is physically impossible to sell them).<br />
<span id="more-60"></span><br />
<strong>Items that don&#8217;t sell well Online&#8230;</strong></p>
<p>It can be tricky determining whether or not a certain item will sell well Online or not. Using good common sense can tell you a lot, however there may be things that you cannot predict or don&#8217;t know enough about to make an educated decision on whether it will sell well to your target market, or any market.</p>
<p>Certain smaller items should be avoided, especially if they are fragile and can easily break during shipment or transport. Perishable items, like groceries, may also be small and cost little to ship, however it can be challenging to sell them Online as special packaging and quick shipping times are a must. Anything with a short shelf life should be avoided in addition to anything can can easily break during shipment.</p>
<p>Additional items that do not sell well can include things that consumers would want to physically taste, touch, smell or hold before buying (like a couch or cologne fragrance). Unless the shopper has already tasted, touched, smelled or used the item previously, chances are they won&#8217;t buy it Online.</p>
<p><strong>Examples of products that don&#8217;t sell well include:</strong></p>
<ul>
<li>Breakables</li>
<li>Perishables</li>
<li>Perfumes</li>
<li>Colognes</li>
<li>Furniture</li>
<li>Cosmetics</li>
<li>Custom Clothing</li>
</ul>
<p><strong>Items that are illegal to sell Online&#8230;</strong></p>
<p>Items that are illegal to sell through the Web should be completely avoided all together. Some products are outlawed all together, some have specific rules put into place by individual cities, counties, states or federal laws.</p>
<p>Illegal drugs, weapons, and similar items are against the law to sell Online in most all states, however there are some gray areas for other illegal products. For instance, some states will allow the sale of alcoholic beverages while others classify it as a felony. In addition, certain guns and ammunitions can be sold in certain states Online where as others will charge you with a crime and may even possibly break federal laws. Animals and some food products are also illegal to sell Online in some states.</p>
<p>It can get complicated really easily and these aren&#8217;t the types of government officials you would want to mess with in the wrong manner. Think long and hard if you intend on selling items which are sanctioned in many states but can be sold in others. If you think you may be headed into a gray area with the products you&#8217;re selling, be sure to consult with an attorney first. There&#8217;s no point on taking chances as there may be accompanying fines, or possibly even jail time as a consequence.</p>
<p><strong>Examples of illegal or gray area products include:</strong></p>
<ul>
<li>Guns</li>
<li>Knives</li>
<li>Weapons</li>
<li>Drugs</li>
<li>Prescriptions</li>
<li>Alcohol</li>
<li>Beer</li>
<li>Wine</li>
<li>Tobacco</li>
<li>Illegal Imports</li>
<li>Pornography</li>
<li>Livestock</li>
<li>Animals</li>
<li>Grocery Produce</li>
</ul>
<p><strong>Product fads and consumer buying trends&#8230;</strong></p>
<p>Other items you may consider avoiding can include product fads or trends which may be here today and gone tomorrow. We have all seen trendy product hit the market with buzz and then several weeks or months later no one is talking anymore. It happens more often than you think.</p>
<p>If you want to operate your business for many years and continue selling the same types of products, you should avoid selling trendy or fad type items in the beginning. Be sure to choose a product that has some potential longevity in the Online selling world and that it projected to remain in demand for a long period of time. You could find yourself in a real mess if the only product you sell suddenly flops with consumers. It&#8217;s best to pick items that have real staying potential and have proven to sell well year after year Online.</p>
<p><strong>Examples of fads or trends include:</strong></p>
<ul>
<li>Elmo Dolls</li>
<li>Pet Rocks</li>
<li>Beanie Babies</li>
<li>Pokemon</li>
<li>Trading Cards</li>
<li>Comics</li>
<li>Pogs</li>
</ul>
<p>No matter what you decide to sell, make sure it is something that will last and that has an extended shelf life. We recommend avoiding the types of items mentioned on this page, especially if you are a new merchant or starting an eCommerce business for the first time. Give careful consideration to the different types of products and the different products to avoid. If possible, always try to avoid illegal or gray area products, but also consider avoiding product that simply don&#8217;t sell well Online or are potential short term trends with little to no shelf life.</p>
<p><em>This article is one of several within our <a href="http://www.ecommerceoptimization.com/guides/learning-ecommerce/start-to-finish/">Start to Finish eCommerce Guides</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecommerceoptimization.com/articles/product-selection-products-to-avoid-selling-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting Out: Company Branding &amp; Choosing a Domain Name</title>
		<link>http://www.ecommerceoptimization.com/articles/starting-out-company-branding-choosing-a-domain-name/</link>
		<comments>http://www.ecommerceoptimization.com/articles/starting-out-company-branding-choosing-a-domain-name/#comments</comments>
		<pubDate>Sun, 26 Nov 2006 02:37:49 +0000</pubDate>
		<dc:creator>eCopt</dc:creator>
				<category><![CDATA[Learning eCommerce]]></category>
		<category><![CDATA[Start to Finish]]></category>

		<guid isPermaLink="false">http://www.ecommerceoptimization.com/articles/starting-out-company-branding-choosing-a-domain-name/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.ecommerceoptimization.com/articles/starting-out-company-branding-choosing-a-domain-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting Out: eCommerce &amp; eBusiness Licenses &amp; Permits</title>
		<link>http://www.ecommerceoptimization.com/articles/starting-out-ecommerce-ebusiness-licenses-permits/</link>
		<comments>http://www.ecommerceoptimization.com/articles/starting-out-ecommerce-ebusiness-licenses-permits/#comments</comments>
		<pubDate>Sat, 25 Nov 2006 02:42:47 +0000</pubDate>
		<dc:creator>eCopt</dc:creator>
				<category><![CDATA[Learning eCommerce]]></category>
		<category><![CDATA[Start to Finish]]></category>

		<guid isPermaLink="false">http://www.ecommerceoptimization.com/articles/starting-out-ecommerce-ebusiness-licenses-permits/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.ecommerceoptimization.com/articles/starting-out-ecommerce-ebusiness-licenses-permits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting Out: Getting Your Tax Identification Number</title>
		<link>http://www.ecommerceoptimization.com/articles/starting-out-getting-your-tax-identification-number/</link>
		<comments>http://www.ecommerceoptimization.com/articles/starting-out-getting-your-tax-identification-number/#comments</comments>
		<pubDate>Fri, 24 Nov 2006 02:44:20 +0000</pubDate>
		<dc:creator>eCopt</dc:creator>
				<category><![CDATA[Learning eCommerce]]></category>
		<category><![CDATA[Start to Finish]]></category>

		<guid isPermaLink="false">http://www.ecommerceoptimization.com/articles/starting-out-getting-your-tax-identification-number/</guid>
		<description><![CDATA[If you are familiar with running a business that sells goods and/or services, chances are you already know what a tax ID number is and may even already have one for your eBusiness. New eBusiness owners should be aware what a tax Id number is, why you need one and how to obtain one for [...]]]></description>
			<content:encoded><![CDATA[<p>If you are familiar with running a business that sells goods and/or services, chances are you already know what a tax ID number is and may even already have one for your eBusiness. New eBusiness owners should be aware what a tax Id number is, why you need one and how to obtain one for your new business.</p>
<h2 class="sidebar">What is a Tax Identification Number?</h2>
<p>Tax ID numbers, also called an Employer Identification Number (EIN), is a special identifying number assigned solely to businesses by the IRS. Your tax ID number is used to identify your business to several federal agencies responsible for the regulation of business, both Online and Offline.</p>
<p>Many merchant accounts, banks and other financial institutions require a tax ID in order to utilize their services. Tax ID&#8217;s can also keep your social security information private as many institutions who request tax ID&#8217;s will also accept personal social security and banking information as an option (which has to be used unless the business has a tax ID).<br />
<span id="more-63"></span></p>
<h2 class="sidebar">Do I Need a Tax Identification Number?</h2>
<p>As a general rule of thumb, nearly any business that offers goods or services for sale, that are taxed in any way, must get a business tax ID number. If the state your business is located in taxes personal services, or if you are required to collect sales taxes on purchases made, you will most likely need a  tax ID number. As mentioned above, many agencies and institutions you deal with will require either a personal social security number or a tax ID number. </p>
<p>Almost any business that has employees and/or pays any kind of taxes will need a business tax ID. Generally, you should not worry about whether you are required to have a tax ID, you should just assume you do and take the steps to obtain one. It&#8217;s simple and easy to get so why not, right?</p>
<h2 class="sidebar">How Do I Obtain a Tax Identification Number?</h2>
<p>The best, and quickest way to obtain your business tax ID is to contact your <a href="http://www.irs.gov/localcontacts/">local IRS office</a> or call the IRS tax hotline (800-829-4933) for more information on how to obtain your tax ID.</p>
<p>The form you will need to complete and return is the IRS SS-4. The form can be accessed and filled out in one of four ways by either downloading the form and sending it via fax, mail, by phone or applying via the Web.</p>
<p><strong>Apply via the Web:</strong></p>
<ul>
<li>The Online tax ID application can be accessed by <a href="https://sa2.www4.irs.gov/sa_vign/newFormSS4.do">clicking here</a> (Web page).</li>
<li>Instructions for filling out the form can be accessed by <a href="http://www.irs.gov/pub/irs-pdf/iss4.pdf">clicking here</a> (PDF).</li>
</ul>
<p><strong>Apply via Phone:</strong></p>
<ul>
<li>Business owners can also obtain a tax ID by calling the Business &#038; Specialty Tax Line at (800) 829-4933 between the hours of 7:00 a.m. &#8211; 10:00 p.m. local time, Monday through Friday. A phone representative takes the information, assigns the tax ID, and provides the number to an authorized individual over the telephone.</li>
</ul>
<p><strong>Apply via Fax:</strong></p>
<ul>
<li>Business owners can complete the <a href="http://www.irs.gov/pub/irs-pdf/fss4.pdf">Form SS-4</a> (PDF) and fax it back to their <a href="http://www.irs.gov/file/article/0,,id=111453,00.html">individual state&#8217;s fax number</a>. Be sure to include a return fax number so they can send back your tax ID via fax. It typically takes between 1 &#8211; 4 business days to receive back.</li>
</ul>
<p><strong>Apply via Mail:</strong></p>
<ul>
<li>Out of the four options listed, mail takes the longest. It typically takes between 3 &#8211; 4 weeks to receive via mail once the <a href="http://www.irs.gov/pub/irs-pdf/fss4.pdf">Form SS-4</a> (PDF) has been completed and mailed to the appropriate address.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ecommerceoptimization.com/articles/starting-out-getting-your-tax-identification-number/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Starting Out: Online Retail Business Structures</title>
		<link>http://www.ecommerceoptimization.com/articles/starting-out-online-retail-business-structures/</link>
		<comments>http://www.ecommerceoptimization.com/articles/starting-out-online-retail-business-structures/#comments</comments>
		<pubDate>Thu, 23 Nov 2006 02:45:53 +0000</pubDate>
		<dc:creator>eCopt</dc:creator>
				<category><![CDATA[Learning eCommerce]]></category>
		<category><![CDATA[Start to Finish]]></category>

		<guid isPermaLink="false">http://www.ecommerceoptimization.com/articles/starting-out-online-retail-business-structures/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.ecommerceoptimization.com/articles/starting-out-online-retail-business-structures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting Out: Writing a Successful eBusiness Plan</title>
		<link>http://www.ecommerceoptimization.com/articles/starting-out-writing-a-successful-ebusiness-plan/</link>
		<comments>http://www.ecommerceoptimization.com/articles/starting-out-writing-a-successful-ebusiness-plan/#comments</comments>
		<pubDate>Wed, 22 Nov 2006 02:48:04 +0000</pubDate>
		<dc:creator>eCopt</dc:creator>
				<category><![CDATA[Learning eCommerce]]></category>
		<category><![CDATA[Start to Finish]]></category>

		<guid isPermaLink="false">http://www.ecommerceoptimization.com/articles/starting-out-writing-a-successful-ebusiness-plan/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.ecommerceoptimization.com/articles/starting-out-writing-a-successful-ebusiness-plan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
