The problems with Wix

Wix is a do-it-yourself website builder. While this may seem to be in direct competition with Gainesville Web Design companies, they fill an important niche; mainly, those customers that cannot afford a professional website but still desire to have a nice looking design for their business. The templates are nicely made in most cases – some designs you could even qualify as stunning. For informational sites only, they are not a bad choice. But there are issues.

  1. There is no HTML or CSS customization… whatsoever. This means that you are stuck with the template you choose – no chance at adding any custom work.
  2. Changing templates. There is not an option (currrently) that allows you to switch themes. So if you want a new look for you website you have to start from scratch.
  3. The blog. The wix blog software has left a lot to be desired. Over simplistic and not at all SEO friendly.
  4. URLS. Many URLS are not SEO friendly. Wix does not employ a mod rewrite option.
  5. AJAX. The most disturbing thing about wix sites is that some of them are completely powered by AJAX. All well and good until you look at the source code on your website… it’s all Javascript, which is virtually invisible to search engines … so, for the most part, so will your site. That’s not good.

All in all wix serves a useful purpose but they are seriously lagging in the SEO department. The custom builder has plenty of useful options however they just don’t compare with a professionally designed site. Still a great option for business owners on a tight budget.

More Web Design Blog Content

TradePMR has a new website

A really great client – TradePMR – just launched their new super awesome, totally spectacular, mobile responsive website! We worked with their staff for the last 8 weeks to put together an entirely new online experience for their customers. Livewire will be conducting conversion optimization audits over the

What we’ve been up to lately

Here’s what’s been going on at Livewire in the last few weeks – because, well, why not? It’s a blog ,isn’t it? Finishing up the LDM iphone app – which has been a big project that has presented us with some unique challenges. The Android version is likely

Netgear Routers Are Terrible

Why did we purchase this product for our office? What a mistake. Range on this router is about 4 feet before the signal drops off significantly. Speeds are sketchy and we experienced significant slowdown periods throughout the day. Connections lost – impromptu port disabling, you name it. If there

Guardian Association Management Has A New Website

Pleased to introduce the new Guardian Association Management website. This is a clean minimalistic layout that funnels users directly into services and payments pages. Gainesville GAM came to us needing something up in a timely manner, clean, modern, and looked great on mobile. We were happy to oblige.

Facebook Dings Developers

In the ever growing app community, Facebook is putting the screws to developers looking to use their vast resources to build their apps. Really, they’re just looking for a little “reciprocity”. But come on, how much do you need? You already own and operate the largest website in

Woocommerce Products Per Page

Interestingly Woocommerce does not seem to have a default setting for ‘products per page’. Unsurprisingly, there’s a simple workaround. Add to your functions.php Replace “28” with whatever number you want. add_filter( ‘loop_shop_per_page’, create_function( ‘$cols’, ‘return 28;’ ), 20 );