What's the tag that you have to put in HTML to prevent your pages from being indexed by search engines?
Add this to the HTML <head>
element of the pages you'd like not to index:
<meta name="robots" content="noindex, nofollow">
To cover the entire site, create a robots.txt
on the root folder which contains the following lines:
User-agent: * Disallow: /
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With