SOLVED

block search engine indexing?

Go to solution
Anonymous
Not applicable

block search engine indexing?

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

Accepted Solutions
Anonymous
Not applicable

Re: block search engine indexing?

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

Re: block search engine indexing?

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

Anonymous
Not applicable

Re: block search engine indexing?

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

Re: block search engine indexing?

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

Re: block search engine indexing?

Thanks guys - this is exactly what I needed!