Page 10 of 10

Re: Topic SEO

Posted: 04 Sep 2010, 10:00
by Steve
Whats that for ally ? do you want me todo something with it?

Re: Topic SEO

Posted: 05 Sep 2010, 18:30
by Ælly
I have the SEO mod installed, and I do not know if it is compatible with your mod, because the overal_header is different.
You told me to show you ^^

Re: Topic SEO

Posted: 05 Sep 2010, 18:38
by Steve
So you did well this is missing from your file

Code: Select all

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

Re: Topic SEO

Posted: 05 Sep 2010, 18:44
by Ælly
There is no way to make it compatible?

Re: Topic SEO

Posted: 05 Sep 2010, 19:23
by Steve
add it back i dont know if the seo mod removes it but,want harm to test and put it back ;)

Re: Topic SEO

Posted: 05 Sep 2010, 19:44
by Ælly
Take a sample test you?

Re: Topic SEO

Posted: 05 Sep 2010, 19:51
by Steve
no open your style/template/overall_header.html
find:

Code: Select all

<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="content-style-type" content="text/css" />
add after:

Code: Select all

<meta name="keywords" content="<!-- IF SEO_KEY -->{SEO_KEY}<!-- ENDIF -->" />
<meta name="description" content="<!-- IF SEO_DESC -->{SEO_DESC}<!-- ENDIF -->" />
i noticed that seo mod has no meta tag and simply use:

Code: Select all

{META_TAG}
{META}

Re: Topic SEO

Posted: 05 Sep 2010, 19:59
by Ælly
So do not compromise the SEO Dynamic Meta Tags?

Re: Topic SEO

Posted: 05 Sep 2010, 20:15
by Steve
just put the code back as per instructed,but i dont see how it will conflict nore do i know how that mod works,your best seeking support from the mod author.