You can change page property values in the special form when editing a page in the visual HTML editor or in the plain text editor. Also page property values can be assigned during the page source code editing.

  • Text editor mode:

  • Visual HTML editor mode:

  • Source code editing mode (to assign a property values use SetPageProperty() function):

    < ?
    …
    $APPLICATION->SetPageProperty("keywords", "Site, web, site management, management system"); 
    $APPLICATION->SetPageProperty("description", "Bitrix Site Manager – is a powerful Content Management Solution that enables users to effectively manage corporate web sites"); 
    $APPLICATION->SetPageProperty("NOT_SHOW_NAV_CHAIN", "Y"); 
    …
    ?>

For each page can be assigned additional set of properties. To do so:

  • use empty form fields while editing page in text or HTML visual editor mode;

  • use the SetPageProperty() function while editing the page source code.

Additional page properties will be available only for current page.



 Folders and pages properties creating | Course description | Folder property values management