MyBB Community Forums

Full Version: Meta Description?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all,
When my forum http://skeptic thinkers.com shows up on Google, it doesn't have a proper description. It ,books like this:
Quote:Skeptic Thinker news and updates will be posted in this forum! Sub Forums: Forum Contains No New Posts Suggestions. 2, 2, TapaTalk Is Up and Runnin.
I would like to know how I would go about creating a description that will show up in the Google search engine.
ACP > Templates & Style > Templates > *your template set* > Index Templates > index

From there you can add your meta description.
Thanks
I can't find here the description, i have this code:

<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
<link href="http://fonts.googleapis.com/css?family=Alfa+Slab+One|Alike+Angular" rel="stylesheet" type="text/css">
</head>
<body>
{$header}
{$forums}
{$boardstats}

<dl class="forum_legend smalltext">
<dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
<dd>{$lang->new_posts}</dd>

<dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
<dd>{$lang->no_new_posts}</dd>

<dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
<dd>{$lang->forum_locked}</dd>
</dl>
<br style="clear: both" />
{$footer}
</body>
</html>
(2013-01-03, 02:28 PM)Nathan Malcolm Wrote: [ -> ]ACP > Templates & Style > Templates > *your template set* > Index Templates > index

From there you can add your meta description.

You need to add one yourself.