Orange County SEO™ Blog

The Role of Search Marketers in Sales

As a search marketer, you may not have thought about how much control you have over various aspects of your company’s marketing strategy.  Practically, however, you are in the driver’s seat.  You sell your creativity through your use of strategies with one goal in mind—to get more customers into the fold.  The better you are at this, the more credibility you have as a search marketer.  However, you cannot force customers to buy any more than you can force people to read your ads.

Instead, you persuade readers to buy based on the strategies you choose.  You hand off the customer to sales people who receive your product–a customer primed to buy based on what you have shown them.

Understanding your role in the entire sales process is key to doing your job well and having a ROI that stands up to scrutiny. Read More »


The Fancy Is The Newest “Hot Spot”

With a name like The Fancy, the more masculine among us may dismiss this newest hotspot as a “girly” site.  However, it is becoming the latest in a series of amalgamation websites to combine the best of some popular and climbing web interest sites—Pinterest, Love with Food, Groupon, and a host of others.  Best of all, the Fancy combines the best of these sites with a new and easy-to-use look that will draw buyers in and give higher conversion rates than the same bland and boring sites we have come to expect.

comScore’s article on the Fancy focuses on conversion from social media.  Likes are all well and good, but what happens when your likes do not translate into sales?  The Fancy can help you change that by providing that all-elusive marketing gold—a sales opportunity.  If your customers are buying, you are making money, and the Fancy proposes to give them every opportunity to do just that.

Orange County SEO can help you keep up with the latest trends in social media marketing and management by giving you up-to-the minute opportunities to grow your company through strategic marketing. Read More »


Speed Up Your Website With These Tips

With tips from YouMoz, webmasters can make their websites faster and more streamlined.  Check out these tips and learn how you can speed things up on your website easily and quickly.

Orange County SEO can give you professional advice on how to speed up your website and on many other aspects of website management.  We do this by focusing on the basic issues of website design and development and assist our clients with creating the best possible websites.

There is nothing more dismaying than long page load times.  Users simply will not wait; they will move on to another website.  If you want your users to stay on your webpage, you have to have reasonable load times—it is that simple.

So how can you increase your traffic and decrease your load times?  It all starts with your server.  Here are some tips about how to choose the right hosting for your website.

  • Leverage browser caching.  When a browser reads every resource as new every time, it takes a long time to load, especially for images and other large files.  On the other hand, if your website stores information in a user’s browser, your website reloads faster on the next visit.  You can control this by using expire headers as described here.
  • Use keep-alive signals.  A keep-alive signal is a neat little trick to avoid downed links.  These signals are usually disabled by your hosting provider; tell them you want it enabled.  When a signal is sent in the future, if no reply is received, your browser will assume the link is down and future traffic will be routed through another path.
  • Utilize gzip compression.  You can add commands to your files that will cause you to default to gzip, a much faster option than traditional loading choices.  Just add the following to your .htaccess file:

# compress text, html, javascript, css, xml:
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
# Or, compress certain file types by extension:
<files *.html>
SetOutputFilter DEFLATE
</files>

Or, use the following at the top of your HTML/PHP file:

<?php if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], ‘gzip’)) ob_start(“ob_gzhandler”); else ob_start(); ?>

You can also use the WP HTTP Compression plugin for WordPress.

  • Use a 302 redirect to speed up landing pages for mobile users.  Mobile page directs often send users to a different URL, so using a 302 redirect with a cache limit of one day means that visitors who return to the mobile site will not have to wait for a reload each time.
  • Use a CDN.  CDN stands for a content delivery network, which is a collection of servers that work together to send content to users.  Typically, network proximity is the measure used to select networks for any given task, although other metrics can be used.  Here is a comparison of CDN hosting with traditional hosting.  Two major CDN hosts are Amazon CloudFront and MAXCDN. You may want to investigate the tools available for WordPress using W3 Total Cache as well.

Website Content

You can only control servers to a certain extent, but you have complete control over your website’s content.  Are you doing everything you can on your side to speed up how your viewers can access your site?  Find out by reading on:

  • Minimize redirects.  In order to indicate a new URL location, follow clicks, or connect web site areas, you may find that you need a redirect.  However, every time you redirect, you are slowing things down for the user.  Here are some tips for minimizing redirects, straight from Google.
    • Never reference URLs known to redirect.  Instead, find a way to update on a regular basis.
    • Never use redirects that require more than one page transfer.
    • Never use multiple URLs; instead, force users to access you in only one place.
  • Remove query strings.  Caching a link with a “?” causes the link to behave as if you used Ctrl+F5.  These should be used only for dynamic resources.
  • Specify a character set in your HTTP headers.  You can do this by adding a simple code in your headers:

<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″>

Write it out in HTLM instead of PHP.

  • Minify codes. Removing your HTML comments and CDATA sections, as well as whitespace and empty elements, makes your page size smaller.  This is a simple fix to speed up load time.  You can use online tools such as Will Peavy minifier or Autoptimize for WordPress to save space.
  • Avoid bad requests.  Broken links waste resources.  Fix them using an online broken link checker or WordPress link checker. Read about Xenu Link Sleuth and Screaming Frog tools at SEOmoz for more information.
  • Use a consistent URL.  Google’s recommendation for this task includes directions to ensure that each reference to the same source uses identical URLs.
  • Reduce DNS lookups.  DNS lookups take lots of time looking up IP addresses and freeze your browser, so reducing the number of hostnames can speed things up.  You can measure your own DNS lookup time with Pingdom Tools.  You can also collate your images through “spriting” with SpriteMe.
  • Specify image dimensions.  Use height and width specification to render images quickly instead of using “on the fly” scalers.  Optimize your images.  If your images contain comments or extra colors, they will take longer to load.  Keep image sizes at a minimum by saving in JPEG.  Try Yahoo! Smush.it or WP Smush.it plugin for WordPress users.
  • Put your CSS at the top, JS at the bottom.  The document head should contain your stylesheet to stop progressive rendering, and the bottom should have your javascript.  This is a great way to speed up page loading.

With some help from professional website developers like Orange County SEO you can optimize your page loads and make your customers happier!



Get a Complimentary SEO Website Analysis

Watch Our Videos

Orange County SEO Video
Orange County Web Design Video

As Seen On

  • press-cnn
  • press-yahoo
  • press-fox
  • press-nbc
  • press-abc

  • badge-google-adwords
  • badge-accredited-professional