Topic: Privacy option for blocking Google
I'd like to add a new checkbox in privacy settings for blocking search engines from indexing people's profiles. I've seen this on a lot of dating websites and I think it's pretty essential.
So I assume I need to add something into: includes/lib/lib.account_privacy.php
And when the checkbox is ticked, it adds this to the profile: <meta name="robots" content="noindex">
Can someone help?