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
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.
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.