redirect 301 wordpress

Sure! Here is a response to your request:

  1. Open your WordPress website's .htaccess file using a text editor or an FTP program.
  2. Add the following line of code to the .htaccess file: "Redirect 301 /old-page/ http://www.yourwebsite.com/new-page/"
  3. Replace "/old-page/" with the old URL slug and "http://www.yourwebsite.com/new-page/" with the new URL of the page you want to redirect to.
  4. Save the .htaccess file and upload it back to your website's root directory.
  5. Test the redirect by entering the old URL in your browser and verifying that it redirects to the new page.

I hope this helps!