Hi,
I have a specific .php (meta_tags.php) file that generates pre-defined meta tags form my showdefine.php?iautoid=XXX pages. It's fine but it works only in french ! The pages in English or German (the two other languages in my website) uses french meta tags (so I understand it's bad from a SEO prospective...)
The .php file is located at the admin level. I though it would be better to locate it in includes/languages/french and use the translated versions of this .php in includes/languages/english and includes/languages/german.
Does it make sens ?
If so, what you be the script (is it actually the following : //echo TITLE; ?></title>-->
<? include "meta_tags.php"; ?>)
<?php
}
//
Thx in advance ;-)
