View Single Post
Old 03-10-2016, 11:50 PM   #1
dreamsdesign
Registered User
 
Join Date: Feb 2016
Posts: 9
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
dreamsdesign is offline   Reply With Quote