PassMark Logo
Home » Forum

Content filtering not working as expected

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ocgltd
    Junior Member
    • Dec 2007
    • 18

    #1

    Content filtering not working as expected

    I have enabled content filtering, and added "-ZOOMNOINDEX" to the list (without quotes).

    In a page on my site I have:
    <!-- ZOOMNOINDEX -->

    Yet zoom still indexes the page. Why? I thought it should ignore the page as soon as it encounters the work ZOOMNOINDEX?
  • David
    Administrator
    • Dec 2004
    • 4714

    #2
    Content filtering only works on the content of the page. Not the HTML tags.

    What you probably want to use is the noindex metatag.

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

    Comment

    Working...