The Definitive Guide To Writing Magnificent Online Content – Part 1 – The Headline

Writing-Magnificent-Articles

With more content being generated each day, a startup blog or website really needs to focus on their edge in the market. That being the content that is displayed when a visitor comes to the website needs to be both informative and high quality. However, those qualities are not enough anymore to keep a visitor interested, which is why I have created this guide to writing magnificent online content that will attract and keep visitors on your website or blog.

Understanding The Average Internet User’s Ideology:

The web has changed how we read and absorb information. I guarantee that most readers of this site will skim through this content until something pops out at them, grabbing their attention for fractions of a second, before moving on. Don’t forget – you will always be competing for visitors interest with the billions of other websites on the internet.

There have been many internet usage studies, but they all conclude the same end result:

The average web user only spends a few seconds on each website before searching for another result.

What does this mean for web content producers? It means wasted bandwidth and a lower conversion rate. This is why I felt this series was necessary to increase visitor conversions and give anyone the knowledge they need to write “magnificent” online content.

The Article Headline: It Makes or Breaks Your Visitor Commitment

Ensure that the article headline is informative and makes the visitor want to continue reading.

  • Try and get the visitor excited about what you have written – IE: “10 Ways you can Lose Weight without Dieting” (this addresses people that want to lose weight, but also gives an insight into the added benefit of reading this article, which is not having to give up eating their favourite foods)
  • Alternatively, you could take advantage of controversy and create a debate question – IE: “Global Warming – The Biggest Scam in Human History” (this title will offend environmentalists but will attract other people that agree with your opinion, the end result being both of the people fighting out their opinion in the comments area of your website)
  • A boring article title will nullify any emotional response to your content and most likely result in a loss of an interested reader – IE: “My Incredible Dog, Sparky” (…yawn.)

The Colour and Font also Play A Role:

  • Bold fonts (Arial, Helvetica) get the point across to the new visitor faster than thin fonts (Georgia).
  • Neutral colours such as Dark Blue, Black and Dark Grey appeal to the largest amount of web readers. Reds, Greens and Yellows are more of a niche colour – Use these with caution.

Coming Up Next – Part 2:

The next post in the series will look at how to hook a reader into your content by placing one of the most basic (often overlooked) components of writing below your headline. Stay tuned, or better yet, subscribe via RSS.

Posted in Article Readability | 8 Comments

Further Accelerate Your Blog – MaxCDN is offering 1TB of Bandwidth for $10

logo

In the previous post, I talked about how to make use of Google’s Ajax Libraries CDN to serve Jquery, Mootools and other Javascript frameworks to your visitors, but to speed up everything else, MaxCDN is offering an amazing special (02/22/10) of 1 Terabyte (1000 GB) of bandwidth for $10. This works out to 1 cent per GB – take that Amazon S3!

I’d encourage every webmaster that is serious about growth to consider this deal. As you all may know, load speed is one of the crucial factors that affects website conversions and overall enjoyment of a website or blog. By harnessing the powers of a Content Delivery Network, you can speed up the loading process of your blog and allow your users to access the content as fast as possible. Of course, other methods of optimization always help load speed as well.

Needless to say, I’m Impressed:

I’ve recently purchased this package and I don’t think I’ll ever go back to hosting static files on a single server. MaxCDN (formerly NetDNA) has made this experience as easy as possible to set up. They answered all my questions about CDN support for Wordpress (using W3 Total Cache) as well as supporting other sites.

na-network

Not only do they have 10 Edge locations serving your content to your visitors (9 in the US and 1 in London), they also compress your static CSS and JS files “on-the-fly” to further increase load speed.

Read More »

Posted in Blog Loading Speed | Tagged | 2 Comments

Save Money, Save Time – Use The World’s Largest Free CDN

Speed-McLaren

What if I told you that you could harness Google’s servers to load Jquery, Mootools, Scriptaculous or even Prototype on your blog? There are hundreds of servers spread throughout the world dedicated to loading your JavaScript that much faster. Google recently launched the “Google AJAX Libraries API” which allows you to use Google’s CDN to load popular JavaScript frameworks, many of which are in use by web developers today.

Every blog will use a JavaScript framework to “spice” up their blog with animation and usability (I happen to use Jquery). The only down side of using these libraries is the 50KB+ download that it takes up to deliver the framework to each visitor. Not only does loading a large JS file block parallel downloads, it won’t start loading other content until it is completely finished. However, Google’s free CDN eliminates this problem and allows you to use their cacheable libraries on your blog.

Read More »

Posted in Blog Loading Speed | 9 Comments

Stop Breaking Your Wordpress Theme With Plugins – Use The If “Function-Exists” Option

PHP-if-function-exists

