Welcome to the documentation for the ContentAudit package. This documentation will help you understand how to use and extend the package for your Umbraco projects.
- Usage - Learn how to use the package in your Umbraco projects
- Configuration - Learn how to configure the package
- Crawl Data Flow - Understand what happens internally when a crawl runs
- Creating Custom Page Audit Issues - Learn how to create your own page audit issues by implementing
IAuditPageIssue - Creating Custom Image Audit Issues - Learn how to create your own image audit issues by implementing
IAuditImageIssue
The ContentAudit package provides a way to audit your Umbraco content for various issues. You can use the built-in audit issues or create your own custom issues by implementing the appropriate interfaces.
To get started, check out the Usage guide to learn how to install and use the package in your Umbraco project.
The package is designed to be extensible, allowing you to create your own custom audit issues. Check out the following guides to learn how to create your own issues: