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
-
Best Permalinks for SEO - Custom structure vs Postname
Good Morning Moz peeps, I am new to this but intending on starting off right! I have heard a wealth of advice that the "post name" permalink structure is the best one to go with however... i am wondering about a "custom structure" combing the "post name" following the below example structure: Www.professionalwarrior.com/bodybuilding/%postname/ Where "professional" and "bodybuilding" is my focus/theme/keywords of my blog that i want ranked. Thanks a mill, RO
Intermediate & Advanced SEO | | RawkingOut0 -
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 -
M.ExampleSite vs mobile.ExampleSite vs ExampleSite.com
Hi, I have a call with a potential client tomorrow where all I know is that they are wigged-out about canonicalization, indexing and architecture for their three sites: m.ExampleSite.com mobile.ExampleSite.com ExampleSite.com The sites are pretty large... 350k for the mobiles and 5 million for the main site. They're a retailer with endless products. They're main site is not mobile-responsive, which is evidently why they have the m and mobile sites. Why two, I don't know. This is how they currently hand this: What would you suggest they do about this? The most comprehensive fix would be making the main site mobile responsive and 301 the old mobile sub domains to the main site. That's probably too much work for them. So, what more would you suggest and why? Your thoughts? Best... Mike P.S., Beneath my hand-drawn portrait avatar above it says "Staff" at this moment, which I am not. Some kind of bug I guess.
Intermediate & Advanced SEO | | 945010 -
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 -
Onsite SEO vs Offsite SEO
Hey I know the importance of both onsite & offsite, primarily with regard to outreach/content/social. One thing I am trying to determine at the moment, is how much do I invest in offsite. My current focus is to improve our onpage content on product pages, which is taking some time as we have a small team. But I also know our backlinks need to improve. I'm just struggling on where to spend my time. Finish the onsite stuff by section first, or try to do a bit of both onsite/offsite at the same time?
Intermediate & Advanced SEO | | BeckyKey1 -
Image URLs - best practice
Hi - I'm assuming image URL best practice follows same principles as non image URLs (not too many files and so on) - I notice alot of web devs putting photos in subdomains, so wonder if I'm missing something (I usually avoid subdomains like the plague)!
Intermediate & Advanced SEO | | McTaggart1 -
Images with a token in the url, in Drupal. How does it affect to SEO?
Hi everyone! I am checking now a website that works with Drupal, and I found that images have urls like this... http://www.brandname.com/sites/default/files/styles/directory_xyz/public/name-of-the-picture.png?itok=T89RpzrK I was wondering how an URL like that with the token at the and, can affect to SEO. I cound't find anything. Anyone knows? Thank you!
Intermediate & Advanced SEO | | teconsite0 -
What should I cover in a SEO proposal ?
What should I cover in a SEO proposal? Is there any sample SEO Proposal template in SEOMoz?
Intermediate & Advanced SEO | | kashyaplakkad1