Hide Card from Search Engines?

I am working on a shopping cart for a client of mine. They are trying to make a special cart, for members only and they do not want it search able and found by Google. Normally, I would add code to the header like nocache and nofollow but I can’t not seem to access the code in FTP. Any help?



Thanks

you should be able to add:




to meta.tpl

And/or…


Disallow: /index.php



in /robots.txt with SEO addon disabled/uninstalled.

Confused about where to add this in the meta tag.

In the file:



skins/your-skin/customer/meta.tpl



Brandon