短.be

Meta Refresh

Aug 8, 2025 · About 1 min read

Redirect

A meta refresh is an HTML-based redirect mechanism that uses a meta tag in the page's head section to instruct the browser to navigate to a different URL after a specified delay. The syntax is straightforward: a meta tag with http-equiv="refresh" and a content attribute specifying the delay in seconds and the target URL.

Meta refresh redirects operate at the HTML level rather than the HTTP level, which means the browser must first download and begin parsing the HTML document before the redirect is triggered. This makes meta refresh slower than server-side redirects (301, 302) and is generally considered a less desirable approach. Web performance books on Amazon discuss the performance implications.

From an SEO perspective, Google treats meta refresh redirects with a zero-second delay similarly to 301 redirects, but meta refreshes with longer delays may not pass link equity effectively. Search engines generally prefer server-side redirects over meta refresh for permanent URL changes.

Meta refresh is sometimes used as a fallback when server-side redirects are not available, such as on static hosting platforms that do not support HTTP redirect configuration. In URL shortening, meta refresh may appear in splash pages that display a countdown before redirecting to the destination. HTML fundamentals books on Amazon cover meta tag usage.

Related Terms

Ready to create a short URL?

Shorten a URL for Free