I do not wish any of my secure pages to be listed in google or other search engines. If I add a secure ez page (just did) do I have to add that page to this list below from the meta_tags.php or is there a file somewhere that does this automatically?
I have a secure sub-domain BTW: https://secure.mydomain.com
PHP Code:// Define which pages to tell robots/spiders not to index
// This is generally used for account-management pages or typical SSL pages, and usually doesn't need to be touched.
define('ROBOTS_PAGES_TO_SKIP','login,logoff,create_account,account,account_edit,account_history,account_history_info,account_newsletters,account_notifications,account_password,address_book,advanced_search,advanced_search_result,checkout_success,checkout_process,checkout_shipping,checkout_payment,checkout_confirmation,cookie_usage,create_account_success,contact_us,download,download_timeout,customers_authorization,down_for_maintenance,password_forgotten,time_out,unsubscribe');



