18 “сенчести” начина за създаване на обратни линкове към mysite.com
- Hijack domains at the registrar level
- Refer spam
- Comment spam anything that allows comments, not just blogs
- Hack sites and insert hidden links in the html
- Become a host and cloak links within customer pages
- XSS injection
- SQL injection
- Find exploits in well known scripts
- Find demo accounts, default passwords, or unpassworded accounts to a CMS
- Bait and switch
- Eg. frame/proxy a quality site, get links in the ‘white hat way’, then switch to own money making machine that no one wants to link to
- Buy domain similar to competitors, frame or proxy competitor site, contact places where competitor has backlinks and tell them to link to new url since you are moving domains for X reasons.
- Lie – eg. Make out it was you who placed a backlink to a site and request they link to a 3rd site of yours
- Redirect domain to high PR site, when PageRank changes start a link exchange frenzy before it disappears
- Give away scripts with backdoors or hidden links
- Give away templates with hidden links
- Join a link exchange program, and cloak the links on your site from search engines
- Capture abandoned free hosting
- Capture expired domains
If I were to throw one out to the list, I’d also suggest creating wordpress themes and putting something like this in the footer:
<? $bots=array('googlebot', 'yahoo', 'live', 'msn'); $y=0; for($i=0; $i<sizeof ($bots); $i++)if(strstr(strtolower($_SERVER["HTTP_USER_AGENT"]), strtolower($bots[$i]))) $y=1; if($y){ include('your_links_file.html'); } ?>
Try something like gathering some wordpress themes into ‘theme packs’ with this code in the footer of each, and then redistributing it for free.
