-
-
Save pavlo-bondarchuk/1eb7a8941bf34f59c18a481d845fffe5 to your computer and use it in GitHub Desktop.
statements meta is type of page & lang
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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