How to stop people search CS-Cart images on the Google ?
People are able to search image on the Google with right click which i dont want.
Is there any way to stop this? Please suggest.
In the root of your site hosting, find robots.txt, edit and add the relevant disallows:-
Disallow: /images/
You will then have to wait until Google and other search engines deindex the images which can take anywhere from a few hours to a few days, weeks or months.
This is content of my robots.txt
User-agent: *
Disallow: /images/thumbnails/
Disallow: /app/
Disallow: /design/
Disallow: /js/
Disallow: /var/
Disallow: /store_closed.html
Do i need to change it???
Yup. Just like [color=“#696969”]StellarBytes[/color] said above. Just add that line to your robots.txt
i added that. Thank you all.
Do i need to restart any services after this ?
Nope.