Online Business
Online Business
Online Business
http://duinobits.com
share:
This manual is the intellectual property of MakeUseOf. It must only be published in its original form. Using
parts or republishing altered parts of this guide is prohibited without permission from MakeUseOf.com
Think you’ve got what it takes to write a manual for MakeUseOf.com? We’re always willing to hear a pitch!
Send your ideas to justinpot@makeuseof.com.
HOW TO START AN ONLINE BUSINESS
Table Of Contents
Introduction 5
2. WordPress 101 11
3. Choosing a Theme 16
3.1 Widgets 20
3.2 Menus 20
5.2.3 Widgets 29
HTTP://MAKEUSEOF.COM 3
JAMES BRUCE, HTTP://DUINOBITS.COM share:
HOW TO START AN ONLINE BUSINESS
7.1 Competitions 33
Good Luck! 35
HTTP://MAKEUSEOF.COM 4
JAMES BRUCE, HTTP://DUINOBITS.COM share:
HOW TO START AN ONLINE BUSINESS
Introduction
With shoppers increasingly deserting brick-and-mortar stores all over the world, online business is booming. It’s no
wonder why - prices are cheaper thanks to virtually no overheads, no parking hassles, and no sales staff to deal with.
The time has therefore never been better to open up your own online store - and it’s a lot easier than you might think.
Whether you want to sell your own handmade goods, drop-ship products from China or generate more in-store traffic
from an online presence, this guide will walk you through the entire process, from setting up hosting to successfully
launching your very own virtual shop.
To ensure this guide is comprehensive, it’s been written alongside the creation of my own online shop, hosted with
(mt) Media Temple and using all the techniques outlined. Although I’ve worked with a number of eCommerce sites in
the past, this time I’ve started from scratch, so that I’ll understand any trouble and issues you might face along the
way. You can view the shop I created at DuinoBits.com. I’m selling affordable microcontroller starter kits, something
I’m passionate about. I hope this guide lets you pursue your passion as well.
HTTP://MAKEUSEOF.COM 5
JAMES BRUCE, HTTP://DUINOBITS.COM share:
HOW TO START AN ONLINE BUSINESS
On top of this, we’ll be using the most popular open source eCommerce plugin for WordPress, WooCommerce, be-
cause it has the widest choice when it comes to additional feature plugins and shop templates to choose from. Jigo-
Shop is the biggest alternative, and, in truth, there is very little to distinguish the two – if you have a chance, download
both and play with them for a few days before making your final choice.
There are also dedicated eCommerce systems out there - Magento, ZenCart and OpenCart are perhaps among the
most popular of those - but working with WordPress means we’re guaranteed a solid system that isn’t going to be
abandoned anytime soon. It also opens up a wealth of features not typically found on eCommerce sites, which is ex-
actly what you need if you’re going to stand out from the crowd.
Unlike other “shared hosting” plans, Media Temple’s Grid will keep the site online even under heavy load from traffic
spikes (how they achieve this is explained in the later chapter on performance). You can host more than one domain if
you’d like too, so there’s potential for experimenting.
If you think you’re going to want more low-level access to the server because you’re the kind of person who loves
tinkering with Linux, consider Media Temple’s “DV Managed” virtual private server solution. At $50/mo, this gives you a
complete virtual machine that you can tweak to your heart’s content, although optimization tasks will be entirely up to
you.
HTTP://MAKEUSEOF.COM 6
JAMES BRUCE, HTTP://DUINOBITS.COM share:
HOW TO START AN ONLINE BUSINESS
You’ll need to choose a domain name immediately to set up your account - you can always add more later and change
this primary domain if you want. If you don’t have one yet, go ahead and type one in to see if it’s available. New do-
main name registration through Media Temple starts at $12/year. You can also configure it with a domain purchased
elsewhere, but it’s up to you to adjust the name servers for that domain to ns1.mediatemple.net and ns2.mediatem-
ple.net from the control panel of wherever you purchased the domain.
With any luck, your domain will be available! “Domain Privacy” is not essential but, without it, your name and address
will be easily accessible to anyone who knows where to look. If you’re purchasing under a business address anyway,
this obviously isn’t an issue - but you may wish to enable this service if it’s your home address.
On the next screen, fill out your address and payment details. You should then shortly receive a welcome email -
before you can get started, you’ll need to set a password. Follow the link in the email to do this, and be sure to use
something actually secure (I use StrongPasswordGenerator.com to generate a 15 character secure password - keep
the tab open, you’ll need another one in a minute). Once you’ve set that, you can log into your Account Center.
HTTP://MAKEUSEOF.COM 7
JAMES BRUCE, HTTP://DUINOBITS.COM share:
HOW TO START AN ONLINE BUSINESS
The most important buttons you’ll want to know on this screen are:
• Admin - which takes you to the control panel for the site and from which you can create email
addresses, databases, or use the one-click application install features.
• Add New Domain - there are no additional hosting costs for the domain, though the domain
itself will need to be purchased.
• New Support Request - where you can get help on anything to do with your account. There’s
also a 24/7/365 chat accessible from the bottom right toolbar.
• KnowledgeBase - a wiki full of information about every aspect of managing your server. Always
search this first when you have questions.
HTTP://MAKEUSEOF.COM 8
JAMES BRUCE, HTTP://DUINOBITS.COM share:
HOW TO START AN ONLINE BUSINESS
Once set up, go to Error! Hyperlink reference not valid. to use the amazing automagical Media Temple email setup
tool - just type in your email address, tell it which client (email application) you’re trying to set up, and it’ll send you a
file you can run to set everything up automatically.
HTTP://MAKEUSEOF.COM 9
JAMES BRUCE, HTTP://DUINOBITS.COM share:
HOW TO START AN ONLINE BUSINESS
By default, the installer will try to set up WordPress on blog.yourdomain.com (known as a subdomain). This isn’t what
we want, since WordPress will be hosting the main shop as well - not just a blog - so be sure to delete that bit. Don’t
include WWW in the domain either! You can leave the other fields for database on default if you wish, but, for security
reasons, I suggest at least changing the database prefix away from the wp_ - that way, if someone does manage to
hack into your site or inject malicious database commands, they won’t know the name of the tables to target.
You’ll get a message about an existing HTML folder - this the default page of the server. Feel free to discard this and
overwrite. Once the install is ready for you, a green button will appear with the label Finish.
Click that to complete the final steps of the installation within WordPress itself - that is, choosing the site title and
administrator username, etc. Disable the option to let search engines index the site for now - you can re-enable this
later, once you’re actually ready to launch.
HTTP://MAKEUSEOF.COM 10
JAMES BRUCE, HTTP://DUINOBITS.COM share:
HOW TO START AN ONLINE BUSINESS
2. WordPress 101
WordPress began life as a simple blogging platform, but its popularity and open source code led to the system being
adapted to power many kinds of websites. As a Content Management System, WordPress makes it easy for you to
create posts in a chronological order - like a blog - and static pages, used for things like “About Us,” “FAQ” or “Con-
tact.” WordPress handles your file uploads (media) and comments made on articles. All of this information is stored in
a database, then, when a page is loaded, the relevant theme template is populated with the correct information. Posts
can be categorised and tagged, helping the user navigate through items of interest. WordPress also has an extensive
plugin system, which adds features or adjusts functionality of your site.
Here’s a quick look at the interface - you can always get to this by adding /wp-admin to the end of your domain, like:
http://yourdomain.com/wp-admin/
The first screen you see when you log in is the Dashboard, which gives an overview of pertinent information like total
posts and comments, recent comments or who is linking to you.
Along the left side of the screen is the main navigation bar. Hover over an item, and a submenu may appear. From the
posts item, you can view all existing posts, add a new post or adjust categories and tags.
Media lets you view all the files that have been uploaded, but generally you don’t need to do this as you’ll be upload-
ing them directly to product pages or blog posts. You might use the Media screen to upload a logo.
Pages is where you view or create static pages, while Posts is where the action happens. Posts are chronological
blog entries, the main focus of most WordPress installs. On the Posts submenu are also management screens for
Categories and Tags. Since we’re using WordPress for eCommerce, we won’t be using these screens as much.
Comments brings you to the moderation queue where you mark comments as spam or approve them.
Appearance is where you’ll be choosing which theme to run - and if your theme supports it, there may be some more
options for theme-specific settings. You’ll also adjust widget settings - these are special blocks of functionality on your
website, like a calendar or list of most popular products on the sidebar. You may also be able to customise menu items
here, but again this depends upon your theme. Basically, if you want to change something about how your site looks,
it’s probably changed in here somewhere.
Plugins is for managing, adding or disabling plugins; some plugins may add their own settings under this menu too
(though some will place it under tools instead). You can either install plugins by searching from the WordPress direc-
tory, or upload a zip file (if you purchased a premium plugin). Note: It’s common to find the actual plugin zip file inside
of another container zip file, in addition to things like a readme for instructions. If you get errors when uploading, try
expanding the original file on your local hard drive first, then upload the zip found within that.
HTTP://MAKEUSEOF.COM 11
JAMES BRUCE, HTTP://DUINOBITS.COM share:
HOW TO START AN ONLINE BUSINESS
Users is for editing who can log in to the site. There are five classes of “user”, from admin (that’s you - admins can
adjust anything about the site, and very easily break it) to “subscriber” - which is how customers will be registered so
that their details can be remembered.
Tools can be safely ignored, though some plugins will place their menu items in here.
Finally, Settings. For now, it will suffice to check the General, and Permalink sub menu items. From the General set-
tings page, be sure to set a tagline for your site - a one-line description that may be shown on the homepage for some
themes, as well as the local timezone. Permalinks refers to the URLs that will be used to access content - by default,
they will look something like:
http://yoursite.com/?p=12345
.. which is not only ugly, but horrible for search engines (there’s a whole chapter on that later, don’t worry). Choose
one that includes the post name, but I recommend not including the date unless you plan on posting a lot of time sen-
sitive blog posts. I’ll be suggesting later that you do write blog posts, though, in order to attract the search engines to
your site, so, this way, the URL for them will appear like:
http://yoursite.com/why-my-products-are-awesome/
Take a moment to look around all the options, add some test posts perhaps - try to upload and insert a picture in them,
then view your site and comment on those posts, and see how they appear in the admin area. You should find every-
thing is fairly self-explanatory.
Performance tip: By default, a plugin package called JetPack is installed. Contrary to what the name might suggest, it
actually slows your site down considerably. Deactivate this from the Plugins screen for an instant performance boost -
the features of this plugin can be found individually elsewhere.
HTTP://MAKEUSEOF.COM 12
JAMES BRUCE, HTTP://DUINOBITS.COM share:
HOW TO START AN ONLINE BUSINESS
WooCommerce - excelling eCommerce 2.0.14. There may be a more recent version by the time you’re reading this,
though, so don’t worry if the version number isn’t exactly the same.
Once installed, click the Activate Plugin link. Once this banner appears, click the Install WooCommerce Pages link
- this will add the required static pages like Checkout and My Account.
HTTP://MAKEUSEOF.COM 13
JAMES BRUCE, HTTP://DUINOBITS.COM share:
HOW TO START AN ONLINE BUSINESS
Finally, you’ll need to set the permalink preferences again, adjusting the product pages to use either a base URL of /
product, /shop, or custom. Remember to Save Changes when done, and the new permalink structure will be written
to the server.
Enable registration on the My Account page - otherwise customers will be forced to use the standard WordPress regis-
tration.
Prevent customers logging in to WordPress Admin - there’s no reason for them to be there, after all, and it seems
more professional to keep the WordPress side hidden from them.
Enable sitewide store notice text - just in case someone does stumble upon your shop and tries to make an order.
HTTP://MAKEUSEOF.COM 14
JAMES BRUCE, HTTP://DUINOBITS.COM share:
HOW TO START AN ONLINE BUSINESS
On the Catalog tab, you can adjust units and some of the finer details of product display - by default, dimensions and
weight will be shown in the “additional product information” section of product pages. Unless you have a good reason
to disable them, I suggest keeping them on for SEO reasons (“search engine optimisation”, one of the later chapters in
this guide).
Ignore the Pages tab for now - it allows you to create specific custom pages for store functions, but WooCommerce
will have already created all the necessary pages for you when it was installed, so you should have no reason to
change them.
The Inventory tab is for stock management settings. Disable the stock management if you want to handle this side of
things yourself, making items to order, or drop-shipping. If you are planning on keeping track of stock levels, the auto-
mated low stock warning can be quite helpful.
Tax. This is a broad topic, and it’s assumed you’ll understand the tax system in your local area. In the UK, you must
pay 20% VAT if your total turnover is greater than £79,000/year - however, once registered, you can also claim VAT
back on business purchases, so it isn’t quite as bad as a 20% loss of profit for you. Read this for more details on VAT.
The situation is far more complex in the U.S., where rates vary by state as do the products that are exempt - though
you’re generally exempt from sales tax if you don’t have a physical presence, like an office or retail store (technically,
your online customers should be paying the tax themselves). There is, however, legislation under way that would
remove this exemption and put the onus on the online store, so do check first.
Shipping: There are basic shipping options - like flat rate, or free shipping - built into WooCommerce. You can pur-
chase additional shipping options, such as USPS or Royal Mail from the official WooCommerce extensions store. By
default, only free shipping is enabled in your store - but you can change this by clicking the blue links at the top of
the Shipping tab. Don’t forget to also disable free shipping if you choose one of the others, or customers will probably
choose the free option!
Payment Gateways are various methods that you can accept payment from customers. Again, you can purchase or
download additional payment gateways from WooCommerce or other developers, but do bear in mind that accepting
credit card payments directly on your site introduces a whole new set of challenges for dealing with SSL. Read the
separate chapter on SSL to learn about these. No worries, though: you can still accept credit card payments through
PayPal. On the final page of the checkout, the customer will be redirected to a secure PayPal page, before being au-
tomatically redirected back to your site for the usual “thanks for your order message”. The fee is just $0.10 per trans-
action.
HTTP://MAKEUSEOF.COM 15
JAMES BRUCE, HTTP://DUINOBITS.COM share:
HOW TO START AN ONLINE BUSINESS
3. Choosing a Theme
Theming is an important part of WordPress and WooCommerce. Whilst the admin side remains familiar, the theme
you choose will determine everything that your customers see, so choosing a good theme is critical. As someone with
quite a few WordPress sites, I must admit I spend an abnormal amount of seeking out the next best theme!
That said, it’s also very easy to change the theme - you won’t need to rewrite HTML or CSS, though you may need to
reconfigure some menus.
If you’ve taken a moment to look at your site already, you’ll have noticed that WooCommerce works out of the box
with the default WordPress theme, but the styles are mismatched because it wasn’t specifically designed to work
with WooCommerce components. If you do have an existing theme that you’d like to integrate WooCommerce with, it
should be possible - but adding custom styles is outside the scope of this guide. I’m going to assume you’ll be pur-
chasing a new theme that has been specifically designed to work with WooCommerce, so the product display style
should match the surround template parts perfectly.
I recommend ThemeForest WooCommerce theme marketplace, though it’s not the only place to find a premium
theme. Expect to pay anywhere from $50 to $100 for a non-exclusive single site licence (which means other people
can use the theme too). Here are some keywords to look out for:
• Responsive. The theme will resize photos and adjust layout depending on screen size - so it
should work with mobiles and tablets. You can resize your browser window to test - it will adjust
dynamically. Given that a good number of customers now shop from their sofa, catering at least
for tablets is essential at this point.
• WordPress Customizer Compatible. A recent addition to WordPress is the ability to adjust ele-
ments of the theme design - such as header background and colours - without editing any code.
This isn’t essential - most themes will come with their own custom options panel anyway, but this
is WordPress’ attempt to standardize the process.
• Mega Menu. Menus are usually a single column of text links; a Mega Menu can be multiple col-
HTTP://MAKEUSEOF.COM 16
JAMES BRUCE, HTTP://DUINOBITS.COM share:
HOW TO START AN ONLINE BUSINESS
umns, and can include a short graphic at the top, or descriptions for links - basically, a lot more
than a standard menu.
·
Aqua Page Builder. A drag-and-drop template layout tool.
Slider Revolution. Lets you add eye catching slideshows, with image and text effects. A great way to grab the cus-
tomers’ focus and introduce a specific product.
Each theme should have a live preview button where you can test it out. Look at all of the menu items to see the fea-
tures offered by the theme - most will include different layouts.
HTTP://MAKEUSEOF.COM 17
JAMES BRUCE, HTTP://DUINOBITS.COM share:
HOW TO START AN ONLINE BUSINESS
When it comes to downloading your new theme, you may be presented with the option of “WordPress theme files
only” and “All files and documentation”. You’ll want to download both, but grab the WordPress theme file first as we
can use that to upload to WordPress.
From the Appearance -> Themes submenu, click on the Install tab, then on the Upload link. Locate your theme file
and click Install Now.
HTTP://MAKEUSEOF.COM 18
JAMES BRUCE, HTTP://DUINOBITS.COM share:
HOW TO START AN ONLINE BUSINESS
After completion, it should be listed on your Available Themes and ready to activate.
Since each theme is different, the options to configure and the methods of setting up various features will vary greatly.
Some theme authors will provide demo content that you use to help set up features, which can be added using
the Tools -> Import utility. Some will have additional plugins included in the full download package that will need to be
installed separately (the process is the same as for a theme - just go to Plugins -> Add New -> Upload, and select
the zip file). All themes will have some kind of documentation and an online support forum. Even seasoned pros need
to refer to that documentation, but it can be overwhelming for the beginner with the sheer number of options available
and different page designs. Take things one small step at a time, and don’t get frustrated just because your site looks
nothing like the preview yet.
Money-Saving Tip: If you want a semi-professional logo done without paying $500+, check out Fiverr.com, a mar-
ketplace for creative types to get experience and create a portfolio. You can get a basic logo concept done for $5, but
expect to pay $50 for a complete set of PSD and vector files.
HTTP://MAKEUSEOF.COM 19
JAMES BRUCE, HTTP://DUINOBITS.COM share:
HOW TO START AN ONLINE BUSINESS
There are a few menu items under Appearance that are standard to every theme, so let’s go over those briefly.
3.1 Widgets
Widgets are small bits of functionality that can be added to any sidebars / widget areas in your theme. Somewhat con-
fusingly, a sidebar might also be found in the header or footer - it depends on the theme, but they usually include more
than one. It’s not always obvious where these widget areas are, so again refer to the documentation for details. Here
are some examples of available widgets you can add that are included with WooCommerce:
• Product search
• Price filter
• Random products
3.2 Menus
Most themes will also provide one or more menu locations. Menus must first be created, then assigned to a particular
location.
If you’d like a menu item to expand when a user hovers over it, drag items in the menu editor to the left or right to
make them a parent (top level) or child item.
HTTP://MAKEUSEOF.COM 20
JAMES BRUCE, HTTP://DUINOBITS.COM share:
HOW TO START AN ONLINE BUSINESS
• Simple product: A single item with no options. The easiest of all to manage.
• Variable: A core product with different attributes the customer can choose from - this could be
size or color. If you’re letting the system manage stock levels for you, each combination of varia-
tions is unique and, therefore, has its own stock level.
• Grouped: A collection of related simple products that can be purchased individually. A grouped
product consists of many child products, but doesn’t itself have a price or stock level; it’s simply
a way of visually grouping products on a single page, so that customers can add the individual
products to their cart more easily.
• External / affiliate: Instead of an “add to cart” button, a “read more” button will be shown that
sends the user to a different website.
• Downloadable: A file that can be delivered to the customer upon successful payment. This is
usually protected in some way, and can be limited to a certain number of downloads, or with an
expiry date.
• Virtual: These products don’t require shipping and, therefore, won’t contribute to a shipping cost
- used mainly to sell services.
Additional product types can be purchased as plugins - such as product bundles or forced upsells. Most of the time,
you’ll be working with simple and variable products only.
All products can have attributes describing those products, such as color. A simple product might be a sweater avail-
able only in red (i.e. no variations), but the customer would still want it to be included if they were filtering for red
products.
HTTP://MAKEUSEOF.COM 21
JAMES BRUCE, HTTP://DUINOBITS.COM share:
HOW TO START AN ONLINE BUSINESS
In addition to the product name and description, you’ll find a Short Description box. On most themes this appears
directly next to the product image with the full description further down the page; on some themes, it may not be used
at all.
Scroll down the page a little to find the Product Details box. Here’s where the important data about price and pack-
age dimensions are added.
Quick tip: If you’re looking for something on the edit screen screen and can’t find it, the box may be hidden.
Click Screen Options in the top right and ensure all boxes are enabled (or disable those you don’t need to create a
less cluttered edit screen).
The Product Gallery section can be used to add multiple, additional images to a product. These are shown on the
product detail page underneath the main image. In the case of variable products, each variation can also have its own
image that will be shown when the user changes their selection.
HTTP://MAKEUSEOF.COM 22
JAMES BRUCE, HTTP://DUINOBITS.COM share:
HOW TO START AN ONLINE BUSINESS
The process of actually uploading images is self-explanatory - after you’ve clicked “Set featured image” or “Add prod-
uct gallery”, you can either choose from existing images or click the upload tab. Drag and drop into that window to up-
load. For product galleries, hold down the CMD/CTRL key to select multiple images at once from the media browser.
HTTP://MAKEUSEOF.COM 23
JAMES BRUCE, HTTP://DUINOBITS.COM share:
HOW TO START AN ONLINE BUSINESS
If your products could benefit from being seen at all angles, consider purchasing Magic360 plugin (£99), which creates
a rotatable 360-degree object widget from 18 or 36 product photos. You can make a low-cost photography platform
with a Lazy Susan party plate spray painted white.
Let’s go ahead and create a global color attribute as an example. From the Products -> Attributes screen, go ahead
and name your new attribute. Make sure the attribute type is set to “select”.
Add the attribute and it’ll appear on the list - click the configure terms button to add separate colors. Note: If you want
to use actual color “swatches” on the product options, you’ll need to purchase the additional Color and Image Swatch-
es extension for $99. By default, you can only use text.
On the Product screen, scroll down to the Product Details box and you should now be able to add the new attribute
color.
HTTP://MAKEUSEOF.COM 24
JAMES BRUCE, HTTP://DUINOBITS.COM share:
HOW TO START AN ONLINE BUSINESS
Once added, you’ll need to select which color terms apply to this particular product - use Select All to quickly add all
possible colors. Assuming you want these to create product variations and be selectable by the customer, ensure both
checkboxes are selected as shown, then Save attributes.
Now onto the Variations tab. If the product details don’t change - price, height etc - and the variations are simply for
user preference, you only need to add a single variation here and leave any attributes as the Any Color, Any Size (for
example). That means that, regardless of the colour and size the user picks, it will display the same price and shipping
calculations.
If the price or weight do change according to what the user selects, you’ll need to add variations and update the infor-
mation separately. Link all attributes will automatically generate a new variation for each attribute combination you
have - useful if you’re only using one attribute, but not recommended if you have multiple attributes as the number of
variations created would be huge. If the price and shipping cost changes according to size selected, but not by color,
you would create a new variation for each size, but leave the color attribute as “any color”.
HTTP://MAKEUSEOF.COM 25
JAMES BRUCE, HTTP://DUINOBITS.COM share:
HOW TO START AN ONLINE BUSINESS
Categories should be used for navigational purposes. They are likely the first way your customer will pick to get
around the store, so they should be focused on user intention - how does the user expect the store to be divided up?
Think about logical sections of a department store - you wouldn’t find a red section, but you would find “evening wear”
or “summer dresses”. Remember that you can also define sub-categories - best practices state that you should limit
the number of top level categories to 10 or less. Unlike a real department store, you can assign a product to multiple
categories.
Attributes can be thought of as a filter: price, size or color help to narrow down your choices, but they certainly aren’t
the primary way in which users would search for items in your store. You don’t walk into a department store and say
“show me everything you have in XL”. Attributes can also be selected concurrently - so the customer may be search-
ing for something red, in size M and for less than £30. If you had categories for each of these, they would only be able
to search through one at a time.
Tags are optional — a phenomenon of the digital age. They can also be used to cross-reference products. If you have
a keyword or label to describe a set of products that don’t make logical sense in their own category or as an attribute,
a tag may be appropriate. Don’t worry if you can’t think of why you would use tagging - most online stores don’t either,
but it’s there if you want it.
HTTP://MAKEUSEOF.COM 26
JAMES BRUCE, HTTP://DUINOBITS.COM share:
HOW TO START AN ONLINE BUSINESS
The problem is that for most eCommerce sites, very little actually differs between product pages (the images, title
and price), whilst the predominant content of a page (the template around it, the menu, etc.) - stays the same. From
Google’s perspective, you have a large number of low quality, similar content pages - which means they just won’t be
considered authoritative for any keywords.
This, of course, is a huge problem for online shops - and these stringent “quality check” algorithms that Google has
strengthened in recent years are single handedly responsible for a huge down swing in sales for many online shop-
ping sites. Luckily, we can understand the solution by looking toward the big players.
HTTP://MAKEUSEOF.COM 27
JAMES BRUCE, HTTP://DUINOBITS.COM share:
HOW TO START AN ONLINE BUSINESS
If you’re selling from a wholesaler database where product titles and descriptions are provided to you, rewriting unique
descriptions is particularly important. Those supplied descriptions are likely being used verbatim on hundreds of other
stores, so Google will consider many of them duplicate content. It’s critical that you differentiate yourself from those
sites.
Obviously, if the products you’re selling are one of a kind, you don’t need to worry so much about this point, but it’s still
a good idea to provide as much information as possible. Remember that when Google “reads” your page, it doesn’t
really take into account the pictures - so relevant textual content (without appearing to be spamming) is essential.
Some sites will go the extra step and accept customer “action shots.” While these can be great for the user experi-
ence, they don’t add an awful lot in terms of SEO value. One unique approach that Black Milk Clothing took was to
interface with the Instagram API and fetch photos tagged with the product name - it works because the product them-
selves are particularly viral, the kind of dress you really want to show off to your friends.
HTTP://MAKEUSEOF.COM 28
JAMES BRUCE, HTTP://DUINOBITS.COM share:
HOW TO START AN ONLINE BUSINESS
Product FAQs - where users can submit a question and await a response from you, can also add quick value and
relevant content to a page. This Product FAQs for WooCommerce plugin is free.
5.2.3 Widgets
Take a moment to examine some of your favourite shopping sites and identify key elements on the page that you find
useful from a shopper’s perspective - chances are there’s a plugin for WooCommerce that can help you add that too.
Don’t overload the page though - every additional “widget” will slow down the site, and good UI practice states that the
more focused a page is, the more likely a user is to convert to a paying customer.
Even if you choose not to include a blog on your own online store, guest blogging can be a great promotional tool -
this is where other sites will publish the article with a link back to your shop. Just be sure your content is actually valu-
able for the reader and not simply being used to drive traffic. For a systematic approach to guest blogging, you could
try MyBlogGuest, but, in my experience, directly contacting sites and offering your services can be more effective.
In short, it is not enough to simply offer a product for sale any more. Your site will need to differentiate itself with both
innovative features and quality content. Establish yourself as an industry expert if you can - give credibility to the
articles you post and show that you’re knowledgeable about the product. Make sure your product listing is more attrac-
tive, more useful and with more information than any other competitors.
HTTP://MAKEUSEOF.COM 29
JAMES BRUCE, HTTP://DUINOBITS.COM share:
HOW TO START AN ONLINE BUSINESS
To set this up, you’ll find PageSpeed Settings on the last row of your control panel.
From the next screen, enable it for all your domains and save. Done!
HTTP://MAKEUSEOF.COM 30
JAMES BRUCE, HTTP://DUINOBITS.COM share:
HOW TO START AN ONLINE BUSINESS
You’ll then be taken to an activation page listing individual domains. Go ahead and activate now, or you can get back
to this screen at any time from the new “Add-On Services” section that will have been created on your Account Cen-
ter -> Overview tab.
Note that the free CloudFlare account does not support SSL connections - this is a problem if your site is directly ac-
cepting credit card payments with your own payment gateway. If your shop is relying solely on external payment gate-
ways like PayPal, this is not an issue and you don’t need SSL. A premium CloudFlare account starts at $20/month.
Bandwidth on a CDN is cheaper than bandwidth provided by your host so if you’re hitting the monthly bandwidth
quota, you should definitely consider installing a CDN.
However, a CDN is a premium service that is available as an add-on at Media Temple. Starting at $20/mo (monthly
contract), Media Temple’s ProCDN provides 200GB of bandwidth and over 10 content caching points of presence
(POPs) in top tier data centers.
Do you really need a CDN? It isn’t essential if you have the other optimizations working, so wait until you find you’re
going over the monthly bandwidth, or if your pages are particularly heavy in graphics. If you do decide to use a CDN,
you’ll also need a plugin in WordPress that rewrite URLs so they point to your CDN instead of your local site. For that,
you’ll need….
HTTP://MAKEUSEOF.COM 31
JAMES BRUCE, HTTP://DUINOBITS.COM share:
HOW TO START AN ONLINE BUSINESS
If your site experiences a sudden burst of traffic - for example if a link is posted to the front page of Reddit - the Grid
Service will intelligently assign more resources in order to cope with that spike. Unlike most shared hosts, this means
the site will stay online. Your GPU usage may increase during this time, but so as long as the traffic spike isn’t sus-
tained for an entire month your total monthly GPU usage probably won’t exceed the quota.
Generally speaking, you won’t need to worry about this - the monthly quota of 2000 GPUs (equivalent to 2.78 GPUs
per day) was calculated such that 98% of Grid hosted sites will never exceed it.
HTTP://MAKEUSEOF.COM 32
JAMES BRUCE, HTTP://DUINOBITS.COM share:
HOW TO START AN ONLINE BUSINESS
When you’re confident the site is ready for everyone, try the following tactics to get as much footfall as possible.
7.1 Competitions
Use a free giveaway widget from PunchTab.com to encourage various actions. Customers will be able to get competi-
tion entries for submitting their email address, tweeting or liking the page, introducing friends, becoming a Facebook
fan or answering a question.
HTTP://MAKEUSEOF.COM 33
JAMES BRUCE, HTTP://DUINOBITS.COM share:
HOW TO START AN ONLINE BUSINESS
HTTP://MAKEUSEOF.COM 34
JAMES BRUCE, HTTP://DUINOBITS.COM share:
HOW TO START AN ONLINE BUSINESS
Good Luck!
You should now be all set to start your own online business - from buying the domain to launching the site, and every-
thing in between. The bits that come after is what will really test you - stock management, dealing with difficult suppli-
ers and even more difficult customers, payment fraud, lost deliveries, etc. I’m afraid there are no plugins to help you
with those!
The truth is, you’ll have a lot of competition, so I really can’t emphasise enough how important it is to differentiate
yourself in some way: with your expert knowledge, your amazingly beautiful site packed with useful information and
great customer service. There’s no need to spend your life savings on expensive design agencies and scam SEO
services, though - a few hundred dollars is all you need to test the waters for your product, and potentially become
your own boss. By choosing WooCommerce and WordPress, you’ve ensured that if you do run into a problem or have
a question, the answer is always just a quick Google search away. Now really, what are you waiting for?
HTTP://MAKEUSEOF.COM 35
JAMES BRUCE, HTTP://DUINOBITS.COM share:
Did you like this PDF Guide? Then why not visit MakeUseOf.com for daily posts on
cool websites, free software and internet tips?
If you want more great guides like this, why not subscribe to MakeUseOf and receive
instant access to 50+ PDF Guides like this one covering wide range of topics. More-
over, you will be able to download free Cheat Sheets, Free Giveaways and other cool
things.
Home: http://www.makeuseof.com
MakeUseOf Answers: http://www.makeuseof.com/answers
PDF Guides: http://www.makeuseof.com/pages/
Tech Deals: http://www.makeuseof.com/pages/hot-tech-deals
Follow MakeUseOf:
Think you’ve got what it takes to write a manual for MakeUseOf.com? We’re always willing
to hear a pitch! Send your ideas to justinpot@makeuseof.com.
Download Other MakeUseOf PDF Guides!
http://makeuseof.com/pages