{"id":92975,"date":"2024-09-26T08:00:00","date_gmt":"2024-09-26T13:00:00","guid":{"rendered":"https:\/\/allyant.com\/?p=92975"},"modified":"2025-07-24T11:58:12","modified_gmt":"2025-07-24T16:58:12","slug":"alternate-format-documents-and-non-text-content-accessibility-for-images-tables-and-maps","status":"publish","type":"post","link":"https:\/\/allyant.com\/blog\/alternate-format-documents-and-non-text-content-accessibility-for-images-tables-and-maps\/","title":{"rendered":"Alternate Format Documents and Non-Text Content: Accessibility for Images, Tables, and Maps"},"content":{"rendered":"\n<p>The old expression \u201ca picture is worth a thousand words\u201d can be applied to modern digital content just as readily as it is to books or holiday Kodak photos to bore the neighbors. &nbsp;<\/p>\n\n\n\n<p>Content, whether in print or digital form, is more than just paragraph text: content creators employ images, tables, graphs, maps, and other representations to supplement text. <\/p>\n\n\n\n<p>They can be decorative or informative and appear in technical, educational, and literary documents.<\/p>\n\n\n\n<p>However, as with text content, all such non-text content must be accessible to users with disabilities. Users with visual, mobility, or cognitive disabilities need to be able to identify, navigate, and benefit from this content, just as with text. <\/p>\n\n\n\n<p>Let\u2019s consider some measures that can be applied to non-text content.<\/p>\n\n\n\n<p>(Note that we will not discuss video content in this article. That is a separate topic that we will address in a separate blog post.)<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Images<\/h2>\n\n\n\n<p>Photos, artwork, diagrams, illustrations, pictures of bar graphs, and chart graphs are all examples of images that may need to have alternative representation for people with disabilities. <\/p>\n\n\n\n<p>While it may seem that this content would be detrimental to people with visual disabilities, images are an excellent way to communicate a variety of information, and this information can usually be represented in alternative text for users with visual disabilities.<\/p>\n\n\n\n<p>HTML and PDF documents utilize images with embedded alternative text, abbreviated \u201calt text,\u201d that encapsulates the meaning of these images. <\/p>\n\n\n\n<p>There are limits to alt text: it should not be particularly long (hence \u201cencapsulate the meaning\u201d), as screen readers have difficulties parsing it and may bypass part of it. <\/p>\n\n\n\n<p>Therefore, complex images (for example, of a bar chart or an anatomical diagram) may require some additional representative text. <\/p>\n\n\n\n<p>This could be screen reader-only text that is invisible to sighted users or visibly represented.<\/p>\n\n\n\n<p><strong>Text within images<\/strong>\u2014whether labeling in a diagram or prominent banner text\u2014should be readily perceivable by users with low vision or color vision disabilities. This includes a few considerations. <\/p>\n\n\n\n<p>The graphic text needs to have sufficient color contrast against the background. <\/p>\n\n\n\n<p>The mathematical contrast ratios for different kinds of text and against different backgrounds are detailed in the <a href=\"https:\/\/allyant.com\/blog\/wcag-2-2-explained-everything-you-need-to-know-about-web-content-accessibility-guidelines-2-2\/\" title=\"\">Web Content Accessibility Guidelines (WCAG)<\/a>.<\/p>\n\n\n\n<p>In addition, text within images needs to be scalable, such that when magnified, it will maintain as much detail and clarity as possible.<\/p>\n\n\n\n<p>Another consideration is where the image is strictly decorative. Examples include visual flourishes and decorative artwork. <\/p>\n\n\n\n<p>Due to the difficulty in defining accurate representative alternative text, you may decide that the less confusing course of action is to hide these images from being read by screen readers. <\/p>\n\n\n\n<p>In HTML, this is done by providing an empty \u201calt\u201d attribute; in PDF documents, this is done by \u201cartifacting\u201d the content. <\/p>\n\n\n\n<p>Deciding to do so is often a subjective decision as to which image is decorative rather than informative.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Tables<\/h2>\n\n\n\n<p>Tables are grid-like representations of information, where the information can be represented in categories. <\/p>\n\n\n\n<p>These categories take the form of \u201cheaders,\u201d which can be either present as one or more rows of column headers or as columns of headers at the start of each row.<\/p>\n\n\n\n<p>An example of a common data table is a calendar: the days of the week are typically in a row at the top of each month, with each day, its number within the month, and any event details present below.<\/p>\n\n\n\n<p>In digital documents such as HTML or PDF, there are ways to present either visible or invisible information about the table and its data. <\/p>\n\n\n\n<p>For example, adding captions to summarize the table contents and mark up the row and column header cells is possible. This helps screen reader users identify the extent of the table and how information within it is categorized.<\/p>\n\n\n\n<p>This helps represent the relationships about the information that is otherwise available visually, such as the scope or range data that any header applies to. <\/p>\n\n\n\n<p>Another important consideration for digital documents is ensuring their width is controlled proportionally to the document. <\/p>\n\n\n\n<p>This matters for users with low vision or cognitive disabilities, as it minimizes the amount of horizontal scrolling required, which can lead to difficulty navigating or orienting within the document.<\/p>\n\n\n\n<p>For print documents that cannot rely on the same invisible information, it is important to provide clear, high-contrast table elements so that users with low vision or color vision deficits can readily interpret the content. <\/p>\n\n\n\n<p>This includes visually distinguishing all headers, providing readily discernable cell borders, and visible table captions where appropriate. <\/p>\n\n\n\n<p>Ensure the table does not rely solely on color to communicate information (such as status).<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Maps<\/h2>\n\n\n\n<p>Maps can present significant challenges to people with disabilities, as they include multiple visual information types. <\/p>\n\n\n\n<p>These can include community names, political boundaries, geographic features, and topographic information, to name a few. <\/p>\n\n\n\n<p>These types are represented in maps by text (horizontally, vertically, or along diagonals), color, and illustrative elements, including lines and curves.<\/p>\n\n\n\n<p>Rendering maps that are fully accessible can be very difficult. Making alternative versions of maps can include steps such as:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Providing long text descriptions of the purpose of the map and important features,<\/li>\n\n\n\n<li>Using high-contrast colors.<\/li>\n\n\n\n<li>Avoid using color shading to differentiate significant sections of the map\u2014instead, use high-contrast visual borders where possible.<\/li>\n<\/ul>\n\n\n\n<p>If the map is part of an online application, ensure that:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Map images have a brief but accurate alternative text description.<\/li>\n\n\n\n<li>The map and any controls are keyboard-accessible,<\/li>\n\n\n\n<li>Actual text, rather than graphic text, is used to label the map (if possible).<\/li>\n<\/ul>\n\n\n\n<p>Whenever possible, make a larger version of the map available in both digital and print documents. This could be via a link to a larger version or on request by the user.<\/p>\n\n\n\n<p>We have touched on some, but not all possible, instances of non-text content. Thankfully, this is not the extent of our familiarity with this topic. <\/p>\n\n\n\n<p>Allyant has a well-deserved reputation as a \u201cone-stop-shop\u201d for accessible communications. As such, we have extensive experience in defining, remediating, and consulting on non-text content. <\/p>\n\n\n\n<p>This includes instances within print documents and digital applications, with clients ranging from governments to educational institutions to banking.<\/p>\n\n\n\n<p>We understand the importance of non-text content, how it can supplement surrounding text, and how to best address the accessibility needs of the public or customer base. <\/p>\n\n\n\n<p>If you have any questions or requirements regarding the accessibility of images, tables, diagrams, charts, maps, or similar content, please <a href=\"https:\/\/allyant.com\/contact-us\/\" title=\"\">reach out to our team today<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The old expression \u201ca picture is worth a thousand words\u201d can be applied to modern digital content just as readily as it is to books or holiday Kodak photos to [&hellip;]<\/p>\n","protected":false},"author":32,"featured_media":92979,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[14],"tags":[66,53,107,97,80],"class_list":["post-92975","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","tag-accessibility","tag-accessibility-software","tag-alt-format","tag-alternative-format","tag-web-accessibility"],"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"The old expression \u201ca picture is worth a thousand words\u201d can be applied to modern digital content just as readily as it is to books or holiday Kodak photos to bore the neighbors. Content, whether in print or digital form, is more than just paragraph text: content creators employ images, tables, graphs, maps, and\" \/>\n\t<meta name=\"robots\" content=\"max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n\t<meta name=\"author\" content=\"Andy Keyworth\"\/>\n\t<meta name=\"google-site-verification\" content=\"sz9aAxXztsJYdCXthODGNnUF_2aAZsZBWbnNQPko7v8\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/allyant.com\/blog\/alternate-format-documents-and-non-text-content-accessibility-for-images-tables-and-maps\/\" \/>\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=\"Alternate Format Documents and Non-Text Content: Accessibility for Images, Tables, and Maps - Allyant\" \/>\n\t\t<meta property=\"og:description\" content=\"The old expression \u201ca picture is worth a thousand words\u201d can be applied to modern digital content just as readily as it is to books or holiday Kodak photos to bore the neighbors. Content, whether in print or digital form, is more than just paragraph text: content creators employ images, tables, graphs, maps, and\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/allyant.com\/blog\/alternate-format-documents-and-non-text-content-accessibility-for-images-tables-and-maps\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/allyant.com\/wp-content\/uploads\/2024\/09\/Allyant-Social-Alternate-Format-Documents.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/allyant.com\/wp-content\/uploads\/2024\/09\/Allyant-Social-Alternate-Format-Documents.png\" \/>\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=\"2024-09-26T13:00:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-07-24T16:58:12+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Alternate Format Documents and Non-Text Content: Accessibility for Images, Tables, and Maps - Allyant\" \/>\n\t\t<meta name=\"twitter:description\" content=\"The old expression \u201ca picture is worth a thousand words\u201d can be applied to modern digital content just as readily as it is to books or holiday Kodak photos to bore the neighbors. Content, whether in print or digital form, is more than just paragraph text: content creators employ images, tables, graphs, maps, and\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/allyant.com\/wp-content\/uploads\/2024\/09\/Allyant-Social-Alternate-Format-Documents.png\" \/>\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\\\/alternate-format-documents-and-non-text-content-accessibility-for-images-tables-and-maps\\\/#blogposting\",\"name\":\"Alternate Format Documents and Non-Text Content: Accessibility for Images, Tables, and Maps - Allyant\",\"headline\":\"Alternate Format Documents and Non-Text Content: Accessibility for Images, Tables, and Maps\",\"author\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/author\\\/akeyworth\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/allyant.com\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/Allyant-Blog-Alternate-Format-Documents.png\",\"width\":1000,\"height\":500},\"datePublished\":\"2024-09-26T08:00:00-05:00\",\"dateModified\":\"2025-07-24T11:58:12-05:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/alternate-format-documents-and-non-text-content-accessibility-for-images-tables-and-maps\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/alternate-format-documents-and-non-text-content-accessibility-for-images-tables-and-maps\\\/#webpage\"},\"articleSection\":\"Blog, accessibility, accessibility software, alt format, alternative format, web accessibility\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/alternate-format-documents-and-non-text-content-accessibility-for-images-tables-and-maps\\\/#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\\\/alternate-format-documents-and-non-text-content-accessibility-for-images-tables-and-maps\\\/#listItem\",\"name\":\"Alternate Format Documents and Non-Text Content: Accessibility for Images, Tables, and Maps\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/allyant.com#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/alternate-format-documents-and-non-text-content-accessibility-for-images-tables-and-maps\\\/#listItem\",\"position\":3,\"name\":\"Alternate Format Documents and Non-Text Content: Accessibility for Images, Tables, and Maps\",\"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\\\/alternate-format-documents-and-non-text-content-accessibility-for-images-tables-and-maps\\\/#organizationLogo\",\"width\":5672,\"height\":2900,\"caption\":\"Allyant logo. Simple, Seamless, Accessibility.\"},\"image\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/alternate-format-documents-and-non-text-content-accessibility-for-images-tables-and-maps\\\/#organizationLogo\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/allyant.com\\\/author\\\/akeyworth\\\/#author\",\"url\":\"https:\\\/\\\/allyant.com\\\/author\\\/akeyworth\\\/\",\"name\":\"Andy Keyworth\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1c047e5a0e4334bbec0d071d847773370c26194f7536ab83bf2fdac1b97143bc?s=96&d=mm&r=g\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/alternate-format-documents-and-non-text-content-accessibility-for-images-tables-and-maps\\\/#webpage\",\"url\":\"https:\\\/\\\/allyant.com\\\/blog\\\/alternate-format-documents-and-non-text-content-accessibility-for-images-tables-and-maps\\\/\",\"name\":\"Alternate Format Documents and Non-Text Content: Accessibility for Images, Tables, and Maps - Allyant\",\"description\":\"The old expression \\u201ca picture is worth a thousand words\\u201d can be applied to modern digital content just as readily as it is to books or holiday Kodak photos to bore the neighbors. Content, whether in print or digital form, is more than just paragraph text: content creators employ images, tables, graphs, maps, and\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/alternate-format-documents-and-non-text-content-accessibility-for-images-tables-and-maps\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/author\\\/akeyworth\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/author\\\/akeyworth\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/allyant.com\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/Allyant-Blog-Alternate-Format-Documents.png\",\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/alternate-format-documents-and-non-text-content-accessibility-for-images-tables-and-maps\\\/#mainImage\",\"width\":1000,\"height\":500},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/alternate-format-documents-and-non-text-content-accessibility-for-images-tables-and-maps\\\/#mainImage\"},\"datePublished\":\"2024-09-26T08:00:00-05:00\",\"dateModified\":\"2025-07-24T11:58:12-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>Alternate Format Documents and Non-Text Content: Accessibility for Images, Tables, and Maps - Allyant<\/title>\n\n","aioseo_head_json":{"title":"Alternate Format Documents and Non-Text Content: Accessibility for Images, Tables, and Maps - Allyant","description":"The old expression \u201ca picture is worth a thousand words\u201d can be applied to modern digital content just as readily as it is to books or holiday Kodak photos to bore the neighbors. Content, whether in print or digital form, is more than just paragraph text: content creators employ images, tables, graphs, maps, and","canonical_url":"https:\/\/allyant.com\/blog\/alternate-format-documents-and-non-text-content-accessibility-for-images-tables-and-maps\/","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\/alternate-format-documents-and-non-text-content-accessibility-for-images-tables-and-maps\/#blogposting","name":"Alternate Format Documents and Non-Text Content: Accessibility for Images, Tables, and Maps - Allyant","headline":"Alternate Format Documents and Non-Text Content: Accessibility for Images, Tables, and Maps","author":{"@id":"https:\/\/allyant.com\/author\/akeyworth\/#author"},"publisher":{"@id":"https:\/\/allyant.com\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/allyant.com\/wp-content\/uploads\/2024\/09\/Allyant-Blog-Alternate-Format-Documents.png","width":1000,"height":500},"datePublished":"2024-09-26T08:00:00-05:00","dateModified":"2025-07-24T11:58:12-05:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/allyant.com\/blog\/alternate-format-documents-and-non-text-content-accessibility-for-images-tables-and-maps\/#webpage"},"isPartOf":{"@id":"https:\/\/allyant.com\/blog\/alternate-format-documents-and-non-text-content-accessibility-for-images-tables-and-maps\/#webpage"},"articleSection":"Blog, accessibility, accessibility software, alt format, alternative format, web accessibility"},{"@type":"BreadcrumbList","@id":"https:\/\/allyant.com\/blog\/alternate-format-documents-and-non-text-content-accessibility-for-images-tables-and-maps\/#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\/alternate-format-documents-and-non-text-content-accessibility-for-images-tables-and-maps\/#listItem","name":"Alternate Format Documents and Non-Text Content: Accessibility for Images, Tables, and Maps"},"previousItem":{"@type":"ListItem","@id":"https:\/\/allyant.com#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/allyant.com\/blog\/alternate-format-documents-and-non-text-content-accessibility-for-images-tables-and-maps\/#listItem","position":3,"name":"Alternate Format Documents and Non-Text Content: Accessibility for Images, Tables, and Maps","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\/alternate-format-documents-and-non-text-content-accessibility-for-images-tables-and-maps\/#organizationLogo","width":5672,"height":2900,"caption":"Allyant logo. Simple, Seamless, Accessibility."},"image":{"@id":"https:\/\/allyant.com\/blog\/alternate-format-documents-and-non-text-content-accessibility-for-images-tables-and-maps\/#organizationLogo"}},{"@type":"Person","@id":"https:\/\/allyant.com\/author\/akeyworth\/#author","url":"https:\/\/allyant.com\/author\/akeyworth\/","name":"Andy Keyworth","image":{"@type":"ImageObject","url":"https:\/\/secure.gravatar.com\/avatar\/1c047e5a0e4334bbec0d071d847773370c26194f7536ab83bf2fdac1b97143bc?s=96&d=mm&r=g"}},{"@type":"WebPage","@id":"https:\/\/allyant.com\/blog\/alternate-format-documents-and-non-text-content-accessibility-for-images-tables-and-maps\/#webpage","url":"https:\/\/allyant.com\/blog\/alternate-format-documents-and-non-text-content-accessibility-for-images-tables-and-maps\/","name":"Alternate Format Documents and Non-Text Content: Accessibility for Images, Tables, and Maps - Allyant","description":"The old expression \u201ca picture is worth a thousand words\u201d can be applied to modern digital content just as readily as it is to books or holiday Kodak photos to bore the neighbors. Content, whether in print or digital form, is more than just paragraph text: content creators employ images, tables, graphs, maps, and","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/allyant.com\/#website"},"breadcrumb":{"@id":"https:\/\/allyant.com\/blog\/alternate-format-documents-and-non-text-content-accessibility-for-images-tables-and-maps\/#breadcrumblist"},"author":{"@id":"https:\/\/allyant.com\/author\/akeyworth\/#author"},"creator":{"@id":"https:\/\/allyant.com\/author\/akeyworth\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/allyant.com\/wp-content\/uploads\/2024\/09\/Allyant-Blog-Alternate-Format-Documents.png","@id":"https:\/\/allyant.com\/blog\/alternate-format-documents-and-non-text-content-accessibility-for-images-tables-and-maps\/#mainImage","width":1000,"height":500},"primaryImageOfPage":{"@id":"https:\/\/allyant.com\/blog\/alternate-format-documents-and-non-text-content-accessibility-for-images-tables-and-maps\/#mainImage"},"datePublished":"2024-09-26T08:00:00-05:00","dateModified":"2025-07-24T11:58:12-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":"Alternate Format Documents and Non-Text Content: Accessibility for Images, Tables, and Maps - Allyant","og:description":"The old expression \u201ca picture is worth a thousand words\u201d can be applied to modern digital content just as readily as it is to books or holiday Kodak photos to bore the neighbors. Content, whether in print or digital form, is more than just paragraph text: content creators employ images, tables, graphs, maps, and","og:url":"https:\/\/allyant.com\/blog\/alternate-format-documents-and-non-text-content-accessibility-for-images-tables-and-maps\/","og:image":"https:\/\/allyant.com\/wp-content\/uploads\/2024\/09\/Allyant-Social-Alternate-Format-Documents.png","og:image:secure_url":"https:\/\/allyant.com\/wp-content\/uploads\/2024\/09\/Allyant-Social-Alternate-Format-Documents.png","og:image:width":1200,"og:image:height":630,"article:published_time":"2024-09-26T13:00:00+00:00","article:modified_time":"2025-07-24T16:58:12+00:00","twitter:card":"summary_large_image","twitter:title":"Alternate Format Documents and Non-Text Content: Accessibility for Images, Tables, and Maps - Allyant","twitter:description":"The old expression \u201ca picture is worth a thousand words\u201d can be applied to modern digital content just as readily as it is to books or holiday Kodak photos to bore the neighbors. Content, whether in print or digital form, is more than just paragraph text: content creators employ images, tables, graphs, maps, and","twitter:image":"https:\/\/allyant.com\/wp-content\/uploads\/2024\/09\/Allyant-Social-Alternate-Format-Documents.png"},"aioseo_meta_data":{"post_id":"92975","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\/2024\/09\/Allyant-Social-Alternate-Format-Documents.png","og_image_width":"1200","og_image_height":"630","og_image_custom_url":"https:\/\/allyant.com\/wp-content\/uploads\/2024\/09\/Allyant-Social-Alternate-Format-Documents.png","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":"custom_image","twitter_image_url":"https:\/\/allyant.com\/wp-content\/uploads\/2024\/09\/Allyant-Social-Alternate-Format-Documents.png","twitter_image_custom_url":"https:\/\/allyant.com\/wp-content\/uploads\/2024\/09\/Allyant-Social-Alternate-Format-Documents.png","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":"2024-09-25 13:02:38","updated":"2026-05-14 04:28:01","ai":null,"seo_analyzer_scan_date":"2026-05-14 04:28:01"},"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\tAlternate Format Documents and Non-Text Content: Accessibility for Images, Tables, and Maps\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/allyant.com"},{"label":"Blog","link":"https:\/\/allyant.com\/category\/blog\/"},{"label":"Alternate Format Documents and Non-Text Content: Accessibility for Images, Tables, and Maps","link":"https:\/\/allyant.com\/blog\/alternate-format-documents-and-non-text-content-accessibility-for-images-tables-and-maps\/"}],"_links":{"self":[{"href":"https:\/\/allyant.com\/wp-json\/wp\/v2\/posts\/92975","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\/32"}],"replies":[{"embeddable":true,"href":"https:\/\/allyant.com\/wp-json\/wp\/v2\/comments?post=92975"}],"version-history":[{"count":0,"href":"https:\/\/allyant.com\/wp-json\/wp\/v2\/posts\/92975\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/allyant.com\/wp-json\/wp\/v2\/media\/92979"}],"wp:attachment":[{"href":"https:\/\/allyant.com\/wp-json\/wp\/v2\/media?parent=92975"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/allyant.com\/wp-json\/wp\/v2\/categories?post=92975"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/allyant.com\/wp-json\/wp\/v2\/tags?post=92975"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}