{"id":86247,"date":"2023-01-26T10:58:22","date_gmt":"2023-01-26T16:58:22","guid":{"rendered":"https:\/\/allyant.com\/?p=86247"},"modified":"2026-05-14T04:18:00","modified_gmt":"2026-05-14T09:18:00","slug":"alternative-text-alt-text-accessibility-guidelines","status":"publish","type":"post","link":"https:\/\/allyant.com\/blog\/alternative-text-alt-text-accessibility-guidelines\/","title":{"rendered":"Alternative Text (Alt-text) Accessibility Guidelines"},"content":{"rendered":"\n<p>One of the first steps to web and document accessibility, providing accurate and appropriate descriptions for an image, can be critical to the overall goal of ensuring that content is accessible. Alt-text is often thought of as just an accessibility requirement, but beyond being read by screen readers to provide information on the meaning and content of a graphic image, it serves several other important functions.<\/p>\n\n\n\n<p>This is the fourth in an eight-part article series.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>STEP 4: ALT-TEXT<\/strong><\/h2>\n\n\n\n<p>Continuing our article series on accessibility requirements, Alternative Text or Alt-Text is an area that is often misunderstood. One of the first steps to web and document accessibility, providing accurate and appropriate descriptions for an image, can be critical to the overall goal of ensuring that content is accessible. Alt-text is often thought of as just an accessibility requirement. Still, beyond being read by screen readers to provide information on the meaning and content of a graphic image, it serves several other vital functions such as:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Browsers will display the alt-text instead of the image if the file does not load or if the viewer is not viewing images.<\/li>\n\n\n\n<li>Search engines will use the alt-text description to determine the content of the image.<\/li>\n<\/ul>\n\n\n\n<p>One best practice to consider is that the alt-text descriptions should be written by the document\u2019s original author, as they would know best why the image was included in the web content or document.&nbsp;<\/p>\n\n\n\n<p>In this article, we will focus on providing proper alt-text&nbsp;<strong>for documents<\/strong>, so only some of the WCAG 2.0 Guidelines below are applicable.<\/p>\n\n\n\n<p><strong>Guideline 1.1 Text Alternatives: Provide text alternatives for any non-text content so that it can be changed into other forms people need, such as large print, braille, speech, symbols, or simpler language.<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Understanding Guideline 1.1<\/h2>\n\n\n\n<p><strong>1.1.1 Non-text Content:<\/strong>&nbsp;All&nbsp;<a href=\"https:\/\/www.w3.org\/TR\/2008\/REC-WCAG20-20081211\/#non-text-contentdef\" target=\"_blank\" rel=\"noreferrer noopener\">non-text content<\/a>&nbsp;presented to the user has a&nbsp;<a href=\"https:\/\/www.w3.org\/TR\/2008\/REC-WCAG20-20081211\/#text-altdef\" target=\"_blank\" rel=\"noreferrer noopener\">text alternative<\/a>&nbsp;that serves the equivalent purpose, except for the situations listed below. (Level A)<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Controls, Input:&nbsp;<\/strong>If non-text content is a control or accepts user input, it has a&nbsp;<a href=\"https:\/\/www.w3.org\/TR\/2008\/REC-WCAG20-20081211\/#namedef\" target=\"_blank\" rel=\"noreferrer noopener\">name<\/a>&nbsp;that describes its purpose. (Refer to&nbsp;<a href=\"https:\/\/www.w3.org\/TR\/2008\/REC-WCAG20-20081211\/#ensure-compat\" target=\"_blank\" rel=\"noreferrer noopener\">Guideline 4.1<\/a>&nbsp;for additional controls and content requirements that accept user input.)<\/li>\n\n\n\n<li><strong>Time-Based Media:&nbsp;<\/strong>If non-text content is time-based media, then text alternatives at least provide descriptive identification of the non-text content. (Refer to&nbsp;<a href=\"https:\/\/www.w3.org\/TR\/2008\/REC-WCAG20-20081211\/#media-equiv\" target=\"_blank\" rel=\"noreferrer noopener\">Guideline 1.2<\/a>&nbsp;for additional requirements for media.)<\/li>\n\n\n\n<li><strong>Test:&nbsp;<\/strong>If non-text content is a test or exercise that would be invalid if presented in&nbsp;<a href=\"https:\/\/www.w3.org\/TR\/2008\/REC-WCAG20-20081211\/#textdef\" target=\"_blank\" rel=\"noreferrer noopener\">text<\/a>, then text alternatives at least provide descriptive identification of the non-text content.<\/li>\n\n\n\n<li><strong>Sensory:&nbsp;<\/strong>If non-text content is primarily intended to create a&nbsp;<a href=\"https:\/\/www.w3.org\/TR\/2008\/REC-WCAG20-20081211\/#sensoryexpdef\" target=\"_blank\" rel=\"noreferrer noopener\">specific sensory experience<\/a>, then text alternatives at least provide descriptive identification of the non-text content.<\/li>\n\n\n\n<li><strong><a href=\"https:\/\/www.w3.org\/TR\/2008\/REC-WCAG20-20081211\/#CAPTCHAdef\">CAPTCHA<\/a><\/strong><strong>:&nbsp;<\/strong>If the purpose of non-text content is to confirm that a person rather than a computer is accessing content, then text alternatives that identify and describe the purpose of the non-text content are provided. And alternative forms of CAPTCHA using output modes for different types of sensory perception are provided to accommodate various disabilities.<\/li>\n\n\n\n<li><strong>Decoration, Formatting, Invisible:&nbsp;<\/strong>If non-text content is&nbsp;<a href=\"https:\/\/www.w3.org\/TR\/2008\/REC-WCAG20-20081211\/#puredecdef\" target=\"_blank\" rel=\"noreferrer noopener\">pure decoration<\/a>, is used only for visual formatting, or is not presented to users, then it is implemented in a way that it can be ignored by&nbsp;<a href=\"https:\/\/www.w3.org\/TR\/2008\/REC-WCAG20-20081211\/#atdef\" target=\"_blank\" rel=\"noreferrer noopener\">assistive technology<\/a>.<\/li>\n<\/ul>\n\n\n\n<p>Generally, the areas of the standard above that relate to document accessibility are the sections on Non-Text Content related to images and their intended meaning.<\/p>\n\n\n\n<p>One of the first determinations to be made is \u2013 why the image is used in the document? Does the image provide additional information or expand upon the text in the document?<\/p>\n\n\n\n<p>If the image does not provide any additional information but is merely used for decoration, then, in a PDF, it should be untagged and placed in an Artifact Container.<\/p>\n\n\n\n<p>The Artifact Container is not to be confused with the &lt;Artifact&gt; tag in a PDF\u2019s Tags tree. Currently, the use of the &lt;Artifact&gt; tag is not supported or properly recognized by assistive technologies.<\/p>\n\n\n\n<p><strong>Note:<\/strong>&nbsp;This is for the current implementation of ISO 32000-1:2008. The PDF standard will be changing in the future, and when it does \u2013 and is supported \u2013 this technique will be changing.<\/p>\n\n\n\n<p>Now that any decorative images that do not convey any meaningful information have been untagged and thus ignored by screen readers, you can now focus on the remaining images. Writing meaningful alt-text is sometimes tricky, especially if you are not the document\u2019s original author and it is technical in nature.<\/p>\n\n\n\n<p>So, one of the first best practices is to have alt-text for images, charts, graphs, and other visual content written by the original author, who best understands the meaning of including the document\u2019s visual content.<\/p>\n\n\n\n<p>In the following example, the level of detail is dependent on the image and why it has been used.<\/p>\n\n\n\n<p>For the simple image below, a proper alt-text could be as simple as the following:<\/p>\n\n\n\n<p><em>\u201cWoman sitting at her computer, using&nbsp;<a href=\"https:\/\/commonlook.com\/pdf\/\" target=\"_blank\" rel=\"noreferrer noopener\">CommonLook PDF<\/a>&nbsp;to remediate a PDF document for accessibility\u201d<\/em><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"426\" height=\"284\" src=\"https:\/\/allyant.com\/wp-content\/uploads\/2023\/01\/woman-using-commonlook-software.jpg\" alt=\"Woman sitting at her computer, using CommonLook PDF to remediate a PDF document for accessibility.\" class=\"wp-image-86249\" srcset=\"https:\/\/allyant.com\/wp-content\/uploads\/2023\/01\/woman-using-commonlook-software.jpg 426w, https:\/\/allyant.com\/wp-content\/uploads\/2023\/01\/woman-using-commonlook-software-300x200.jpg 300w\" sizes=\"auto, (max-width: 426px) 100vw, 426px\" \/><\/figure>\n<\/div>\n\n\n<p>The alt-text will need to be much more descriptive for a more complex image, such as below:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"585\" height=\"421\" src=\"https:\/\/allyant.com\/wp-content\/uploads\/2023\/01\/commonlook-clarity-screen.png\" alt=\"Screen shot of CommonLook Clarity Domain Compliance Report, showing the results of a sample document accessibility scan. Report shows the URL being tested, number of files tested, number of files failing at least one checkpoint, number of files with at least one warning and number of files to be verified by the user.\" class=\"wp-image-86248\" srcset=\"https:\/\/allyant.com\/wp-content\/uploads\/2023\/01\/commonlook-clarity-screen.png 585w, https:\/\/allyant.com\/wp-content\/uploads\/2023\/01\/commonlook-clarity-screen-300x216.png 300w\" sizes=\"auto, (max-width: 585px) 100vw, 585px\" \/><\/figure>\n<\/div>\n\n\n<p><em>\u201cScreenshot of\u00a0<a href=\"https:\/\/allyant.com\/pdf-accessibility-testing-monitoring\/commonlook-clarity\/\" target=\"_blank\" rel=\"noopener\" title=\"\">CommonLook Clarity<\/a>\u00a0Domain Compliance Report, showing the results of a sample document accessibility scan. The report shows the URL being tested, number of files tested, number of files failing at least one checkpoint, number of files with at least one warning, and number of files to be verified by the user.\u201d<\/em><\/p>\n\n\n\n<p>There is no right or wrong answer regarding appropriate alt-text if it serves the author\u2019s purpose and conveys the same information to the screen reader user as it does for sighted viewers. Some things to consider when authoring alt-text are below:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The text should describe the image as accurately as possible for the intended meaning of including the image in the document.<\/li>\n\n\n\n<li>There is no reason to use any references to \u201cimage of\u201d or \u201cgraphic image\u201d in the alt-text, as the screen reader will let the user know that the file is an image.<\/li>\n\n\n\n<li>The alt-text should be reasonably descriptive but not too long. For many images, a few words are appropriate; in other cases, a few sentences may be necessary.<\/li>\n\n\n\n<li>There is no need to repeat the same information that may also be provided as text within the context of the image.<\/li>\n\n\n\n<li>Alt-text can be used to increase understandability. Providing alternative formats and text descriptions is helpful for comprehension.<\/li>\n\n\n\n<li>When writing alt-text, be sure to use plain language so that people can easily understand what\u2019s important about the chart, image, etc., being described.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Alt-Text for Accessibility: Final Thoughts<\/h2>\n\n\n\n<p>The overall concept is easily understood and easily implemented into your accessibility programs. But authoring quality alt-text is a skill that needs to be developed. Quality alt-text can significantly contribute to the overall accessibility of documents when properly implemented.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>One of the first steps to web and document accessibility, providing accurate and appropriate descriptions for an image, can be critical to the overall goal of ensuring that content is [&hellip;]<\/p>\n","protected":false},"author":12,"featured_media":86440,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[14],"tags":[],"class_list":["post-86247","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog"],"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"One of the first steps to web and document accessibility, providing accurate and appropriate descriptions for an image, can be critical to the overall goal of ensuring that content is accessible. Alt-text is often thought of as just an accessibility requirement, but beyond being read by screen readers to provide information on the meaning and\" \/>\n\t<meta name=\"robots\" content=\"max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n\t<meta name=\"author\" content=\"Communications\"\/>\n\t<meta name=\"google-site-verification\" content=\"sz9aAxXztsJYdCXthODGNnUF_2aAZsZBWbnNQPko7v8\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/allyant.com\/blog\/alternative-text-alt-text-accessibility-guidelines\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Allyant - Simple. Seamless. Accessibility.\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Alternative Text (Alt-text) Accessibility Guidelines - Allyant\" \/>\n\t\t<meta property=\"og:description\" content=\"One of the first steps to web and document accessibility, providing accurate and appropriate descriptions for an image, can be critical to the overall goal of ensuring that content is accessible. Alt-text is often thought of as just an accessibility requirement, but beyond being read by screen readers to provide information on the meaning and\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/allyant.com\/blog\/alternative-text-alt-text-accessibility-guidelines\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/allyant.com\/wp-content\/uploads\/2023\/02\/How-to-Make-Your-Social-Media-Accessible-6-Things-You-Need-to-Know.001.001.jpeg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/allyant.com\/wp-content\/uploads\/2023\/02\/How-to-Make-Your-Social-Media-Accessible-6-Things-You-Need-to-Know.001.001.jpeg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2023-01-26T16:58:22+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-05-14T09:18:00+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Alternative Text (Alt-text) Accessibility Guidelines - Allyant\" \/>\n\t\t<meta name=\"twitter:description\" content=\"One of the first steps to web and document accessibility, providing accurate and appropriate descriptions for an image, can be critical to the overall goal of ensuring that content is accessible. Alt-text is often thought of as just an accessibility requirement, but beyond being read by screen readers to provide information on the meaning and\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/allyant.com\/wp-content\/uploads\/2023\/01\/Blog-Alternative-Text-Alt-text-Accessibility-Guidelines.001.jpeg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/alternative-text-alt-text-accessibility-guidelines\\\/#blogposting\",\"name\":\"Alternative Text (Alt-text) Accessibility Guidelines - Allyant\",\"headline\":\"Alternative Text (Alt-text) Accessibility Guidelines\",\"author\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/author\\\/communications\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/allyant.com\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/Blog-Alternative-Text-Alt-text-Accessibility-Guidelines.001.jpeg\",\"width\":3840,\"height\":1920},\"datePublished\":\"2023-01-26T10:58:22-06:00\",\"dateModified\":\"2026-05-14T04:18:00-05:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/alternative-text-alt-text-accessibility-guidelines\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/alternative-text-alt-text-accessibility-guidelines\\\/#webpage\"},\"articleSection\":\"Blog\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/alternative-text-alt-text-accessibility-guidelines\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/allyant.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/allyant.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/allyant.com\\\/category\\\/blog\\\/#listItem\",\"name\":\"Blog\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/allyant.com\\\/category\\\/blog\\\/#listItem\",\"position\":2,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/allyant.com\\\/category\\\/blog\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/alternative-text-alt-text-accessibility-guidelines\\\/#listItem\",\"name\":\"Alternative Text (Alt-text) Accessibility Guidelines\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/allyant.com#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/alternative-text-alt-text-accessibility-guidelines\\\/#listItem\",\"position\":3,\"name\":\"Alternative Text (Alt-text) Accessibility Guidelines\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/allyant.com\\\/category\\\/blog\\\/#listItem\",\"name\":\"Blog\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/allyant.com\\\/#organization\",\"name\":\"Allyant\",\"description\":\"We make accessibility simple, seamless, and efficient for organizations\\u2014ensuring equitable access to digital, document, and printed information for people with disabilities.\",\"url\":\"https:\\\/\\\/allyant.com\\\/\",\"email\":\"info@allyant.com\",\"telephone\":\"+16132360866\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":0,\"maxValue\":200},\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/allyant.com\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/image.png\",\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/alternative-text-alt-text-accessibility-guidelines\\\/#organizationLogo\",\"width\":5672,\"height\":2900,\"caption\":\"Allyant logo. Simple, Seamless, Accessibility.\"},\"image\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/alternative-text-alt-text-accessibility-guidelines\\\/#organizationLogo\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/allyant.com\\\/author\\\/communications\\\/#author\",\"url\":\"https:\\\/\\\/allyant.com\\\/author\\\/communications\\\/\",\"name\":\"Communications\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0f63af01ba9ed8418fb3841c0650c5dd9338bf4bace999d37d9063551728d9db?s=96&d=mm&r=g\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/alternative-text-alt-text-accessibility-guidelines\\\/#webpage\",\"url\":\"https:\\\/\\\/allyant.com\\\/blog\\\/alternative-text-alt-text-accessibility-guidelines\\\/\",\"name\":\"Alternative Text (Alt-text) Accessibility Guidelines - Allyant\",\"description\":\"One of the first steps to web and document accessibility, providing accurate and appropriate descriptions for an image, can be critical to the overall goal of ensuring that content is accessible. Alt-text is often thought of as just an accessibility requirement, but beyond being read by screen readers to provide information on the meaning and\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/alternative-text-alt-text-accessibility-guidelines\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/author\\\/communications\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/author\\\/communications\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/allyant.com\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/Blog-Alternative-Text-Alt-text-Accessibility-Guidelines.001.jpeg\",\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/alternative-text-alt-text-accessibility-guidelines\\\/#mainImage\",\"width\":3840,\"height\":1920},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/alternative-text-alt-text-accessibility-guidelines\\\/#mainImage\"},\"datePublished\":\"2023-01-26T10:58:22-06:00\",\"dateModified\":\"2026-05-14T04:18:00-05:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/allyant.com\\\/#website\",\"url\":\"https:\\\/\\\/allyant.com\\\/\",\"name\":\"Allyant\",\"alternateName\":\"CommonLook\",\"description\":\"Simple. Seamless. Accessibility.\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>Alternative Text (Alt-text) Accessibility Guidelines - Allyant<\/title>\n\n","aioseo_head_json":{"title":"Alternative Text (Alt-text) Accessibility Guidelines - Allyant","description":"One of the first steps to web and document accessibility, providing accurate and appropriate descriptions for an image, can be critical to the overall goal of ensuring that content is accessible. Alt-text is often thought of as just an accessibility requirement, but beyond being read by screen readers to provide information on the meaning and","canonical_url":"https:\/\/allyant.com\/blog\/alternative-text-alt-text-accessibility-guidelines\/","robots":"max-snippet:-1, max-image-preview:large, max-video-preview:-1","keywords":"","webmasterTools":{"google-site-verification":"sz9aAxXztsJYdCXthODGNnUF_2aAZsZBWbnNQPko7v8","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/allyant.com\/blog\/alternative-text-alt-text-accessibility-guidelines\/#blogposting","name":"Alternative Text (Alt-text) Accessibility Guidelines - Allyant","headline":"Alternative Text (Alt-text) Accessibility Guidelines","author":{"@id":"https:\/\/allyant.com\/author\/communications\/#author"},"publisher":{"@id":"https:\/\/allyant.com\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/allyant.com\/wp-content\/uploads\/2023\/01\/Blog-Alternative-Text-Alt-text-Accessibility-Guidelines.001.jpeg","width":3840,"height":1920},"datePublished":"2023-01-26T10:58:22-06:00","dateModified":"2026-05-14T04:18:00-05:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/allyant.com\/blog\/alternative-text-alt-text-accessibility-guidelines\/#webpage"},"isPartOf":{"@id":"https:\/\/allyant.com\/blog\/alternative-text-alt-text-accessibility-guidelines\/#webpage"},"articleSection":"Blog"},{"@type":"BreadcrumbList","@id":"https:\/\/allyant.com\/blog\/alternative-text-alt-text-accessibility-guidelines\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/allyant.com#listItem","position":1,"name":"Home","item":"https:\/\/allyant.com","nextItem":{"@type":"ListItem","@id":"https:\/\/allyant.com\/category\/blog\/#listItem","name":"Blog"}},{"@type":"ListItem","@id":"https:\/\/allyant.com\/category\/blog\/#listItem","position":2,"name":"Blog","item":"https:\/\/allyant.com\/category\/blog\/","nextItem":{"@type":"ListItem","@id":"https:\/\/allyant.com\/blog\/alternative-text-alt-text-accessibility-guidelines\/#listItem","name":"Alternative Text (Alt-text) Accessibility Guidelines"},"previousItem":{"@type":"ListItem","@id":"https:\/\/allyant.com#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/allyant.com\/blog\/alternative-text-alt-text-accessibility-guidelines\/#listItem","position":3,"name":"Alternative Text (Alt-text) Accessibility Guidelines","previousItem":{"@type":"ListItem","@id":"https:\/\/allyant.com\/category\/blog\/#listItem","name":"Blog"}}]},{"@type":"Organization","@id":"https:\/\/allyant.com\/#organization","name":"Allyant","description":"We make accessibility simple, seamless, and efficient for organizations\u2014ensuring equitable access to digital, document, and printed information for people with disabilities.","url":"https:\/\/allyant.com\/","email":"info@allyant.com","telephone":"+16132360866","numberOfEmployees":{"@type":"QuantitativeValue","minValue":0,"maxValue":200},"logo":{"@type":"ImageObject","url":"https:\/\/allyant.com\/wp-content\/uploads\/2024\/04\/image.png","@id":"https:\/\/allyant.com\/blog\/alternative-text-alt-text-accessibility-guidelines\/#organizationLogo","width":5672,"height":2900,"caption":"Allyant logo. Simple, Seamless, Accessibility."},"image":{"@id":"https:\/\/allyant.com\/blog\/alternative-text-alt-text-accessibility-guidelines\/#organizationLogo"}},{"@type":"Person","@id":"https:\/\/allyant.com\/author\/communications\/#author","url":"https:\/\/allyant.com\/author\/communications\/","name":"Communications","image":{"@type":"ImageObject","url":"https:\/\/secure.gravatar.com\/avatar\/0f63af01ba9ed8418fb3841c0650c5dd9338bf4bace999d37d9063551728d9db?s=96&d=mm&r=g"}},{"@type":"WebPage","@id":"https:\/\/allyant.com\/blog\/alternative-text-alt-text-accessibility-guidelines\/#webpage","url":"https:\/\/allyant.com\/blog\/alternative-text-alt-text-accessibility-guidelines\/","name":"Alternative Text (Alt-text) Accessibility Guidelines - Allyant","description":"One of the first steps to web and document accessibility, providing accurate and appropriate descriptions for an image, can be critical to the overall goal of ensuring that content is accessible. Alt-text is often thought of as just an accessibility requirement, but beyond being read by screen readers to provide information on the meaning and","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/allyant.com\/#website"},"breadcrumb":{"@id":"https:\/\/allyant.com\/blog\/alternative-text-alt-text-accessibility-guidelines\/#breadcrumblist"},"author":{"@id":"https:\/\/allyant.com\/author\/communications\/#author"},"creator":{"@id":"https:\/\/allyant.com\/author\/communications\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/allyant.com\/wp-content\/uploads\/2023\/01\/Blog-Alternative-Text-Alt-text-Accessibility-Guidelines.001.jpeg","@id":"https:\/\/allyant.com\/blog\/alternative-text-alt-text-accessibility-guidelines\/#mainImage","width":3840,"height":1920},"primaryImageOfPage":{"@id":"https:\/\/allyant.com\/blog\/alternative-text-alt-text-accessibility-guidelines\/#mainImage"},"datePublished":"2023-01-26T10:58:22-06:00","dateModified":"2026-05-14T04:18:00-05:00"},{"@type":"WebSite","@id":"https:\/\/allyant.com\/#website","url":"https:\/\/allyant.com\/","name":"Allyant","alternateName":"CommonLook","description":"Simple. Seamless. Accessibility.","inLanguage":"en-US","publisher":{"@id":"https:\/\/allyant.com\/#organization"}}]},"og:locale":"en_US","og:site_name":"Allyant - Simple. Seamless. Accessibility.","og:type":"article","og:title":"Alternative Text (Alt-text) Accessibility Guidelines - Allyant","og:description":"One of the first steps to web and document accessibility, providing accurate and appropriate descriptions for an image, can be critical to the overall goal of ensuring that content is accessible. Alt-text is often thought of as just an accessibility requirement, but beyond being read by screen readers to provide information on the meaning and","og:url":"https:\/\/allyant.com\/blog\/alternative-text-alt-text-accessibility-guidelines\/","og:image":"https:\/\/allyant.com\/wp-content\/uploads\/2023\/02\/How-to-Make-Your-Social-Media-Accessible-6-Things-You-Need-to-Know.001.001.jpeg","og:image:secure_url":"https:\/\/allyant.com\/wp-content\/uploads\/2023\/02\/How-to-Make-Your-Social-Media-Accessible-6-Things-You-Need-to-Know.001.001.jpeg","og:image:width":1200,"og:image:height":630,"article:published_time":"2023-01-26T16:58:22+00:00","article:modified_time":"2026-05-14T09:18:00+00:00","twitter:card":"summary_large_image","twitter:title":"Alternative Text (Alt-text) Accessibility Guidelines - Allyant","twitter:description":"One of the first steps to web and document accessibility, providing accurate and appropriate descriptions for an image, can be critical to the overall goal of ensuring that content is accessible. Alt-text is often thought of as just an accessibility requirement, but beyond being read by screen readers to provide information on the meaning and","twitter:image":"https:\/\/allyant.com\/wp-content\/uploads\/2023\/01\/Blog-Alternative-Text-Alt-text-Accessibility-Guidelines.001.jpeg"},"aioseo_meta_data":{"post_id":"86247","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"custom_image","og_image_url":"https:\/\/allyant.com\/wp-content\/uploads\/2023\/02\/How-to-Make-Your-Social-Media-Accessible-6-Things-You-Need-to-Know.001.001.jpeg","og_image_width":"1200","og_image_height":"630","og_image_custom_url":"https:\/\/allyant.com\/wp-content\/uploads\/2023\/02\/How-to-Make-Your-Social-Media-Accessible-6-Things-You-Need-to-Know.001.001.jpeg","og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"attach","twitter_image_url":"https:\/\/allyant.com\/wp-content\/uploads\/2023\/01\/Blog-Alternative-Text-Alt-text-Accessibility-Guidelines.001.jpeg","twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":"0","open_ai":"{\"title\":{\"suggestions\":[],\"usage\":0},\"description\":{\"suggestions\":[],\"usage\":0}}","created":"2023-01-19 17:00:28","updated":"2026-05-14 09:18:35","ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"seo_analyzer_scan_date":"2026-05-14 09:18:35"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/allyant.com\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/allyant.com\/category\/blog\/\" title=\"Blog\">Blog<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\tAlternative Text (Alt-text) Accessibility Guidelines\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/allyant.com"},{"label":"Blog","link":"https:\/\/allyant.com\/category\/blog\/"},{"label":"Alternative Text (Alt-text) Accessibility Guidelines","link":"https:\/\/allyant.com\/blog\/alternative-text-alt-text-accessibility-guidelines\/"}],"_links":{"self":[{"href":"https:\/\/allyant.com\/wp-json\/wp\/v2\/posts\/86247","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/allyant.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/allyant.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/allyant.com\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/allyant.com\/wp-json\/wp\/v2\/comments?post=86247"}],"version-history":[{"count":0,"href":"https:\/\/allyant.com\/wp-json\/wp\/v2\/posts\/86247\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/allyant.com\/wp-json\/wp\/v2\/media\/86440"}],"wp:attachment":[{"href":"https:\/\/allyant.com\/wp-json\/wp\/v2\/media?parent=86247"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/allyant.com\/wp-json\/wp\/v2\/categories?post=86247"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/allyant.com\/wp-json\/wp\/v2\/tags?post=86247"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}