[Quick Tutorial] Scrape & Index All Your Backlinks (Free)

yakuzaemme

Senior Member
Joined
Sep 18, 2016
Messages
1,005
Reaction score
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:

  1. Enter your domain here: https://www.seobility.net/en/backlinkchecker/
  2. Hit search
  3. When loaded, fire up browser console (Ctrl+Shift+J)
  4. 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);
  5. Hit enter
Step 2. Index The Backlinks
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 :)


 
The only question I will ask is if the tool you create one day will be available for unlimited links or can I submit only once x number of links?

You rock!
 
The only question I will ask is if the tool you create one day will be available for unlimited links or can I submit only once x number of links?

You rock!

Hey man!

I don't quite understand what you mean.
The index tool (that is released) is for unlimited links, but a max amount of links per upload.
 
Hey man!

I don't quite understand what you mean.
The index tool (that is released) is for unlimited links, but a max amount of links per upload.
I was comparing the priority of my links for one hour yesterday. I thought it's one time use for as much likes one has.

Woah. That's amazing!!!
 
I was comparing the priority of my links for one hour yesterday. I thought it's one time use for as much likes one has.

Woah. That's amazing!!!

Hahaha. My bad dude! I suck at explaining how things work :p
 
Wait what?

If a tool is showing your backlinks, that means they are already indexed right?

What you said makes no sense to me @yakuzaemme

Will you elaborate this?
 
Wait what?

If a tool is showing your backlinks, that means they are already indexed right?

What you said makes no sense to me @yakuzaemme

Will you elaborate this?

No, not necessarily. You can have a link (that is showing up on Ahrefs/Moz/Semrush/whatever) that is not indexed by Google.

I had 3 backlinks from Adobe sitting for 6(!!!) months, showing up in Ahrefs. Discovered they weren't indexed by Google - fixed that and saw a nice rank increase just a few days after.
So even the biggest sites has indexation problems, you just make sure they wont affect you ;)
 
No, not necessarily. You can have a link (that is showing up on Ahrefs/Moz/Semrush/whatever) that is not indexed by Google.

I had 3 backlinks from Adobe sitting for 6(!!!) months, showing up in Ahrefs. Discovered they weren't indexed by Google - fixed that and saw a nice rank increase just a few days after.
So even the biggest sites has indexation problems, you just make sure they wont affect you ;)

Oh this is new and cool too❣️
 
Thanks for reminding people how this basic seo concept is so crucial.

Btw, do you know how to check your backlinks indexed or not without using site: operator?

Or maybe you'll start to develop backlinks indexing checker? Lol
 
Thank's for sharing this great tips. I hope i can try this after getting some likes.
 
Thanks for reminding people how this basic seo concept is so crucial.

Btw, do you know how to check your backlinks indexed or not without using site: operator?

Or maybe you'll start to develop backlinks indexing checker? Lol

I don't actually. I use ScrapeBox to mass-check, but there are tools out there (paid) that will let you bulk check.
Will keep an eye open!

Awesome share, this gonna help a lot

Thanks! :)

Thank's for sharing this great tips. I hope i can try this after getting some likes.

Go at it ;)
 
This is cool tool and lets see hows the index rate
If the indexing work i l buy from you
 
Back
Top