Redirect Management on Headless Wordpress w/ React Front End
-
Hello everyone,
As Headless Wordpress becomes more and more popular, it becomes more complicated to manage and track 301 redirects. I'm reaching out for advice on this.
Our main issue right now, is that after migrating from Drupal to a Headless Wordpress/React platform we lost the ability to track, manage, and view traffic analytics for users hitting those redirects. This was something we were able to do in Drupal.
Example: If we have a redirect in place we could see how many times in the past x number of days that redirect was hit by users attempting to access the old URL.
Unfortunately, Yoast Premium, has been helpful with other SEO needs, but this is one that it is not able to manage.
Anyone have any ideas, experience, or thoughts on this issue?
Thanks for your time
-
PS may I see your GitHub?
-
I love to see people using Headless WordPress below five given free ways to do this a reverse proxy is a win-win however if you. want to do it with "react-router-dom" for the WordPress settings in the first settings two URLs listed below you can't miss them.
I have always used Pantheon.io for headless or Pagely
One very simple and I believe personally saves you a lot of time method is to use a reverse proxy to do any redirects.
my personal recommendation Fastly.com if you want something a little bit more generic and not as fast or as developer-friendly you can page rules ( redirects if you want to be) very inexpensively like five dollars a month for 30 on Cloudflare.com For tools like this which are very good no matter what code you are running https://www.easyredir.com/blog/how-to-redirect-a-url/
** I would still use Fastly ( they no longer charge for SSL certs)**
I of doneness with node.js I just have not done with react but what you're going to have to read through these two URLs and decide which end of it want to do the redirections from you can redirect from PHP you have to change your settings.php and your function.php file for the setup settings number two Install react-router to create routing for React.
npm install react-router-dom
THE 2 URLs listed below
- https://www.efficiencyofmovement.com/posts/redirect-headless-wordpress/
- https://hybrit.org/blog/combine-headless-wordpress-with-a-react-spa-part-1
you're going. to have to WP changes to the settings.php as well as function.PHP
https://github.com/joshsmith01/headless-wp
- https://medium.com/moij/going-headless-with-wordpress-graphql-and-react-b939263a6f3d
- https://discourse.roots.io/t/detach-front-end-and-use-wp-headless/11419/2
- https://github.com/postlight/headless-wp-starter/issues/131
Install react-router to create routing for React.
npm install react-router-dom
React Router allows us to create individual routes for our pages and adjust our URL. In order to dynamically create the routing, we can add the following code. Don't forget to import
react-router-dom
Let's change the following code inside the render function to:
| | // Import Router at the top of the page |
| | import { |
| | BrowserRouter as Router, |
| | Link, |
| | Route |
| | } from "react-router-dom"; |
| | |
| | render() { |
| | const { pages } = this.state; |
| | |
| | return ( |
| | |
| | <fragment></fragment> |
| | {/* Links /} |
| | |
| | {pages.map((page, index) => { |
| | return {page.slug}; |
| | })} |
| | |
| | |
| | {/ Routing */} |
| | {pages.map((page, index) => { |
| | return ( |
| | |
| | exact |
| | key={index} |
| | path={/${page.slug}
} |
| | render={props => ( |
| | <examplepage {...props}="" page="{page}"></examplepage> |
| | )} |
| | /> |
| | ); |
| | })} |
| | |
| | |
| | ); |
| | } |view rawApp.js hosted with by GitHub
Create a folder inside the
src
folder calledcomponents
and addExamplePage.js
to it. InsideExamplePage.js
we will add the following code| | import React from 'react' |
| | |
| | export default function ExamplePage(props) { |
| | const { page } = props; |
| | return ( |
| | |
| |{page.title.rendered}
|
| | |
| | |
| | ) |
| | } |view rawExamplePage.js hosted with by GitHub I hope this is been some help to please let me know if you run into any obstacles I like that you are doing headless Pantheon is. a great resource for this as well. Let me know if you run into any obstacles or if I can be of more help. all best,Tom
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
No Redirects In Place After Transfer To New Site With Same Domain :(
Hi Moz Folks, I'm new here and am loving all the information! Can't wait to dig in more. Folks, I have a situation and would love to hear more about your experiences here and what advice you all have to give. I have a client whose SEO I helped out with about 4-5 years ago. It went well and they had historically been ranking on pages 1-2 for the majority of their targeted keywords. Client and I lost touch over the years, but now we are in process of working together again. What I learned today is that my client redesigned the entire old site without placing any redirects and entirely creating new URL structures (I already hear the gasps of air of those reading this). Long story short - you guessed it - rankings/traffic has dropped and the old pages have fallen out of index. Considering that I was hired to re-do and re-audit the SEO of the site and also considering that the domain had a relative decent standing in the rankings in the past, I'm wondering what exactly I should do of the following options (or please do suggest other options): 1. We have the ability to completely revert back to the old site with all the old keywords and and search optimized URLs. The new site was launched just 2 weeks ago and the owner has said that he is willing to revert back to the old site while we audit the new site and get all of the proper optimizations in place. This would be a great option if it will help us because at least we can get a site up that we know ranked well with Google in the past. 2. 302 redirect the old URLs to the somewhat appropriate page on the new site while - in the meantime - I work on the new site structure and keywords/SEO optimizations. I say 302 because a 301 redirect from the old pages to the new pages may only do me so good because I would plan on changing the keywords/URL structures of the new site anyway. Once finished with the optimizations, I'd then 301 redirect to the new appropriate pages 3. 301 redirect everything from the old site to the somewhat appropriate page on the new site right away. Then, once I've completed all the appropriate optimizations, I'd need to re-301-redirect to the new pages I've created. As you can see, I'm in a bit of a jam. But, considering that the new site was launched just about 2 weeks ago, maybe there's some hope here. Thanks fellow Mozzers! Hopefully that all makes sense. Cheers!
Conversion Rate Optimization | | pfarsaii
Nickname: "P-drama"0 -
UX and/or Conversion Help for Ecommerce
Good Morning, We recently revamped and relaunched our ecommerce website and we believe we have built a great site that is easy to navigate, find what you're looking for, get all details, and purchase. We were hoping to get some of the Moz community to take a look at the site and let us know if you have any suggestions on usability or conversion techniques that we could implement to improve user experience and amount of orders placed. You can view our site here Looking forward to your feedback. Thanks in advance
Conversion Rate Optimization | | Prime850 -
Contact form at the end of all posts
I notice a lot of sales blogs have contact forms at the end of all their posts. Can anyone give me some information on the effectiveness of this tactic? Case studies, examples, or your experience from adding contact forms and what it did to conversions? I imagine it would help increase conversions. It would reduce a step from moving to a new page, but might turn off some visitors? Any information would be appreciated.
Conversion Rate Optimization | | Oren.0 -
What should a small company with a difficult SEO/SEM challenge do?
Everyone here knows that SEM and SEO "experts" are everywhere. But our company has a particular challenge - our Volusion-hosted e-store's product offering is so wide that it's a huge challenge to make a dent in our search engine placement. In our earliest days, one SEM "pioneer" company issued us a refund after realizing they couldn't do anything to affect our placement. The problem is that the revenue from any one particular keyword term doesn't return enough sales to make the effort worthwhile - sales are scattered allover the product spectrum. Does anyone have any experience with this particular challenge? What would be considered a realistic monthly budget - given that the business itself is quite small? I don't know what the etiquette on Moz is but YES I am looking to engage a company to help us out.
Conversion Rate Optimization | | CrashAlpha0 -
301 Redirects On Sold Vehicle Listings
This is a pretty basic question but I'm looking more for ideas relating to how to deal with an RV customer of mine. Basically we setup a vehicle listing system with WordPress for him. When old listings are deleted because they were sold I'm trying to decide on either 301 redirecting those 404 pages or keeping those pages and just changing the picture to sold while giving the person who's landed on the page some other options.
Conversion Rate Optimization | | Keith-Eneix0 -
Can using the Google Keywords tool and/or SEOmoz cause problems for my company's IP address?
I just started with a company a few weeks back, working on-site doing SEO work. I've been using SEOmoz as well as Google Adwords' Keywords tool. I just got a message from one of our reps saying that people at the office (and this is a huge office) have reported tons of CAPTCHAs being thrown up frequently. I told them I had been running searches with Google Keywords tool and SEOmoz, but would that really cause that much of a problem? Is there anything I can do in order to fix this, some keyword finders that won't get me in trouble, etc.?
Conversion Rate Optimization | | SmokewagonKen0 -
What company/person do you recommend for improving conversion rates on landing pages?
Hello! I'm looking for specific recommendations of companies with whom you have been "Tickled pink at fantastic conversion improvement results!" I'm the customer for this service. 🙂 I seek a page-level review of a specific area of my site. I'm looking for output of specific recommendations for improving conversion rates. I want to avoid paying for a "generic best practices report" with one or two ideas for my site sprinkled in. I realize that I will be called to complete proper input into the process. I am ready to do my share with the level of detail required. So, if you have an enthusiastic recommendation, please share. Details are appreciated. Most important, please tell me why this company made you very happy. I sincerely look forward to SEOMozzer input. Thank you kindly, Loren
Conversion Rate Optimization | | groovykarma0 -
Which A/B test software do you prefer? Howcome?
I am about to start some research on software for experimental design on websites. So I'd really like to know which A/B test software do you prefer? Howcome?
Conversion Rate Optimization | | ThomasHgenhaven1