Why I Don’t Trust Link Popularity

First of all it does not matter that I do not trust link popularity. I’m just whining in the wind on the off chance that someone from google will happen by and bother to read my blog.

Link popularity is measured by the number of links that point to a website. Some misguided folks have confused the number of links that point to a website with its popularity. There is much more to the story. Continue reading

Keywords in Anchor Text

Before we can talk about Keywords in Anchor Text we need to define what in the heck this Anchor Text is.

Anchor text is also known as: link text, link title, or that stuff in between the <a href=””> thing and the </a> thing.

Here is an example: <a href=”http://www.galaxywebsitedesign.com/”>Galaxy Website Design</a> Continue reading

Drumming Survival Guide

or How to fake your way until you stumble into a groove.

I am not a drummer. I like drumming. I have fun drumming. I even have a close friend that is a drummer. But, I don’t happen to be a drummer.

I drum by inspiration. In fact, the friend mentioned above is one of my PUPs (Parallel Universe Personaes) that knows how to drum. Once upon a time folks would talk about coming under the influence of the Muse — being struck by inspiration. Using the language of parallel universes this can be understood as tapping into one’s PUP from some universe or other. Continue reading

Social Marketing Truths

Here they are in the nutshell:

  • Social media enables you to open up a dialogue with perspective customers.
  • When you have a dialogue with a prospective customer, they grow to trust you.
  • Once they trust you, they’re more likely to buy your product or service.

The above three truths come from my notes taken during a seminar by Jamie Turner. These little tidbits were dropped on the path as he was making his way to the main topic of the seminar. However, I felt these were gems worth mulling over a bit. Continue reading

Title Attribute

Warning:

This article is about the title attribute NOT the title element found in the header of your webpage.

First a bit of advise

This might resolve the whole issue of title attribute for you. If you’re looking at it because you would like to improve keyword density and work on your SEO then there’s no need to dig any further: Google and most other search engines do not take the title attribute into account when spidering a website. Continue reading

Image Alt Attribute

There is much confusion about the proper use of the alt attribute. The first confusion is reference to the alt attribute as the alt tag. This is more or less okay, but….. if you do a google search on alt attribute you will get results that are generated by more knowledgeable writers. So, while it is okay to use alt tag it would be better to at least know the proper term. If for no other reason when you see alt attribute used in an article you will know that they are talking about your good old friend alt tag. :)

Before we talk about the more philosophical aspects of the alt attribute let’s get right to the meat of the matter.

Proper-ish Use of Alt Attribute

  1. You must use an alt attribute on images.
  2. It may not be used for any element other than img, area, and input. For our purposes just concern yourself with the img element. And know you may not use alt on tables, href links, or anything else.
  3. Use the alt attribute to provide text for visitors who can’t see the images in your document.
  4. For decorative/style images, use alt="" instead of irrelevant text such as “red line”, “spacer”, etc.
  5. If the image contains text then use alt=”that text”. If the image is company logo such as Galaxy Website Design  then use alt=”Galaxy Website Design”.
  6. Alt attribute is not for tool tips. It does not (or at least should not) work that way.
  7. Remember the alt attribute is a substitute for those who cannot see the image for one reason or another.

When & Why is Alt Attribute Displayed

The alt attribute is displayed when the image is not. The alt attribute is literally the alternative to the image.

Reasons for seeing alt text:

  • Viewer is visually handicapped and is using a screen reader.
  • Viewer has image download turned off by choice.
  • Viewer is using slow connection.

First and foremost consider that the alt text is being used by screen readers. So be compassionate. The alt attribute is NOT the place to do keyword stuffing. Please have mercy on those using screen reader software.

Some people look at webpages with image download turned off by choice. Therefore they will see the alt text. They may have turned of image download for any one of many valid (and/or invalid) reasons. The choice was theirs. The alt text should make sense for these folks. You can turn off image download in your browser to see what this looks like. If you are a stuffer, hopefully you will be suitably shamed into better alt attribute behavior after looking at your pages in this fashion.

For those will slow internet connections, they will see the alt text temporarily while the image is being downloaded. When my broadband is acting more like narrowband dial-up, I will often see the alt text on the page while waiting for the image to download.

Alt Attribute Use Summary

  1. Alt-text is required for all images.
  2. If the image is active (link, button, area) the text alternative is the function of the image;
  3. If the image is not active but conveys information, the text alternative conveys the same information;
  4. If the image is redundant or conveys no information use alt=”” for the text alternative.
  5. If the image is text then the alt-text should (usually) be the same as the text in the image.
  6. Make it as short as possible, but as long as necessary

Some Reference Links