Hello,
i installed your Metatags MOD, but I don't know where I can describe them.
Moderator: Moderators
phpBB3-SEO-dynamic_meta_tagsV_0.2.2.txt wrote:In in includes/functions.php, you'll find some pretty obvious code you may want to modify upon your needs :
$this->meta['meta_title_def'] = $config['sitename'];
$this->meta['meta_desc_def'] = $config['site_desc'];
$this->meta['meta_keywords_def'] = $config['site_desc'];
$this->meta['meta_lang'] = $config['default_lang'];
$this->meta['meta_cat'] = 'general';
$this->meta['meta_robots'] = 'index,follow';
$this->meta['meta_distrib'] = 'global';
$this->meta['meta_restype'] = 'document';
$this->meta['meta_copy'] = $config['sitename'];

Users browsing this forum: No registered users and 5 guests