Mr S Posted August 6, 2013 Share Posted August 6, 2013 Because of a error in template Google has indexed cart pages like: http://www.mysite.com/cart?add=&id_product=123&token=xxxxxxx Has anyone else tried using the X-Robots-Tag in the CartController :: init() file: controllers/front/CartController.php public function init() { parent::init(); header("X-Robots-Tag: noindex, nofollow", true); .... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now