Why do you still need Image Optimization then ?
Thursday, June 26th, 2008- Accessibility
- Better end user experience
- Valid code
- Helps the overall impression on your site
Accessibility is one crucial factor many of us ignore while designing websites. And may be..it’s completely fair from our perspective. But coming back to design basics, if you are not taking care of it, you are not doing things right. It’s like leaving the html tags open, and you may still argue that your text is showing up on the browser, so why should you close it? You know that a good code must have the html tags closed.
Better user experience - Imagine you block all the images on the browser because you want to save some bandwidth and cut down your internet bill, and you visit cnn.com only to see that you can’t see the images in there. Instead everything appear all white. You won’t be able to even make out what the content or story is all about. Had the images carried an ALT tag, users could easily make out what the image is all about, even if didn’t load on the browser.
Valid code - As the first point said, valid code is essential for SE optimized pages. you have to follow a W3C compliant structure, in order to get the trust form search engines. Now for that to happen, there is no way you leave image optimization unattended.
Helps the overall look and impression of your site - You like flowers and colors, and everyone else does too. You like websites that has images to decorate it while a few others prefer to remain plain and pale. If you want to look good - be good.