Go to previous topic
Go to next topic
Last Post 12/01/2011 12:50 PM by  testaddress
Tip: Stop a public page from being indexed
 0 Replies
Author Messages
testaddress
Skilled
Skilled
Posts:374


--
12/01/2011 12:50 PM

    There is no failsafe way to ensure that search engines won't index a public web page, however we can tell the search engine spiders that we don't want a page to be indexed and then hope for the best.

    Go to page settings, SEO Options, Extra Meta Tags and insert part or all of the following:

    <meta name="robots" content="noindex" /><meta name="robots" content="nofollow" /><meta name="robots" content="noarchive" />

    The nofollow tag tells the spider to not follow any links on this page.



    ---