asianstop Posted August 15, 2010 Share Posted August 15, 2010 Is there any way of stopping Google indexing https links. Link to comment Share on other sites More sharing options...
rocky Posted August 16, 2010 Share Posted August 16, 2010 You can generate a robots.txt file. Upload a blank robots.txt file with chmod 666 permissions to the root directory of your PrestaShop, then go to Tools > Generators > Generate robots.txt file. You should then have a robots.txt file to prevent Google indexing most of your https files. The file doesn't include contact-form.php, which is a https page. You can add the following line to disallow access to it: Disallow: /contact-form.php I think that covers all the https pages, but if you find any more, you can add more rules for them. 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