Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 630 Bytes

noIndex.mdx

File metadata and controls

25 lines (16 loc) · 630 Bytes

No Index Page example

This page will not be indexed by search engines because it contains the page following page metadata markup:

<head>
  <meta name="robots" content="noindex, nofollow" />
</head>

:::tip

The sitemap plugin filters pages containing a noindex content value. This page doesn't appear in Docusaurus sitemap.xml file.

:::

:::note

Robots directives are case-insensitive.

:::