GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Webmaster Q & Fuckin' A (https://gfy.com/forumdisplay.php?f=27)
-   -   Newbie Interlinking Question (https://gfy.com/showthread.php?t=956386)

PornHustler 03-02-2010 12:15 AM

Newbie Interlinking Question
 
I have searched but I didnt come up with an answer. I am setting up a network of blogs, tubes, TGP's, cams and dating sites in a niche. I know that ultimately I want to keep all of my UVs in my network and move them around so they can find what they want and hopefully buy something from me.

My question is: How do I link my sites so that the big G wont screw me over and will look fondly at my sites and give me good SE rankings.

Can someone point me in the direction of a good how-to on interlinking my sites? Any pointers would be helpful.

If you want to give an example lets say I had 5 sites, 5 blogs to make it easy. What would be the BEST way to link all 5 sites(in the same niche)?

Thanks

Tamashi 03-02-2010 03:33 AM

A-B-C-D-E?
A to B
B to C
C to D
D to E
E to A

Or else, Do what I do, and create a random script. I'm using this for a few tgp's, but I've got no idea what type of sites you are building. The script below might not always be good.

Code:

<HTML>
 <HEAD>
<Script Type="Text/JavaScript">
var howMany = 4; // max number of items listed below
var page = new Array(howMany + 1);

page[0] = "http://www.link1.com";
page[1] = "http://www.link2.com";
page[2] = "http://www.link3.com";
page[3] = "http://www.link4.com";
page[4] = "http://www.link5.com";

function rndnumber() {
    var randscript = -1;
    while (randscript < 0 || randscript > howMany || isNaN(randscript)) {
        randscript = parseInt(Math.random() * (howMany + 1));
    }
    return randscript;
}
quo = rndnumber();
quox = page[quo];
window.location = (quox);
</SCRIPT>
</HEAD>

 <BODY>
// Your random page here, for non-javascript browsers
 </BODY>
</HTML>


The best multi domain interlinking script to date is Links Organizer.


All times are GMT -7. The time now is 03:12 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc