smartway to get backlinks

  • Thread starter Thread starter Deleted member 17472
  • Start date Start date
thanks for this list. i've come across stuff like this in the past doing niche research but never realized the potential for a quick backlink.
 
Great list, thank you. I'll try it on my new website soon.
 
This is good for indexing your site. I don't believe these back links will last long...
 
another kool way to get backlinks, is

Just search as per your website keywords, you can see a lot of blogs regarding this keywords.

So per day only post 10-20 comments in those blogs like below matter

"Thanks for your Valuable Matter"

Yourwebsite details+ website url

This work hardly takes 15-20 minutes. If you continue this work on daily basis, then in a month you will get 300 backlinks to your website from different blogs , and in a month you will get more than 3000 backlinks. Also make sure that you post your comments in high PR ranked blogs, which also helps to increase your website pr rank too.
 
Ha , I tried to get smart and do the .bat file thing I saw somewhere to automate it a little bit . It worked fine but nearly killed my PC for 10 minutes loading 42 IE pages . I need more ram . Rename the attached file .bat and edit the "yoursite" string .

I think theres a script somewhere for this sort of thing thats very simple .
BTW why do we have to ping the URL after ?
 

Attachments

there is a program for that - backlinkspeed which does this same thing automated
 
Sorry to be dense :0/ How do you ping a url? It's probably squeezy easy but I don't know how to do it. Could a kind member drop a short note here on how it's done. I would be very grateful. Many Thanks. downloadqz
 
Excellent Post. Just did all of it by hand. Took maybe 10 minutes and I'm getting backlinks
 
PHP:
<?php
/*
 * By Dacash
 * 
 */
$your_url = "http://yourdomain.com";

$url = "http://adquants.com/domain_data.php?search_value=[URL]
http://careerdomino.com/ [URL]
http://digg.com/search?sort=newest&fltdigg=o50&s=site:[URL]
http://domainsearch101.com/domainsearch/[URL]
http://finance.mixx.com/ [URL]
http://hindi.avadhwebs.com/website/[URL]
http://hosts-file.net/default.asp?s=[URL]
http://iowa.mixx.com/ [URL]
http://lyfc.org/ [URL]
http://netvaluer.com/show.asp?site=[URL]
http://online.htmlvalidator.com/php/onlinevallite.php?url=[URL]
http://page2rss.com/page?url=[URL]
http://searchanalytics.compete.com/site_referrals/[URLNOW]
http://siteanalytics.compete.com/[URL]/?metric=uv
http://snapshot.compete.com/[URL]
http://thebusinessmanagement.co.cc/ [URL]
http://thevine.glenmarchurch.org/ [URL]
http://uptime.netcraft.com/up/graph?site=[URL]
http://whois.domaintools.com/[URL]
http://whois.tools4noobs.com/info/[URLNOW]
http://whois.ws/whois-info/ip-address/[URL]/
http://whoisx.co.uk/[URLNOW]
http://wholinkstome.com/url/[URL]
http://www.aboutdomain.org/backlinks/[URL]/
http://www.aboutus.org/[URL]
http://www.alexa.com/data/details/?url=[URL]
http://www.alexa.com/data/details/traffic_details/[URL]
http://www.alexa.com/siteinfo/[URL]/
http://www.alexaholic.com/siteinfo/[URL]
http://www.b2bpro.org/search.php?q=[URL]
http://www.backlinkcheck.com/popular.pl?url1=[URL]
http://www.builtwith.com/?[URL]
http://www.careermag.com/ [URL]
http://www.comdurav.com/ip-domain.php?domain=[URL]
http://www.cqcounter.com/whois/domain/[URL].html
http://www.cubestat.com/[URL]
http://www.cuge.org/check.php?site=[URL]
http://www.directoryofrecruiters.com/ [URL]
http://www.esitestats.com/[URL]
http://www.feedest.com/feedHost.cfm/host/[URL]
http://www.folkd.com/url/[URL]
http://www.interviewod.com/directory/new/ [URL]
http://www.ip-adress.com/reverse_ip/[URL]
http://www.jobfinderadvisory.com/ [URL]
http://www.jobs1st.com/ [URL]
http://www.keywordspy.co.uk/overview/domain.aspx?q=[URL]
http://www.keywordspy.com/ppc/domain.aspx?q=[URL]
http://www.lifemogul.com/ [URL]
http://www.lifemogul.com/tag/tips/ [URL]
http://www.links2mysite.com/links/[URL]
http://www.markosweb.com/www/[URL]/
http://www.metacafe.com/tags/related:[URL]/
http://www.pageheat.com/heat/[URL]
http://www.philrecruit.com/ [URL]
http://www.protectwebform.com/stats/site.php?d=[URL]
http://www.protect-x.com/info/[URL]
http://www.psicolaboral.com.ar/ [URL]
http://www.quantcast.com/[URL]
http://www.quarkbase.com/show/[URL]
http://www.realestatebestjobs.com/ [URL]
http://www.recruiterredbook.com/ [URL]
http://www.reddit.com/domain/[URL]
http://www.robtex.com/dns/[URL].html
http://www.semrush.com/info/[URL]
http://www.serpanalytics.com/sites/[URL]
http://www.similarsites.com/sites-like/[URL]
http://www.siteadvisor.cn/sites/[URL]/summary/
http://www.siteadvisor.com/sites/[URL]/summary/
http://www.snifflet.com/[URL]
http://www.statbrain.com/[URL]
http://www.surcentro.com/en/info/[URL]
http://www.tagurls.com/url/[URL]
http://www.urladex.com/url/[URL]
http://www.urlashare.com/url/[URL]
http://www.valuatemysite.com/[URL]
http://www.websiteoutlook.com/[URL]
http://www.webtrafficagents.com/WebSiteValue/[URL]
http://www.whatismyip.com.np/whois/[URL]
http://www.who.is/whois-com/[URL]
http://www.whoisbucket.com/view/[URL]
http://www.whoisya.com/[URL]
http://www.wikifox.de/[URL]
http://www.xmarks.com/site/[URL]/
http://www.zimbio.com/search?q=[URL]&btnG=Search";
$url = str_replace(" ", "",trim($url));
$url = split("\n", $url);

foreach($url as $do){
    $do = str_replace("[URL]", $your_url, $do);
    echo file_get_contents($do);
    
}

?>
 
Just ran it in a packet monitor and most don't work.

The reason is a lot have forms on the homepage you need to submit your site, and they crunch data such as checking backlinks, looking up whois, estimating your sites value and so on and "then" generate the URL.

So simply hitting the URL doesn't do anything.
 
if you want to get more backlinks, it will good for your website to do "Directory Submission"

There are a lot of free directories available (nearly 3100).

Use the software "Website Submitter" to do this work more easily and quickly.

As an average you will get guarantee 4 visitors/year from each directory, where your website listed.

This also helps to improve your page rank and search results and backlinks.
 
As an average you will get guarantee 4 visitors/year from each directory, where your website listed.

4 visitors per year and that too for just one directory? and you think that is a lot?
 
4 visitors per year and that too for just one directory? and you think that is a lot?

Well that is not a lot , but it has also some other impact to your website, like your website will get good page rank, due to you get a lot of back links , in search engine, your website will appear in top 10 pages. which automatically brings more traffic to your website.
 
Well that is not a lot , but it has also some other impact to your website, like your website will get good page rank, due to you get a lot of back links , in search engine, your website will appear in top 10 pages. which automatically brings more traffic to your website.

I agree
 
A very nice collection OP :).We can make Nice Link Wheels with them :D
 
Back
Top