<meta name="robots" content="noindex">
To prevent only Google web crawlers from indexing a page:
<meta name="googlebot" content="noindex">
You can also add the following after the content="noindex to stop links from being crawled on a page:
, nofollow"
Example use:
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
Using "nofollow" means the crawler will not crawl the links on the page while the "noindex" will only block the page from being indexed.
Within Marketo this can be applied on a template basis and then on any pages using said template will not be indexed. You can also ask support to set your Images and Files Directory in Design Studio to not be indexed so documents such as whitepapers will not show up in search engine results.