Discussion on optimization scheme of Ecshop shop system

Source: Internet
Author: User
Keywords Shop optimization

Intermediary transaction SEO diagnosis Taobao guest Cloud host technology Hall

For ecshop optimization, my qualifications are really shallow, a few months of experience, now began to make a long speech, some ashamed. However, the accumulation of little bit, or let a small station on a step, SEO in the end of the bottom is "30% skill +70% of the implementation of", like the husband only yy signature written "will perform to the extreme."

As a result of the previous company more attention to flow, I have developed a habit of recording the work log, there are 2 documents, one for the daily work to complete the situation, the second is the daily optimization effect, this post is to two documents for a summary, operation and optimization results combined. I believe that a lot of friends are using Ecshop, if I have a reference role, I am honored.

First, home optimization

1, the tutorial area How to choose the key words do not say; In the case analysis area, how to modify the title and the way of copyright, the predecessors have been told in detail, I also routinely made changes.

2, the URL standardization, unified use www.xxx.com such form, centralized weight.

3, 404, 301 no longer detailed.

4, search box below the popular keywords, here can list some keywords, the following figure:

  

5, increase the secondary navigation

6, increase Baidu share

7, in the template folder Index_ad.lbi file, the main page of Flash deleted, to the picture hyperlink

8, modify template file index.dwt, Category_tree.lbi, etc. (almost all template files to be modified), change the relative address to absolute address. (Thanks to Hainan's 冏/love 冏 reminder)

9. Static. I was later to do Static, a day included doubled.

Second, Product List page optimization

1, the Product List page in addition to the absolute address, there is also a bit more important, such as the site title is "gift site _ Beijing gift company-# #商城", the list page title set as "Moon Cake gift Box _ mooncake Gift certificate-# #商城", can be displayed when it became "Moon Cake Gift Box _ mooncake coupons-# #商城_礼品网站_北京礼品公司-# #商城 ".

All list pages of the site have become such a long title, annoying, but there are always methods.

2, remember in the background to set the sorting commodity filtering properties, so as to achieve the effect of aggregation, the teacher repeatedly stressed the role of polymerization, is indeed very powerful. But Ecshop's aggregation page also has his own problem, is that all the aggregate page title is the same, I found a ' simple rough ' way, you can modify the aggregate page title, but still very rough, we can be modified according to needs.

In category.dwt, rewrite title to
<title>
<!--{if $filter _attr_list}-->
<!--{foreach from= $filter _attr_list item=filter_attr}-->
<!--{foreach from= $filter _attr.attr_list item=attr}-->
<!--{if $attr .selected}-->
{$attr. attr_value}_
<!--{else}-->
<!--{/if}-->
<!--{/foreach}-->
<!--{/foreach}-->
<!--{/if}-->
{$page _title}
</title>
In category.php
$all _attr_list[$key] [' Attr_list '][0][' selected '] = Empty ($filter _attr[$key])? 1:0;
Changed to
$all _attr_list[$key] [' Attr_list '][1][' selected '] = Empty ($filter _attr[$key])? 1:0

Third, the Product Details page

1. Absolute Address

2, the Product Details page also has title problem, see the third floor.

3, in the template settings, the latest article calls to the product page.

4, increase the related goods

5, the Product Details page of the big picture, do not know why, the program defaults to use is a thumbnail, especially unclear, affecting the user experience,

modifying GOODS.DWT files

<div class= "Good_img" >
<a href= "javascript:;" onclick= "window.open (' gallery.php?id={$goods. goods_id} '); return false; >
<img src= "{$goods. goods_img}" alt= "{$goods. goods_name|escape:html}" id= "Goodsimg" style= "width:340px;"/>
</a>
</div>
Changed to
<div class= "Good_img" >
<a href= "javascript:;" onclick= "window.open (' gallery.php?id={$goods. goods_id} '); return false; >
<img src= "{$goods. original_img}" alt= "{$goods. goods_name|escape:html}" id= "Goodsimg" style= "width:340px;"/>
</a>
</div>

Iv. Station

Set up a wiki subdirectory, using the Hdwiki, named ' Gift Encyclopedia ' and put the URL into the home navigation, daily updates to the encyclopedia content. After daily update, post the same article in the Ecshop background, and point the URL of the Ecshop article to the encyclopedia article URL. With 3.4 of the changes, add an encyclopedia, so that the home page and all the pages are updated. This article by the enterprise letter through the short Message Network (http://www.cqszdx.com/) edits the reorganization, reprint please keep the link!

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.