My landing page has a bunch of links - when the link is clicked, the html content is loaded into the iframe of the landing page. The linked pages are just fragment pages and not full page (without header/footer etc)
So, if googlebot indexes my site, I do not want to google to show those fragment html pages. I want the full page to be displayed.
But if I block googlebot accessing those fragment html pages, I will loose the keywords benefit in the content.
By keeping those as separate files, I reduce the size of landing page. But I also want to get my site listed on the google search results for the matching keywords.
Please help.