Archived Web Content
Texas A&M University websites and online content are required to meet digital accessibility standards under ADA Title II and state law. This requirement applies to web pages, documents, and media used to support University programs, services, and activities.
Some older content may qualify as archived web content and may not need to be updated for accessibility—but only if it meets specific requirements.
What Is Archived Web Content?
Archived web content is content that is no longer actively used and is kept only for reference or recordkeeping. It must be stored in a clearly labeled archive and left unchanged after being archived.
If content is still being used—for example, to share information, provide services, or support University activities—it is not archived and must be accessible, even if it is old.
When Content Can Be Considered Archived
To qualify as archived web content, all of the following must be true:
- The content was created before the ADA Title II compliance date of April 24, 2026 (or copied from older paper or physical materials)
- It is kept only for reference, research, or recordkeeping
- It has not been updated or changed since it was archived
- Minor edits, such as removing personal information, are allowed
- It is stored in a clearly identified archived section of a website or platform
If any of these conditions are not met, the content must be made accessible or removed, unless a different ADA exception applies.
Important: Making major updates right before archiving content does not qualify it as archived. In those cases, the content should be made accessible or removed if it is no longer needed.
Requests for Accessible Versions
Even if content qualifies as archived, the University must still provide an accessible version upon request.
Units that maintain archived content must:
- Clearly explain how users can request an accessible version
- Have a process in place to respond to requests promptly
- Provide content in a format that meets the requestor’s accessibility needs
Examples of Archived Content
- Old meeting minutes saved for recordkeeping and stored in an archived section of a website
- Older videos that are no longer used and placed in a clearly labeled archived playlist
To Add an Alert Banner to your Archived Content
Use the snippet below to display a standardized archive notice at the top of your page. Update the bracketed placeholders with your page’s specific details before publishing.
<archive-alert>
<h2>Archived Content</h2>
<p>This page was created before April 24, 2026 and archived on [Date]. It is available online for reference, research, or recordkeeping. It is not updated and may not meet current accessibility standards. For assistance or to request an accessible format, contact [Phone] or [Email]. View our current website: [Link].</p>
</archive-alert>
<script src="https://aux.tamu.edu/archive.js"></script>
Instructions for Adding Banner
The banner notification should be added to the top of every archived web page and document.
- Copy the HTML and JavaScript tag for the alert banner to your website or web application. Place the banner HTML immediately after the <body> tag in the website template or the header include file.
- Replace the [text and brackets] in the HTML.
If you are unsure whether your content qualifies as archived web content, contact the IT Accessibility team.
Did you know?
- In the United States, about 55 million people have a disability (src: 2010 U.S. Census).
- About 1 in 5 Americans have some kind of disability (src: 2010 U.S. Census).
- The percentage of people affected by disabilities is growing as our population ages.
- Two popular, free screen readers are VoiceOver (Mac OS and iOS) and NVDA (Win).
- Good accessibility practices can improve the search ranking of your website.
- Form fields without labels can cause problems for some assistive technology users.
- Low color contrast makes content difficult to see, especially for users with low vision.
- Documents linked on a website need to be accessible too (e.g., PDF and Word files).
- Audio content, like podcasts, need transcripts for deaf or hard of hearing users.
- Online videos should be captioned for deaf or hard of hearing users.
- Using HTML tags correctly is very important for accessibility.
- Descriptive link text helps make a website more accessible. Avoid using "Click here" or "Read more."
- A "screen reader" is an application that reads content aloud to a user.
- There is no "alt tag" in HTML. "Alt" is an attribute used with the img tag.
- HTML uses the alt attribute to provide a text description of an image.
- Alt text should describe an image, if the purpose of the image is to convey information.
- If an image is a link, the alt text for the image should explain where the link goes.
- If an image is only being used for decoration, the alt text should be null (i.e., alt="").
- If a table has headers, using header tags (<th>) will make the table more accessible.
- An accessible website is one that can be navigated and understood by everyone.