Hey HunkyBill,
Thanks for the reply.
I am noticing that some of the application proxies are indexed by search engines and we would like them not to be. It looks like the only option may be having the merchants add a code snippet to the head in the form of
{% if request.path contains '/apps/proxy_base' %}
<meta name="robots" content="noindex">
{% endif %}
However I was hoping I could find a way to do this without having the merchant edit their theme files.