Posts Tagged ‘mistake’

How to Create a Successful Web Site

Ever wonder how come some people’s websites get thousands of visitors a day and other languish in obscurity? I did, and that’s I started reading every article and eBook I could on the subject until I considered myself the closest thing to an expert I could imagine becoming. My little website here is far from a successful site, it’s what’s known as a niche website and it’s only really designed to attract a very small portion of the population but even then, I can easily have 70,000 people a month come to my site.

So, how did I do it? The first thing I did was followed four fairly simple steps:

Step One: I knew where I wanted to go

So many people make the mistake of assuming their blog or website will be successful without really understanding what success would be. Before you launch your website, determine what type of website you want to run and know what it would take for you to consider that website a success.

Step Two: I found the tools to help me get there

I’ve written a lot on my website about WordPress, it’s a great free tool and it’s one of the reasons that I can consider myself successful. I owe a lot to the tool because it’s helped me build my traffic base and increase my own understanding of the market. The web has billions of pages, make sure whichever tool you choose it’s right for you and that it helps cut through the background noise to help your page get noticed.

Step Three: I paid attention to the details

I tinkered a lot with my website, tried different configurations and setups until I found the design you see today. It was on purpose but I didn’t just guess, as my former boss Michael used to always tell me … without statistics, you’re only guessing. That’s why I used great tools like Google Analytics to track every mouse click, page load and ad sale on the site to ensure I wasn’t alienating my audience.

Step Four: I listened.

I can’t tell you how often I got a comment from a use but I can tell you that I have thousands of comments on hundreds of pages here on my website and that I read every single one of them. I may not have agreed with some of them and some I pouted about for days or even weeks. A couple almost made me quit blogging altogether and yet most pushed me to do better.

Is my website finished? No. It’s an evolution and as such I’ll continue to move menus and tweak code until I’m happy with it. I’ll also continue to listen to the most important people on my website, you guys and constantly work to improve the site. I want to hear back from all my readers far more often, and I know the best way to increase my readership is to produce better content so don’t be shy to correct me if I’m wrong or point me to an awesome article if you happen to find one.

WordPress SEO Tips – The Title Tag

For anybody who cares about Search Engine Optimization (which you should if you own a website) WordPress is a great tool that takes care of most SEO problems by itself, the only significant oversight when they put it together was the TITLE tag.

There are few common mistakes most web designers make with regards to the TITLE tag, but WordPress in particular does some things that we should avoid. Let’s take a look at a few common mistakes and how to fix them in your own WP blog.

Duplicate Titles

Each TITLE tag should be unique for your website, with rich text describing the content of your blog. WordPress makes the mistake of repeating the blog title every time in the post, along with the category and then the title. For example:

thisismyurl.com | WordPress | WordPress SEO Tips – The Title Tag

That’s a surefire way to make Google think that you’re repeating the same content. What you should have for a page title is:

WordPress SEO Tips – The Title Tag

Except in the categories which should be:

thisismyurl.com | WordPress Archives

On the homepage, simply:

thisismyurl.com

If you want, you can include the site description if it’s short enough but remember to keep your site titles below 65 characters (including spaces).

What about your site name? If you really feel the need to include it in your page title, including it at the end (

WordPress SEO Tips – The Title Tag | thisismyurl.com 

) is the best.

65 Characters

Google only reads the first 65 characters of your title for it’s index, if you’re going to post longer titles you risk having them cut off in the index.

Keywords in the Title

A few years ago, there was a trend among web developers to stuff as many keywords as possible into the title. For example:

WordPress SEO Tips – The Title Tag SEO WordPress Optimizing Search Engine Optimization

Frankly, Google hires some pretty smart people so if you honestly think stuffing your titles with keywords is a good idea, you should think again. More importantly, repeating the same word or words in your title doesn’t make a difference to search engines. On the other hand, if you really wanted to make an impact try using a useful title such as:

WordPress SEO Tips – The Title Tag for Search Engine Optimization

Fixing WordPress

So now that you know a few new (and hopefully interesting) facts about how Search Engines will index your WordPress website, how do you fix it? The process is surprisingly simple, open your header.php file and change remove the existing title tag, to replace it with the code below:

<title><?php wp_title(”); ?> <?php if ( !(is_404()) && (is_single()) or (is_page()) or (is_archive()) ) { ?> | <?php } ?> <?php bloginfo(‘name’); ?></title>

Gallant: It’s level one compliant!

Mr. Gallant, the cities IT guru has reviewed the debacle know as frederictontourism.com and have given our local newspaper, the Daily Gleaner the definitive answer as to why the site is as broken as it is … it was never meant to be compliant with all browsers, only those which meet the W3C’s “level one” testing.

It’s possible that Mr. Gallant, being a public servant has information that I simply don’t have, or that he’s reached a pinnacle of web excellence that I have failed to reach because while I explored the W3C’s online validation service at http://validator.w3.org/, I don’t see levels of compliance, only a pass or fail.

It appears that Mr. Gallant knows something that the rest of the Internet does not.

On another note, the accessibility of the website which as reviewed in depth last week, it’s interesting to note the front page story of the Gleaner this week in which the city is found to be less accessible for the disabled citizens of Fredericton as it could be.

When it comes to accessibility, and the lack of effort put forward by the city to accommodate those who need a little bit of extra support, it is refreshing to see that their inability to create a website capable of being viewed in browsers for the blind is at least consistent with their general attitude towards the citizens of Fredericton with disabilities.

I agree with Peter Haggert in his editorial today, its bad enough that the city choose to over look the highly qualified and cost competitive firms here in Fredericton, but to continue allowing the mess of a site to stay online is ridiculous. The city should take it down until it can be fixed and dress down those responsible for this mistake.