Changing your domain name is one of the biggest decisions a business website can face. A rebrand, a switch from a long brand name to a clean .ae, a merger with another company in the GCC, or a shift from a ccTLD to a global .com, all of these push businesses toward a new address. But every organic visitor you have today reaches your site through the trust Google has built with your current domain. Move carelessly, and you can watch months or years of SEO work disappear overnight.
This guide walks you through the complete process of changing your domain name without losing rankings or traffic. You will learn the planning phase, the correct 301 redirect setup, Google Search Console configuration, Google Business Profile updates, and the UAE-specific directories you need to refresh. If you run a business in Dubai, Abu Dhabi, Sharjah or anywhere across the Emirates, follow this checklist end to end.
Your current domain has a history. Google has crawled it, indexed its pages, counted backlinks from other websites, and measured user behavior signals like click-through rate and dwell time. All of that is tied to the exact string in your URL. When you move to a new domain, Google has to transfer those signals, not copy them, and the process takes real time.
Expect a temporary drop in organic traffic in the first two to four weeks after the move. For a small or medium website (under a few thousand pages), full recovery usually takes 3 to 7 weeks if every step is done correctly. Large enterprise sites or e-commerce stores with tens of thousands of URLs can take 3 to 6 months. These numbers assume you follow best practice. Skip a step, and recovery can take much longer or never complete at all.
Before anything else, you need to understand Google’s single most important recommendation for site migrations. From the official Google Search Central documentation on site moves with URL changes, Google states:
Google’s guidance is unambiguous. Do not combine a domain change with a redesign, a CMS switch, new URL structures, content rewrites, or any other major change. Keep the same architecture on the new domain, keep the same content, keep the same page slugs, keep the same templates. The only thing that should change is the domain name itself.
Google explains why in the same documentation: if you combine a site move with a redesign of content and URL structure, you will probably see traffic loss because Google has to relearn and reassess individual pages instead of simply forwarding signals from old URLs to new ones.
Plan your redesign or content overhaul for a separate phase. Either do it before the move (give it 2 to 3 months to settle), or after the new domain has fully recovered (wait at least 6 to 8 weeks post-migration before touching anything).
A clean migration is 80 percent planning and 20 percent execution. Rush the preparation, and you will spend weeks fixing preventable problems.
Secure your new domain name before you announce anything publicly. Domain squatters watch for signals like trademark applications, press mentions, and social media hints. Grabbing your preferred .ae, .com, .me, or .ai before someone else does is cheap insurance.
Register the domain with AEserver as your UAE registrar and let it sit for a few weeks before the move. Older registration dates look slightly more legitimate to search engines, and the extra time lets you prepare everything calmly.
You need a complete list of every indexable URL on your current site. Use Screaming Frog SEO Spider (free up to 500 URLs), Semrush Site Audit, or Ahrefs Site Audit. Export the crawl as a CSV. This becomes your master redirect map.
For each URL, record:
Pages with high traffic and strong backlinks are your priority. For these, the new URL path must be identical to the old one. Do not change slugs on high-value pages.
Open Google Search Console, go to Links in the left menu, and export the list of external sites linking to your old domain. Save this list carefully. After the migration, you will use it to reach out to the highest-authority sites and ask them to update their links to point to your new domain.
For UAE businesses, common backlink sources include local news outlets like Khaleej Times, Gulf News, and The National, industry directories, Chamber of Commerce member pages, partner websites, and government portals if you are on any public supplier list.
Before making any changes, take a complete backup of your website files and database. For WordPress sites, use UpdraftPlus, Duplicator, or a similar plugin. If you are on AEserver’s Managed WordPress Hosting, you can use the built-in backup feature or request assistance from support.
Store at least one copy of the backup off-server (on Google Drive, Dropbox, or a local hard drive). If anything goes wrong during the migration, this is your safety net.
Set up the new domain on your hosting account. You can use the same AEserver hosting plan or a new one. Install an SSL certificate on the new domain so HTTPS works from day one. Test that the new domain resolves correctly and that your server is responding, but do not copy your website content yet.
Lower the DNS TTL (Time To Live) for your old domain to 300 seconds (5 minutes) at least 48 hours before the planned move. This makes DNS changes propagate quickly on the cutover day and reduces the window of time where some visitors see stale routing.
Now you copy the site. The copy must be exact. Same content on every page, same page slugs, same internal link structure, same navigation, same templates, same images, same everything. The only thing that should change is the domain in absolute URLs and canonical tags.
For WordPress, update the Site URL in Settings, General, from the old domain to the new domain. Update any hardcoded references in your theme, plugins, or database. The Better Search Replace plugin handles this safely at the database level, just make sure you have your backup ready first.
After copying, block search engines from crawling the new domain temporarily (use a noindex meta tag or a robots.txt disallow) until you are ready to cut over. This prevents duplicate content during the setup phase.
Your new sitemap must be identical to the old sitemap except for the domain name. Same URL paths, same lastmod dates, same priority values. Only the hostname changes.
If you use Yoast SEO or Rank Math on WordPress, the sitemap regenerates automatically when you change the site URL. Verify it in a browser:
https://newdomain.ae/sitemap_index.xml
Compare it line by line against the old sitemap. Every URL in the old sitemap must have an equivalent entry in the new sitemap with the same path. If any URL is missing, add it back before you go live.
This is the single most important technical step of the entire migration. A 301 redirect tells Google that a page has permanently moved to a new URL. Google then transfers the ranking signals, typically 90 to 99 percent of the link equity, to the new URL.
Every URL on your old domain must 301 redirect to the corresponding URL on the new domain. Page by page. Not all to the homepage. Redirecting every old URL to the new homepage is the single biggest mistake in domain migrations, and it will destroy most of your SEO value.
For Apache servers (add to the .htaccess file on your OLD domain):
RewriteEngine On
RewriteCond %{HTTP_HOST} ^olddomain\.ae$ [OR]
RewriteCond %{HTTP_HOST} ^www\.olddomain\.ae$
RewriteRule ^(.*)$ https://newdomain.ae/$1 [R=301,L]
For Nginx servers:
server {
listen 80;
listen 443 ssl;
server_name olddomain.ae www.olddomain.ae;
return 301 https://newdomain.ae$request_uri;
}
For Cloudflare users, create a Bulk Redirect or a Page Rule with Forwarding URL (301, Permanent Redirect):
Source: *olddomain.ae/* Destination: https://newdomain.ae/$2
For WordPress users without server access, plugins like Redirection or Rank Math’s redirect manager can handle 301 redirects, but a server-level redirect is always faster and more reliable.
After setting up redirects, test them before going live. Use a free tool like httpstatus.io to check that each old URL returns exactly one 301 status code pointing directly to the final new URL. Avoid redirect chains (301 to 301 to final), each hop dilutes signals and slows crawling.
Log in to Google Search Console, click Add Property, and add your new domain. Use the Domain property type (not URL prefix) if you can verify through DNS. This covers all subdomains and protocols with one verification.
Verify ownership using DNS. Google gives you a TXT record to add to your domain’s DNS settings. In AEserver’s DNS management panel, add the TXT record, save, wait 5 to 10 minutes, then click Verify in Search Console.
This step is critical and often skipped. Open your OLD domain’s Search Console property. Go to Settings in the left menu, then click Change of Address.
Select the new domain as the destination. Google runs a pre-move check to verify that your 301 redirects are working. If the check passes, submit the change. This tells Google directly that you have moved, and it significantly speeds up the transfer of indexing signals from the old domain to the new one.
Switch to your NEW domain’s Search Console property. Go to Sitemaps in the left menu. Submit the sitemap URL:
https://newdomain.ae/sitemap_index.xml
Also use the URL Inspection tool to request indexing of your homepage manually. This triggers Googlebot to visit your new site immediately instead of waiting for a scheduled crawl.
Keep the old sitemap temporarily accessible on the old domain (served through your 301 redirect setup). Google uses it to discover old URLs and follow the redirects, which speeds up the transition.
Technical redirects are not the whole job. You also need to update every external place where your old domain appears. This section is especially important for businesses operating in the UAE, where local directories and Google Business Profile drive a large share of discovery traffic.
If your business has a Google Business Profile (the listing that shows up in local Search and Google Maps), update the website URL immediately. Sign in to your Business Profile, select Edit Profile, click the pencil icon next to the website field, enter the new domain (including https://), and save.
This is one of the most visible places your domain appears in UAE local search. Customers clicking “Website” from your Google Maps listing in Dubai Marina, Downtown Abu Dhabi, or Sharjah need to land on the new domain directly, not through a redirect.
UAE customers often find businesses through local directories. After your domain move, go through each one and update the URL:
| Directory or Platform | What to Update |
|---|---|
| Connect.ae | Website URL on your business page |
| Yellowpages.ae | Company website link in listing details |
| Dubizzle Business | Contact website URL in business profile |
| Dubai Chamber Member Directory | Company website via Chamber login |
| Abu Dhabi Chamber Directory | Company website field on member profile |
| Bayt.com (for employers) | Company profile website URL |
| LinkedIn Company Page | Website URL in Page Info |
| Facebook Business Page | Website field in About section |
| Instagram Business Profile | Website URL in bio |
| X (Twitter) Profile | Website field in profile settings |
| Industry-specific UAE portals | Zomato, Talabat, Property Finder, Bayut, etc. where applicable |
Make a checklist of every platform where your business appears, and update them one by one. This is tedious work, but it protects your brand consistency and helps Google confirm that the new domain is the legitimate successor to the old one.
Go through every social media platform where your business has a presence. Update the “website” field in bios, profile pages, and about sections. Check link-in-bio tools like Linktree or Bento. Update any shortened links (bit.ly, rebrand.ly) that still point to old URLs, edit them to the new destination.
This step separates a good migration from a great one. Use the backlink list you exported in Step 3. For each authoritative backlink (local news outlets, industry publications, partner websites, Chamber directories), send a short email asking the webmaster to update the URL to your new domain.
Keep the anchor text identical. If the existing link uses the anchor “UAE web hosting provider”, request the same anchor on the new URL. Changing anchor text during outreach is a missed opportunity and can actually look suspicious to Google.
Here is a template email you can adapt:
Realistic expectations: typical outreach success rates are 1 to 5 percent. Not everyone will update, and that is fine. 301 redirects preserve most of the link equity automatically. But a direct link to the new domain is always stronger than a redirected one, and even a few updates from high-authority sites make a measurable difference.
The domain move does not end at the website. Go through every touchpoint where your old domain appears:
name@olddomain.ae to name@newdomain.ae and keep the old addresses forwarding for at least 6 to 12 months.Here is a realistic timeline for a small to medium website (under 5,000 pages) with correctly executed redirects and Change of Address submission:
| Period | What Happens |
|---|---|
| Week 1 | Old domain impressions drop sharply. New domain starts getting indexed. Organic traffic typically declines 20 to 40 percent. |
| Week 2 | Google is actively re-crawling and updating its index. Expect continued fluctuation in rankings and traffic. |
| Weeks 3 to 4 | New domain URLs progressively replace old domain URLs in search results. Traffic begins to recover. |
| Weeks 5 to 7 | Traffic stabilizes at or near pre-migration levels for small and medium sites. |
| Weeks 8 to 12 | Full signal transfer is usually complete. Long-tail rankings recover. Deeper pages get re-indexed. |
| Months 3 to 6 | Minor fluctuations settle. Change of Address notification disappears from Search Console after 180 days. Keep redirects and the old domain registered. |
Large e-commerce sites or content sites with tens of thousands of pages can take 3 to 6 months for full recovery. This is normal. Do not panic if week 4 still shows lower traffic than pre-move, patience is part of the process.
Check these reports daily for the first two weeks, then weekly for the next two months:
If you see rankings dropping for more than 4 weeks without any recovery, audit your redirects. The most common causes are redirect chains (301 to 301 to final destination), pages redirecting to the homepage instead of the equivalent page, missing redirects for URL parameters or trailing slashes, and mixed HTTPS/HTTP redirect loops.
Changing your domain is a serious project, but it is not a gamble if you follow the right sequence. Plan thoroughly, execute carefully, communicate clearly, and give Google the signals it needs through 301 redirects and the Change of Address tool. If you need help with any part of the process, the AEserver support team is available to assist with domain registration, hosting migration, and DNS configuration.