P
P
pasib2017-01-15 16:00:58
1C-Bitrix
pasib, 2017-01-15 16:00:58

Bitrix changing the catalog.section template to fill in meta tags for site pages?

On a site managed by Bitrix, in the catalog.section template used, which determines the output of sections and products, there are accompanying lines for filling in meta tags for site page codes from the SEO fields of infoblocks.
If you use the standard catalog.section template, then filling in meta tags for website page codes from SEO fields of infoblocks is correct.
I can't figure out what these lines of code are. Tell me, who knows?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Ilya, 2017-01-15
@rpsv

Obtaining SEO attributes: https://dev.1c-bitrix.ru/api_d7/bitrix/iblock/inhe...
Well, the actual installation of attributes is done by accessing the application: https://dev.1c-bitrix.ru/api_help/ main/reference/c...

P
pasib, 2017-01-16
@pasib

To the link: https://dev.1c-bitrix.ru/api_help/main/reference/c... gives 404 - Not found!
Perhaps it is the installation of tags https://dev.1c-bitrix.ru/user_help/content/iblock/...
for example code:
<?$APPLICATION->IncludeComponent(
"bitrix:catalog.element",
"",
Array (
"SET_BROWSER_TITLE" => "Y",
"BROWSER_TITLE" => "-",
"SET_META_KEYWORDS" => "Y",
"META_KEYWORDS" => "-",
"SET_META_DESCRIPTION" => "Y",
"META_DESCRIPTION" = > "-",

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question