The 301 strategy for promoting the Build Your Home microsite onto novafurnishing.com, if and when that happens. At v0.1 we're a standalone microsite at a separate domain (e.g. nova-build.vercel.app) so there are no legacy URLs to migrate from yet. This page lives at /redirect-plan/ and is noindex.
Current state at v0.1. This is a brand new microsite, not a rebuild of an existing path on novafurnishing.com. No old URLs to redirect away from. The plan below is the playbook we'd run if we ever promote the experience to a path under the main domain.
Three scenarios where we'd execute redirects:
nova-build.vercel.app (or wherever we ship to) to novafurnishing.com/build-my-home. The microsite becomes a permanent landing page accessible from the main nav./collections/sofa) rather than leaving a dead page.To fill in when we know the target architecture. Both source and destination paths need to be confirmed before any deploy.
| Source URL | Destination URL | Type | Notes | |
|---|---|---|---|---|
nova-build.vercel.app/ | β | novafurnishing.com/build-my-home | 301 | Main entry point |
nova-build.vercel.app/changelog/ | β | novafurnishing.com/build-my-home/changelog/ | 301 | noindex on both ends |
nova-build.vercel.app/seo-report/ | β | novafurnishing.com/build-my-home/seo-report/ | 301 | noindex on both ends |
nova-build.vercel.app/redirect-plan/ | β | novafurnishing.com/build-my-home/redirect-plan/ | 301 | noindex on both ends |
| Legacy promo path (if any) | β | novafurnishing.com/build-my-home | 301 | To confirm with Nova |
If we promote this onto novafurnishing.com, run through these before flipping DNS or rewriting routes:
index.html from https://novafurnishing.com/build-my-home (placeholder) to the final destination.wa.me/6589537580 link is path-agnostic, so it's fine, but test once on mobile.Common 301 pitfalls we want to avoid:
A β B β C loses signal. Always rewrite to the final destination in one hop.www vs apex decision. Pick one canonical host and 301 the other to it.