How to redirect webapp (app.domain.com) to run from domain.com/app?

Our website is hosted on Webflow at www.bizpayo.com. We are launching a new app however after reading an article on the SEO benefits of using a subfolder vs subdomain we’d like to connect our webapp to a subfolder. Obviously we cannot host the app on Webflow and I’d prefer to not export all the code to run on a separate app environment (since we love the CMS features of Webflow!).

Has anyone done this and if so is there anything we should consider before attempting the advice of the article?

Here is the article I am referring to which seems to suggest using a serverless Cloudflare Worker: https://blog.cloudflare.com/subdomains-vs-subdirectories-improved-seo-part-2/

Really appreciate the help in advance and I hope others will be able to benefit if in a similar pickle!

Marc

Have you find the solution yet?
You basically need reverse proxy
Here’s a discussion which has quite some useful info: Partial site hosting with reverse proxy - #5 by mikey555

Vince