Intermediary transaction http://www.aliyun.com/zixun/aggregation/6858.html ">seo diagnose Taobao guest cloud host technology Hall
I believe we all know the blog built with WordPress, if the author's theme does not take into account the site optimization, then use such a theme will be very unfavorable to the search engine included. One of the most common situations is when a category has several pages, the page title of each page repeats, which is the same title.
If you do not know how to know how many duplicate titles of your site, then suggest you use Google Webmaster tools to view, which will be detailed list of your site Repeat title page, use the method here will not be introduced. To solve the Web site repeat title method, is usually after the title plus the first few pages such an identification, the effect of the following figure:
If you want to achieve this effect, just add a piece of code to the template you're using, and the code is as follows:
< php $paged = Get_query_var (' paged '); if ($paged > 1) printf (' – Page%s ', $paged);? >
If you are not very clear, you can see how I added in my template, as follows:
<?php if (Is_home ()) {><title><?php bloginfo (' name ');?> | <?php bloginfo (' description ');? >&l t;? PHP $paged = Get_query_var (' paged '); if ($paged > 1) printf (' – Page%s ', $paged);? ></title><?php}?
Here I will no longer say anything in detail, if you do not understand, I suggest you think more, only the brain can learn more about WordPress.
This article is reproduced by www.hzsimu.cn please keep