One important thing for SEO when migrating a site is maintaining continuity between old links and new locations of content. I’ve made the mistake in the past of not redirecting old links to new content locations and my client’s SEO dropped significantly, taking a year to return to previous levels.
I have a Frontity project that is also a migration. How would one upload an .htaccess specifying redirects for old content locations? Do I just add it in the root directory (like I did the robots.txt file)? Do I not use an .htaccess and instead use the frontity-tiny-router? Any help would be much appreciated!
Hey @juanma, thanks a lot for the response. It looks like the configuration file in Vercel would do the trick. However, following the deployment instructions, it instructs using a now.json, which contains nearly identical information to the vercel.json in the other link you sent. Are they one and the same? Does the name change have only to do with the rebranding of Vercel? I would recommend updating the documentation to be more up-to-date and use Vercel terminology (not sure if you would be the person to mention about that)…
Editing my now.json worked for me, thanks for pointing me in the direction of the Vercel documentation for specifying redirects, it worked like a charm!