fasttrak
Elite Member
- Sep 12, 2016
- 3,514
- 3,988
Today I posted some information in @RealDaddy's thread about how I use expired domains as part of my SEO strategy. This seemed to be new to a few members, so I thought I would expand on it a bit more + give a few more pointers.
If you missed any of my previous guides, you can follow the links below to catch up.
Firstly, lets rattle through a few assumptions.
So with that out of the way, how do I manage my expired domains to ensure that they end up being 95% successful as either money sites or PBN's?
Google's View
You need to try and think like Google. So ask yourself:
How to Fool Google and Restore Authority (summary)
So the trick here is to fool Google into thinking that this newly registered domain is the old domain again, and thus crediting it with authority and its backlinks.
I do this by following the same process for EVERY expired domain that I register.
1. Search for the domain in archive.org
During your research to determine if the expired domain is actually worth buying, you will have checked archive.org to understand the domains past. i.e. has it been spammed to death, used as a PBN or generally misused. So, you will have found a time in the domains history which shows all of its content, especially the content which has the authority domains linking to it.
What I do next depends on how much time I have.
3. Submit the domain to Google Web Console
Personally I like to use a fresh google mail account so I am not creating a footprint.
This step can be a little tricky and determines if your site will be one of the 95% successful future money sites/PBNs or if it will fall in to the 5% which you can always use for something to make money from!
Tip: You will want to check that you do not have redirect loops stopping Google from attributing the links to your expired domain. Which is why rebuilding the exact site structure of the old site is crucial to success.
Bonus Tip: If you find redirect loops or have not been able to recreate the old site structure exactly as before. Use .htaccess to create the redirect. DO NOT use plugins. I have never had good success with plugins to manage this aspect of the process. Adding the below code to your .htaccess file works.
5. Wait
This is probably the hardest part, as all you want to do is use your expired domain to make money. But it is the most critical part to having a 95% success rate. So be patient.
How do I know if my expired domain is ready to use?
I use two indicators.
What about all of the old junk content?
As part of my due dilligence, I have a list of pages which have authority links. I either repoint these to the homepage of the domain via .htaccess and get rid of all the rest of the old content, building the domain out with my new content.
Or, I keep the juicy pages and create links to my money pages, and bin the rest of the content.
It depends on what you want the old domain for. Is it going to be a new money site? Does it match the niche you are targeting? Is it a PBN? etc etc
Does the domains old niche matter?
Great question. The answer to this is yes and no. Ideally you would like to use an expired domain within the same niche that your money site is on. However, that is rarely possible these days, so changing niche to fit your money site is required and works fairly well, most of the time.
Tip: Try and find expired domains which cover lots of subjects, i.e. general content, as these are easier to fit to your money site niche.
Bonus Tip: I have been successful in keeping the authority and links of the old expired domain and completely changing the niche many times. What I do is
All of the above is how I personally use expired domains as part of my SEO strategy. I am sure that I have missed a few things out, so feel free to ask questions, and I will do my best to answer them + other members will surely have some observations to help!
Remember - this process takes patience, but once you get going, you can create a conveyor belt of quality expired domains to have ready, whenever you need them. Or even to resell, should you be inclined
Let me know what you think and if this is something you want more of? If so, I will get to work on some more.



