I’m new to 301 Redirects and struggling with redirecting CMS pages.
I’ve created predefined sections for my client to build out their own campaign pages using collections. The problem is the urls are quite long. I’d like to create redirects to clean the urls, but after following several guides + videos I don’t understand the proper way to do this.
Here’s the rub, if you want root-path redirects like /gracevillage you won’t be able to use wildcards because it would conflict with all of your other pages… about, programs, stories, etc.
An alternative is to abbreviate it, like;
/gi/(*.) → /get-involved/%1
But then why not just make the collection slug gi and save the redirect?
I suppose it depends on why you want the shortened URLs and how you’re planning on using them.