SOLVED

How to make landing Page to Not Index

Go to solution
S_D1
Level 4

How to make landing Page to Not Index

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.

Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: How to make landing Page to Not Index

You want

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

View solution in original post

1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: How to make landing Page to Not Index

You want

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