How to change my Homepage url?

adam11soccer

Regular Member
Joined
Mar 4, 2012
Messages
326
Reaction score
56
im looking to change my homepage permalink to add my keyword to it. Problem is I don’t wanna lose my backlinks. I know this can be done with a 301 redirect. Any suggestions or help would be great. I’m not exactly sure how to do it. Thx
 
You can do a 301 redirect with your server's .htaccess file. Or alternatively if you are running wordpress use a redirection plugin.
 
I am using Wordpress. So would I have to create a new duplicate page with the new permalink?
 
I am using Wordpress. So would I have to create a new duplicate page with the new permalink?

You could do it that way, yes. Then you could use the "redirection" plugin to 301 the root page to the duplicate one. There is probably a cleaner way to do this with your functions.php file or .htaccess, but this should work until you find a better solution.
 
I would create a redirect. Pretty easy to do through your hosting. But yes duplicating the page should work.
 
301 redirect is the best option & if you don't go with 301 redirect so what's the next option to go?
 
Back
Top