{
  "MISSING_H1": "[H1] No first-level heading elements found in document",
  "MULTIPLE_H1": "[H1] Multiple first-level heading elements found in document",
  "H1_TOO_SHORT": "[H1] Length ({count} {unit}s) is less than minimum ({min})",
  "H1_TOO_LONG": "[H1] Length ({count} {unit}s) exceeds maximum ({max})",
  "H1_COMMON_WORDS": "[H1] The number of common words ({count}) exceeds the maximum ({maxCommonWords})",
  "HEADING_ORDER": "[Heading] Headings {heading} is out of order.",
  "IMG_MISSING_ALT": "[IMG] No ALT text found for {src}",
  "IMG_SHORT_ALT": "[IMG] ALT length for {src} ({count} {unit}s) is less than minimum ({min})",
  "IMG_LONG_ALT": "[IMG] ALT length for {src} ({count} {unit}s) exceeds maximum ({max})",
  "IMG_COMMON_WORDS_ALT": "[IMG] The number of common words of the ALT for {src} ({count}) exceeds the maximum ({maxCommonWords})",
  "IMG_MISSING_TITLE": "[IMG] No title found for the image {src}",
  "IMG_SHORT_TITLE": "[IMG] Title length for {src} ({count} {unit}s) is less than minimum ({min})",
  "IMG_LONG_TITLE": "[IMG] Title length for {src} ({count} {unit}s) exceeds maximum ({max})",
  "IMG_COMMON_WORDS_TITLE": "[IMG] The number of common words of the title for {src} ({count}) exceeds the maximum ({maxCommonWords})",
  "TITLE_MISSING": "[TITLE] No TITLE element found in document",
  "TITLE_TOO_SHORT": "[TITLE] Length ({count} {unit}s) is less than minimum ({min})",
  "TITLE_TOO_LONG": "[TITLE] Length ({count} {unit}(s)) exceeds maximum ({max})",
  "TITLE_COMMON_WORDS": "[TITLE] The number of common words ({count}) exceeds the maximum ({maxCommonWords})",
  "DUPLICATE_TITLE": "[TITLE] This title is duplicated in other pages",
  "DUPLICATE_DESCRIPTION": "[DESCRIPTION] The meta-description is duplicated in other pages",
  "DESCRIPTION_MISSING": "[DESCRIPTION] No meta-description found in document",
  "DESCRIPTION_TOO_SHORT": "[DESCRIPTION] The length ({count} {unit}s) is less than minimum ({min})",
  "DESCRIPTION_TOO_LONG": "[DESCRIPTION] The length ({count} {unit}(s)) exceeds maximum ({max})",
  "DESCRIPTION_COMMON_WORDS": "[DESCRIPTION] The number of common words ({count}) exceeds the maximum ({maxCommonWords})",
  "URL_TOO_SHORT": "[URL] Length ({count} {unit}s) is less than minimum ({min})",
  "URL_TOO_LONG": "[URL] Length ({count} {unit}s) exceeds maximum ({max})",
  "URL_COMMON_WORDS": "[URL] The number of common words ({count}) exceeds the maximum ({maxCommonWords})",
  "BODY_TOO_SHORT": "[BODY] Length ({count} {unit}s) is less than minimum ({min})",
  "BODY_TOO_LONG": "[BODY] Length ({count} {unit}s) exceeds maximum ({max})",
  "TOO_COMMON_WORDS": "[BODY] The number of common words ({count}) exceeds the maximum ({maxCommonWords})"
}
