PassMark Logo
Home » Forum

Skip indexing page with certain things in URL

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • 1Candyman1
    Junior Member
    • Mar 2006
    • 8

    #1

    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=*
  • David
    Administrator
    • Dec 2004
    • 4714

    #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...