↓↓ This guide has been brought to you by ↓↓
If you missed any of my previous guides, you can follow the links below to catch up.
- Ahrefs Hacks Part 1 - Pinterest
- Ahrefs Hacks Part 2 - Quora
- Ahrefs Hacks Part 3 - Twitter
- Ahrefs - Bonus Tip
- Semrush Hacks Part 1 - Content
- Semrush Hacks Part 2 - Social Media Manager
- How to Find if a Google Update Hit Your Site? (100% free - no tools required)
- Making the most of internal link building
Firstly, lets rattle through a few assumptions.
- The expired domain you are planning to use, is clean.
- Has authority backlinks to make this worthwhile.
So with that out of the way, how do I manage my expired domains to ensure that they end up being 95% successful as either money sites or PBN's?
Google's View
You need to try and think like Google. So ask yourself:
- How does Google view a domain that has previously expired?
- Does it credit it's previous backlinks and authority to the domain just because you register it again?
Google will treat a new registration as a new domain; it will have zero authority and zero backlinks.
How to Fool Google and Restore Authority (summary)
So the trick here is to fool Google into thinking that this newly registered domain is the old domain again, and thus crediting it with authority and its backlinks.
I do this by following the same process for EVERY expired domain that I register.
- Search for the domain in archive.org
- Restore content
- Submit the domain to Google Web Console
- Reindex the old backlinks
- Wait
1. Search for the domain in archive.org
During your research to determine if the expired domain is actually worth buying, you will have checked archive.org to understand the domains past. i.e. has it been spammed to death, used as a PBN or generally misused. So, you will have found a time in the domains history which shows all of its content, especially the content which has the authority domains linking to it.
- Check to see if the content is still unique (copyscape). This is actually not essential but always nice to know for later.
What I do next depends on how much time I have.
- Create a wordpress domain (or any other CMS) and recreate the old sites exact structure. So for example, I will create new pages with the same titles, and URL structure, and then copy and paste the content to these pages.
- If I do not have the time, or cannot be bothered, I will get a VA to do this for me.
- Or use a service like waybackmachinedownloader which will automatically create an HTML copy of the archive.org snapshot, stripping out all of the archive.org links and keeping the images, CSS etc.
3. Submit the domain to Google Web Console
Personally I like to use a fresh google mail account so I am not creating a footprint.
- Create or buy a new gmail account
- Add the domain to GWC for indexing (hopefully including sitemap)
This step can be a little tricky and determines if your site will be one of the 95% successful future money sites/PBNs or if it will fall in to the 5% which you can always use for something to make money from!
- Personally I use a combination of Speed Links indexer and twitter or other social media to get Google to recrawl the authority sites pages which are linking to my expired domain.
Tip: You will want to check that you do not have redirect loops stopping Google from attributing the links to your expired domain. Which is why rebuilding the exact site structure of the old site is crucial to success.
Bonus Tip: If you find redirect loops or have not been able to recreate the old site structure exactly as before. Use .htaccess to create the redirect. DO NOT use plugins. I have never had good success with plugins to manage this aspect of the process. Adding the below code to your .htaccess file works.
Code:
<IfModule mod_rewrite.c>
RewriteEngine On
Redirect 301 /oldpage /newpage
Redirect 301 /oldpage2 /newpage2
</IfModule>
5. Wait
This is probably the hardest part, as all you want to do is use your expired domain to make money. But it is the most critical part to having a 95% success rate. So be patient.
How do I know if my expired domain is ready to use?
I use two indicators.
- Have the juicy old authority links appeared in GWC?
- Is some of the content ranking (top 20) again in Google search?
What about all of the old junk content?
As part of my due dilligence, I have a list of pages which have authority links. I either repoint these to the homepage of the domain via .htaccess and get rid of all the rest of the old content, building the domain out with my new content.
Or, I keep the juicy pages and create links to my money pages, and bin the rest of the content.
It depends on what you want the old domain for. Is it going to be a new money site? Does it match the niche you are targeting? Is it a PBN? etc etc
Does the domains old niche matter?
Great question. The answer to this is yes and no. Ideally you would like to use an expired domain within the same niche that your money site is on. However, that is rarely possible these days, so changing niche to fit your money site is required and works fairly well, most of the time.
Tip: Try and find expired domains which cover lots of subjects, i.e. general content, as these are easier to fit to your money site niche.
Bonus Tip: I have been successful in keeping the authority and links of the old expired domain and completely changing the niche many times. What I do is
- Build the site out with the new content but NOT create any affiliate, CPA or other links.
- I then leave it to age for a few months and check to see how Google reacts.
- If all is good, and I start to see some of my new content beginning to rank, I then add a few new quality backlinks.
- If Google again responds positively I know I am good to go and add my affiliate/CPA/money links and continue to build quality backlinks to rank and bank.
All of the above is how I personally use expired domains as part of my SEO strategy. I am sure that I have missed a few things out, so feel free to ask questions, and I will do my best to answer them + other members will surely have some observations to help!
Remember - this process takes patience, but once you get going, you can create a conveyor belt of quality expired domains to have ready, whenever you need them. Or even to resell, should you be inclined
Let me know what you think and if this is something you want more of? If so, I will get to work on some more.
↓↓ This guide has been brought to you by ↓↓