SOLVED

Re: block search engine indexing?

Go to solution
Anonymous
Not applicable
Does anyone know how (or if its possible) to block search engine indexing of a Marketo landing page?

Thanks!

jack
Tags (1)
1 ACCEPTED SOLUTION
Anonymous
Not applicable
Yep, As Josh says, Edit Meta tags and change the robots to No Index, No Follow.
It's ofcourse also able to suppress values already indexed by Google within Google's Webmaster Tools.

View solution in original post

4 REPLIES 4
Anonymous
Not applicable
Thanks guys - this is exactly what I needed!
Anonymous
Not applicable
Yep, As Josh says, Edit Meta tags and change the robots to No Index, No Follow.
It's ofcourse also able to suppress values already indexed by Google within Google's Webmaster Tools.
Anonymous
Not applicable
You can also set this page by page using the Edit Meta Tags option in the upper right of the Editor.

There is an option to set the Robots action.
Anonymous
Not applicable
Hi Jack,

Are you uploading HTML into Marketo or using a template?  If you're uploading it, all you need to do is include this code within the <HEAD> tags of your document:

<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">

Good luck,

Steve