---
title: "What is 301 redirect?"  
description: "What is 301 redirect?"  
author: "Rahul Roi"  
published: 2020-12-10  
updated: 2020-12-10  
canonical: https://www.mindstick.com/forum/156321/what-is-301-redirect  
category: "digital marketing"  
tags: ["seo"]  
reading_time: 1 minute  

---

# What is 301 redirect?

What is [301 redirect](https://www.mindstick.com/forum/156095/what-is-301-redirect)?

## Replies

### Reply by Anshu Dwivedi

The first question arises what is [redirect](https://www.mindstick.com/forum/2005/radio-button-redirect) it means you are redirecting from one page to another.

Sometimes the search engine takes time to crawl the redirected page and pass the trust and authority that the previous page has.

This can be a tough process if search engine spiders rarely landed the given web page, or if the new URL doesn't properly resolve. A 301 redirect tells Google that you have changed URL.301 redirects are for permanent URL changes, not temporary .

## HTML meta refresh redirect

<!-- HTML meta refresh URL redirection --> \

<html>

<head>

<meta http-equiv="refresh"

content="0; url=http://www.mydomain.com/new-page.html">

</head>

<body>

<p>The page has moved to:

<a href="http://www.mydomain.com/new-page.html">this page</a></p>

</body>

</html>


---

Original Source: https://www.mindstick.com/forum/156321/what-is-301-redirect

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
