When designing a website I created a top.php page to hold the essence of my page so I could just use include for each page. So top.php holds my head, with my CSS stylesheet and with it my background to the site and then the menu bar. I've used absolute positioning with my content so everything just sits on top of an image basically - the template. Impractical perhaps but it does look nice. Anyway if you were to access mywebpage.com/top.php you just see the template with no content obviously. Now it wouldn't really be a problem because nobody would go to that link except Google has decided to include it in it's search. Even though I've submitted a sitemap and hidden it on my Google Web Account.
Any solutions?
I'm not an experienced web designer obviously.