mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 01:54:12 +02:00
SEO
This commit is contained in:
@@ -3958,7 +3958,7 @@ class eResponse
|
||||
protected $_META_KEYWORDS = array();
|
||||
protected $_render_mod = array('default' => 'default');
|
||||
protected $_meta_title_separator = ' - ';
|
||||
protected $_meta_name_only = array('keywords', 'viewport'); // Keep FB happy.
|
||||
protected $_meta_name_only = array('keywords', 'viewport', 'robots'); // Keep FB happy.
|
||||
protected $_meta_property_only = array('article:section', 'article:tag'); // Keep FB happy.
|
||||
protected $_meta = array();
|
||||
protected $_title_separator = ' » ';
|
||||
|
Reference in New Issue
Block a user