MyBB Community Forums

Full Version: Editing google results?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When you search my website (uteen) on google, it comes up, but the description is "uTeen.org. Please Log-in or Register to get full access to the forums. Username: Password: Search; |; Member List; |; Calendar; |; Help ..."


How can I edit this? :/
You need to add a meta tag description to your forum index.
1. Go to Admin CP > Templates & Style > Templates > Your Template Set > Index Page Templates > index.

2. Find:

</head>

3. Add below:

<meta name="description" content="Example" />

4. Change "Example" to the description you want.

Please note this takes time to update. It isn't updated immediately. Google needs to crawl your website again.
Thank you. Smile