Hide a Landing page

Hi all, can anybody tell me whether it is possible to have a landing page accessible only by those who have the link? in other words for it not to be indexed by google and the like? Thank you!

Not within IS. To do something like that you would have to track users in a database on a server and then provide a link to code that compared the caller with the database first and then forwarded to the page based on finding a valid user. Even then, it wouldn’t prevent google from indexing the page. If it’s publicly available it publicly available. Only other way to manage pages that way is by telling google (with a file name robots.txt) not to index (which you can’t do with IS forms)