Why it matters
A <meta http-equiv="refresh"> that sends visitors elsewhere is a redirect search engines treat as weaker and slower than a real one, and screen readers and the back button handle it badly. A refresh that only reloads the page throws away whatever the visitor was reading.
How to fix it
Replace the meta refresh with a 301 redirect on the server. If the page reloads itself to show fresh data, update that part with JavaScript instead.