How to make landing Page to Not Index | Community
Skip to main content
S_D1
Level 3
July 9, 2021
Solved

How to make landing Page to Not Index

  • July 9, 2021
  • 1 reply
  • 2012 views

Hi,

 

We have following code in landing pages. 

 

<meta name="robots" content="index, nofollow">

 

 

 

Does this code make sure that the page will not be indexed? Shall we make any other changes? We do not want the page to be indexed.

 

Thanks.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

You want

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

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
July 9, 2021

You want

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