<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d29653863\x26blogName\x3dPro-SEO\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dSILVER\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://pro-seo.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://pro-seo.blogspot.com/\x26vt\x3d5666858755316451389', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>
« Pro-SEO Home || Adsense Secrets - Earn More with Adsense » || SEO Terms »

Alt Attribute Importance In SEO


Google LogoA lot of discussion comes from the area of the importance of alt attributes on images and their effect on search engine optimization.
If you don't know what an alt attribute is, Is the attribute that makes text appear when you mouseover an image, It is not a tooltip and it is not a tag.

Alt attributes were created initially for text based browsers, Like lynx, Which can not display images. The alt (or alternate) text was to describe what it is an image of, and should still be used only for that.
Alt attributes are put into code like this:
<img src="http://www.domain.com/images/logo.gif" alt="Some Text Here">

Google does include the alt text as body text,So in theory people could find your page by searching for what you have in an alt attribute. But it is believed that not much weight is given to this text, So really it's a good idea to use it for what it is intended, Too describe the image, and keep your text in the body of the page in areas that are readable to your users.

Labels:

| SEO Terms »

Posted by Anonymous Anonymous @ Sunday, 16 July, 2006

Hey Matt,

I'd just like to complete your posting:

Alt attributes are important. But they are far from being "the attribute that makes text appear when you mouseover an image". As a matter of fact, on some web pages they don't appear at all at "mouseovering" and image. They appear, however, if you right click the mouse button and select properties.

Aside of being useful for text-based browsers, alt attributes bring other benefits for a webpage as well:

- some of the web users cannot see images, be they blind (convert text to speech or braille output), color-blind, low-sighted etc. The alt attribute gives them an idea of what's on the page

- search engines do index alt attributes as well - relevancy? yes: check the google images results.

Hope my comment is useful.  



Post a Comment