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

Budding Biologist has a new website

A cute website for a really neat childrens’ book series by budding biologist. Their new website is responsive, meaning it is mobile ready and will display correctly across all devices and all browsers. Integrated web store and using the latest in HTML 5 and CSS3 media queries. Cloud

Gainesville Website Design: Mobile Websites

Mobile sites are a great way to tap into a new resource for many businesses. More and more people are using their phones as their primary device for Internet access. Phones are more computers than they are phones these days. A mobile website is a lightweight version of

Conversion Optimization

So many people have a myopic outlook on SEO and SEM. They tend to focus on optimization as strawberry field, where you can just pick a little fruit from here or there and fill up your basket. Not so fast. It’s not just about having a full basket,

Using Google URL Shortener

It really could not be easier. Google’s URL shortener is certainly the best one out there. https://goo.gl/ Our latest rollout, InfoGopher, uses this extensively. Our unique texting app needs short URLs in order to remain inside text character limits. Anyway, we love it. Google as usual gives you

Review: Total Cache WordPress Plugin ★★★★

An easy plugin for WordPress that does all your caching for you automatically. What is caching? A cache essentially takes a screenshot of your page and keeps it in local memory. When that page is called (by a user visiting it) then it is called up from the

WP: Adding a HTML5 Search Form

A simple script from your local Gainesville Web Designer. [code scroll=”false” language=”htmml”] <form role=”search” method=”get” class=”search-form” action=”<?php echo home_url( ‘/’ ); ?>”> <label> <span class=”screen-reader-text”><?php echo _x( ‘Search for:’, ‘label’ ) ?></span> <input type=”search” class=”search-field” placeholder=”<?php echo esc_attr_x( ‘Search …’, ‘placeholder’ ) ?>” value=”<?php echo get_search_query() ?>” name=”s” title=”<?php echo esc_attr_x( ‘Search