Intermediary transaction http://www.aliyun.com/zixun/aggregation/6858.html ">seo diagnose Taobao guest cloud host technology Hall
With Google Chrome, and then want to write about its relationship with the nofollow tag. But then came the thought of Nofollow's relationship with Firefox.
Nofollow tags are not used, with Firefox can be found out. This time we'll talk about how to look up the law. Of course, take a look at the source code, link a label there is no rel= "nofollow" Can-this is a search method, but slightly trouble. Today, a simpler way to search (the premise is to use Firefox as a browser), do the operator's own style sheet on the line.
The path to the Firefox customer style sheet is usually:
C:\Documents and Settings\ username \application Data\mozilla\firefox\profiles\xxxxxxxx.default\chrome
The Xxxxxxx.default of the xxxxxxx is randomly generated, with no specific meaning. Inside the chrome there are userchrome-example.css, open this, and follow the following sections:
A[rel~=nofollow] {
Background-color:pink!important;
}
Then, save the name with Usercontent.css. In this way, the use of nofollow links, will be used to express the pink, and at a glance. That's a little trick, isn't it? Of course, maybe some friends already know, or there is a better way than this. If so, please let me know.
For IE, the method mentioned above is useless. Why? At least I haven't figured it out yet, and I don't know if I can figure it out in the future. For Google Chrome, I plan to write tomorrow. I haven't tried any of the other browsers.
This talk of the use of Firefox to check the nofollow tag, in addition to this, there are some features or use it, to engage in SEO are very convenient. At this point, I think, at least for now, Google Chrome is not as good as Firefox. Of course, I am familiar with Google Chrome, the understanding, still need to deepen.