|
|
|
|
|
by throwaway25239
2161 days ago
|
|
The old site was hosted on Github Pages, so there isn't a way to do a server-side redirect AFAIK, but I replaced each page on the old site with a client-side redirect in the following format: <link rel="canonical" href="new page URL" />
<meta http-equiv="refresh" content="0;URL=new page URL">
|
|
https://dev.to/steveblue/setup-a-redirect-on-github-pages-1o...
Also, these redirects won't help with your Google results until next time they crawl the site, so you may have to wait a few days.