Topic SEO

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Re: Topic SEO

Post by Steve »

Whats that for ally ? do you want me todo something with it?

Re: Topic SEO

Post 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

Post 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

Post by Ælly »

There is no way to make it compatible?

Re: Topic SEO

Post 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

Post by Ælly »

Take a sample test you?

Re: Topic SEO

Post 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

Post by Ælly »

So do not compromise the SEO Dynamic Meta Tags?

Re: Topic SEO

Post 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.