Topic SEO
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
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
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 ^^
You told me to show you ^^
- Steve
- BBCoder VI
- Posts: 847
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
Re: Topic SEO
So you did well this is missing from your file
Code: Select all
<meta name="keywords" content="" />
<meta name="description" content="" />
Re: Topic SEO
There is no way to make it compatible?
- Steve
- BBCoder VI
- Posts: 847
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
Re: Topic SEO
no open your style/template/overall_header.html
find:
add after:
i noticed that seo mod has no meta tag and simply use:
find:
Code: Select all
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="content-style-type" content="text/css" />
Code: Select all
<meta name="keywords" content="<!-- IF SEO_KEY -->{SEO_KEY}<!-- ENDIF -->" />
<meta name="description" content="<!-- IF SEO_DESC -->{SEO_DESC}<!-- ENDIF -->" />
Code: Select all
{META_TAG}
{META}
Re: Topic SEO
So do not compromise the SEO Dynamic Meta Tags?
- Steve
- BBCoder VI
- Posts: 847
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
Re: Topic SEO
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.