I can recommend an easy solution for this:
create a robots.txt file (add it in your wordpress root folder) and put the following content in it:
User-agent: *
Disallow: /sample-page/
Disallow: /2017/07/02/hello-world/
this will block google for crawling those pages
hope this helps
regards
Imre