Metatags
 

Metatags.
Metatags can be generated dynamically by the builder, however they should be defined in the template first.

To define metatags on the template, use tags:

  • {%MetaTitle%}
  • {%MetaKeywords%}
  • {%MetaDescription%}
  • {%MetaCharset%}

You can also define website name and website slogan (example CompanyName & Company Slogan):

  • {%WebsiteName%}
  • {%WebsiteSlogan%}

Example HTML source

<title>{%MetaTitle%}</title>
<meta http-equiv="Content-Type" content="{%MetaCharset%}" />
<meta name="keywords" content="{%MetaKeywords%}" />
<meta name="description" content="{%MetaDescription%}" />

 


Metatags can be modified in the configuration area under "Meta Tags" tab:

1.

2.

3.

 

Meta Tags can be different for each subpage. You can define subpage meta tags in the SEO tab: