holmes-app / holmes-api

API for holmes website validation.
MIT License
17 stars 7 forks source link

Title Validator #3

Closed heynemann closed 10 years ago

heynemann commented 10 years ago

Validates that the page has a title.

Fact: { title: "Page title", key: "title", value: }</p> <p>Violation: { title: "No title present", key: "absent.title", description: "Not having a title is misleading to the user as well as for the Search Engines.", points: 100 }</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>