I have a Google Blogger blog where I blog. Sometime ago, I posted a post but now after getting new data, I updated that post and I got new URL of that post. But I have a lot of backlinks to that old URL and now when they are htiing then they are getting 404 page that is a bad SEO. Now I want to use 301 Redirect
to redirect old URL to new URL.
For this purpose, I know that we have to use .htaccess
and add Redirect 301 OLD_POST_URL NEW_POST_URL
but Google Blogger doesn't offer to edit .htaccess
so How to do this there?
Yes, Google Blogger does not offer you to edit .htaccess
file but they just released an option to use Custom 301 Redirects
. From this featurs, you can do what you want. Just follow the below step to use this features.
Custom Redirects ? no items Edit
/YEAR/MONTH/POST-TITLE.html
/YEAR/MONTH/POST-TITLE.html
I added a screenshoot below to understand completely.