Pointing Your New Domain Somewhere Useful
What to do with a domain after you own it: redirects, DNS, and picking a destination.
Once a domain is delivered to your account, it's yours to configure however you like. The most common move is pointing it at an existing site with a 301 redirect, which transfers the domain's link equity to your destination. This guide covers how that works and how to do it properly.
How redirects work
A domain's links still point to it by name, not to whatever you eventually do with it. Setting up a 301 redirect tells search engines the domain has permanently moved to your destination, which transfers the accumulated link equity there.
301 vs. 302
- 301 (permanent): transfers link equity; use this if you want the authority to count toward your destination
- 302 (temporary): does not transfer link equity; avoid for SEO purposes
Setting it up
Step 1: Point DNS at your host
Update the domain's DNS records, through your registrar, to point at wherever you're hosting the redirect. This is standard domain configuration, the same as setting up any new domain.
Step 2: Configure the 301 at your server or host
Most hosts and CDNs (Cloudflare, Vercel, Netlify, and others) support one-click permanent redirects. Point the domain at your destination URL.
Step 3: Verify
Visit the domain directly and confirm it forwards immediately to your destination with a 301 status. Most browser dev tools or a redirect-checker tool will confirm the status code.
Choosing a destination
Where you point the domain matters:
Homepage
Best for: general authority building, brand awareness
- Distributes link equity across your entire site
- Simplest setup
A specific page
Best for: boosting a particular page or targeting specific keywords
- Concentrates link equity on priority content
- Worth the extra planning if you have one clear priority page
Things to weigh
- Match the redirect target to the domain's original topic where possible. A domain with tech-related history makes more sense pointed at a tech site than an unrelated one
- Avoid pointing at pages likely to be removed later
- Consider your highest-priority conversion page if you're optimizing for a specific goal
Do and don't
Do
- Use 301s, not 302s, if the goal is SEO value
- Point to relevant, high-quality pages
- Monitor performance in Search Console and analytics
- Keep the destination stable once set
Don't
- Redirect to broken or thin pages
- Change the destination frequently
- Chain redirects (domain → page A → page B)
Watching what happens
After setting up a redirect, track its impact:
- Google Search Console: watch for the new links being recognized against your destination
- Analytics: track any referral traffic from the redirected domain
- Rank tracking: watch target keyword positions over the following weeks
Give it a few weeks for search engines to recrawl and fully process the change.
Related
For the strategy behind the redirect, including which old URLs to map where, what Google's expired domain rules actually allow, and how to tell whether the link equity transferred, see redirecting an aged domain so its link equity transfers.