$MESS ['SEO_PCRE_ERROR'] = "The value of pcre.backtrack_limit (#PCRE_BACKTRACK_LIMIT#) is less that the text length (#TEXT_LEN#) and cannot be changed using ini_set. The form can produce incorrect results.";
$MESS ['SEO_H1_UNIQUE_ERROR'] = "The page contains multiple <H1> headings (#COUNT#). Found headings: #VALUES#.";
$MESS ['SEO_H1_ABSENT_ERROR'] = "The page does not contain <H1> headings.";
$MESS ['SEO_LINKS_COUNT_ERROR'] = "The page contains too many links: #COUNT# (#COUNT_EXTERNAL# of which are external). It is not advised to have more than #QUALIFIER# links in a page.";
$MESS ['SEO_IMG_NO_ALT_ERROR'] = "The page contains #COUNT# images without ALT/TITLE attributes.";
$MESS ['SEO_META_NO_DESCRIPTION_ERROR'] = "The META/DESCRIPTION tag is empty or missing.";
$MESS ['SEO_META_NO_KEYWORDS_ERROR'] = "The META/KEYWORDS tag is empty or missing.";
$MESS ['SEO_ERROR_NO_SEARCH'] = "The Search module is missing or not installed. Keyword statistics is unavailable.";
$MESS ['SEO_ERROR_NO_SERVER_NAME'] = "The site URL is missing! Please check the current site settings or the Kernel settings.";
?>