
How I Rebranded My Domain Without Losing SEO
I switched my company domain with clients live, APIs in production, and Google indexing my pages, and kept my rankings. Here is exactly what I did.

I've switched my company's domain while clients were actively using the product. APIs running in production, Google indexing my pages, backlinks scattered across Medium, Reddit and a bunch of other sites. And I didn't lose my rankings.
If you're thinking about rebranding and you're scared of destroying everything you built in search, here's exactly what I did.
Why I rebranded
When I started my software company it was called PagePalooza. Honestly it was a fine name to get started. Got me my first clients, I was writing blogs almost every day, getting organic traffic flowing. Things were working.
But the more the business grew the more the name felt wrong. I was building industrial monitoring systems, legal education platforms, basketball coaching apps, manufacturing marketplaces. Full blown custom SaaS applications with real users and real data. And my company name sounded like I make Squarespace templates.
The work outgrew the name.
So I made the switch to Palooza Labs. "Labs" felt right because that's how we actually work. We have a core architecture that's been battle tested across dozens of projects. Things like auth, payments, user management, email, file storage... all the boring infrastructure that normally eats your first three months of budget? Already built. Already tested. When a new client comes in we don't start from scratch. We extend what's already proven and focus on the features that make their product different.
That's the lab. That's why the name fits.
The part that scared me
I had real stuff at stake. Blog posts ranking on Google. Backlinks from articles I wrote on Medium. Client APIs running on subdomains. Email addresses tied to the old domain. SSL certificates. Server configs.
Changing a domain when you have nothing to lose is easy. Changing it when you have years of content and active clients is terrifying.
But I did it anyway. And here's the thing, it took a weekend.
Talk to an engineer
Building something like this?
Skip the sales call. Tell a senior engineer what you want to build and get a straight answer on scope and cost.
The exact steps I followed
1. Set up 301 redirects on the old domain
This is the most important step. Every single URL on pagepalooza.com now redirects to the exact same path on paloozalabs.com. Not the homepage. The exact same page.
So if someone clicks an old link to pagepalooza.com/login they land on paloozalabs.com/login. Google sees this as a permanent move and transfers the SEO value.
I did this with a simple .htaccess file on the old domain:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www\.)?pagepalooza\.com$ [NC]
RewriteRule ^(.*)$ https://paloozalabs.com/$1 [R=301,L]
That's it. The old domain became nothing but a forwarding address.
2. Verify the new domain in Google Search Console
Go to Search Console, add your new domain as a property. I went with the "Domain" verification option because it covers everything: www, non-www, http, https, all subdomains. One verification covers it all.
3. Submit the Change of Address
This is the step most people don't know about. In Search Console, go to your OLD domain property, then Settings, then Change of Address. Select your new domain. This literally tells Google "hey I moved, transfer everything over."
Google will run some checks to make sure your redirects are working. If you set up step 1 correctly this should pass no problem.
4. Submit your new sitemap
On the new domain property in Search Console, go to Sitemaps and submit your sitemap URL. Mine was paloozalabs.com/sitemap.xml. Google picked up all pages right away.
5. Keep the old domain alive
This is crucial. Do NOT let your old domain expire. The redirects only work as long as you own it. I'm keeping pagepalooza.com renewed for at least another year or two. It costs almost nothing and it protects all the backlinks and SEO juice flowing through it.
6. Update what you can, don't stress what you can't
I went through my Medium articles, social media profiles, LinkedIn, GitHub, anywhere I had the old URL and updated them to paloozalabs.com. For links on sites I don't control (someone else mentioned me, directory listings, etc.) the 301 redirects handle those automatically.
What actually happened to my rankings
There was a small dip for about two weeks. That's normal and expected. Google needs time to recrawl and reindex everything under the new domain. But it recovered. The content is the same, the structure is the same, the redirects are clean. Google figured it out.
If you set everything up correctly you just have to wait.
Quick checklist if you're about to rebrand
Here's everything in one place:
- Set up 301 redirects from every old URL to the matching new URL
- Make sure SSL works on BOTH domains (old and new)
- Add and verify the new domain in Google Search Console
- Use the Change of Address tool in Search Console
- Submit your new sitemap
- Update backlinks you control (social media, Medium, directories)
- Keep the old domain renewed for 1-2 years minimum
- Monitor Search Console for crawl errors
- Don't panic during the temporary ranking dip
- Keep publishing content on the new domain like nothing happened
The whole process took me a weekend for the technical migration. The SEO recovery took about two weeks. And the business kept running the entire time.
If your company name doesn't match the work you're doing anymore, change it. Your SEO will survive. Your clients won't care. And you'll finally have a name that feels like yours.
We build custom software for startups and businesses. Behind every project is a core system with common features already built (auth, login, signup, payments, emails, user management) so we can focus entirely on what makes your product different. You own all the code. Ready to build? Let's talk.
Filed under
Where to go next



