CAll Us: +1 888-999-8231 Submit Ticket

Does A WordPress Site Need A Content Distribution Network?

does-a-wordpress-site-need-a-content-distribution-networkA content distribution network (CDN) can reduce the amount of work your WordPress server has to do and improve the performance of your site for visitors across the world.

Most of the resources on your WordPress hosting account’s server are used to respond to requests and generate dynamic content. But most of your server’s bandwidth is consumed by the delivery of static resources: resources that don’t change between users. Static resources include images, videos, JavaScript files, and CSS files, among others. Static resources are the biggest bandwidth hog for most sites; a single high-definition image can consume as much bandwidth as hundreds of pages of text, dynamically generated or otherwise.

Fortunately, static assets are the perfect candidate for caching. Once static assets are loaded by the browsers of your WordPress site’s visitors, they’re saved so that they don’t have to be loaded again the next time they’re included in a page. That makes the page faster the next time it loads, but it does nothing for the first load or for any page load after the static files have changed.

A content distribution network is a type of cache that sits somewhere between the browser’s cache and the on-server caches provided by plugins like WP Rocket or W3 Total Cache. A content distribution network is composed of servers in data centers around the world. The servers comprising a CDN are called edge nodes because they’re at the “edge” of the network.

When your WordPress site is hooked up to a CDN, its static assets are uploaded to the edge nodes. Most content distribution networks have edge nodes located near major population centers. The Hostdedi CDN has edge nodes right across the US, Europe, and Asia. When a user requests a page from your site, the static content is loaded from the nearest edge node, not from your WordPress site’s server.

Let’s say your WordPress site is based in our Southfield, Michigan, data center. A visitor from Sydney, Australia, requests a page from your site. Without the CDN, the images and scripts would have to take a 9000 mile trip from Southfield to Sydney. In a perfect world, data could make that trip in less than a tenth of a second, but we don’t live in a perfect world.

The data may pass through lots of routers, switches, and copper cables before it arrives at its destination. And it’s a two way trip: the request has to travel from Sydney to your server and the response from your server to Sydney. In many cases, the round trip time will be multiple seconds, which doesn’t lead to a positive web experience.

But if the static assets don’t have to come from your WordPress server in Southfield, the trip could be much shorter and faster. A CDN caches the static assets in a data center close to the user in Australia, perhaps just down the road in Sydney. The request is diverted to the nearest edge node, and the data delivered in fractions of a second.

A content distribution is essential if you want to offer international users and even users on the other side of the US a great experience on your WordPress site.

Many of Hostdedi’ WordPress hosting plans include a generous data allocation on our global content distribution network.

Posted in:
WooCommerce, WordPress

Source link

How To Harden WordPress Sites Against Brute Force Attacks

how-to-harden-wordpress-sites-against-brute-force-attacksWhen logging in to a WordPress site, users supply a username and password that WordPress associates with their account. If an attacker can guess the right username and password, they can authenticate in the same way. The process of guessing is called a brute force attack: the attacker tries different combinations of usernames and passwords until they discover one that works.

Brute force attacks are effective when WordPress users choose usernames and passwords that are easy to guess. Criminals use automated botnets — which are usually made up of compromised WordPress sites — to make thousands of login attempts with different credentials.

Towards the end of December, WordFence wrote about the largest brute force campaign they had ever seen. An attacker was attempting to brute force access to thousands of WordPress sites. Once they had access to the site, the attacker installed malware which had two tasks: to compromise more WordPress sites and to run the crypto mining software.

Cryptomining software hijacks the resources of a server to mine cryptocurrency. Cryptocurrencies like Bitcoin and Litecoin are generated by carrying out the computationally intensive math. Cryptomalware uses the resources of compromised machines to do the work of generating coins. In this case, Monero, a cryptocurrency that can be mined with CPUs rather than GPUs, is being generated. According to WordFence, the campaign has created well over $100,000 for the attacker.

Victims of the campaign have their sites compromised and their server resources used to generate coins rather than serving the site. Because the malware also carries out attacks on other sites, there’s a strong chance of infected sites being blacklisted by security companies and browser developers.

Protecting WordPress sites against brute force attacks is straightforward. It’s only possible to guess usernames and passwords if they are simple and if the WordPress site lets an attacker make lots of login attempts.

Use Complex Passwords

The obvious solution is to insist on complex passwords that are difficult to guess. A long, random password takes much longer to guess than a short dictionary word. A random password of 16 or more characters might take millions of years to guess. A short dictionary password like “password” can be guessed in less than a second.

