noindex on specific page #4184
Unanswered
jcalabreseSH
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Just add the tag directly inside the Markdown page. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a hidden page where I would like to add in the header
<meta name="robots" content="noindex,noarchive,nofollow" />
The goal is to not have any meta for crawlers or google reading this page since we want it hidden. This page currently showing on the site map.
Is there a way to add this into the header on specific pages?
Beta Was this translation helpful? Give feedback.
All reactions