<meta name="robots" content="noindex, follow" />
$url = 'https://' . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
if (strpos($url,'emali/?PAGEN_') !== false) {
$APPLICATION->SetPageProperty("robots", "noindex, nofollow");
}
if ($_GET['PAGEN_1']) {
$APPLICATION->SetPageProperty("robots", "noindex, nofollow");
}