For bloggers, nothing is more disheartening than a blank page with one line of an error description calling a PHP function that Wordpress doesn’t recognize. This error may be created by many different situations, such as a new plugin or renaming files in your web server, but the end result still breaks your Wordpress blog until you fix the problem.

This is why I propose that you start using an excellent feature that PHP has, which is the if (function_exists) statement. By using this simple code when you call an external plugin file within Wordpress, you create a failsafe method of preserving your blog when altering files.

This code (quite literally) checks if the function that you call exists in the Wordpress library. If it does not exist, it won’t break your blog saying that the page has called an “undefined function” rather hide the function until it becomes defined.

The Example:

Take a look at the two methods of calling the famous “Related Posts” plugin for Wordpress:

1. - <?php related_posts(); ?>

2. - <?php
if (function_exists('related_posts')) {
related_posts(); }
?>

The first example will work fine, that is until you move the plugin files or modify any of the parameters. Then it will result in an error code that hijacks your blog until you fix the problem. If you’ve left on a vacation or don’t look at the blog for a few days, then you’ve lost all that traffic and new readership. Not so good for growth now is it? :)

The second example is much more ideal for any Wordpress installation. This code won’t hijack your blog with an error code, rather hide the function all together.

The Conclusion:

If you are serious about blogging and want to expand your reach as far as possible, error codes will not help you. Use the if (function_exists) call when adding plugins to your Wordpress theme… you’ll thank yourself if you ever run into trouble.

Posted in Wordpress Coding | Tagged , , , | 18 Comments

SEO and Load Time Optimized Wordpress Theme Now Available – “Optimized Overshadowed”

It’s been a while since I’ve posted an article here! I’ve been quite busy these past couple of weeks with clients and other jobs that life has thrown at me. Not to worry, I have prepared an extra special treat for all the readers here.

I’d like to introduce the “Optimized Overshadowed” theme that I have spent hours perfecting and optimizing. I’ve taken a Wordpress template and have completely revamped the stylesheet, images and design to create a unique experience for blog owners.

The Wordpress Theme:

screenshot

Attractive and Professional Font Replacement:

As you can see, I have applied a custom font to the header and sub-title which I have utilized Cufon for. It also has a nice drop shadow effect to it – I’m always a sucker for those types of things! :)

Then we have the content area. This area also uses Cufon for the H1, H2, H3 and H4 headers which keep the font family consistent. Perhaps the more important thing here is the SEO. I’ve spent a lot of time fine tuning this theme to give you the best rankings in the search engines as well as modifying the header.php to reflect your blog post title.

Free “SEO” Wordpress Theme:

Now that Google is starting to look at page load speed as a ranking factor, I’ve kept this theme very lightweight and all of the images are compressed using Photoshops compression techniques and then compressed again with Smush.it by Yahoo. This ensures that you are serving the content as fast as possible to the new visitor. The backgrounds are all 1px in either height or width and then repeated using CSS, which also increases the page load speed.

I’ve even taken the initiative to compress the CSS for you in which all the whitespace is eliminated. I believe that I compressed the final filesize over 30% less!

Read More »

Posted in Blog Design | Tagged , , | 18 Comments

Are You Missing Out on 14.24% of YOUR Website Conversions?

internet-explorer-6-stats

I’ll be honest – I hate Internet Explorer 6. Its out of date methods of rendering the web cause me the largest headaches and frustration that I can’t even begin to explain. However, being a web designer, that is no excuse not to ensure that your client’s websites render properly in this browser. 14.24% of their conversions depend on the rendering of that website!

As of December 2009, 14.24% of the Statcounter enabled websites have recorded the visitors using Internet Explorer 6. I thought that the stat had dropped to single digits ages ago, but it appears that I am wrong. Many people still haven’t upgraded from the damned browser that was released over 8 years ago.

Read More »

Posted in Blog Design | 27 Comments

676 RSS Subscribers

Subscribe today to recieve any updates on this blog for free!

You'll also receive, "The Blog Manual" free of charge for being a subscriber which you can download at the bottom of each post.

 


Blog Advertisers

Recent Comments

  • Jonny said: As usual you are right Brad I think I should pay more attention to headlines looking back at some...

  • SEO said: Exactly proper marketing can get an article attention, one of proper marketing encompasses the...

  • Ganesh Iyer said: Apart from having an interesting title, the content of the article should be absorbing. This...

  • George Angus said: Brad, Great stuff. Looking forward to the next in the series. Headlines (titles) are...

  • LittleWebThings said: Many of these entries have been useful to me over the years! Thanks for creating this...

  • About The Author

    Brad Ney

    I am a Wordpress enthusiast, part-time website designer, and enjoy using the latest technology via the internet for website promotion.I enjoy writing about startup websites, XHTML, CSS, Wordpress based on what I've learned in the industry.

    Reader Poll

    • Are you a...

      View Results

      Loading ... Loading ...