I am implementing icons in my search results based on the file type -- Acrobat, MS Word, MS Excel, etc. I also want an icon to display for regular html pages. The problem is that we have our CMS configured to not display an extension, so regular html pages have no extension. Although Zoom does index these pages, there doesn't seem to be a way to associate an image with results having no extension. Is there a hack/workaround I could employ to accomplish this?
Announcement
Collapse
No announcement yet.
Icon for results with no file extension
Collapse
X
-
You can use the ZOOMIMAGE meta tag to associate images with any page. So if you add this meta tag to your regular CMS page headers, then you can have an icon for these files.
See this FAQ:
Q. How do I associate a thumbnail with a particular page?
Comment