PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Skip indexing page with certain things in URL

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

  • Skip indexing page with certain things in URL

    How can i have the search not index both:

    Page.asp
    Page.asp?Sort=Asc
    Page.asp?Sort=Dec

    Can i do a filter for *Sort=*

  • #2
    If you want to skip all 3 pages, use,
    Code:
    /Page.asp
    in the skip list.

    If you want to only skip the bottom to pages, then use,
    Code:
    ?Sort=
    in the skip list.

    ----
    David

    Comment

    Working...
    X