Feedback please?

Discussion in 'Websites' started by Fiverscripts, Nov 7, 2009.

  1. #1
    Hey

    Can i have some feedback about my website?

    I am aware of not much content i have just started it so not much uploaded yet :)

    http://www.mattlav-software.co.uk/

    Cheers,

    Mattlav
     
    Fiverscripts, Nov 7, 2009 IP
  2. earticles

    earticles Well-Known Member

    Messages:
    933
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    175
    #2
    your site is using frames... that's totally SEO unfriendly technique. You won't get visitors from search engines... Try getting rid of frames. Better use PHP includes or plain HTML.
     
    earticles, Nov 7, 2009 IP
  3. Fiverscripts

    Fiverscripts Moderator Staff

    Messages:
    1,839
    Likes Received:
    42
    Best Answers:
    1
    Trophy Points:
    370
    #3
    NOw thats useful to know! how do i sort that?

    Cheers
     
    Fiverscripts, Nov 7, 2009 IP
  4. earticles

    earticles Well-Known Member

    Messages:
    933
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    175
    #4
    actually your main frame has the following source for the homepage: http://mattlav-software.f-snet.com/

    use this source as your main page instead of "framing" it in your main page (http://www.mattlav-software.co.uk/).

    You can do it with the php include function. For the home page, it would be

    <?php
    include("http://mattlav-software.f-snet.com/");
    ?>

    anyway, i'm afraid it would be difficult to use this technique for all other pages of your site. A simple option is to set a 301 redirect from http://www.mattlav-software.co.uk/ to http://mattlav-software.f-snet.com/ OR buy a hosting package and associate it to http://www.mattlav-software.co.uk/ and upload your content on the respective server.
     
    earticles, Nov 7, 2009 IP
  5. Fiverscripts

    Fiverscripts Moderator Staff

    Messages:
    1,839
    Likes Received:
    42
    Best Answers:
    1
    Trophy Points:
    370
    #5
    ahh right i see whats going on yeh... I get fixing that soon as poss cheers for the tip
     
    Fiverscripts, Nov 7, 2009 IP