Support

Change the Keyword, Site Description and Other Meta Tags

The meta data of your SocialEngine pages, such as the title, description, and keywords, can affect search engine indexing. You may wish to modify these for SEO purposes.

Solution

You can change the document title and meta description by editing your language pack. To change the document title edit the phrase 642 and to change the meta description edit phrase 1156.

For others meta tags, you can add new HTML meta tags right before the existing ones at the beginning of templates/header_global.tpl. The existing code is as follows:

  <meta http-equiv='Content-Type' content='text/html; charset=UTF-8'>
  <meta name='Description' content="{if $global_page_description != ""}{lang_sprintf id=$global_page_description[0] 1=$global_page_description[1] 2=$global_page_description[2]}{else}{lang_print id=1156}{/if}">

If you'd like to supplement this with a keyword meta-tag which is not included natively, you might add in a line such as:

  <meta name="keywords" content="keyword 1, keyword 2, keyword 3">

Latest News

More from around the web