To display additional seo data in the template, such as description text, h1, h2, and h3, you need to specify the output code in the template. Do not confuse macros with the output code, as macros for categories, cities, etc. cannot be specified in the template code! All macros must be added exclusively in the SEO section, and then connected to the template using the output code! This allows you to combine SEO content.
Select the desired page using the template engine or FTP
Open the page and the substitution code in the template at the appropriate location: {{ $seo->h1 }},{{ $seo->h2 }},{{ $seo->h3 }} or {{ $seo->text}}
Save the changes and the SEO data will be displayed on the page.