L
L
Laid2016-04-27 15:01:51
PHP
Laid, 2016-04-27 15:01:51

Bitrix | How to make the same type of postscript to all descriptions on the site?

Meta tags (keywords and description) are displayed through
<?$APPLICATION->ShowHead();?>
It should be done so that at the end of description one phrase is always attributed.
In other words, I need to separate keywords and description

<meta name="description" content="Здесь код вывода дескрипшион">
<meta name="keywords" content="Здесь код вывода keywords">

Please tell me these codes

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman, 2016-04-27
@stoik_kpd

Replace
with similar calls

<title><?$APPLICATION->ShowTitle();?></title>
<?
$APPLICATION->ShowMeta("keywords");
$APPLICATION->ShowMeta("description");
$APPLICATION->ShowCSS();
$APPLICATION->ShowHeadStrings();
$APPLICATION->ShowHeadScripts();
?>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question