MyBB Community Forums

Full Version: fix google description
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tried adding a meta tag in the index template
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
	<meta name="description" content="The Python Forum Community">
<script type="text/javascript">
<!--
	lang.no_new_posts = "{$lang->no_new_posts}";
	lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}{$announcement}

but Google just randomly changes their description to something on the index page. currently its the forum stats which is pretty bad looking. How can i change this?