940cbdbde921b1b01bc102855d1b90fb

How to Use Redirect Plugins with Strattic

TL;DR: Best to use relative URLs and trailing slashes

If you want to set up redirects from one page to another on your site, there are several helpful WordPress plugins you can use:

It is important to remember three things when using these redirection plugins:

  1. Use Relative URLs ( Use /about/ instead of https://site.com/about/)

  2. Add Trailing Slash ( This has a trailing slash /about/. This does not /about)

  3. The source page/image must be deleted

Below you will find instructions on how to use each of the plugins mentioned above as well as the following FAQs.


How to Use the Redirection Plugin

  1. Install and active the Redirection Plugin

  2. Complete the plugin setup by selecting the default options

  3. Navigate to Tools > Redirection

  4. Add a new redirection rule using relative links with trailing slashes

  5. Perform a Selective or Full publish (learn how)
    Make sure to test on your preview or live static site!

Additional Settings:

  • It is recommended that you use the URL Monitor feature (navigation to Tools > Redirections > Options), which will automatically create a redirect to the new URL when a post or page slug is changed.

  • The built in 404 logging feature will log 404s on the WordPress site, not on either the static live or preview site.


How to Use Safe Manager Redirect

  1. Install and active the Safe Redirect Manager Plugin

  2. Navigate to Tools > Safe Manager Redirect

  3. Click “Create Redirect Rule”

  4. Add a new redirection rule using relative links with trailing slashes

  5. Perform a Selective or Full publish (learn how)
    Make sure to test on your preview or live static site!


How to Use Simple 301 Redirects

  1. Install and active the Simple 301 Redirects plugin

  2. Navigate to Settings > 301 Redirects

  3. Click “Create Redirect Rule”

  4. Add a new redirection rule using relative links with trailing slashes

  5. Press Add New

  6. Perform a Selective or Full publish (learn how)
    Make sure to test on your preview or live static site!


How to Use Redirect Manager in Yoast SEO Premium

  1. Install and active the Yoast SEO Premium (this feature is not available in the free version)

  2. Navigate to SEO > Redirects

  3. Here you can easily enter the old URL and the new one you’d like to redirect it to.

  4. You can select the type of redirect

  5. Click the “Add Redirect” button, and you’re done!

  6. Perform a Selective or Full publish (learn how)
    Make sure to test on your preview or live static site!


How to Use Redirections with Rank Math

  1. Install and activate the Rank Math plugin. In order to work with Strattic, you must have the correct redirection settings.

  2. The redirections module must be enabled under WordPress Dashboard > Rank Math > Dashboard > Modules

  3. The redirections page can be found in Rank Math > Redirections

  4. Click the Add New button

  5. Here you can easily enter the old URL and the new one you’d like to redirect it to.

  6. You can select the type of redirect

  7. Set the status as active

  8. Click the “Add Redirection” button

  9. Perform a Selective or Full publish (learn how)
    Make sure to test on your preview or live static site!


How do I publish a redirect to my static site?

If you have made many redirects, your best option would be to run a Full Publish.

If you have only made one or two redirects you may prefer to use Selective Publish from the Publish Options page.

Here’s how to do it:

From the WordPress dashboard, go to Strattic > Publish Options, you would need to input the URL that you are redirecting from, and click the selective publish button.

For example: if /this-page/ redirects to /that-page/

Input /this-page/ and then click the selective publish to live/preview button.

It is important to mention that if you have not yet published the new page that you are redirecting to (example: /that-page/), then you should also add that path to the selective publish as well. This will result in both the old page and the new page being published simultaneously.


Can I use REGEX redirects on Strattic?

REGEX Redirects are redirects that use Regular Expressions to match multiple source URLs and send them all to the same destination. We’re working on a feature to make this possible, but in the meantime, please contact our support team if you need one set up.


What if my URL has a capital letter in it?

It is recommended that you use lowercase letters in your URL/slug.

Whenever a capital is used and the slug is not capitalized, the lowercase version of the URL will be displayed.

eg: /This-Slug/ would be redirected to /this-slug/


What’s next:

Learn best practices for linking to internal pages.


Strattic is an end-to-end managed WordPress static publishing and hosting platform.
Try it free for 14 days, no credit card required.

Did this answer your question?