Hi all i have created my website through wordpress and when i search through Google regarding my website they have indexed and crawled every thing in my website and first thing that comes in the search is the About and Privacy Policy pages, there is really no use for me as they where indexed. Is there any ways or code that can be used with my wordpress so that they won't be indexed in future thanks i am a newbee please tell where i need to use them
You could use a robots.txt file. It can be created using notepad or whatever is your favorite text editor and then just upload it to your sites file folder. User-agent: * Disallow: /aboutuspage.php/html whatever it is. Disallow: /yourpolicypage etc.