This test will check if your webpage is using a refresh meta tag. This tag causes a web page to refresh automatically after a specified amount of time. Users generally don't expect automatic refreshes, so they can be disorienting. Refreshing also moves focus to the top of the page, which may frustrate or confuse users, particularly those who rely on screen readers or other assistive technologies.
Pass rate:
Top 100 websites: 96%
All websites: 99%
How do I fix it ?
In order to pass this test you have to identify and remove the http-equiv="refresh" attribute from each meta element.
If refreshing the page in absolutely necessary, best practices recommend that this function be handled through JavaScript.