Intermediary transaction http://www.aliyun.com/zixun/aggregation/6858.html ">seo diagnose Taobao guest cloud host technology Hall
As a webmaster, often need to collect some specific program development of the site as a promotional and learning experience resources, using the search Engine inurl command can let us faster to find the resources we need. This command may be unfamiliar to the novice, we can go to Baidu's Advanced search page http://www.baidu.com/gaoji/ Advanced.html look, you can see us in the search time to select only in the site URL search, and the site program in the specific path as a keyword, the result is that most of the results meet our needs.
Each Web site program will have a special fixed path, we use Dede as an example to illustrate, Dede is the internet PHP development of the CMS class program leader, we look for a specific path belonging to the Dede, this path to be in the search engine has a large number of included, if the search engine included less, The number of sites we find is not much. For example, we look at the following Web site developed using Dede, we found in the article comments on the page has Dede unique path code, such as: http://www.tb11.com/plus/feedback.php?aid=90
This path inside/plus/feedback.php This URL is Dede feature path, so we choose to use inurl: (/plus/feedback.php) This command to search in Baidu, we will find that the results of the search are Dede program to the framework. Of course, this is only an example, there are many features URLs can be exploited and used.
WordPress Program is PHP blog, WP program will have a archives/category fixed link, then we can go to Baidu search this link to obtain the website address, our command is inurl: (archives/category).
We can use this way to search for more links.
For example, using WordPress's date archive path:
Static: Inurl: (ARCHIVES/2011/1)
Dynamic: inurl: (? m=2011)
We can also further add keywords for accurate search, such as
Inurl: (ARCHIVES/2011/1) mobile phone
Inurl: (ARCHIVES/2011/1) iphone
WordPress Classification and article path:
Inurl: (archives/category)
Inurl: (? p=1) 1 represents the article ID, which can be changed freely
WordPress Label Path:
Inurl: (Archives/tag)
Inurl: (? Tag=[kewords]) [kewords] fill in the keyword you want to search
ASP Class Common Blog Z-blog related path:
Tags: inurl: (catalog.asp?tags=)
Category: Inurl: (catalog.asp?cate=1) 1 to represent the category ID, you can change freely
Date: inurl: (catalog.asp?date=2011-11-1) 2011-11-1 representative date
Message: inurl: (/guestbook.asp)
Bo-blog Common paths:
Category: Inurl: (index.php?go=category_1) 1 to represent the category ID, you can change freely
Date: inurl: (index.php?go=archive&cm=1&cy=2011) 1 on behalf of the month, 2011 for the Year
Message: inurl: (/guestbook.php)
Oh, other procedures can be analogy, as long as learn this technique, read this article, I believe you can accurately quickly find the URL resources you need.