MyBB Community Forums

Full Version: Meta Tag Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello Everyone,

I have placed a Meta tag in the headerinclude template, but I am not sure if I positioned it correctly. Below is the Meta tag I created.

<HEAD>
<META NAME="keywords" CONTENT="music, music forum, music forums, music community, instruments, musical instruments, music theory, theory, KBBS Music">
<META NAME="description" CONTENT="An online community where people come and discuss music!">
<META NAME="robots" CONTENT="FOLLOW,INDEX">
</HEAD>


I placed it right below this text

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script type="text/javascript" src="general.js"></script>
<link rel="stylesheet" type="text/css" href="css.php?theme=$theme[tid]" />
$newpmmsg


So, the final headerinclude template looks like this.

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script type="text/javascript" src="general.js"></script>
<link rel="stylesheet" type="text/css" href="css.php?theme=$theme[tid]" />
$newpmmsg
<HEAD>
<META NAME="keywords" CONTENT="music, music forum, music forums, music community, instruments, musical instruments, music theory, theory, KBBS Music">
<META NAME="description" CONTENT="An online community where people come and discuss music!">
<META NAME="robots" CONTENT="FOLLOW,INDEX">
</HEAD>


Did I place the Meta tag correctly?

Thanks!
Chris



I think you can remove the <HEAD> and </HEAD>
Okay, thanks. Smile

Chris