![]() |
![]() |
![]() |
||||
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
|
New Webmasters ask "How-To" questions here. This is where other fucking Webmasters help. |
|
Thread Tools |
![]() |
#1 |
Confirmed User
Join Date: May 2009
Posts: 456
|
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 |
![]() |
![]() ![]() ![]() ![]() |
![]() |
#2 |
Confirmed User
Join Date: Oct 2009
Location: 565-013-936
Posts: 728
|
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.
__________________
++ SIGNATURE FOR SALE ++
ICQ: 565-013-936 |
![]() |
![]() ![]() ![]() ![]() |