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
-
BEST WEBSITE/SEO/DIGITAL MARKETING AGENCY FOR A GROWING MULTI-SITE MEDICAL PRACTICE [Edited by moderators]
[This content has been removed by moderators as off-topic. The Q&A Forum should not be used for job posting or recommending SEO companies and, as commenters have pointed out, we have a specific resource for this information]
Conversion Rate Optimization | | KetamineTreatmentCenters0 -
What are the best practices for server-side A/B testing?
When performing a full-site server-side A/B test, what best practices should you follow to ensure that you're: not cloaking or at least not being shady only showing Google (and other search engines) the version you want them to see (i.e. not the test pages) Thanks in advance!
Conversion Rate Optimization | | vsem0 -
Where I can place a banner/message in my site telling I have a new website?
Where I should place a banner or a message in my old site to tell user that I have a new website? Thanks in advance!
Conversion Rate Optimization | | esiow20130 -
Checkout abandonment fix w/ Shopify?
Hey everybody. I run a digital product site on Shopify. Just wondering if anyone has any experience with on page fixes for checkout abandonment? On my site... 31% of people add to cart & never get to checkout. 66% of people reaching checkout abandon their checkouts. Obviously a lot of sales are flying out the window. Any advice would be greatly appreciated!
Conversion Rate Optimization | | PedroAndJobu0 -
Google Merchant/ Googlebase Images at top of SERPS
Hi We are based in the UK and the new merchant rules have recently been applied here. We offer free shipping but now most of our click throughs come from the images at the top of the SERPS that simply give an image and a price. The prices do not include shipping and there's no indication to the user that shipping is included. Hence our conversion rate from PPC is way down. Is there any way to counter this or do we just need to go back to charging for shipping? Thanks!
Conversion Rate Optimization | | Jonnygeeuk0 -
Youtube Adwords click/visit discrepancy
We started a Youtube ad campaign. Over 2 days we got 60 clicks. However on our site we only measured 19 clicks. We used Kissmetrics to do the measurement. We're trying to figure out if the problem is on our end, or whether people are clicking but then closing the tab before the Kissmetrics JS loads. We're going to implement adwords conversion tracking to get a second measurement. But I was wondering if anyone else has experienced big gaps in how many people click a Youtube ad and how many actually visit the site. We got about 40 people who viewed the video 100%. I'm hoping bots aren't an issue with Youtube ads.
Conversion Rate Optimization | | lighttable0 -
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