PDA

View Full Version : How to redirect a blogger post to another URL?



ankitasharma123
06-30-2016, 01:17 AM
Hello friends,

How to redirect a blogger post to another URL?

sadianisar
07-02-2016, 07:00 AM
Well use 301 redirection for this purpose. But place it carefully.

wellliving
07-06-2016, 01:33 AM
Here's what you need to do:
1. Find the "Setting">"Search preferences" in the dashboard
2. Looking for the "Errors and redirections" option, then "Custom Redirects" >"Edit"
3. In the "From" field: Your old URL here. e.g., /2016/07/old-url.html
In the "To" field: Your new URL you wan to redirect. You can check the "Permanent" there if you want.
4. Save your setting now.

RH-Calvin
07-06-2016, 01:55 AM
You can use a 301 redirection for the same. 301 redirect is the most efficient and Search Engine Friendly method for webpage redirection. It's not that hard to implement and it should preserve your search engine rankings for that particular page. If you have to change file names or move pages around, it's the safest option. The code "301" is interpreted as "moved permanently".