Skip to main content Screen Reader Website Version

Web Marketing Staff Training

How easy is it for one to do their own SEO?

Difficulty level: 5 out of 10

If you know how to use a computer and can spare 3-5 hours per week then it is perfectly reasonable to expect you can do your own SEO and save hundreds of dollars per month bypassing those expensive SEO companies and putting that money toward something that gives you a better ROI.

The only part that is beyond the capabilities of most business owners is putting the correct site structure in place. Your website needs to have the correct code in place for search engines to understand the content in it. This is vital to ranking well on Google, Yahoo and Bing. Site structure is putting the correct tags in the right place, having the correct keyword density and, among other things, obtaining the fastest page load speed possible. This is a service best left to the professionals.

Past that, every part of SEO is easily doable by any business owner or office assistant. We guide you through the entire process with up to 3 training sessions and plenty of phone support. Plus we provide you with all the tools and resources you need to run your own, successful, SEO campaign. That includes reporting. For a small fee, we run reports on your website and send you our analysis of your progress and suggestions for the future.

It really is deceptively easy to do this. People that have gone through our training session are generally amazed that they had been paying another company several hundred dollars per month to do this type of work. Managing your own SEO will give you the freedom to move your website in whatever direction you want, focusing on your strengths. The money you save each month isn’t bad either.

More Web Design Blog Content

Five Frequent SEO Mistakes and How to Fix Them.

Five Frequent SEO Mistakes and How to Fix Them. A few simple missteps can derail all the hours of toil, not to mention money, put into your SEO efforts. Here are five common SEO mistakes and how to rectify them.  Keywords Should Match Content. Google wants its customers

Better Than Notepad: Notepad ++

We love this little program. It’s a replacement for Notepad called Notepad++. It’s like notepad on steroids. Lots of  new, useful functions – essentially, everything Microsoft neglected to put into their product,; open source, once again, has provided a better alternative. Easy find/replace functions, even in files so

Why Website Speed Matters More Than Ever in 2024

In today’s fast-paced digital world, website speed is crucial. Users expect instant access to information, and a slow website can significantly impact your business. Here’s why website speed matters more than ever in 2024 and how you can improve it. The Importance of Website Speed User Experience When

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

Warrington Heating and Air Has a New Website

Warrington Heating and Air is a great company and they made a great choice coming to us for their website needs. Previously they had been with a company out of California. They were not happy with the results thus far. Their website was out of date, never worked

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 );