MyBB Community Forums

Full Version: Help with a setting
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where abouts is the setting to change what description appears on google under your title?
There is not such setting. You need to edit your headerinclude template.
You'll need to edit this in manually to the header template:

<meta name="description" content="My super awesome site." />
Its not in the header template?
^ ungrouped templates --> headerinclude template
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1600"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1600"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
<link rel="shortcut icon" href="{$mybb->settings['simple_favicon_img_path']}" />{$stylesheets}
{$retrn['master_snippet']}
{$retrn['sniplist']}
{$retrn['last_snippet']}
<script type="text/javascript">
<!--
	var cookieDomain = "{$mybb->settings['cookiedomain']}";
	var cookiePath = "{$mybb->settings['cookiepath']}";
	var cookiePrefix = "{$mybb->settings['cookieprefix']}";
	var deleteevent_confirm = "{$lang->deleteevent_confirm}";
	var removeattach_confirm = "{$lang->removeattach_confirm}";
	var loading_text = '{$lang->ajax_loading}';
	var saving_changes = '{$lang->saving_changes}';
	var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
	var my_post_key = "{$mybb->post_code}";
	var imagepath = "{$theme['imgdir']}";
// -->
</script>
{$newpmmsg}
{$sb_refresh}



Where?
^ add after <meta http-equiv="Content-Type" content="text/html; charset={$charset}" /> in a new line