MyBB Community Forums

Full Version: SEO key words
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

How can i add keywords to my website so google can find my website easily please help ?
You can add your meta tags into Ungrouped Templates > headerinclude

Example:
<meta name="keywords" content="keyword one two three" />
<meta name="description" content="description one two three" />

[ExiTuS]
Thank you
(2019-08-29, 10:09 AM)[ExiTuS] Wrote: [ -> ]You can add your meta tags into Ungrouped Templates > headerinclude

Example:
<meta name="keywords" content="keyword one two three" />
<meta name="description" content="description one two three" />

[ExiTuS]

Didnt work
In the standard theme the headerinclude template is part of each HTML document!

When you are using any other theme, then you have to find the apprpriate template to include the meta tags mentioned above.

[ExiTuS]
(2019-08-29, 10:09 AM)[ExiTuS] Wrote: [ -> ]You can add your meta tags into Ungrouped Templates > headerinclude

Example:
<meta name="keywords" content="keyword one two three" />
<meta name="description" content="description one two three" />

[ExiTuS]

I add mine to index template. It is preferred to put all meta tags in headerinclude?
(2019-09-02, 02:42 AM)makpaolo Wrote: [ -> ]I add mine to index template. It is preferred to put all meta tags in headerinclude?
Index template is not loaded everytime, it's loaded only on... index page.
headerinclude is loaded everywhere, and tags are a part of the headers.