I am working on a new website/webapp. It will be a tool where the user inputs information into a form and the app makes a look up into the database, makes calculation and returns a result. It is an equivalency calculator.
The structure of the site will be a homepage, with an explanation of the purpose of the tool and with a start button. The start button leads to the input form, then once the form is submitted a results page is returned with the result. Each result page will have a unique url that will allow the user to bookmark, share and return to the page at a later time.
Now the question, should the results page(s) be "no-indexed". The are a multitude permutations and combinations of possible inputs, leading to tens of millions of potential unique results pages? The value provided is not on the page itself but in the actual calculation made by the app.
With the results pages no-indexed, this would mean that the website would have only 2 pages.
The results pages would be set to "follow".eg:
<meta name="robots" content="noindex, follow" />