Use Two-Factor Authentication

I advise WordPress site owners not to rely on users to create secure passwords: people tend to choose convenience over security. Installing a two-factor authentication plugin on your WordPress site removes the risk of brute force attacks without relying on users to do the right thing.

There are many TFA plugins available for WordPress. Two Factor Authentication is among the most popular.

Limit Login Attempts

To find the right username and password combinations, attackers have to make a lot of guesses. By limiting the number of login attempts that can be made from an IP address, site owners reduce the likelihood that the attacker will ever guess the right combination.

WP Limit Login Attempts can temporarily block IPs if they make too many login attempts and display CAPTCHA tests to suspected bots.

In 2018, we expect to see more attackers taking advantage of crypto mining malware as cryptocurrencies rise in value. By following the steps we outline here, WordPress site owners can prevent their sites from being used to make money for criminals.

Posted in:
WooCommerce, WordPress

Source link

The Internet’s Best Website Content from December 2017

Happy New Year! As we roll into 2018, clean up your databases and get your site ready for this new year. Need some help? Check out this month’s roundup! If you’re looking for the same great articles the rest of the year, follow us on Twitter, Facebook, and Google+.>Enjoy and let us know if we missed anything important in the comment section.

WordPress and WooCommerce

Content Management Systems & Blogging

Design and Development

Magento and eCommerce

3 Things Improv Comedy Taught Me About Starting a Business – Discover the relation between improv comedy and starting, and running a company.

Posted in:
Craft CMS, CraftCommerce, ExpressionEngine, Magento, WooCommerce, WordPress

Source link

What Is WooCommerce?

What Is WooCommerce? So you’ve decided to launch a new eCommerce store. One of the first decisions facing you is which eCommerce platform to base your store on. There are many excellent eCommerce applications to choose from, including Magento, Craft Commerce, and WooCommerce, among others. Before making a choice, you should understand what the options are and how they differ.

In this article, I’m going to focus on WooCommerce, and in future articles I’ll take a look at the others.

WooCommerce Is Free

The first things to know about WooCommerce are that it is free and open source. You don’t have to pay anything to use WooCommerce, and its code can be examined and edited by anyone. You might not understand why this matters, but if you use WooCommerce for your eCommerce store, you own and control the store and its data. That’s not true of many eCommerce platforms.

WooCommerce is based on WordPress, so before we move on to talking about it, let’s take a brief WordPress refresher. WordPress is a content management system. In fact, it’s the most popular content management system in the world by a large margin. A content management system makes it easy to publish content on the web. Rather than writing code, CMS users interact with an intuitive interface. Content management systems make web publishing accessible to everyone.

WooCommerce and WordPress

One of WordPress’ most important features is its plugin system. WordPress itself provides a core set of features for managing and publishing content, including a text editor, taxonomies for organizing content, and under-the-hood systems for interacting with web servers and databases. Plugins extend that basic functionality in interesting ways. For example, the Yoast SEO Plugin adds features that help WordPress users optimize content for search engines. There are many thousands of WordPress plugins.

WooCommerce is a WordPress plugin that modifies WordPress’ behavior and adds features that transform it into a powerful eCommerce platform. WooCommerce can support eCommerce stores that range from single-product stores to stores with thousands of products. WooCommerce brings to WordPress catalogue management features, navigation interface elements suitable for eCommerce stores, integration with payment gateways, tools for managing shipping, and many other features.

WooCommerce Features

WooCommerce is scalable; it’s capable of supporting very busy online retailers. It’s also mobile friendly: many shoppers make purchases on their mobile devices and mobile-friendliness helps to build great experiences for shoppers and with search engine optimization.

Just like WordPress, WooCommerce has its own plugin ecosystem, with a mixture of paid and free plugins. The plugins — or extensions as they’re called in the WooCommerce community — add features to WooCommerce, including payment gateways, analytics integrations, dynamic pricing, among others.

WooCommerce Hosting

To use WordPress and WooCommerce, you’ll need a hosting account that supports WordPress. Performance and support are especially important where eCommerce is concerned, so you should make sure you choose a hosting provider that understands eCommerce hosting and offers performance-optimized WooCommerce hosting specifically engineered to make the most of WooCommerce.

Posted in:
eCommerce, WooCommerce, WordPress

Source link

November 2017’s Best Magento, CMS, and Design/Development Content

