Hi,
On my site I have a dynamic gallery with about a 1000 images spread over about 80 (dynamic) pages (i.e. there is only one gallery page with recordset navigation through all the images showing about 12 per page).
Each image has a text description that I would like indexed.
On the gallery page there are many different filters a user can click to reduce the number of images - so they can see images with filter A selected and filter C, and so on (a bit like drilling down on eBay).
The problem is that Zoom is indexing each and everyone of these filter/options and then indexing each "page" as it moves through the results. This means my gallery page is using up 3000-ish pages in the index and if I do a search the same page (just with slightly different filtering applied) appears in the results hundreds of times.
I've tried ticking the CRC option but that didn't seem to work in this case.
I know it's possible "exclude" the gallery page from the indexing but is it then possible to manually add the gallery pages I want? (i.e. all the gallery pages without the filtering).
For instance I do want:
http://www.xxxx.com/gallery.asp?Id=8
http://www.xxxx.com/gallery.asp?Id=8&dwzPage=2
http://www.xxxx.com/gallery.asp?Id=8&dwzPage=3
etc
(the variable "Id" can change)
but I don't want:
http://www.xxxx.com/gallery.asp?cc=1&cs=1&Id=8http://www.xxxx.com/gallery.asp?cc=1&cs=1&Id=8&dwzPage=2
http://www.xxxx.com/gallery.asp?cc=1&cs=1&Id=8&dwzPage=3
etc
(in the example above the variables "cc", "cs" and "id" can all change)
In an ideal world I'd like to be able to say "ignore any pages that have the querystring variable "cc" or "cs"
Is this possible?
or can I add something to the links on the page to tell Zoom not to index particular links?
I hope someone can help.
Many thanks.
On my site I have a dynamic gallery with about a 1000 images spread over about 80 (dynamic) pages (i.e. there is only one gallery page with recordset navigation through all the images showing about 12 per page).
Each image has a text description that I would like indexed.
On the gallery page there are many different filters a user can click to reduce the number of images - so they can see images with filter A selected and filter C, and so on (a bit like drilling down on eBay).
The problem is that Zoom is indexing each and everyone of these filter/options and then indexing each "page" as it moves through the results. This means my gallery page is using up 3000-ish pages in the index and if I do a search the same page (just with slightly different filtering applied) appears in the results hundreds of times.
I've tried ticking the CRC option but that didn't seem to work in this case.
I know it's possible "exclude" the gallery page from the indexing but is it then possible to manually add the gallery pages I want? (i.e. all the gallery pages without the filtering).
For instance I do want:
http://www.xxxx.com/gallery.asp?Id=8
http://www.xxxx.com/gallery.asp?Id=8&dwzPage=2
http://www.xxxx.com/gallery.asp?Id=8&dwzPage=3
etc
(the variable "Id" can change)
but I don't want:
http://www.xxxx.com/gallery.asp?cc=1&cs=1&Id=8http://www.xxxx.com/gallery.asp?cc=1&cs=1&Id=8&dwzPage=2
http://www.xxxx.com/gallery.asp?cc=1&cs=1&Id=8&dwzPage=3
etc
(in the example above the variables "cc", "cs" and "id" can all change)
In an ideal world I'd like to be able to say "ignore any pages that have the querystring variable "cc" or "cs"
Is this possible?
or can I add something to the links on the page to tell Zoom not to index particular links?
I hope someone can help.
Many thanks.
Comment