Hi just a quick one that id like a second opinion on.
I am redirecting tens of thousands of links that are all unique URLs so rather than manually redirect every single link, which would take weeks, I have created a regular expression script that matches on all of these URLs and pushes them to the relevant content pages.
However these relevant content pages do not have the correct name within the URL (which isn`t possible to get using the regex script).
So I want to a add a "Rel canonical" to these pages pointing to the correctly named url version.
Can anyone see any issues with that? or with using a rel canonical for 50, 000+ pages from a redirect?