Tis the season! We hope you’re ready for the holidays and your site is fully optimized for the coming rush. Still unprepared? Check out this month’s roundup. Get to it before the weather turns frightful! If you’re looking for the same great articles the rest of the year, follow us on Twitter, Facebook, and Google+.…

Continue reading

Source link

Own Your eCommerce Platform With Magento Or WooCommerce

Etsy Alternatives: Own Your eCommerce Platform With Magento Or WooCommerce

Photo by rawpixel.com on Unsplash

Since it was founded 12 years ago, Etsy has grown into the leading marketplace for handmade and vintage items. Thousands of creatives and makers have built businesses on Etsy. But there’s a risk in relying exclusively on Etsy to market and sell products, a risk that’s common to all platforms of its type. You don’t control the platform and you don’t set the rules. Ultimately, all platforms are managed to serve the interests of their owners and the investors, a situation that often creates tensions and conflicts with users of the platform.

This is a problem for eCommerce merchants and publishers alike, who eventually find the constraints of their chosen platform limiting. As Etsy seller Lisa Jacobs found:

“As I started to grow, though, I came up against some limitations. What makes sense for Etsy as a whole (all shops look alike and are run the same) started to irritate me.”

Owning the platform you use to sell gives you control over your eCommerce business. When you control the platform, you decide what your store looks like and how it functions, how products are displayed, the extensions you install, and the promotions you run.

Alternatives to Etsy

The best way to reassert control over your eCommerce store is to choose an eCommerce application hosted on specialist eCommerce hosting. The application provides the eCommerce functionality and the hosting provides the bandwidth and infrastructure. Platforms like Etsy combine both aspects of online retail, but by keeping them separate store owners gain more control and the ability to migrate to a different hosting platform or eCommerce application should the need arise.

It’s best to choose a specialist eCommerce hosting provider to ensure that your store benefits from the optimal hosting environment and superior performance.

Magento

Magento is a dedicated eCommerce application capable of supporting everything from small stores to the largest enterprise retailers. Many of the biggest independent eCommerce brands choose Magento because it provides everything they need to build a world-class eCommerce experience. Magento itself includes a comprehensive set of features, and Magento retailers can extend their store with any of thousands of free and premium extensions.

Magento is available in two versions: Magento Community Edition, which is free and full featured, and Magento Enterprise Edition, which is suitable for larger stores and includes additional features and support.

WooCommerce

WooCommerce is the leading eCommerce plugin for WordPress, the world’s most popular content management system. WordPress is flexible enough to provide an uncompromised eCommerce experience with WooCommerce, and if you’re already familiar with WordPress, you’ll have no problem getting to grips with WooCommerce. Almost 30% of eCommerce stores run on WooCommerce, and it has a large ecosystem of extensions that add enhanced functionality.

Etsy is a solid platform for new eCommerce retailers, but if you need more control and flexibility than Etsy can provide, Magento and WooCommerce on world-class hosting provide everything you need to build a stunning, mobile-friendly, and flexible online retail store.

Posted in:
eCommerce, Magento, WooCommerce

Source link

Eight Exceptional WooCommerce Extensions For Your New eCommerce Store

Eight Exceptional WooCommerce Extensions For Your New eCommerce Store

Photo by qimono on Pixabay

We recently introduced WooCommerce hosting to our range of performance-optimized eCommerce hosting plans. WooCommerce is the perfect eCommerce platform for retailers familiar with WordPress or who want to take advantage of the simplicity and power of one of the most popular online retail solutions in the world.

Just like WordPress, WooCommerce benefits from a large ecosystem of plugins (called extensions in the WooCommerce world) to enhance and augment its basic features. I’d like to take a look at eight plugins I think new WooCommerce users should be aware of. The extensions are a mixture of free, freemium, and premium plugins that showcase the strength of WooCommerce as an adaptable and versatile eCommerce solution.

WooCommerce Subscriptions

WooCommerce Subscriptions adds advanced subscription support to WooCommerce stores. Subscription-based eCommerce is increasingly popular because subscriptions provide retailers with predictable long-term income and increase the revenue associated with each conversion.

WooCommerce Subscriptions offers multiple billing schedules with automatic payments, built-in renewal notifications, and detailed reports.

WooCommerce Memberships

As the name suggests, WooCommerce Memberships provides site-wide membership plans that can be sold, granted to specific customers, and used to create members-only areas of a store.

Google Product Feed

