To stop the search robots indexing your page there are a couple of meta tags that you will need to add to your page. The immediate ones you may want to use are:
<meta name="robots" content="index,nofollow">
or
<meta name="robots" content="noindex,nofollow">
More details and other tags can be found on the following web page.
The first line will index the page, but not follow any links, and the
second will stop the page from being indexed and any links being
followed. This should mean that if you index only the home page
then that will be the one the search engines will direct people to.
To add these tags in Freeway:
Select the Page > Meta Tag menu item
Click New
In the Name enter: robots
In the Value enter: index, nofollow (if you want the page indexed) or
noindex, nofollow (if you don't want it indexed)
Click OK
Further information about search engines and search engine optimization can be found in the SEO and Meta Tags article.