Posted by admin on December 26, 2011

Featured Site: Freight Shipping Co.

Several weeks ago Denver SEO wrapped up on both the SEO and Website Design for a local Colorado company: Freight Shipping Co.

The semi-custom website & design features a WordPress CMS (our personal favorite).

The SEO based on our evaluation has been through the roof… They rank well nationally and do locally for keywords like “Denver Used Cars,” Denver Freight among others…

Be sure to visit FSCO online at freightshippingco.com.

Posted by admin on October 27, 2011

WordPress Web Designers in Denver, CO

LA, Deee, Da! That’s the sound of millions of small business owners switching to the most powerful open source content management system – WordPress.

In Denver there’s no lack of web developers but when it comes to finding a Denver web design company who knows WordPress inside and out not to mention pump out award winning designs… Here’s a list that will help you get on your way…

I’ve listed some fantastic custom wordpress website designers but companies who also specialize in SEO. This helps you by getting your website done right the first time… Seriously awesome? You can thank me later.

Posted by admin on June 13, 2011

Tips For Landing That Perfect Web Design Job

Are you hoping to have a job in web design or web development? If that’s the case, I bet you will agree that it’s quite effortless to get hung up on the title of the job you happen to be seeking out. Let us take for instance, most of the time web design companies just like website designer Louisville, get requests from people who wished to become “web designers” or “web developers”.

The tricky part is that they may already be established to acquire a job in the industry of website design, yet for the reason that wouldn’t consider anything which doesn’t have the title “Web Designer”, they cannot or may find it difficult to get a job.

Seeing that there are a lot of jobs found in the web industry, a person simply would need to figure out how to look for them.

Here are several tricks to finding a great web jobs. The initial thing that you will need to examine is the job titles. Certainly, in the event that the word “web” is in the title then chances are it’s a web design or web development type job. But, you must know that there are other titles that might be web related and don’t sound like that. Listed here are the following examples:

• Graphic designer

• Layout artist

• Writer or copywriter

• Editor or copy editor

• Producer

• Information architect

• Program or product manager

• Digital developer

So that you can obtain a web design job, you must first of all take a look at the job title. When you find it has a “web” in the title in that case carry on. Nevertheless, if you discover it does not sound like anything of the previously mentioned job titles then continue also. And then, consider looking in the description of the job utilizing the word “Web” or “HTML” or another web technology you are knowledgeable about. In the event that it says that the job is to become a copy editor for an online presence in that case there’s a pretty good possibility that you will be doing work in the web industry.

Similar Websites

Featured Websites:

Posted by admin on October 31, 2010

5 Simple WordPress Tips

Article Submitted by: Unknown Source

When it comes to blogging, there is no better software to use than WordPress. WordPress is a frequently updated blogging package that allows the most novice of computer users to set-up and update their very own blog. The software is programmed in a way that it is not only easy to use, but easy to modify and be creative with as well. With that in mind, here are five WordPress tricks and shortcuts that will make your blogging experience better, easier, and more efficient. With a little alteration, some of these tips can even be used with other blogging platforms.

1. This is so important for your Denver SEO functionality and ranks as a top tip no matter who you speak to. Most new bloggers go through this. You just created a well thought out post, published it and then see it assigned an ugly URL that ends in “p=145″ or something like that. You have to change this if you want Google and other search engines to respect your site. Go to the options section and then click on “permalinks”. Select custom permalinks and then type in “%category%/%postname%” (minus the quotation marks) as your new permalink structure. This will put the name of the post or the name of the category followed by the name of the post in the URL.

2. Next, if you’re stumped for something to write about, do a Google News search using the keywords or niche of your blog. Then recap a news event and expand on it with a comment of what you think of that event. Don’t just do a straight news recap as this will most likely be seen by your audience as poor content because they can get news any where. But giving some personal experience with regards what is going on in the news does make for some interesting reading.

3. Another great tip you can use with a WordPress blog to help keep people from leaving your site involves the Error 404 page. Most themes used with WordPress have an Error 404 page for when there is an error in a URL. You can see here a great example of an Error 404 page. Hopefully it doesn’t happen often, but when it does happen that someone runs across this (just like the search engine robots do) wouldn’t it be nice to put something more than just the standard error message there? You’ll need to edit the 404.php file, which can be accessed from your WP Admin Control Panel. Try put in a humorous message or apology for the missing content. You can also add some WordPress code that can list the most popular posts or something similar to give the reader another option other than just leaving your site.

4. If you’re using WordPress and want to make your blog a “do-follow” blog, meaning that links from your blog pass on the benefits of Google page rank, you can install one of the many do-follow plug-ins available. There are a number of them available and they can either be found via a search engine or through the WordPress site itself. We suggest Share This and Add This.

5. Repeated and regular postings will boost your page rankings. A great tip that can solve this problem of having to write and post every day or every week (depending on your traffic level) is to write a supply of blog posts ahead of time and then either save them as drafts or change the post time stamp option to a date and time in the future. If you save them as drafts, you can use them at your leisure whenever you need them. If you change the times tamp to a future date, then without you doing anything those blog posts will show up on those pre-defined dates as if you were blogging that day.

Posted by admin on August 24, 2010

WordPress Different Background on Each Page

I ran into a recent problem that required me to set a different background image / theme in WordPress for individual pages and found a very simple solution. Follow these easy steps and you will be well on your way to customizing individual pages.

On the “Edit Page” page of the WordPress admin panel, you can define “Custom Fields”. For each page, create a custom field named “background-image”. The value should be a URL like “http://my-domain.tld/my-picture.png”.

Use the Theme Editor to edit the Page Template (page.php) of your current theme and add the following HTML/CSS between get_header() and <div id=”content”>.

<style type=“text/css”>
body {

background-image: url(‘<?php echo get_post_meta($post->ID, ‘background-image‘, true); ?>’

}

</style>

This is a simple way to have customized background images for individual pages in WordPress.

Origionally found at Sean  Hakes, Inc – Denver SEO / SEO Denver

Categories: WordPress Design