Google Shopping is an effective marketing channel for many eCommerce retailers, in spite of its recent tussle with the EU. For Google Shopping to accurately represent an eCommerce store’s products, store owners must provide a feed of product data to the Google Merchant Center. The Google Product Feed extension is the easiest way to supply Google with the information it needs.

Smart Coupons

Smart Coupons is the leading coupon solution for WooCommerce. As you’d expect, customers are able to buy coupons for themselves or as gifts, and redeem those coupons on checkout. Smart Coupons is also capable of automatically generating coupons in scenarios specified by the store owner.

MailChimp For WordPress

MailChimp For WordPress isn’t strictly speaking a WooCommerce extension; it’s a WordPress plugin that is fully compatible with WooCommerce and is well worth a look for any eCommerce merchants that use email marketing.

MailChimp for WordPress can add opt-in forms and other email harvesting tools to WooCommerce store, and the details will be synced right to your MailChimp marketing lists.

Product Enquiry For WordPress

This is a simple plugin for eCommerce retailers who want to be responsive to their customers’ questions and requests for information. The Product Enquiry extension includes widgets that allow customers to make an enquiry or request a quote. Requests are sent straight to the store’s owner or sales team by email.

Advanced Woo Search

Any store that sells more than a few products should invest in a world-class search experience, and it doesn’t get much better than Advanced Woo Search, which provides fast, accurate, smart ordered search results to your customers.

WooCommerce Discounts Per Payment Method

This is a simple plugin that does one job: displaying and applying discounts depending on the customer’s chosen payment method.

I’ve only looked at a small number of the available WooCommerce extensions and WordPress plugins that can be used to enhance your WooCommerce store. If experienced WooCommerce users have favorites of their own they’d like to highlight, don’t hesitate to give them a shout in the comments below.

Posted in:
eCommerce, WooCommerce, WordPress

Source link

Don’t panic Black Friday is here!

Don’t panic Black Friday is here! For the past 10 weeks, we’ve been offering tips and techniques to help gear you up for the holidays. Hopefully, you’ve already adopted some or all of these measures to make sure your site stays alive and kicking for the upcoming season.

If you haven’t yet, then don’t panic. After this weekend, you still have options for

 

 

Holiday-proof your site with a CDN

If you use a popular web applications like Magento, WordPress, or something comparable, we’ve made this easy for you. Expand your geographic reach by setting up copies of your server assets worldwide. It won’t matter if your visitor is from London, San Francisco, or Sydney. Your CDN routes those visitors to a copy on a local data center that stores copies of your site’s key assets, accelerating their experience.

Use live chat to boost sales

Live chat is like the salesperson we all wish worked in every physical store. It’s there when your visitors need it, without being overbearing or hard to ignore if they prefer to browse on their own.

Get your holiday social media strategy ready

Customers expect to visit your Facebook, Twitter, and Instagram pages to research your products, connect with other customers, and find exclusive promotions. For store owners, it’s the best opportunity of the year to grow your audience and increase your engagement with customers on social media.

We hope you have a great Thanksgiving and a fantastic season!

Save big on hosting with our own Black Friday sale! Use code BF17 to save 80% your first month on a new hosting service.

Posted in:
CraftCommerce, eCommerce, Magento, WooCommerce

Source link

Why Is Subscription eCommerce So Popular?

Why Is Subscription eCommerce So Popular?

Photo by William White on Unsplash

Over the last few years, subscription eCommerce services have become a popular part of the online retail space. Few of the largest eCommerce retailers have subscriptions as a core revenue generator, but many smaller and mid-sized online stores have been created to capitalize on the trend for recurring payments and regular deliveries.

If you’re a podcast listener, you’ll have heard no end of ads for subscription food boxes, clothing, toiletries, toys, candy, and more. Apparently there are enough Japanese candy subscription services to merit an article called The Ten Best Japanese Candy Subscription Services.

The big success story here is Dollar Shave Club. Founded in 2011, backed by venture capitalists, and propelled to fame by a clever marketing campaign, Dollar Shave Club sold to Unilever for $1 billion in cash. Dollar Shave Club is an outlier, but it’s interesting as an example of how subscription services are attempting to disrupt more traditional eCommerce and why subscription is such a popular model.

What makes the subscription model so enticing to retailers? In two words: recurring revenue. A big chunk of the average eCommerce business’ income is spent on marketing. Before an eCommerce store sells anything, it has to get people to click on a link to its store. That means search advertising, social media marketing, content marketing, and a host of other promotional strategies.

