MyBB Community Forums

Full Version: Meta Tag
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
where do i put a meta tag? i cant seem to find the place
ACP > Templates & Style > Templates > Ungrouped Templates > headerinclude. Put it under the current meta tags.
google wants me to do it like this:


<html>
Place meta tag after the <head> tag and before the </head> tag <head>
<meta name="verify-v1" content="K4WFNvsEp+8PTxay8p9YLZpFTydynDWLphId8OnzoFg=" />
<title> My title </title>
</head>
<body>
page contents
</body>
</html>
Yes, and if it is in the headerinclude template, it will still be after <head> and before </head>