Skip to content

Instantly share code, notes, and snippets.

@pavlo-bondarchuk
Last active May 9, 2018 10:32
Show Gist options
  • Save pavlo-bondarchuk/1eb7a8941bf34f59c18a481d845fffe5 to your computer and use it in GitHub Desktop.
Save pavlo-bondarchuk/1eb7a8941bf34f59c18a481d845fffe5 to your computer and use it in GitHub Desktop.
statements meta is type of page & lang
<?php if(is_archive() && ICL_LANGUAGE_CODE == 'ru'){
echo '<meta name="description" content="Программы курсов по охране труда и обучению рабочим специальностям учебно-консультационного центра по охране труда «ПРОФИТЕХ»">';
}?>
<?php if(is_archive() && ICL_LANGUAGE_CODE == 'uk'){
echo '<meta name="description" content="Програми курсів з охорони праці та навчання робітничим спеціальностям навчально-консультаційного центру з охорони праці «ПРОФІТЕХ»">';
}?>
<?php if($paged > 1 || is_author() || is_tag() || is_date() || is_attachment()){
echo '<meta name="robots" content="noindex,follow" />';
} ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment