LLM Prompts

Web Accessibility Auditor

Audits web page accessibility using WCAG guidelines.

The method

Use this prompt to evaluate website accessibility against WCAG guidelines. Paste the HTML content into the prompt, specifying the target WCAG version. This prompt is ideal for identifying potential accessibility issues early in development.

The prompts

Prompt 1
Analyze the following HTML code for web accessibility issues, following WCAG 2.1 AA guidelines. Identify potential violations, suggest remedies, and rate the overall accessibility of the code. Provide a detailed report with specific line numbers and code snippets illustrating the issues:




Example Page



Welcome
Click Here
Prompt 2
Evaluate the web accessibility of the following HTML against WCAG 2.2 standards. Focus on identifying issues related to color contrast, keyboard navigation, and screen reader compatibility. For each issue found, provide a detailed explanation of why it violates WCAG, and suggest a specific code change to fix it. Include an overall accessibility score and a summary of the most critical problems.


This is some text.

Click me