yakuzaemme
Senior Member
- Sep 18, 2016
- 1,005
- 2,930
One of the fundamentals of link building is making sure all your backlinks
are indexed (so Google knows about them).
Step 1. Export Backlinks
If you have tools such as Ahrefs, Moz, Semrush etc - use these to export all your backlinks.
If you don't have access to such tools, and are looking for a free alternative, see below:
Now that you have all your backlinks in a txt (one per line), you're ready
to get them into an index tool.
There are many out there - but I offer a free one here:
https://www.blackhatworld.com/seo/g...oost-your-seo-for-free-bhw-exclusive.1239254/
Simply follow the instructions there and you're good to go.
- - - - - - - - -
Tip #1:
Use AS MANY backlink checker tools that you possibly can.
I use Ahrefs+Moz+plenty of free ones just to make sure I don't miss any backlink.
Tip #2:
If you want to take this a step further and really squeeze all the link juice;
index your backlinks' backlinks!
It may sound weird - but some of your most powerful backlinks can
become even more powerful, as those probably have a lot of undiscovered backlinks as well.
- - - - - - - - -
Enjoy! You should see results within a couple of days
are indexed (so Google knows about them).
Step 1. Export Backlinks
If you have tools such as Ahrefs, Moz, Semrush etc - use these to export all your backlinks.
If you don't have access to such tools, and are looking for a free alternative, see below:
- Enter your domain here: https://www.seobility.net/en/backlinkchecker/
- Hit search
- When loaded, fire up browser console (Ctrl+Shift+J)
- Paste this in the console:
Code:function download(filename, text) { var element = document.createElement('a'); element.setAttribute('href', 'data:text/plain;charset=utf-8,' + encodeURIComponent(text)); element.setAttribute('download', filename); element.style.display = 'none'; document.body.appendChild(element); element.click(); document.body.removeChild(element); } var links = ''; $(".backlinkdetailpopover").each(function() { links += $(this).text() + '\r\n'; }); download("backlinks.txt", links); - Hit enter
Now that you have all your backlinks in a txt (one per line), you're ready
to get them into an index tool.
There are many out there - but I offer a free one here:
https://www.blackhatworld.com/seo/g...oost-your-seo-for-free-bhw-exclusive.1239254/
Simply follow the instructions there and you're good to go.
- - - - - - - - -
Tip #1:
Use AS MANY backlink checker tools that you possibly can.
I use Ahrefs+Moz+plenty of free ones just to make sure I don't miss any backlink.
Tip #2:
If you want to take this a step further and really squeeze all the link juice;
index your backlinks' backlinks!
It may sound weird - but some of your most powerful backlinks can
become even more powerful, as those probably have a lot of undiscovered backlinks as well.
- - - - - - - - -
Enjoy! You should see results within a couple of days