Are You Ready To Outsource SEO?

Original post provide by Web Developers

Author Avatar

If you’re going to bother setting up a business Web site, then you’ve got to capture email addresses and send out a newsletter. This is because lots of folks are in a hurry on the Web. You know how YOU surf, right? Well, your visitors are doing the same mindless butterfly-flit from one site to the next. Make sure you get them to come back for a return visit each month - with a high quality newsletter that makes it to their inbox in one piece. Some tips to keep in mind when doing email newsletters yourself:

1. What You See Is Not Always What You Get.

Do your coding in a plain text editor like Notepad, if possible. Too many WYSIWYG editors insert excess “bloat code” that, at best, will get stripped by the receiving email client, and at worst, will completely befuddle said email client, resulting in a mess of unreadable garbage. If you don’t have the chops to code your HTML in a text editor, at least run your WYSIWYG code through something like HTMLTidy (http://cgi.w3.org/cgi-bin/tidy), which will strip out unnecessary code, fix missing tags and so on.

2. A MIME Is A Terrible Thing To Waste.

Always use Multipart/Alternative MIME when sending HTML newsletters. What this means is that a plain-test version of your email is sent out with the HTML version, in case the recipient doesn’t accept HTML emails or their email client doesn’t handle them well. In many cases, spam filters also look for an embedded plain-text option and assume your emails are spam if they don’t include it.

You don’t need to worry about the tech involved in this, however. Your email handling service should have some sort of automatic MIME system that either pulls a plain-text version from the HTML or that has a place where you can paste a copy of the plain text version to be automatically embedded in the email when it’s sent.

(A word of caution: If you’re sending your newsletter through Outlook or some other on board email client, stop it right now. It looks unprofessional, it’s almost impossible to do right and it’s a huge spam flag that will get you blacklisted faster than mooning the CAN-SPAM committee during their lunch break.)

3. Get the Picture.

All images in your newsletter must be uploaded to a public server. This normally involves simply creating a folder on your public Web host’s server and putting all your images there (use subfolders to organize by date, etc, if necessary). Always test your images from a friend’s or a public computer if you’re not sure if your image server is 100% publicly accessible.

Also be sure to link to your images using absolute urls instead of relative urls. An absolute url will contain the entire Web address, like so: http://www.yoursite.com/images/peach.jpg. A relative url would look like this: /peaches.jpg - and works on your Web site, but doesn’t translate to email.

4. Keep Your Code In Line.

Create your newsletter using only inline HTML or CSS codes. If you try to create a universal style by putting CSS in the header, it will just end up getting stripped out by Web clients like Gmail and Hotmail so that your commands don’t override their commands. Also, CSS positioning like divs won’t work either. Use tables, shim.gifs and other old-school positioning tricks, instead.

5. Don’t Go Out Of Bounds.

Unlike regular Web pages, HTML emails need to fit into a preview pane, not the width of the user’s monitor. Stick with either fluid-width tables or keep the width at 500 pixels or less.

Finally: Test, test, test. Sign up for as many different free email accounts as you can, and install as many alternate email clients and as many versions of those clients as possible (enlist friends for versions you don’t want to or can’t install on your own computer).

Or, just sign up for a service like MailChimp Inbox Inspector (http://www.mailchimp.com/add-ons/inboxinspector/), which will preview your HTML email in everything from AOL to LotusNotes, and let you know what isn’t working. Plus it runs your email through a spam filter check and other analysis to make sure that your email is lean, clean and mean before it goes out.

Finally, always send yourself a test copy. Make sure every link works, every image loads and every table renders properly in every email client and version. After all, nothing says “amateur” like a code-riddled, spam-blocked email full of misaligned columns, unloadable images and unclickable links.

Copyright 2008 Dina Giolitto, Wordfeeder.com Copywriting and Marketing. All rights reserved.

Liked this article? Have more of the same emailed to your inbox each month. Sign up for the Copywriting and Marketing Ezine from Wordfeeder.com today.

Previous Articles:
SEO Elite: New SEO Software!
A measly one time only investment ends all your traffic woes, fattens your list, boosts your sales, increases your profits without having to spend an additional red dime, AND increases your free time! Read the copy, the proof, testimonials, and endorsements by leading SEO experts.
Faux-CNN Spam Blitz Delivers Malicious Flash
The bogus messages, which claim to be from the CNN.com news Web site, include links to what are supposedly the day's Top 10 news stories and Top 10 news video clips from the cable network. Clicking on any of those links, however, brings up a dialog that says an incorrect version of Flash Player has been detected and that tells users they needed to update to a fake newer edition, which delivers a Trojan horse — identified by multiple names, including Cbeplay.a — that "phones home" to a malicious server to grab and install additional malware."Read more of this story at Slashdot.
All Roads Lead To SharePoint
File shares, document management systems, e-mail servers, Web servers – chances are that most of these are still in use in your company. New user requirements and technical capabilities have driven this evolution, and the result is a scattered variety of platforms that have become unwieldy and expensive to manage.read more
AJAX World RIA Conference: The Beauty Of JavaScript
Most developers will go their entire careers without realizing its full potential. It's not often that you get a language that supports the feature set that JavaScript does, while still being as widely deployed. This talk will spotlight some patterns surrounding JavaScript's most elegant features such as closures, lambdas, object and array literals, object prototypes, private members and dynamic scope resolution -- all without boring you to tears.read more
Build N-Tier Applications With WPF, AJAX, Silverlight, LINQ, WCF
The advent of .NET 3.5 marks a turning point in how .NET developers approach programming. "It is our belief that .NET 3.5 in general, and Silverlight in particular, will change programming more significantly than anything that has come from Microsoft for a least a decade," state bestselling author Jesse Liberty and industry expert Alex Horovitz in the preface to their new book, Programming .NET 3.5 ( O'Reilly, US $44.99 ).read more
More Articles:
Creating Perfect HTML Newsletters
If you don’t have the chops to code your HTML in a text editor, at least run your WYSIWYG code through something like HTMLTidy (http://cgi.w3.org/cgi-bin/tidy), which will strip out unnecessary code, fix missing tags and so on. 2. A MIME Is A Terrible Thing To Waste.
Students Learn To Write Viruses
Grant Joy runs a program that surreptitiously records every keystroke on his machine, including user names, passwords, and credit-card numbers. Thomas Fynan floods a bulletin board with huge messages from fake users. Yet Joy and Fynan aren't hackers — they're students in a computer-security class at Sonoma State University.
Flash And SEO: Like Oil And Water
However, it remains to be seen whether people that are seeking information on a mobile device will even want to navigate through Flash, especially if they can get the information that they seek from a fast-loading html page. In my opinion, lean html content will be at a premium when a company is trying to target a mobile audience.
Message Digest
Package: Message Digest Summary: Generate message digests with hashing algorithms Groups: Cryptography, PHP 5 Author: Marius Zadara Description: This class can be used to generate message digests using hashing algorithms. It takes a data string and generates a message digest using a given hashing algorithm.
PHP Color
Package: PHP color Summary: Format PHP code as colored HTML Groups: HTML, PHP 5, Text processing Author: hazem ali Description: This class can be used to format PHP code as colored HTML independent of the PHP code version. It takes a string of PHP code and reformats it by adding HTML tags that can render the PHP constructs using different colors.

Leave a Reply