How to trace Backlinks using just google ?

noon3

Registered Member
Joined
Jan 12, 2014
Messages
91
Reaction score
6
Hi
I'd like to know how to trace backlinks using just google ?
I know there's some tools there that can do the job , but how does these tools work ?
 
I would assume you would just use the webmaster tools? Of course there are much more effective tools out there. U have to sign up and verify website ownership with google webmaster tools
 
I would assume you would just use the webmaster tools? Of course there are much more effective tools out there. U have to sign up and verify website ownership with google webmaster tools

Thank you for replying !
Actually , I'm a developer & I'm trying to develop some tool to trace backlinks , I can't find a right Formula !
 
Here are five tools I have found there are Yendex Webmaster tools, SEOkicks, Google's Fusion Tables, Open Office Calc ,Gephi.
 
thank you for replying !
I'm sorry I didn't explain enough
I want to make a tool in which user can trace his site's backlinks !
the problem is I can find how to trace backlinks without using sites like you mentioned
anyone knows how these sites work ?
if not , I think I'll just integrate one's API into my tool !
 
your looking for a way to search backlinks using G searches only?

I think thats not possible.
 
your looking for a way to search backlinks using G searches only?

I think thats not possible.

thanks for replying !

do you know any "independent" way ? or maybe free tool ?
 
If I understood your question, one way is to write in google search, link:"yourwebsite" to check some links. Another way is to write info:"yourwebsite". However, these methods don't show nearly all the links that link to your site, but it is one easy method.
 
thank you for replying !
 
You can get some of them buy just typing in "yourcompetitorsurl.com"

Also try Ahrefs or OpenSiteExplorer.
 
Not possible to find all competitors backlinks using Google alone, but you could find some by using bare urls and brand name of competitors.
 
thanks for replying , I know this sounds stupid but anyone knows how these tools are working ? (ahrefs for exp= !
 
thanks for replying , I know this sounds stupid but anyone knows how these tools are working ? (ahrefs for exp= !

If you need to build a service similar to ahrefs, Moz or even your own search engine like Google, you'll have to build your own crawler.

Ahrefs will have several crawlers running across clustered servers and their spiders will crawl through the world wide web and save the link's data.

You can Start with Apache Nutch and Apache Solr :

Code:
http://nutch.apache.org/

Code:
http://lucene.apache.org/solr/


 
Last edited by a moderator:
If you need to build a service similar to ahrefs, Moz or even your own search engine like Google, you'll have to build your own crawler.

Ahrefs will have several crawlers running across clustered servers and their spiders will crawl through the world wide web and save the link's data.

You can Start with Apache Nutch and Apache Solr :

Code:
http://nutch.apache.org/

Code:
http://lucene.apache.org/solr/




waw , that's very useful reply , Thank you ! :D
 
Last edited by a moderator:
Here are five tools I have found there are Yendex Webmaster tools, SEOkicks, Google's Fusion Tables, Open Office Calc ,Gephi.

"Google Fusion Table" I'ts really new for me, Can you pls share some more info about it
 
"Google Fusion Table" I'ts really new for me, Can you pls share some more info about it

Well I googled that & as far as I know it's just a tool to keep your data organized , it's not a tracing tool !
I think you should google it maybe I'm wrong.


It is partially possible try g searching links:yoursite.com

well , it didn't work with me , results are just page with word : links , yoursite , com !!
 
Well one thing I have noticed with either putting link:yoursite.com or links:yoursite.com is that it shows a number of links not actually linking to the web URL you put in but other websites with similar names. I find searching the plain "http://yourdomainhere.com" with these marks on it " " will find all places where you have put URLs plain links and can also find anchor text because it is written in the page.

I hope this helps you find the links you are trying to find good luck!
 
Back
Top