[ad_1]
Plugin Contributor
Paolo
(@paoltaia)
Hi,
the easiest way to block your profile pages from being indexed would be via a robots.txt file.
You need to create a file named “robots.txt” in the root directory of your website and add the following lines:
User-agent: *
Disallow: /profile/
Please note that it’s up to the search engine or bot to honor this request. Some may choose to ignore your robots.txt file. And remember that changes might take some time to be reflected in search engine indexes.
Thanks,