{{indexmenu_n>20}}
====== Canonical alias (SUMA) ======
**Blanks doubled content to avoid it and then shows the preferred version of the URL during indexing.**
Goolge placed a new Metatag for the search engines: = 1.3 \\
**Version:** V1.0 \\
Tag: -- \\
Filename: **rt_canonical_alias.php**
Folder: ** template/inc_script/frontend_render/ **
**Condition:** -> [[http://www.phpwcms-docu.de/config_dateien.phtml|/config/phpwcms/conf.inc.php]] \\
* ##$phpwcms['allow_ext_render'] = 1;##
----
----
Filename: rt_canonical_alias.php
Folder: /template/inc_script/frontend_render/
Switch: $phpwcms['allow_ext_render'] = 1; (/config/phpwcms/conf.inc.php)
Forum: http://forum.phpwcms.org/viewtopic.php?p=114327#p114327
================================================================ */
// ----------------------------------------------------------------
// obligate check for phpwcms constants
if (!defined('PHPWCMS_ROOT')) {
die("You Cannot Access This Script Directly, Have a Nice Day."); }
// ----------------------------------------------------------------
$block['custom_htmlhead']['index.php'] = ' ';
// -----------[ CLOSE ]----------------
?>