Inappropriate Redirect Meta Element Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Inappropriate Redirect Meta Element Check

Description

The “Inappropriate Redirect Meta Element Check” evaluates whether there is any usage of a <meta http-equiv="refresh"> tag configured to immediately redirect the user to another page.

Example outcome

I observed that the webpage is redirected automatically through the <meta http-equiv=\"redirect\"> element.

Impact

Fixes

To address inappropriate auto-redirect <meta> elements:

  1. Locate the <meta> element.
  2. Replace it by a manual button instead of auto-redirecting.

Resources