> Does anyone know if robots.txt is supported in the LiveServer/Verity > context? > > Is there a better way to exclude files?
I don't think Verity pays any attention to robots.txt; at least, I've never noted that it does. Excluding content with the <rde-dm:query searchable="false"> tag works just fine, but the page title and other page properties will still get indexed. If you want to have a page completely excluded from search, use the <rde-dm:import> construct with a <properties> node that contains <rde-rd:fulltextsearch>0</rde-rd:fulltextsearch>. When the page is published into LS, that will tell LS to do the equivalent of unchecking the "Full-Text Search" checkbox for that page, which removes it from indexing entirely. - Keith -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.
