Newbie Interlinking Question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PornHustler
    Confirmed User
    • May 2009
    • 456

    #1

    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
    Contact ICQ: 570768377
    Sub 1:440 Blog Converting Sponsor
  • Tamashi
    Confirmed User
    • Oct 2009
    • 728

    #2
    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.
    Last edited by Tamashi; 03-02-2010, 01:44 AM.
    ++ SIGNATURE FOR SALE ++
    ICQ: 565-013-936

    Comment

    Working...