ankitgala Posted August 13, 2014 Share Posted August 13, 2014 I am using Prestashop 1.6.0.8 Website - http://buzzpublishing.net/shop/ all my pages are having <meta name="robots" content="index,follow" /> i want noindex metatags for Product category pages, My account, My orders, My credit slips, My addresses, My personal info, Sign out, and my search pages and tag pages. Please guide me. Link to comment Share on other sites More sharing options...
Dh42 Posted August 14, 2014 Share Posted August 14, 2014 Add it to the robots.txt. Most of them should already be added if you generate one. Link to comment Share on other sites More sharing options...
imgs Posted August 15, 2014 Share Posted August 15, 2014 In robots.txt add: Disallow: */shop/3-investmentDisallow: */shop/13-self-helpDisallow: */shop/14-generalDisallow: */shop/login?back=history [...] Link to comment Share on other sites More sharing options...
ankitgala Posted August 16, 2014 Author Share Posted August 16, 2014 now my robots.txt reads like this - User-agent: * # Private pages Disallow: /shop/*orderby= Disallow: /shop/*orderway= Disallow: /shop/*tag= Disallow: /shop/*id_currency= Disallow: /shop/*search_query= Disallow: /shop/*back= Disallow: /shop/*n= Disallow: /shop/*controller=addresses Disallow: /shop/*controller=address Disallow: /shop/*controller=authentication Disallow: /shop/*controller=cart Disallow: /shop/*controller=discount Disallow: /shop/*controller=footer Disallow: /shop/*controller=get-file Disallow: /shop/*controller=header Disallow: /shop/*controller=history Disallow: /shop/*controller=identity Disallow: /shop/*controller=images.inc Disallow: /shop/*controller=init Disallow: /shop/*controller=my-account Disallow: /shop/*controller=order Disallow: /shop/*controller=order-opc Disallow: /shop/*controller=order-slip Disallow: /shop/*controller=order-detail Disallow: /shop/*controller=order-follow Disallow: /shop/*controller=order-return Disallow: /shop/*controller=order-confirmation Disallow: /shop/*controller=pagination Disallow: /shop/*controller=password Disallow: /shop/*controller=pdf-invoice Disallow: /shop/*controller=pdf-order-return Disallow: /shop/*controller=pdf-order-slip Disallow: /shop/*controller=product-sort Disallow: /shop/*controller=search Disallow: /shop/*controller=statistics Disallow: /shop/*controller=attachment Disallow: /shop/*controller=guest-tracking # Directories Disallow: */shop/classes/ Disallow: */shop/config/ Disallow: */shop/download/ Disallow: */shop/mails/ Disallow: */shop/modules/ Disallow: */shop/translations/ Disallow: */shop/tools/ # Files Disallow: */shop/3-investment Disallow: */shop/13-self-help Disallow: */shop/14-general Disallow: */shop/password-recovery Disallow: */shop/address Disallow: */shop/addresses Disallow: */shop/login Disallow: */shop/cart Disallow: */shop/discount Disallow: */shop/order-history Disallow: */shop/identity Disallow: */shop/my-account Disallow: */shop/order-follow Disallow: */shop/order-slip Disallow: */shop/order Disallow: */shop/search Disallow: */shop/quick-order Disallow: */shop/guest-tracking Disallow: */shop/order-confirmation IS IT OK ... i have my prestashop installed in a subfolder named shop. Link to comment Share on other sites More sharing options...
imgs Posted August 16, 2014 Share Posted August 16, 2014 Should be ok.Now if you want to test, go to Google webmaster tools https://www.google.com/webmasters/tools/robots-testing-tool and enter interested address on the bottom of the page. Link to comment Share on other sites More sharing options...
habib002 Posted August 19, 2014 Share Posted August 19, 2014 now my robots.txt reads like this - User-agent: * # Private pages Disallow: /shop/*orderby= Disallow: /shop/*orderway= Disallow: /shop/*tag= Disallow: /shop/*id_currency= Disallow: /shop/*search_query= Disallow: /shop/*back= Disallow: /shop/*n= Disallow: /shop/*controller=addresses Disallow: /shop/*controller=address Disallow: /shop/*controller=authentication Disallow: /shop/*controller=cart Disallow: /shop/*controller=discount Disallow: /shop/*controller=footer Disallow: /shop/*controller=get-file Disallow: /shop/*controller=header Disallow: /shop/*controller=history Disallow: /shop/*controller=identity Disallow: /shop/*controller=images.inc Disallow: /shop/*controller=init Disallow: /shop/*controller=my-account Disallow: /shop/*controller=order Disallow: /shop/*controller=order-opc Disallow: /shop/*controller=order-slip Disallow: /shop/*controller=order-detail Disallow: /shop/*controller=order-follow Disallow: /shop/*controller=order-return Disallow: /shop/*controller=order-confirmation Disallow: /shop/*controller=pagination Disallow: /shop/*controller=password Disallow: /shop/*controller=pdf-invoice Disallow: /shop/*controller=pdf-order-return Disallow: /shop/*controller=pdf-order-slip Disallow: /shop/*controller=product-sort Disallow: /shop/*controller=search Disallow: /shop/*controller=statistics Disallow: /shop/*controller=attachment Disallow: /shop/*controller=guest-tracking # Directories Disallow: */shop/classes/ Disallow: */shop/config/ Disallow: */shop/download/ Disallow: */shop/mails/ Disallow: */shop/modules/ Disallow: */shop/translations/ Disallow: */shop/tools/ # Files Disallow: */shop/3-investment Disallow: */shop/13-self-help Disallow: */shop/14-general Disallow: */shop/password-recovery Disallow: */shop/address Disallow: */shop/addresses Disallow: */shop/login Disallow: */shop/cart Disallow: */shop/discount Disallow: */shop/order-history Disallow: */shop/identity Disallow: */shop/my-account Disallow: */shop/order-follow Disallow: */shop/order-slip Disallow: */shop/order Disallow: */shop/search Disallow: */shop/quick-order Disallow: */shop/guest-tracking Disallow: */shop/order-confirmation IS IT OK ... i have my prestashop installed in a subfolder named shop. Many thanks to you for your huge information. 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