{"id":90160,"date":"2024-02-01T08:00:00","date_gmt":"2024-02-01T14:00:00","guid":{"rendered":"https:\/\/allyant.com\/?p=89953"},"modified":"2026-05-27T09:49:33","modified_gmt":"2026-05-27T14:49:33","slug":"what-are-headings-and-how-should-i-use-them-for-web-accessibility","status":"publish","type":"post","link":"https:\/\/allyant.com\/blog\/what-are-headings-and-how-should-i-use-them-for-web-accessibility\/","title":{"rendered":"What are Headings and How Should I Use Them for Web Accessibility?"},"content":{"rendered":"\n<p>The proper use of headings when creating a webpage is essential to website accessibility. Proper heading structure is one of the first steps to take to achieve a fully accessible, easy-to-read document.<\/p>\n\n\n\n<p>This blog post will discuss headings, heading levels, and best practices concerning headings and building accessible content.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Headings explained<\/h2>\n\n\n\n<p>A heading is a text that describes a section of content within a web page. The text above, \u201cHeadings explained,\u201d is a heading because it describes this section of text explaining headings. The blog post&#8217;s title, &#8220;What are headings, and how should I use them for web accessibility?\u201d is also a heading.<\/p>\n\n\n\n<p>When used properly, headings can provide multiple benefits. They can make it easier for screen reader users to search web pages or digital documents for specific content. Screen readers can navigate by headings and heading levels, allowing users to jump directly to the information they need without listening to the entire page.<\/p>\n\n\n\n<p>Headings also help visually separate text, which can be particularly useful for individuals with cognitive disabilities. These users and many others may need assistance focusing on the content without these visual separators.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Heading levels<\/h2>\n\n\n\n<p>There are six different heading levels.&nbsp;<\/p>\n\n\n\n<p>A level 1 heading, &lt;h1&gt;, is typically used with the document title. In the case of this article, the text \u201cWhat are headings, and how should I use them for web accessibility?\u201d is a level 1 heading.<\/p>\n\n\n\n<p>A level 2 heading, &lt;h2&gt;, is used before each major section of text. The &lt;h2&gt; levels above are \u201cHeadings explained\u201d and \u201cHeading levels.\u201d&nbsp;<\/p>\n\n\n\n<p>Heading level 3, &lt;h3&gt;, is used for any subsection, followed by &lt;h4&gt; (level 4), &lt;h5&gt; (level 5), and &lt;h6&gt; (level 6).<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Best practices regarding headings<\/h2>\n\n\n\n<h3 class=\"wp-block-heading has-navy-color has-text-color has-link-color has-large-font-size wp-elements-94b9852cd988d94423255cf813993378\">Make sure each page or document has a heading level 1<\/h3>\n\n\n\n<p>Each webpage or document must have one (and only one) &lt;h1&gt;. An &lt;h1&gt; is typically used to mark the title or primary purpose of the webpage as a semantic heading so that screen reading software will recognize it as a heading. This makes it much easier for a screen reader user to identify what the web page or document is about. If there is no &lt;h1&gt;, a screen reader user may have to identify the document&#8217;s main topic independently. It is also essential that the &lt;h1&gt; matches the document&#8217;s title, or at least very closely matches it.<\/p>\n\n\n\n<p>Below is an example of how heading levels could appear on a webpage when built with accessibility in mind, leveraging just a singular &lt;h1&gt; heading level:<\/p>\n\n\n\n<p>&lt;h1&gt;Title of page&lt;\/h1&gt;<\/p>\n\n\n\n<p>&lt;h2&gt;Main heading&lt;\/h2&gt;<\/p>\n\n\n\n<p>&lt;h2&gt;Another main heading&lt;\/h2&gt;<\/p>\n\n\n\n<p>&lt;h3&gt;Sub-heading&lt;\/h3&gt;<\/p>\n\n\n\n<p>&lt;h2&gt;Yet another main heading&lt;\/h2&gt;<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-navy-color has-text-color has-link-color has-large-font-size wp-elements-319116e99611b699492c0fd8d6109712\">Headings must be used in a logical order<\/h3>\n\n\n\n<p>Web development teams must mark up headings in the correct order. As explained above, &lt;h1s&gt; are used for the main purpose of documents. &lt;h2s&gt; are used for main sections, &lt;h3s&gt; for subsections, and so on through &lt;h6s&gt;. Heading levels cannot be skipped. For example, only &lt;h2s&gt; should typically follow &lt;h1&gt; in heading level structure.&nbsp;<\/p>\n\n\n\n<p>Screen reader users can use keyboard shortcuts to navigate by heading levels. \u201c1\u201d is used to skip to the next &lt;h1&gt;, \u201c2\u201d to skip to the next &lt;h2&gt;, and so on for &lt;h3&gt; through &lt;h6&gt;. <\/p>\n\n\n\n<p>Correct heading level order makes skimming webpages for relevant content much easier for screen reader users and creates a more equitable experience when browsing the web.<\/p>\n\n\n\n<p>Below is an example of proper heading-level structure:&nbsp;<\/p>\n\n\n\n<p>&lt;h1&gt;Whole Foods Market&lt;\/h1&gt;<\/p>\n\n\n\n<p>&nbsp; &nbsp; &nbsp;&lt;h2&gt;Produce&lt;\/h2&gt;<\/p>\n\n\n\n<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&lt;h3&gt;Fruits&lt;\/h3&gt;<\/p>\n\n\n\n<p>In the example, \u201cWhole Foods Market\u201d (the document title) is a level 1 heading. \u201cProduce\u201d (a main section) is a level 2 heading, and \u201cFruits\u201d (a subsection of \u201cProduce\u201d) is a heading level 3.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-navy-color has-text-color has-link-color has-large-font-size wp-elements-f3e3fa0a1ba509995afba1dc831ca060\">Make sure webpage headings are actual headings.<\/h3>\n\n\n\n<p>Ensure all document and page headings are actual headings. For example, all &lt;h1&gt; headings should be actual level 1 headings used primarily for the document&#8217;s main purpose. When elements that should be different from headings are marked up as headings, it can confuse screen reader users. Screen reader users can navigate by headings, so screen readers will read content as a heading that sighted people know is not a heading. This makes for an inequitable experience, as screen reader users do not have accurate information.<\/p>\n\n\n\n<p>Conversely, actual semantic headings should always be marked up as headings. For example, all text marked as &lt;h1&gt; should be an actual semantic level 1 heading and not regular paragraph text (or another heading level). This also creates confusion for screen reader users, as they may think text not meant to be a heading is one because of incorrect markup. In addition, if used in this way, it would provide screen reader users with inaccurate information.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">More about headings<\/h2>\n\n\n\n<p>While headings can be styled in any way depending on the layout of a particular webpage or document, following these best practices in heading markup is crucial in providing an organized and easily navigable layout. While screen reader users benefit the most from proper heading markup, users with cognitive disabilities also benefit from the clear organization provided by headings.<\/p>\n\n\n\n<p>Our team at Allyant has also built a robust accessibility tool specifically for testing and updating heading levels, allowing content managers and developers of all accessibility experience levels to efficiently and effectively ensure they are building accessible heading structures.&nbsp;<\/p>\n\n\n\n<p>Contact our\u00a0<a href=\"https:\/\/allyant.com\/web-accessibility-audit-services\/\" target=\"_blank\" rel=\"noopener\" title=\"\">expert digital accessibility auditing team<\/a>\u00a0with any questions regarding headings or heading-level structure or to receive a demo of our heading-level tool!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The proper use of headings when creating a webpage is essential to website accessibility. Proper heading structure is one of the first steps to take to achieve a fully accessible, [&hellip;]<\/p>\n","protected":false},"author":12,"featured_media":89960,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[14],"tags":[66,53,80],"class_list":["post-90160","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","tag-accessibility","tag-accessibility-software","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 proper use of headings when creating a webpage is essential to website accessibility. Proper heading structure is one of the first steps to take to achieve a fully accessible, easy-to-read document. This blog post will discuss headings, heading levels, and best practices concerning headings and building accessible content. Headings explained A heading is a\" \/>\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\/what-are-headings-and-how-should-i-use-them-for-web-accessibility\/\" \/>\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=\"What are Headings and How Should I Use Them for Web Accessibility? - Allyant\" \/>\n\t\t<meta property=\"og:description\" content=\"The proper use of headings when creating a webpage is essential to website accessibility. Proper heading structure is one of the first steps to take to achieve a fully accessible, easy-to-read document. This blog post will discuss headings, heading levels, and best practices concerning headings and building accessible content. Headings explained A heading is a\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/allyant.com\/blog\/what-are-headings-and-how-should-i-use-them-for-web-accessibility\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/allyant.com\/wp-content\/uploads\/2024\/01\/Allyant-Blog-Best-practices-related-to-headings-in-digital-accessibility.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/allyant.com\/wp-content\/uploads\/2024\/01\/Allyant-Blog-Best-practices-related-to-headings-in-digital-accessibility.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"3840\" \/>\n\t\t<meta property=\"og:image:height\" content=\"1920\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2024-02-01T14:00:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-05-27T14:49:33+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"What are Headings and How Should I Use Them for Web Accessibility? - Allyant\" \/>\n\t\t<meta name=\"twitter:description\" content=\"The proper use of headings when creating a webpage is essential to website accessibility. Proper heading structure is one of the first steps to take to achieve a fully accessible, easy-to-read document. This blog post will discuss headings, heading levels, and best practices concerning headings and building accessible content. Headings explained A heading is a\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/allyant.com\/wp-content\/uploads\/2024\/01\/Allyant-Blog-Best-practices-related-to-headings-in-digital-accessibility.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\\\/what-are-headings-and-how-should-i-use-them-for-web-accessibility\\\/#blogposting\",\"name\":\"What are Headings and How Should I Use Them for Web Accessibility? - Allyant\",\"headline\":\"What are Headings and How Should I Use Them for Web Accessibility?\",\"author\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/author\\\/communications\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/allyant.com\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/Allyant-Blog-Best-practices-related-to-headings-in-digital-accessibility.png\",\"width\":3840,\"height\":1920},\"datePublished\":\"2024-02-01T08:00:00-06:00\",\"dateModified\":\"2026-05-27T09:49:33-05:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/what-are-headings-and-how-should-i-use-them-for-web-accessibility\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/what-are-headings-and-how-should-i-use-them-for-web-accessibility\\\/#webpage\"},\"articleSection\":\"Blog, accessibility, accessibility software, web accessibility\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/what-are-headings-and-how-should-i-use-them-for-web-accessibility\\\/#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\\\/what-are-headings-and-how-should-i-use-them-for-web-accessibility\\\/#listItem\",\"name\":\"What are Headings and How Should I Use Them for Web Accessibility?\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/allyant.com#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/what-are-headings-and-how-should-i-use-them-for-web-accessibility\\\/#listItem\",\"position\":3,\"name\":\"What are Headings and How Should I Use Them for Web Accessibility?\",\"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\\\/what-are-headings-and-how-should-i-use-them-for-web-accessibility\\\/#organizationLogo\",\"width\":5672,\"height\":2900,\"caption\":\"Allyant logo. Simple, Seamless, Accessibility.\"},\"image\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/what-are-headings-and-how-should-i-use-them-for-web-accessibility\\\/#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\\\/what-are-headings-and-how-should-i-use-them-for-web-accessibility\\\/#webpage\",\"url\":\"https:\\\/\\\/allyant.com\\\/blog\\\/what-are-headings-and-how-should-i-use-them-for-web-accessibility\\\/\",\"name\":\"What are Headings and How Should I Use Them for Web Accessibility? - Allyant\",\"description\":\"The proper use of headings when creating a webpage is essential to website accessibility. Proper heading structure is one of the first steps to take to achieve a fully accessible, easy-to-read document. This blog post will discuss headings, heading levels, and best practices concerning headings and building accessible content. Headings explained A heading is a\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/what-are-headings-and-how-should-i-use-them-for-web-accessibility\\\/#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\\\/2024\\\/01\\\/Allyant-Blog-Best-practices-related-to-headings-in-digital-accessibility.png\",\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/what-are-headings-and-how-should-i-use-them-for-web-accessibility\\\/#mainImage\",\"width\":3840,\"height\":1920},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/allyant.com\\\/blog\\\/what-are-headings-and-how-should-i-use-them-for-web-accessibility\\\/#mainImage\"},\"datePublished\":\"2024-02-01T08:00:00-06:00\",\"dateModified\":\"2026-05-27T09:49:33-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>What are Headings and How Should I Use Them for Web Accessibility? - Allyant<\/title>\n\n","aioseo_head_json":{"title":"What are Headings and How Should I Use Them for Web Accessibility? - Allyant","description":"The proper use of headings when creating a webpage is essential to website accessibility. Proper heading structure is one of the first steps to take to achieve a fully accessible, easy-to-read document. This blog post will discuss headings, heading levels, and best practices concerning headings and building accessible content. Headings explained A heading is a","canonical_url":"https:\/\/allyant.com\/blog\/what-are-headings-and-how-should-i-use-them-for-web-accessibility\/","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\/what-are-headings-and-how-should-i-use-them-for-web-accessibility\/#blogposting","name":"What are Headings and How Should I Use Them for Web Accessibility? - Allyant","headline":"What are Headings and How Should I Use Them for Web Accessibility?","author":{"@id":"https:\/\/allyant.com\/author\/communications\/#author"},"publisher":{"@id":"https:\/\/allyant.com\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/allyant.com\/wp-content\/uploads\/2024\/01\/Allyant-Blog-Best-practices-related-to-headings-in-digital-accessibility.png","width":3840,"height":1920},"datePublished":"2024-02-01T08:00:00-06:00","dateModified":"2026-05-27T09:49:33-05:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/allyant.com\/blog\/what-are-headings-and-how-should-i-use-them-for-web-accessibility\/#webpage"},"isPartOf":{"@id":"https:\/\/allyant.com\/blog\/what-are-headings-and-how-should-i-use-them-for-web-accessibility\/#webpage"},"articleSection":"Blog, accessibility, accessibility software, web accessibility"},{"@type":"BreadcrumbList","@id":"https:\/\/allyant.com\/blog\/what-are-headings-and-how-should-i-use-them-for-web-accessibility\/#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\/what-are-headings-and-how-should-i-use-them-for-web-accessibility\/#listItem","name":"What are Headings and How Should I Use Them for Web Accessibility?"},"previousItem":{"@type":"ListItem","@id":"https:\/\/allyant.com#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/allyant.com\/blog\/what-are-headings-and-how-should-i-use-them-for-web-accessibility\/#listItem","position":3,"name":"What are Headings and How Should I Use Them for Web Accessibility?","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\/what-are-headings-and-how-should-i-use-them-for-web-accessibility\/#organizationLogo","width":5672,"height":2900,"caption":"Allyant logo. Simple, Seamless, Accessibility."},"image":{"@id":"https:\/\/allyant.com\/blog\/what-are-headings-and-how-should-i-use-them-for-web-accessibility\/#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\/what-are-headings-and-how-should-i-use-them-for-web-accessibility\/#webpage","url":"https:\/\/allyant.com\/blog\/what-are-headings-and-how-should-i-use-them-for-web-accessibility\/","name":"What are Headings and How Should I Use Them for Web Accessibility? - Allyant","description":"The proper use of headings when creating a webpage is essential to website accessibility. Proper heading structure is one of the first steps to take to achieve a fully accessible, easy-to-read document. This blog post will discuss headings, heading levels, and best practices concerning headings and building accessible content. Headings explained A heading is a","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/allyant.com\/#website"},"breadcrumb":{"@id":"https:\/\/allyant.com\/blog\/what-are-headings-and-how-should-i-use-them-for-web-accessibility\/#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\/2024\/01\/Allyant-Blog-Best-practices-related-to-headings-in-digital-accessibility.png","@id":"https:\/\/allyant.com\/blog\/what-are-headings-and-how-should-i-use-them-for-web-accessibility\/#mainImage","width":3840,"height":1920},"primaryImageOfPage":{"@id":"https:\/\/allyant.com\/blog\/what-are-headings-and-how-should-i-use-them-for-web-accessibility\/#mainImage"},"datePublished":"2024-02-01T08:00:00-06:00","dateModified":"2026-05-27T09:49:33-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":"What are Headings and How Should I Use Them for Web Accessibility? - Allyant","og:description":"The proper use of headings when creating a webpage is essential to website accessibility. Proper heading structure is one of the first steps to take to achieve a fully accessible, easy-to-read document. This blog post will discuss headings, heading levels, and best practices concerning headings and building accessible content. Headings explained A heading is a","og:url":"https:\/\/allyant.com\/blog\/what-are-headings-and-how-should-i-use-them-for-web-accessibility\/","og:image":"https:\/\/allyant.com\/wp-content\/uploads\/2024\/01\/Allyant-Blog-Best-practices-related-to-headings-in-digital-accessibility.png","og:image:secure_url":"https:\/\/allyant.com\/wp-content\/uploads\/2024\/01\/Allyant-Blog-Best-practices-related-to-headings-in-digital-accessibility.png","og:image:width":3840,"og:image:height":1920,"article:published_time":"2024-02-01T14:00:00+00:00","article:modified_time":"2026-05-27T14:49:33+00:00","twitter:card":"summary_large_image","twitter:title":"What are Headings and How Should I Use Them for Web Accessibility? - Allyant","twitter:description":"The proper use of headings when creating a webpage is essential to website accessibility. Proper heading structure is one of the first steps to take to achieve a fully accessible, easy-to-read document. This blog post will discuss headings, heading levels, and best practices concerning headings and building accessible content. Headings explained A heading is a","twitter:image":"https:\/\/allyant.com\/wp-content\/uploads\/2024\/01\/Allyant-Blog-Best-practices-related-to-headings-in-digital-accessibility.png"},"aioseo_meta_data":{"post_id":"90160","title":"#post_title #separator_sa #site_title","description":"#post_excerpt","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":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"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":"default","twitter_image_url":null,"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":null,"created":"2024-02-07 16:13:08","updated":"2026-05-27 14:50:05","ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"seo_analyzer_scan_date":"2026-05-27 14:50:05"},"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\tWhat are Headings and How Should I Use Them for Web Accessibility?\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/allyant.com"},{"label":"Blog","link":"https:\/\/allyant.com\/category\/blog\/"},{"label":"What are Headings and How Should I Use Them for Web Accessibility?","link":"https:\/\/allyant.com\/blog\/what-are-headings-and-how-should-i-use-them-for-web-accessibility\/"}],"_links":{"self":[{"href":"https:\/\/allyant.com\/wp-json\/wp\/v2\/posts\/90160","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=90160"}],"version-history":[{"count":0,"href":"https:\/\/allyant.com\/wp-json\/wp\/v2\/posts\/90160\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/allyant.com\/wp-json\/wp\/v2\/media\/89960"}],"wp:attachment":[{"href":"https:\/\/allyant.com\/wp-json\/wp\/v2\/media?parent=90160"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/allyant.com\/wp-json\/wp\/v2\/categories?post=90160"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/allyant.com\/wp-json\/wp\/v2\/tags?post=90160"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}