Adding alt text to pictures

peterbruce

Supreme Member
Joined
Sep 1, 2010
Messages
1,478
Reaction score
386
My site has been told "The majority (98) of images do not have alternative text specified for users with visual disabilities. The website may be harder or impossible to use for some disabled users, and therefore in violation of legislation in many countries (e.g. UK, US, Australia). 99 images are used as a links, but do not have alternative text. Any images which are used as links should always have meaningful alternative text."

I have tried adding alt text to one image.
Bottom left of http://realpeterbruce.com under 'Test'

Have I got the right idea? Have I fixed that image correctly?

Is it worth my time adding alt text to all of the icons above 'Test' ?
 
Last edited:
Uh...well your site's down. Anyway, here is the code for ALT text:
HTML:
<img src="myimage.jpg" alt="Description goes here.">

That can be good for SEO. If you care about SEO. Put keywords in the image file name, the ALT text, and the title text. Also, it's good to have title text and ALT text because, when you hover over an image, browsers are supposed to display the ALT text in a floating tooltip sort of display, but some douchebagey browsers don't do that, so:
HTML:
<img src="myimage.jpg" alt="Description goes here." title="Description also goes here.">
 
Uh...well your site's down. Anyway, here is the code for ALT text:
HTML:
<img src="myimage.jpg" alt="Description goes here.">
That can be good for SEO. If you care about SEO. Put keywords in the image file name, the ALT text, and the title text. Also, it's good to have title text and ALT text because, when you hover over an image, browsers are supposed to display the ALT text in a floating tooltip sort of display, but some douchebagey browsers don't do that, so:
HTML:
<img src="myimage.jpg" alt="Description goes here." title="Description also goes here.">

Thanks for the info!

I can access my site fine.

It seems to be down for someone else too and my traffic has dropped off.

I got a URL redirect done yesterday I think.
Maybe this is causing the problem?

Have you tried http://www.realpeterbruce.com and http://ww.realpeterbruce.com ?
 
Thanks for the info!

I can access my site fine.

It seems to be down for someone else too and my traffic has dropped off.

I got a URL redirect done yesterday I think.
Maybe this is causing the problem?

Have you tried http://www.realpeterbruce.com and http://ww.realpeterbruce.com ?
You're right, it works with out www. However, none of your images or design elements are loading because they are trying to access the www version of the site. This may be an htaccess issue. I can take a look if you want.
 
Site works for me. Test image has correct alt attribute. Someone else can clarify but I think most programs/people put a space after " and before /> so alt="tag" />
Not sure if it matters.
Also you should add width and height as well to all images.
 
You're right, it works with out www. However, none of your images or design elements are loading because they are trying to access the www version of the site. This may be an htaccess issue. I can take a look if you want.

I'm quite new to this. I asked my domain team to add a 301 redirect and they added a URL redirect or something.

I'm building this site on webs.com and the site builder team said my domain was only registered yesterday and it may take 24 - 48 hours to work.

Iv been using this link for over 1 month.

Does that sound right?
 
For SEO what description & titles should I use for each of 'Connect with us' icons at the bottom right side of my site?

"YouTube" or "RealPeterBruce Official YouTube Channel"
 
Site works for me. Test image has correct alt attribute. Someone else can clarify but I think most programs/people put a space after " and before /> so alt="tag" />
Not sure if it matters.
Also you should add width and height as well to all images.

For SEO what description & titles should I use for each of 'Connect with us' icons at the bottom right side of my site?

"YouTube" or "RealPeterBruce Official YouTube Channel"
 
Are you sure this Alt text requirement is a legal one. Or does it apply to only large organisations.
 
Anyone? >> "For SEO what description & titles should I use for each of 'Connect with us' icons at the bottom right side of my site?

Just "YouTube" or "RealPeterBruce Official YouTube Channel"
 
Anyone? >> "For SEO what description & titles should I use for each of 'Connect with us' icons at the bottom right side of my site?

Just "YouTube" or "RealPeterBruce Official YouTube Channel"
The second one.
 
So if I have an image linked to my google plus profile what should the alt and title be?

alt="?????" title="????"

Google Plus?
Google +?
Add me to your google plus circle?
Invite me to google plus?
Link to my google plus profile?...


Which goes with which? :confused:
 
Hey OP

are you aware that you are always creating threads about your peterrcube site? isn't that enough?

And IMHO, with your excellent rep, please thank a bit to people who are trying to help you. So, this may help your "thanks" number go higher than "0".:)
 
Hey OP

are you aware that you are always creating threads about your peterrcube site? isn't that enough?

And IMHO, with your excellent rep, please thank a bit to people who are trying to help you. So, this may help your "thanks" number go higher than "0".:)

Not everyone is obsessed with Rep and Thanks
 
Last edited:
Should I be adding alt and title text to text links?
 
The site is working fine, and the code to add the title and alt text to the images has already been provided by artizhay. Should have no problems after reading this
one now.
 
Back
Top