LLM Prompts

Web Accessibility Audit Generator

Generates a detailed accessibility audit for a given URL, highlighting potential WCAG violations.

The method

Use this prompt by pasting it into your LLM of choice. Ideal for developers ensuring their sites are WCAG compliant. Adjust the URL to target specific web pages, enhancing targeted feedback and remediation steps.

The prompts

Prompt 1
I am performing a web accessibility audit. Analyze the following URL: [Insert URL here]. Identify potential WCAG (Web Content Accessibility Guidelines) violations. For each violation, provide a detailed description of the issue, the specific WCAG guideline it violates, and actionable steps to remediate the problem. Focus on aspects like alternative text for images, keyboard navigation, color contrast, form accessibility, and semantic HTML. Provide your analysis in a clear, structured format, making it easy to understand and implement the recommended changes. The results should be comprehensive enough to ensure the website meets at least WCAG 2.1 Level AA compliance.
Prompt 2
Analyze the accessibility of the website at [Insert URL here]. Assume I am a web developer with intermediate knowledge of accessibility standards. I need you to act as an accessibility expert. Provide a prioritized list of accessibility issues found on the page, focusing on WCAG 2.1 Level A and AA guidelines. For each issue, include the following: a clear description of the problem, the specific WCAG guideline violated, an example of where the issue occurs on the page (e.g., a specific element or section), and practical code-level recommendations for fixing the issue. Also, give me an estimated severity level (Low, Medium, High) for each issue based on its impact on user experience. The output should be easily actionable and help me to efficiently improve the website's accessibility.