Website with child sites - Major google issue - Please help

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
3/12/2011 4:58:12 PM
Gravatar
Total Posts 28

Website with child sites - Major google issue - Please help

Hi, we have just created our child sites and adding settings for them to run off the master site and I found the below code. From my understanding this is a huge huge issue as google can see all the links and names of the pages of all the websites...google would think this is a link famr or some blackhat seo technique as i know you cant cross link your sites as my seo company said never do it as we have to seo individually..I am very very stressed at this as theres years of work thats been put into this..Please help...Do we add no follow? Should this even be there? BTW have edited the domain etc for privacy

function SetTitle() {

        var currentdomain = document.domain;

        var serchTitle = "new and used cars for sale";

        var sellTitle = "sell your car";

        var carReviewTitle = "car reviews";

        var newTitle = "car news";

        var userVideosTitle = "user videos";

        var liveHelpTitle = "live help";

        switch (currentdomain) {

            case "www.carsonsaleamerica.com":

                break;

            case "www.carsonsalecanada.com":

                    serchTitle = "new and used cars ";

                    sellTitle = "sell your car ";

                    carReviewTitle = "car reviews ";

                    newTitle = "car news ";

                    userVideosTitle = "user videos ";

                    liveHelpTitle = "live support ";

                break;

            case "www.carsonsalebrittan.com":

                    serchTitle = "new and used cars ";

                    sellTitle = "sell your car";

                    carReviewTitle = "car reviews";

                    newTitle = "car news";

                    userVideosTitle = "user videos";

                    liveHelpTitle = "live support";

                break;

3/12/2011 5:15:10 PM
Gravatar
Total Posts 18439

Re: Website with child sites - Major google issue - Please help

Hi,

That is not code that is part of mojoPortal. Maybe someone like a consultant added that to customize your copy of mojoPortal but that is not part of mojoPortal and therefore I have never seen that code before and have no advice about it.

Best,

Joe

3/12/2011 5:21:34 PM
Gravatar
Total Posts 28

Re: Website with child sites - Major google issue - Please help

Oh Ok, thanks joe. I think i might put no follows..hope that would work

You must sign in to post in the forums. This thread is closed to new posts.