From 505e729f412d376a202dda7771245e0f644d16c3 Mon Sep 17 00:00:00 2001 From: Jason Colapietro <55137770+JasonColapietro@users.noreply.github.com> Date: Thu, 4 Jun 2026 12:49:15 -0400 Subject: [PATCH] Add 301 redirects for removed legacy URLs; fix canonical and de-dupe social meta - 301-redirect 4 retired blog URLs, /blog, and /wp-content/* to relevant live pages - Add missing self-referential canonical to /welcome-back/ - Remove duplicated og:* / twitter:* tags on contact, full-preview, sharp-excerpt (keep one each) --- contact/index.html | 14 -------------- full-preview/index.html | 15 --------------- sharp-excerpt/index.html | 15 --------------- vercel.json | 35 +++++++++++++++++++++++++++++++++++ welcome-back/index.html | 1 + 5 files changed, 36 insertions(+), 44 deletions(-) diff --git a/contact/index.html b/contact/index.html index 01c2201..5d96248 100644 --- a/contact/index.html +++ b/contact/index.html @@ -18,24 +18,10 @@ - - - - - - - - - - - - - - diff --git a/full-preview/index.html b/full-preview/index.html index d469e4c..73f8b13 100644 --- a/full-preview/index.html +++ b/full-preview/index.html @@ -16,27 +16,12 @@ - - - - - - - - - - - - - - - diff --git a/sharp-excerpt/index.html b/sharp-excerpt/index.html index 4deeec2..a868ce8 100644 --- a/sharp-excerpt/index.html +++ b/sharp-excerpt/index.html @@ -16,27 +16,12 @@ - - - - - - - - - - - - - - - diff --git a/vercel.json b/vercel.json index 3c8819c..73c3558 100644 --- a/vercel.json +++ b/vercel.json @@ -16,6 +16,41 @@ "source": "/ai/", "destination": "/", "permanent": true + }, + { + "source": "/the-hidden-tax-stealing-time-money-and-control/", + "destination": "/creator-ownership/", + "permanent": true + }, + { + "source": "/how-record-labels-trap-artists-the-kreayshawn-case-study/", + "destination": "/royalties/", + "permanent": true + }, + { + "source": "/the-future-of-music-rights-technology-meets-creativity/", + "destination": "/programmable-ip/", + "permanent": true + }, + { + "source": "/beyond-points-4-ways-suede-labs-is-redefining-user-rewards/", + "destination": "/royalties/", + "permanent": true + }, + { + "source": "/blog", + "destination": "/", + "permanent": true + }, + { + "source": "/blog/", + "destination": "/", + "permanent": true + }, + { + "source": "/wp-content/(.*)", + "destination": "/", + "permanent": true } ], "headers": [ diff --git a/welcome-back/index.html b/welcome-back/index.html index 55749bf..c296afd 100644 --- a/welcome-back/index.html +++ b/welcome-back/index.html @@ -9,6 +9,7 @@ +