The method
Paste the URL of your website. Specify the WCAG version (e.g., WCAG 2.1 AA). The LLM will analyze the site's HTML (if accessible) or request a summary and generate a compliance report, highlighting potential issues.
The prompts
Prompt 1
I need you to act as a WCAG compliance expert. I will provide you with a website URL or a summary of a webpage, and you will analyze it against WCAG 2.1 AA standards. Generate a report outlining potential accessibility violations, including the specific WCAG guideline violated (e.g., 1.1.1 Non-text Content), a description of the issue, and suggested remediation steps. Where possible, include specific code examples to illustrate fixes. Prioritize high-impact violations first. If providing example code ensure it is valid HTML. If no URL is possible, I will give you the HTML for compliance testing
Prompt 2
Act as an accessibility auditor. I'm conducting an audit of a website, and I need assistance identifying potential WCAG violations. I will provide you with snippets of HTML code, descriptions of website functionality, or user interface elements. For each item I provide, analyze it against WCAG 2.1 Level AA guidelines and identify any potential violations. Explain the violation in plain language, referencing the specific WCAG success criterion. Offer specific, actionable recommendations for fixing the issue. Focus on practical solutions that a web developer can implement immediately. If HTML is provided, ensure the response includes a fixed version of the original HTML.