Search DQM Forum
On one of our school sites, ces.buncombeschools.org, the school logo shows up under "all images should specify an 'alt attribute'" more than 500 times, even though it does have alt text. These false positives are keeping me from being able to see actual problems.
I reviewed your site and the result of the alt text errors. The page pulled in by our application has some different content than what is on the site now. That can be either a recent change or there is code manipulating the result. Since the error is on the logo, it appears to be on every page, thus the high page count.
https://ces.buncombeschools.org/
DQM Source:
<div id="logo">
<a href="https://ces.buncombeschools.org">
<img src="https://p11cdn4static.sharpschool.com/UserFiles/Servers/Server_93949/Image/Candler Cat.png" title="School Logo">
</img>
<!--<servermetadata name="header_logo" displaytype="image" style="border: none;" title="School Logo" alt="School Logo"/>-->
</a>
</div>
Current Page Source
<div id="logo">
<img title='School Logo' alt='School Logo' src='https://p11cdn4static.sharpschool.com/UserFiles/Servers/Server_93949/Templates/Candler-Cat.png' /></div>
</div>
The page source read by the application is missing the alt tag. So it isn't really a false positive, it is the variance between what DQM read at time of scan and what the page source is currently. Recommendation would be that we do a full rescan of the site, which includes an initial purge of the current content stored in DQM to ensure the content is fresh as the page exists. Please open a ticket if you would like us to start that for you.
--
## If I’ve helped, accept this response as a solution so that other’s can find is more quickly in the future.
## Have thoughts on Crownpeak products? We'd love to hear them. Speak with the Crownpeak Product Team..
How do I open a ticket?
Hi @tbreaves
There is information about creating a Support Case is here: https://community.crownpeak.com/t5/Support-Case-Guide/Video-Demo-Adding-A-Support-Case/ta-p/1323
You'll need to be logged in to the Community to create a case. The Case Portal is here: https://community.crownpeak.com/t5/crmsupport/page
--
## If I’ve helped, accept this response as a solution so that other’s can find is more quickly in the future.
## Have thoughts on Crownpeak products? We'd love to hear them. Speak with the Crownpeak Product Team..
If we proceed with a site rescan, what will happen to our trend data (ADA issues over time)? We would not want to lose our ADA compliance issue trend data.
The trend data will remain. What occurs is it clears the stored cached content prior to crawling so temporarily your site numbers will drop to zero but the trend history will remain intact.
--
## If I’ve helped, accept this response as a solution so that other’s can find is more quickly in the future.
## Have thoughts on Crownpeak products? We'd love to hear them. Speak with the Crownpeak Product Team..