Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
508 compliance vs good SEO re: Image alt tags
-
I'm currently in debate with our 508 compliance team over the use of alt tags on images. For SEO, it is best practice to use alt tags so that readers can tell what the image represents. However, they are arguing that these images should NOT have alt text as it doesn't add anything to the disability screen reader as the image text would be repetitive with the text on the page. I feel they are taking the "decorative" image concept in 508 compliance too far. It's intention is for images for bullets, etc that truly are decorative in nature and add no benefit to the reader. What is the communities thoughts on this? Have you ever run into scenario where 508 is attempting to ruin SEO? Usually the 2 play nicely.
-
Even if the image is decorative, it is still describing the contents of the image to visually impaired users. Here's more from Google:
https://support.google.com/webmasters/answer/114016?hl=en
From Google:
"The
alt
attribute is used to describe the contents of an image file. It's important for several reasons:It provides Google with useful information about the subject matter of the image. We use this information to help determine the best image to return for a user's query.
Many people-for example, users with visual impairments, or people using screen readers or who have low-bandwidth connections—may not be able to see images on web pages. Descriptive alt text provides these users with important information."
The image's decorative value is for the user to judge, it's about providing the full story and experience to all users not some.
-
Hi Rose,
Hopefully Donna answered your question already, but I want to jump in with some SEO prioritization advice.
Alt text like this can add to the relevance of the page, but minimally. It can also help your image rank correctly in image search, but that doesn't bring much traffic now that Google pulls images into its results page.
I had similar conversations with our compliance team when I worked for a university, and they had a similar perspective, that alt text should be determined by the flow of the reader rather than for small SEO boosts. The nice thing is, though, when images are important to the flow of the page, and are more likely for the alt text to support the keywords you're trying to target on a page.
In short: if I were you, I'd let this argument go, and just push for alt text on images that tell a story. There's no SEO penalty for not using alt text, and I doubt you're worried about ranking for "father and young son."
Best,
Kristina
-
I'm with you Rose. The alt tag describes the image. If you want it to include your your keywords, assuming they're some combination of "Child Support Noncustodial Parent Employment Demonstration" (your page title tag content), you could alter it to say "noncustodial parent with his young son". You could do the same with the file name, include "noncustodial-parent-son".
Here are google's guidelines, as conveyed by Matt Cutts, head of Google's Web spam team and defacto SEO spokesperson.
-
I'll provide an example. http://www.mathematica-mpr.com/our-publications-and-findings/projects/child-support-noncustodial-parent-employment-demonstration
On the page linked above, there is a medium size image depicting a father and son. The alt text there is "father with young son", the compliance team is arguing that the alt text should be removed as it adds no value. My thought was around changing the alt text to be more specific to the article, but even how it currently is it tells the screen reader that the image is of a father with his young son which is accurate. The compliance team feels these are decorative images - and I can't disagree more. I was hoping to find some evidence to support my case.
-
I must be thick because I certainly don't understand the statement "they are arguing that these images should NOT have alt text as it doesn't add anything to the disability screen reader as the image text would be repetitive with the text on the page. "
No, I haven't run into this problem before. Perhaps they're referring to situations where alt tags just get stuffed with keywords. Image alt tags shouldn't just repeat the text on the page or act as a repository for keywords, although that's often what you see. Image alt tags should accurately describe the image first, use keywords second and where it makes sense.
So, for example, this page has an alt tag coded for the little blue button above that depicts Roger, the company mascot (<img <span class="html-tag">alt</img <span>="Roger_blue_square"). The text "Roger blue square" doesn't appear anywhere else on the page. (Well I guess it does now!) It's a bit succinct - first time visitors might have a heard time understanding what the image represents - but it is accurate and isn't just stuffed with "Moz Q&A Community" keywords.
I'm waiting for the day when Google decides to start penalizing folks for doing what you've described above.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
H Tags in Menu
Hi I am checking the H2 tags on this page https://www.key.co.uk/en/key/dollies-load-movers-door-skates I have noticed my dev team have implemented H2's on the categories in the menu. Will this completely confuse Google as to what that page is about? In my opinion those links shouldn't be heading tags at all
Intermediate & Advanced SEO | | BeckyKey0 -
Lightboxes and SEO
Do lightboxes (AKA popup boxes when you click "learn more" type CTAs) have any negative effect on SEO? We are looking at revamping our sites to have more of a tiled approach, and a lightbox with summary content popping out with additional CTAs, directing to pages with more information or free trial pages. Is there any downside to this approach from an organic perspective? is there anything specific to keep in mind when creating these if not?
Intermediate & Advanced SEO | | Chris81980 -
How (or if) to apply re canonical tags to Shopify?
Anyone familiar with Shopify will understand the problems of their directory structure. Every time you add a product to a 'collection' it essentially creates a duplicate. For example... https://www.domain.com/products/product-slim-regular-bikini may also appear as: https://www.domain.com/collections/all/products/product-slim-regular-bikini https://www.domain.com/collections/new-arrivals/products/product-slim-regular-bikini https://www.domain.com/collections/bikinis/products/product-slim-regular-bikini etc, etc It's not uncommon to have up to six duplicates of each product. So my question is twofold: Firstly, should I worry about this from an SEO point of view? I understand the desire to minimise potential duplicate content issues and also in focussing the 'juice' on just one page per product. But I also planned on trying to build the authority of the collection pages. If I request Google not to index the product pages which link off the collections, does this not devalue these collections pages? Secondly, I understand the correct way to fix these is using 'rel canonical' tags, but I'm not clear about HOW to actually do this. Shopify support has not been very helpful. They have provided two different instructions, so just added to the confusion (see below). Shopify instruction #1: Add the following to the theme.liquid file... <title><br />{{ page_title }}{% if current_tags %} – tagged "{{ current_tags | join: ', ' }}"{% endif %}{% if current_page != 1 %} – Page {{ current_page }}{% endif %}{% unless page_title contains shop.name %} – {{ shop.name }}{% endunless %}<br /></title>
Intermediate & Advanced SEO | | muzzmoz
{% if page_description %} {% endif %} Shopify instruction #2: Add the following to each individual product page... So, can anyone help clarify: The best strategic approach to this inherent SEO issue with Shopify (besides moving to another platform!)? and If 'rel canonical' tags is the way to go, exactly where and how to apply them? Regards, Murray1 -
SEO Impact of External links in JS tag
We have our JS tag and iframe tag being used over by 100 leading websites. What would be the SEO impact if we added a follow link in the iframe. Would it have any negative impact ? Vivek
Intermediate & Advanced SEO | | kvivek050 -
SEO time
I wanto to be in the top of the google search. I am usiing a lot of SEO tools but... I have done it during one month. Do I have to wait more?
Intermediate & Advanced SEO | | CarlosZambrana0 -
H2 Tags- Can you have more than 1 H2 tag
Hi All, Screaming frog has identified that we have a few H2 tags on our pages , although we only have 1 H1 tag. We have numerous H3,H4's etc. I am wondering, is it good SEO to have only 1 H2 tag like with H1 tag or can you have more ? thanks Peter
Intermediate & Advanced SEO | | PeteC120 -
SEO site Review
Does anyone have suggestions on places that provide in depth site / analytics reviews for SEO?
Intermediate & Advanced SEO | | Gordian0 -
tags inside <a>tags - is this bad?</a>
Hi, I'm currently redesigning my website, and in many places, I've now decided to make links a little bit more obvious for the user, using tags within a <a>tag in order to make the entire block of text clickable. I was just wondering if this could have a negative impact in the search engines. My gut feeling is no, since I'm actually improving usability, but I guess it could have an impact on how Google looks at the anchor text? An example of the HTML is as follows: </a> <a></a> <a></a> [Cristal Night Club Hotels <address>1045 5th Street
Intermediate & Advanced SEO | | mjk26
Miami Beach, FL33139</address> 6.4 miles from Miami Dade County Auditorium](http://localhost:8080/frontend/venue-hotels/cristal-night-club-hotels/301022 "Hotels near Cristal Night Club") Thanks for your thoughts and comments, Best wishes Mike0