Redirects within different CMS collections

Hey, community. I’m trying to create a redirect between the pages within different CMS collections.

For example, I want to redirect from mysite.com/article/article-name to mysite.com/template/template-name

But apparently, webflow doesn’t allow me to do this.

Is there a way to do this? Or is this something that cannot be achieved?

Note: I need to redirect specific pages, not subfolders, so redirecting /article to /template won’t work for me.

Your specific use case isn’t clear, especially in regards to how the article and the template are related to each other.

If the Article CMS item contains the information necessary to construct the template URL than you can accomplish this on the Article’s CMS page, using a META redirect in the HEAD custom code area.

You’d simply construct the meta with the path you want redirected to, using field insertion.

<meta http-equiv="refresh" content="0; URL=/template/template-name">

Thank you for the reply.

I’ll try to clarify my request.

So, I have a specific page, which is site.com/article/nda-contract. I want to remove this page and create a new one site.com/template/nda-contract, which will have almost the same content but will be structured a bit differently.

In order to pass the SEO value of the old page to a new one I want to create a redirect. Hope it explains the use case.

If you are deleting the original page, then you’ll just setup a redirect under your site settings.