PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Indexing beyond ZOOMSTOP

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Indexing beyond ZOOMSTOP

    I'm trying to index my site, and it appears to be working fine until it gets to the forum.

    Unfortunately the site is on my local machine, and the results haven't been pushed to the site. I can provide the code to one of the pages that is getting indexed.

    I'm running 6.0 build 1025 enterprise
    Running the PHP version of the software
    reload all pages is checked
    parse javascript is unchecked
    It is running spidered (10 threads)

    Essentially the problem is like this
    <start of file>
    code
    <!--ZOOMSTOP-->
    code
    <!--ZOOMRESTART-->
    code
    <!--ZOOMSTOP-->
    stuff getting indexed
    <end of page>

    This works fine on the rest of the site, but the forum section it isn't. I'd like to use ZOOM for the whole site if possible.

  • #2
    ZOOMSTOP and ZOOMRESTART need to be paired up.

    See also this FAQ
    Q. How do I prevent parts of my webpage from being indexed (eg. exclude navigation menus, or page footers)?

    Comment


    • #3
      Thanks that worked.

      Put a ZOOMRESTART just above the html tag, and it works. Doesn't really explain why the rest of the site didn't have that problem, but I added it there as well.

      Comment

      Working...
      X