Marketing is expensive. Sometimes it costs more to get a shopper to a store than they spend, a situation that’s obviously not viable for any business. But most of the time, the marketing budget comes right out of the eCommerce business’ profit.

And that’s why subscription eCommerce is becoming so popular. There’s still a big spend on marketing to get people to sign-up, but when they do, they signal an interest in spending money over the long term. Subscribers churn, but a subscription service is still more stable and consistent than a more traditional eCommerce store.

As a result, the ratio of marketing spend to customer value changes to favor the retailer. Each successful conversion is likely to generate more revenue over a longer period than a single purchase, and the likelihood of the customer going elsewhere next time they want to buy Japanese candy is substantially reduced.

There are many excellent subscription extensions for Magento, making it straightforward to create a subscription eCommerce experience. The Subscription And Recurring Payments extension from AheadWorks allows retailers to offer free trials, modify the subscription period to suit their products, and to charge both an initial fee and an iteration fee.

If your eCommerce store is based on WordPress, WooCommerce Subscriptions offers a complete subscription eCommerce solution that includes multiple billing schedules, automatic payments with a wide range of payment gateways, built-in renewal notifications, and detailed reports.

Subscriptions aren’t suitable for every eCommerce retailer, but if your store sells a product that is frequently consumed and replenished or that fits the subscription box model, subscription-based eCommerce offers an effective path to increasing the value of conversions.

Posted in:
eCommerce, Magento, WooCommerce

Source link

2 WordPress Plugins to Improve SEO for WooCommerce

2 WordPress Plugins to Improve SEO for WooCommerce

Photo by Mike Kotsch on Unsplash

Supporting an ecommerce site with WooCommerce means you have to the full force of WordPress behind you as well. And because WordPress is consistently one of the best platforms for blogging, all those words give you a boost in SEO.

But more than giving you an online notepad, WordPress also offers additional SEO bonuses with their endless library of plugins. Aside from allowing you to customize your ecommerce site as you like, plugins can also help you optimize your SEO strategy for the best results.

In this article, we’re going to talk about the 2 best WordPress plugins for improving SEO on WooCommerce sites.

1. All in One SEO Pack for WooCommerce by Visser Labs

Free. Premium version: $57 for first year, single site.

Michael Torbert’s popular All in One SEO Pack plugin certainly lives up to its name, garnering over 20,000 users and an average 4.5 rating. It was so successful that Visser Labs decided to expand the original plugin to better accommodate WooCommerce. The result is the All in One SEO Pack for WooCommerce, which enables the original plugin’s features on WooCommerce pages.

The package provides an impressive list of features with usability fit for beginners and experts alike. This original SEO pack plugin offers:

  • Automatic meta tag generation (with manual override)
  • Automatic title optimization for search engines
  • XML Sitemap support
  • Integration with most other plugins
  • Google Analytics support
  • Automatic attachment page redirection to parent posts
  • Automatic notification of site changes for search engines
  • Google AMP (Accelerated Mobile Pages) support

The WooCommerce version simply enables all these features for the meta data on ecommerce pages, including product descriptions and title attributes.

The paid Premium version gives you further features like advanced support for WooCommerce, video SEO modules, and SEO aids for categories, tags, and custom taxonomies.

2. Yoast WooCommerce SEO Plugin by Yoast

$49 single site.

One of the most common reasons people choose WooCommerce is because they’re already familiar with the WordPress interface. These people are likely already familiar with the Yoast SEO plugin as well, a favorite of bloggers for keeping their SEO at the top of its game.

If you prefer the functionality of the Yoast SEO plugin, you’ll be happy to know the company released a special version just for WooCommerce. The Yoast WooCommerce SEO plugin allows you to integrate the original SEO tool into your new ecommerce platform. It also enables you to use the breadcrumbs from Yoast SEO tool, rather than the more rigid WooCommerce breadcrumbs.

Even if you’ve never used Yoast before, you may want to consider this plugin just for its affinity with Pinterest. Yoast’s plugin allows social sharing with a “Product Rich Pin,” a card that appears on Pinterest with additional information. On top of the usual name and favicon displays, the plugin’s Rich Pin also showcases:

  • Price
  • Currency
  • Availability (“In Stock”)

This enhances every share on Pinterest, turning a normal mention into a more detailed product placement. Depending on how strongly you rely on Pinterest, this feature alone could make the plugin worth investing in.

How do you manage the SEO for your ecommerce site? We want to hear your thoughts, so tell us what you think below in the comments section now.

Posted in:
WooCommerce, WordPress

Source link