zen cart 模板 站内优化需要修改的几个地方

头部的 Sign in or Register 链接添加 rel="nofollow" (文件 /includes/templates/lightinthebox/common/tpl_header.php)

底部简易页面 About us Contact us 等 链接添加 rel="nofollow" (文件 /includes/templates/lightinthebox/templates/tpl_ezpages_bar_footer.php)

分类页面 按价格区间快速搜索的 链接添加 rel="nofollow" (文件 /includes/modules/sideboxes/categories.php)

边框上 FAQ列表 链接添加 rel="nofollow" (文件 /includes/templates/lightinthebox/sideboxes/tpl_faq_categories.php)

产品列表中 write a view 链接添加 rel="nofollow" (文件 /includes/functions/functions_lookups.php
查找PRODUCTS_LISTING_WRITE_VIEWS )

Popular Searches修改,需要修改数据库 表 customers_searches

如果产品分类比较少
把首页中间推荐的分类修改为推荐产品
方法:
打开 includestemplateslightintheboxtemplatestpl_index_categories.php 文件
找到
require($template->get_template_dir('tpl_modules_featured_category_row.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_featured_category_row.php');
修改为
require($template->get_template_dir('tpl_modules_featured_products.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_featured_products.php');

你可能感兴趣的:(优化,数据库,产品,templates)