2017-Oct-28-6:19 pm
(This post was last modified: 2017-Nov-5-1:42 am by CanadaCommunity.)
add a meta description and meta tags to the index page
Step 1:
Login into ACP >> Templates & Style >> Templates >> Index Page Templates >> Click on it and Find index
Replace it with Example
Step 1:
Login into ACP >> Templates & Style >> Templates >> Index Page Templates >> Click on it and Find index
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
Replace it with Example
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
<meta name="Keywords"content="MyBB, Mysql, Php, Open Source">
<meta name="Description"content="Mybb Forum Software">
{$headerinclude}