Skip to main content Screen Reader Website Version

Eat More Protien

Meat in your website diet is needed – you’re probably in optimization atrophy …

What is meat for your website?

Content. Your site need fresh content added to it on a regular basis. Good content. Compelling content. But most of all, it need to be original content.

That means say goodbye to copy and pasting anything, at least anything you’re not going to extensively extrapolate on to further the discussion/article. It is true that this is what Google and other search engines are looking for. And for good reason too. On the whole, websites that have fresh content are being used more often, they are more than likely the most recent source of information and likely to keep up with fast moving trends. So Google and other search engines rank these sites near the top. They have the authority, trust and most importantly the relevance for the search algorithm to pick it out of the pack and place it on top. Content is the main driver of this action and it is becoming more important with every algorithm update. No doubt because the industry is evolving at such a rapid pace, those that keep up with new trends almost always have the freshest content.

We hear, “but I’m not a writer” almost every time we bring the subject up. You don’t need to be a writer in every scenario, you just need to write. Or pay someone to write for you, but either way, just get it done.

But go with your strengths. Keep a daily blog on your activities, new clients, industry news, anything that you can spend an hour or two per week discussing.

Write Like You Have An Audience ..even if you don’t.

Face it, you feel stupid when you know no one is reading your blog. What are you writing for? To whom exactly? Well, maybe no one will ever read every post but the fact that you are building your website means that you will inevitably drive traffic to it in almost every situation. So, in a sense, if you write it, “they will come.”

So get out there – start a blog, and get some content on it!

More Web Design Blog Content

ADA Compliance

ADA compliance refers to the compliance of websites with the Americans with Disabilities Act, a federal law in the United States that requires businesses and organizations to make their goods and services accessible to people with disabilities. In the context of websites, this means ensuring that individuals with

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

CSS Animation, The New Flash?

I’ve used it, so I am not immune to the pull of CSS animation, but what are we doing here folks? Used sparingly, CSS animation is at best a small way to augment conversions (button wiggle), but at worst it is a resource hog that destroys readability and

Local Search Listing Management on Google

Building a strong customer base in your local community has always been one of the most significant components in the success of a business. With over 50% of Google searches completed on mobile devices, it’s more important than ever that on-the-go users can locate your business fast through

What’s New: Livewire Seminars

Want to become your own SEO specialist? Need to know how to put your site on page 1 but don’t have the capital to invest hundreds to thousands of dollars in optimization? We can help! Our Search Engine Optimization Seminars will teach you how to become your own

WordPress: Capturing Post Author Meta

An easy one here from your local Gainesville Web Designer: How to retreive the author information from a post in the WordPress loop. This assumes you’re in the loop, of course. $meta_field= get_the_author_meta( ‘your_meta’ );   Badda-bing badda-boom. You’re done. It really is that simple. Just use get_the_author_meta,