Forum Moderators: Robert Charlton & goodroi
LinksManager was born on August 1, 1998 – before Google went online. LinksManager was designed and patented to manage the chore of linking. It was never designed or marketed to be a Search Engine Optimization product.
It was with great sadness that I put LinksManager to sleep on October 31, 2014. I simply could not stop the influx of cancellations coming in from customers preoccupied about comments made specifically to them by Google employees telling website operators to stop linking between websites. I reached out to Google via Fedex and their switchboard many times to discuss the matter. They never took my calls or replied to my sincere questions and comments. Not once.
[edited by: brotherhood_of_LAN at 9:22 pm (utc) on Apr 27, 2015]
[edit reason] shortened quote [/edit]
[edited by: Johan007 at 4:33 pm (utc) on Apr 30, 2015]
netmeg wrote:
I mostly try to link only to people with more authority than I have.
more authority
It could mean "sites Google likes better than they like me" and that's one meaning. Or it could mean "people who know more about this specific subject than I do" and that's a different meaning. If Site A is the world's leading authority on widgets-in-general, and Site B is the world's leading authority on green left-handed Belgian widgets, who's got more "authority"? In the state of nature*, wouldn't they both link to each other without even thinking about it?
<?php
$url = "http://www.yoursite.com";
$domain = str_ireplace('www.', '', parse_url($url, PHP_URL_HOST));
$refDomain = str_ireplace('www.', '', parse_url($_SERVER["HTTP_REFERER"], PHP_URL_HOST));
if(strcmp($domain, $refDomain) == 0)
{
header("Location:".$_GET['url']);
} else {
if (strpos($_SERVER['HTTP_REFERER'],'googleusercontent')) {
header("Location:".$_GET['url']);
} else if (strpos($_SERVER['HTTP_USER_AGENT'],'Googlebot'))
{
header("Location:".$_GET['url']);
} else {
header("Location: http://www.yoursite.com");
}
}
?>
Funny thing is, I did get the privilege of being slapped into oblivion in the SERPs along with everyone else because of all this nonsense
site about photography and you link exchange with a washing machine site
Some would say you were doing blackhat while proudly convinced you used only whitehat tactics.
I was wondering if it was time to revisit link exchange as means of gaining traffic to your site.
Unless your desire wasn't to gain traffic but to first rank better and then only to gain Google traffic. Because you already understand visitors never click on reciprocal links.
As with any PAID link Google doesn't have a problem with them so long as you designated them that way and you do agree with Google on that point as you stated these are for TRAFFIC (visitors from the other websites) and not to rank better in Google.
Because you already understand visitors never click on reciprocal links.