
Originally Posted by
dharma
Does anyone know if the customers wishlist pages are indexed by google? (pages appear to be non SSL)
Im concerned about my customers privacy...
If they are....how would I prevent this?
add wishlist to the zen cart robot text in:
includes/languages/english/CUSTOM/meta_tags.php?
I assume that all Zen Cart SSL pages are not indexed by google, right?
So I changed the wishlist links (find a friend) that were not SSL to SSL...
is that enough? or do I need to add wishlist pages to the meta tags file?
Code:
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,info_shopping_cart,popup_image,popup_image_additional,product_reviews_write,ssl_check');