--- title: HTML Version of Indexed Items Are Showing an Error Page slug: '2318' canonical_url: https://docs.coveo.com/en/2318/ collection: coveo-for-sitecore-v5 source_format: adoc --- # HTML Version of Indexed Items Are Showing an Error Page ## Symptoms You selected the **Index rendered HTML** option during the installation of the Coveo for Sitecore package. Since then, all indexed published pages are showing an error page. The links are still working well, and relevance seems to be partially respected. ## Cause This is due to a conflict between the `Coveo.Analytics.Processors.ExcludeCoveoUserAgentProcessor` and Sitecore Analytics Tracking. Sitecore Analytics is expecting a user agent when parsing the page, and one of the Coveo for Sitecore processor removes it. ## Resolution . Open the Coveo.SearchProvider.config file and find the `startAnalytics` node. . Comment out the `ExcludeCoveoUserAgentProcessor`. Before: ```xml ``` After: ```xml ```