how do I prevent google to crawl contact.php page?
my site is in html and I have created php for request and response form submission to the server. I have got an 404 error for that page how do I prevent google to crawl it
Can I write page level below code:
<meta name="robots" content="noindex, nofollow" />
If yes than How do I use that in code
|