Another Baidu parameter that often appears at the same time as the keyboard repeat speed rsv_sug3 in the search box is the number of times rsv_sug1 appears in the search box.
The number of times that the search box prompts Baidu search result URL parameters (rsv_sug1)
NameRsv_sug1
Meaning number of times prompted in the search box
Parameter Value
The parameter value is equal to the repeated speed of the keyboard.
When the keyboard repeat speed slows down over the search box prompt delay, the search box prompt may be displayed. At this time, rsv_sug1 = 1. Then, you only need to enter/modify the string at a rate longer than the search box prompt, and the number of prompts in the search box will increase.
Rsv_sug1 is recorded even if the search box prompt is hidden for repeated prompts or for various reasons.
The more times the search box prompts, it means that the prompt search term does not attract users, maybe it is slow for users to enter/modify in the search box.
Several articles on the InternetArticleMisleading, they started analysis with just a few links and thought that rsv_sug1 was a type of parameter for counting the number of words, while the monks counted nearly Baidu search result URLs in the website background, to draw a more reasonable conclusion.
Knowledge can be obtained only by diligence.
[PHP]
$ Rsv_sug1 = $ _ post ['respiratory _ sug1 '];
If (preg_match ("/(rsv_sug1 =) ([^ &] +)/I", $ Baidu, $ rsv_sug1 ))
Echo "<tr class = \" center \ "> <TD> search box prompts </TD> ". "<TD> appeared ". $ rsv_sug3 [2]. "Search box prompt </TD> </tr> ";
[/PHP]