Consolidate URLs on Wordpress?
-
Hi Guys,
On a WordPress site, we are working with currently has multiple different versions of each URL per page.
See screenshot: https://d.pr/i/ZC8bZt
Data example: https://tinyurl.com/y8suzh6c
Right now the non-https version redirects to the equivalent https versions while some of the https versions don't redirect and are status code 200. We all want all of them to redirect to the highlighted blue version (row a).Is this easily doable in wordpress and how would one go about it?
Cheers.
-
Like you said, you're going to want to redirect all http versions to https. And then redirect all www. to non-www – which you can usually accomplish by setting your non-www as the primary domain.
Depending on where your site is hosted / domains are registered, there will be a few different ways you might go about this. My agency uses WPEngine to host all of our sites, and they make it super easy. Regardless where my site is hosted / who my registrar is, I've always had a lot of luck chatting with their support team.
For more specific redirects, we utilize the Redirection plugin.
Is that helpful at all?