英文SEO – 英文搜索引擎优化.

Zen Cart 简单内部优化

最近刚玩Zen-cart程序,zen-cart安装和wordpress的安装基本一样,只是上传的zip压缩包不一样罢了

安装完后才发现zen-cart操作起来不像wordpress那样方便简捷,就边最基本的url静态化都还得下个插件上传,下面讲讲zen-cart的简单内部优化:

—删掉或重命名zc-install文件,设置下configure.php的权限

—给自己的zen-cart 好好打扮下,换个你喜欢的模板,模板到网上搜搜,一堆的,总有能满足你的,下载好模板后,解压出来,模板都会带个readme.txt文件(是模板安装说明),找到相应的文件夹,一般上传到在yoursite/includes/templates, 上传成功后,进入你的zen-cart后台yoursite/admin,找到Tools -Template Selection-Edit-Choose “你上传的模板名” from the dropdown menu-Click update;

—如何让Zenc-cart的URL静态化呢?

有了你满意的模板,对网站SEO很重要的URL静态化,有三个侯选的,Ultimate SEO URLs, Ceon URI Mapping (SEO),Simple SEO URL;

—如何改变首页的标题“Zen Cart!, The Art of E-commerce“呢

includes/languages/english/meta_tags.php

—如何修改底部power by等信息呢?

includes/languages –> english.php

—如何去掉zen-cart自带的一些banner

进入后台Admin-Tools-Banner Manager,关闭 “Wide-Banners”按钮

—如何去掉首页”congratulations! you’ve installed zen-cart”文字呢?

在includes/languages/english/index.php文件找到文字小心删除

—如何单个上传产品呢?

进入后台Admin/catalog/Categories/Products(PS:至少要上两个产品才能让展示你首页模板的产品布局)

—如何删除“Welcome Guest! Would you like to log yourself in?”

有几种方法,挑个最简单的, Admin/Configuration/Layoutsettings – find – Customer Greeting – Show On Index and set to 0

—-如何删除底部”Your IP Address is:****”?

Configuration/layout settings/click on Footer – Show IP Address status/ Turn it off by selecting 0

—-如何更改meta name=”author” content=

includes/templates/template_default/common/html_header.php

—-删除产品页面的“This product was added”

Admin>Catalog>Product Type>Product General>Show Date Added>Display Product Date Added = 0

—-更改首页 mete description, how to change your home page META description in Zen Cart?
/includes/modules/your_template_dir/meta_tags.php

—–登陆后时如果要清除The Admin Activity Log table has records over 2 months old and should be cleaned?

Go to Admin->Tools->Store Manager

It’s the very top option, titled “Empty Admin Activity Log table from the database”.

Click the reset button beside it.

基本的就这些了;

Posted on 26 March '10 by Maureen, under 英文SEO. No Comments.