I need to add a page to display temporary lists of items on my site. The lists will be changing monthly or so.
This page will have only one link pointing to it from another main page of the site. I don't want the temporary list page to be indexed because of the temporary content.
I also want to disrupt the main site as little as possible from adding the new link to the temporary page.
I thought maybe using a javascript link may be the best way to go. The link would point to a function that opens a new window.
Would this be the best way to go or is there another better way to open the page?
Thank you for your opinion.


