我的模板中没有默认元标记。所以我添加了这个元标记:
<meta name="keywords" content="<?php echo tep_output_string_protected($oscTemplate->getTitle()); ?>,AADVR Systems from ECCS" />
但我的问题出在元描述部分:
<meta name="keywords" content="***Here I want to add description from my Product description***" />
如何添加:<?php echo tep_output_string_protected($oscTemplate->getTitle()); ?>
答案 0 :(得分:0)
在osCommerce中你有
meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>"
includes/template_top.php
没有Meta标签描述的代码,但可供选择的贡献很少: