Hi,
I am working on this non-profit org website. Their current domain name is registered in the name of the guy who is no longer associated with the organization. The domain name is going to expire in couple of months. We have registered for a new domain name. It will be up in couple of weeks as soon as I am done working on the website.
My question is, the current website is #1 on google for a couple of search terms. What can I do to retain the high page rank after we switch over to the new domain name/new server?
Thanks.

Dani AI

Generated

Brief, practical guidance covering options that complement the replies from and .

If the old domain can be recovered or the current owner will cooperate: verify both domains in Google Search Console, prepare the new site with the same URL paths and on-page content where possible, and use Search Console’s site-move/change-of-address workflow so Google knows the move is intentional. Reduce DNS TTL a few days before any switch, run both sites with analytics and server logs enabled during the transition, submit updated sitemaps for the new domain, and monitor crawl errors and landing-page traffic closely. Keeping the URL structure and structured data consistent makes the transfer far smoother.

If the old domain cannot be recovered: treat this as a reputation rebuild rather than a simple transfer. Perform a backlink audit to find the highest-value incoming links and request link updates from those sites. Update every owned citation and profile (business listings, social accounts, partner pages) to point at the new domain. Consider backorder services or registrar contact information (WHOIS) to watch the old domain lifecycle; if the domain contains a registered trademark, legal counsel can advise on registrar or dispute options.

A short outreach template for link updates:

Subject: Link update request for [Organization]

Hi — a link at [site page URL with old link] points to an old domain for [Organization]. Could it be updated to [new URL]? This will help users and keep the reference current. Thanks — [Org name/contact]

Expect ranking volatility for weeks to months. Track Search Console and analytics daily for the first few weeks, fix crawl errors and broken links immediately, and focus on rebuilding/refreshing high-value content and relationships if the old domain is lost.

Recommended Answers

All 2 Replies

Don't change the domain name! Changing domains for a site that ranks number one is just about the worst thing you can do. Find a way to have him change the information so the organization controls it.

If you can't do that you're more or less in big trouble. You can use the following code to redirect the domain while it still works but it might already be too late for this to be successful. You'll need to add the following lines of code to a file called .htaccess and place it in the root directory of the old domain:

RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www\.)?old-domain\.com$ [NC]
RewriteRule ^(.*)$ http://www.new-domain.com/$1 [R=301,L]

Once the domain expires this will no longer have any effect for you.

Changing servers does not affect rankings so don't worry about that.

Unless you have the domain name with you, there us not much you can do.

Had you transfered the old domain name in your company's name, then with 301 re-direct you can certainly re-direct the traffic and PR to your new domain. As for rankings unless the new site has the same content, it can't be maintained.

If you are planning to shift your server, then once all the files have been set-up on the new server and after making sure there are working properly, change the DNS. This way there will be no downtime between the transfer.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.