Webmastersite.net
Register Log In

Reciprocal Link Checking - text and url ?

Comments on Reciprocal Link Checking - text and url ?

scanreg
Experienced

Usergroup: Customer
Joined: May 23, 2006

Total Topics: 16
Total Comments: 51
scanreg
Reciprocal Link Checking - text and url ?
Posted Feb 27, 2013 - 12:36 PM:

Does WSN Links check for backlink text and backlink url when doing reciprocal link checking ?

Also, is there a way to vary the backlink text and the backlink urls ?

thanks
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7867
Paul
Posted Mar 03, 2013 - 3:25 PM:

WSN only checks the URL.

I suppose to vary them you could use some template PHP:

<?php
$random = rand(1, 5);
if ($random == 1) echo 'Please use this linking code: <textarea><a href="link">text</a></textarea>';
if ($random == 2) echo 'Please use this linking code: <textarea><a href="link">text</a></textarea>';
if ($random == 3) echo 'Please use this linking code: <textarea><a href="link">text</a></textarea>';
if ($random == 4) echo 'Please use this linking code: <textarea><a href="link">text</a></textarea>';
if ($random == 5) echo 'Please use this linking code: <textarea><a href="link">text</a></textarea>';
?>


Use different links and texts there for each possible random number from 1 to 5.

Be sure to add all the allowed backlink URLs to Admin -> Settings -> Links -> "Allowed Reciprocating URLs:"
scanreg
Experienced

Usergroup: Customer
Joined: May 23, 2006

Total Topics: 16
Total Comments: 51
scanreg
Posted Mar 06, 2013 - 11:56 AM:

ah interesting, thanks

where could we add this?

thanks so much smiling face
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7867
Paul
Posted Mar 08, 2013 - 12:09 AM:

Wherever you want to prompt people to add your link -- most likely in the submit listing template.
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.