Skip to main content
No index a Page

How to stop web crawlers finding your page in search results. Or how to hide a page from search results

M
Written by Matt Phillips
Updated over a week ago
  1. Got to the page editor

  2. Click Settings in top left

  3. Click SEO Meta Data

  4. Enter the appropriate Name and Content in Custom Meta Tag on the right hand side.

To prevent most search engine web crawlers from indexing a page:

Name: robots

Content: noindex

<meta name="robots" content="noindex">

HTML

To prevent only Google web crawlers from indexing a page:

Name: googlebot

Content: noindex

<meta name="googlebot" content="noindex"

Did this answer your question?