CN106649374B - Navigation tag sequencing method and device - Google Patents

Navigation tag sequencing method and device Download PDF

Info

Publication number
CN106649374B
CN106649374B CN201510729802.0A CN201510729802A CN106649374B CN 106649374 B CN106649374 B CN 106649374B CN 201510729802 A CN201510729802 A CN 201510729802A CN 106649374 B CN106649374 B CN 106649374B
Authority
CN
China
Prior art keywords
navigation
tag
tags
page
website
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201510729802.0A
Other languages
Chinese (zh)
Other versions
CN106649374A (en
Inventor
唐喆
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Gridsum Technology Co Ltd
Original Assignee
Beijing Gridsum Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Gridsum Technology Co Ltd filed Critical Beijing Gridsum Technology Co Ltd
Priority to CN201510729802.0A priority Critical patent/CN106649374B/en
Publication of CN106649374A publication Critical patent/CN106649374A/en
Application granted granted Critical
Publication of CN106649374B publication Critical patent/CN106649374B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/954Navigation, e.g. using categorised browsing

Abstract

The invention discloses a method and a device for sequencing navigation tags, relates to the technical field of internet, and aims to solve the problems that the positions of the navigation tags in the existing website are relatively fixed and the diversified requirements of users cannot be met. The method of the invention comprises the following steps: recording the number of times of clicking the navigation tag and the geographic range in which the operation of clicking the navigation tag is positioned; respectively counting the accumulated click times of each navigation tag in different geographic ranges; sorting the navigation tags corresponding to different geographical ranges according to the accumulated click times of the navigation tags in the different geographical ranges; when the website navigation page is started, judging the geographic range to which the access operation belongs according to the access request; re-arranging the page positions of the navigation tags according to the sequencing relation of the navigation tags corresponding to the geographic range; and displaying each navigation label in the website navigation page according to the rearranged page position. The method is suitable for being applied to the design process of the website navigation page.

Description

Navigation tag sequencing method and device
Technical Field
The invention relates to the technical field of internet, in particular to a method and a device for sequencing navigation tags.
Background
At present, navigation tags are available in different websites, and a user can select different tags according to own requirements and then enter corresponding content pages to view required information.
In the prior art, after a website is designed, the position of each navigation tag is relatively determined, and generally, only the content of the content page linked by the navigation tag is updated. Unless a new navigation tag needs to be added again, the position of the original navigation tag may be changed in order to make the overall layout of the website more reasonable.
In the above website design, the inventor finds that the position of the navigation tag in the existing website is relatively fixed, and cannot meet the diversified requirements of users.
Disclosure of Invention
In view of the above, the present invention has been made to provide a method and apparatus for navigation tag ranking that overcomes or at least partially solves the above problems.
In order to solve the above technical problem, in one aspect, the present invention provides a method for sequencing navigation tags, including:
recording the number of times of clicking the navigation tag and the geographic range in which the operation of clicking the navigation tag is positioned;
respectively counting the accumulated click times of each navigation tag in different geographic ranges;
sorting the navigation tags corresponding to different geographical ranges according to the accumulated click times of the navigation tags in different geographical ranges;
when the website navigation page is started, judging the geographic range to which the access operation belongs according to the access request;
according to the navigation tag ordering relation corresponding to the geographic range, the page positions of all the navigation tags are rearranged;
and displaying each navigation label in the website navigation page according to the rearranged page position.
In another aspect, the present invention further provides a device for sequencing navigation tags, including:
the recording unit is used for recording the clicking times of the navigation tag and the geographic range where the operation of clicking the navigation tag is located;
the statistical unit is used for respectively counting the accumulated click times of each navigation tag in different geographic ranges;
the sorting unit is used for sorting the navigation tags corresponding to different geographic ranges according to the accumulated click times of the navigation tags in different geographic ranges;
the judging unit is used for judging the geographic range of the access operation according to the access request when the website navigation page is started;
the layout unit is used for rearranging the page positions of the navigation tags according to the sequencing relation of the navigation tags corresponding to the geographic range;
and the display unit is used for displaying each navigation tag in the website navigation page according to the rearranged page position.
By means of the technical scheme, the method and the device for sequencing the navigation tags can record the click times of each navigation tag in a website navigation page and the geographic range where the operation end corresponding to the clicked navigation tag is located; then counting the accumulated click times of each navigation tag in different geographic ranges, sequencing the navigation tags corresponding to the different geographic ranges according to the accumulated click times, rearranging the page positions of each navigation tag according to the geographic range of the operation end and the sequencing relation of each navigation tag in the corresponding geographic range when the website navigation page is started next time, and finally displaying each navigation tag in the website navigation page according to the rearranged page positions. Compared with the prior art, the method and the device have the advantages that accumulated click times of all navigation tags in different geographic ranges are counted, then all the navigation tags are sequenced, and finally the navigation tags in the navigation page are rearranged according to the sequencing relation of all the navigation tags in different geographic ranges, so that users in different geographic ranges can see the navigation tags which are dynamically adjusted according to the accumulated click times in the geographic ranges of the users when the navigation page of the website is opened, the problem that the positions of the navigation tags in the existing website are relatively fixed is solved, and diversified requirements of the users are met.
The foregoing description is only an overview of the technical solutions of the present invention, and the embodiments of the present invention are described below in order to make the technical means of the present invention more clearly understood and to make the above and other objects, features, and advantages of the present invention more clearly understandable.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the invention. Also, like reference numerals are used to refer to like parts throughout the drawings. In the drawings:
FIG. 1 is a flow chart of a method for navigation tag ranking according to an embodiment of the present invention;
FIG. 2 is a flow chart of another method for navigation tag ranking provided by an embodiment of the present invention;
FIG. 3 is a block diagram illustrating an apparatus for navigation tag ranking according to an embodiment of the present invention;
fig. 4 is a block diagram illustrating another apparatus for sorting navigation tags according to an embodiment of the present invention.
Detailed Description
Exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
In order to solve the problem that the position of a navigation tag in the existing website is relatively fixed and cannot meet the diversified requirements of a user, the embodiment of the invention provides a method for sequencing navigation tags, as shown in fig. 1, the method comprises the following steps:
101. and recording the number of clicks of the navigation tag and the geographic range in which the operation of clicking the navigation tag is positioned.
And after the navigation tag in the website navigation page is clicked by the user, recording the clicked times of the navigation tag and the geographic range of the operation user side for clicking the navigation tag. The navigation tag is a tag used for webpage viewing and searching in a website navigation page, and provides an index and guide for webpage searching for a user. The attention degree of users in different geographic ranges to the same content in the web page may be different and regional, so the number of clicks on the navigation tag in the website navigation page is also different. It is necessary to record the geographical range in which the operating user terminal that clicked the navigation tag is located. The step is to record each click of the navigation tag by the operation user side, and is also a necessary premise for counting the accumulated click times later.
102. And respectively counting the accumulated click times of each navigation tag in different geographic ranges.
And classifying the geographical range of the operation user side which clicks the navigation tag and is obtained in the step 101 according to different geographical ranges. Then, counting the click times of each navigation tag in the same type of geographic range, and accumulating the click times belonging to the same navigation tag to obtain the accumulated click times, wherein the plurality of navigation tags correspond to the plurality of accumulated click times. Because the number of the navigation tags in different types of geographic ranges is the same, the accumulated click times which are the same as the number of the navigation tags can be respectively obtained in each type of geographic range.
In the present embodiment, the classification is performed according to different regional levels according to different geographic ranges, and the specific geographic range may be classified according to different countries, different provinces, different cities, and different counties and districts. Specifically, when a website navigation page is designed, a proper classification rule needs to be selected according to the design requirements of the website or according to the historical access data of the website.
103. And sorting the navigation tags corresponding to different geographic ranges according to the accumulated click times of the navigation tags in different geographic ranges.
And respectively sequencing the navigation tags in each type of geographic range according to the accumulated click times of the navigation tags in different geographic ranges obtained in the step 102. The specific process of sequencing navigation tags in a certain type of geographic range is as follows: sorting the accumulated click times of each navigation tag in the geographic range obtained in the step 102 according to a certain mode, wherein the sorting mode can be from more to less or from less to more; and sequencing the navigation tags corresponding to the accumulated clicks according to the sequencing positions of the accumulated clicks, namely the sequencing of the navigation tags is consistent with the sequencing of the accumulated clicks. And for each type of geographic range, sequencing the navigation tags corresponding to different geographic ranges according to the method for sequencing the navigation tags.
The sequencing of the navigation tags in the step is the basis for the subsequent rearrangement of the navigation tags in the navigation page.
104. And when the website navigation page is started, judging the geographic range to which the access operation belongs according to the access request.
When the website navigation page is started, the website server side can firstly judge the geographical range of the access operation according to the access request of the user side. The specific judgment process is as follows: firstly, extracting information related to the geographic position in an access request of a user side by a website server side; then comparing the geographical position information with the classified geographical range in the website service end; and finally, judging the geographical range of the access request of the user side according to the comparison result. Wherein the user side is the access operation side in this step.
105. And re-arranging the page positions of the navigation tags according to the sequencing relation of the navigation tags in the corresponding geographic range.
After the geographic range to which the access operation belongs is determined, the page positions of the navigation tags can be rearranged according to the ordering relation of the navigation tags corresponding to the geographic range, namely, the positions of the navigation tags in the navigation page are readjusted. The layout of navigation tags corresponding to different geographical ranges is usually different, but the same is not excluded. Because the layout of the navigation tags is determined by the ranking relationship of the navigation tags obtained from the actual statistical result, in practical applications, there may be a case where the rankings of the navigation tags in different geographic ranges are the same.
106. And displaying each navigation label in the website navigation page according to the rearranged page position.
This step is a display function, and displays the position of each navigation tag in the navigation page according to the re-laid page position obtained in step 105.
The method for sequencing the navigation tags provided by the embodiment can record the click times of each navigation tag in a website navigation page and the geographic range where the operation end corresponding to the clicked navigation tag is located; then counting the accumulated click times of each navigation tag in different geographic ranges, sequencing the navigation tags corresponding to the different geographic ranges according to the accumulated click times, rearranging the page positions of each navigation tag according to the geographic range of the operation end and the sequencing relation of each navigation tag in the corresponding geographic range when the website navigation page is started next time, and finally displaying each navigation tag in the website navigation page according to the rearranged page positions. Compared with the prior art, the embodiment counts the accumulated click times of each navigation tag in different geographic ranges, then sorts each navigation tag, and finally rearranges the navigation tags in the navigation page according to the sorting relation of each navigation tag in different geographic ranges, so that users in different geographic ranges can see the navigation tag which is dynamically adjusted by the accumulated click times in the corresponding geographic range of the user when the navigation page of the website is opened, the problem that the position of the navigation tag in the existing website is relatively fixed is solved, and the diversified demands of the user are met.
Further, as a refinement and an extension of the embodiment shown in fig. 1, the present invention provides yet another embodiment. As shown in fig. 2, the method for sorting navigation tags in this embodiment includes:
201. and determining a target navigation tag, wherein the target navigation tag is a navigation tag of which the position can be adjusted in a website navigation page.
In the website navigation page, according to the actual application situation, not all navigation tags need to be dynamically adjusted in position, so some navigation tags with fixed positions may be set. In this embodiment, only the position-adjustable tag is used, so that the position-adjustable tag in the website navigation page is used as the target navigation tag for subsequent processing.
202. And recording the number of clicks of the target navigation tag and the geographic range in which the operation of clicking the target navigation tag is positioned.
The implementation method for recording the number of clicks of the target navigation tag is the same as the implementation method for recording the number of clicks of the navigation tag in step 101 in fig. 1, and details are not repeated here.
Recording the geographic range in which the operation of clicking the target navigation tag is positioned, wherein the geographic range comprises the following steps:
first, an Internet Protocol (IP) address of a client that generates an operation is read from an access log recorded in a website.
Since all the client behaviors and paths of any client at any time in the website, including which user clicks at what time, which links in the current page are clicked, etc., are recorded in the server in the form of log, the operation of generating the target navigation tag in the clicked website navigation page can be read according to the access log recorded by the server as the behavior of which client at what time, wherein the client is consistent with the operation client in the example of fig. 1. The client is identified by an IP address, which is also an identification of the geographical range to which the client belongs, so that the IP address of the client that generated the operation in the access log needs to be read. Acquiring the IP address of the client is a necessary condition for determining the geographical range in which the operation of clicking the target navigation tag is located.
Secondly, the geographic range where the operation of clicking the target navigation tag is located is determined by identifying the preset field of the IP address, wherein different values in the preset field correspond to different regions or countries.
The predetermined field refers to a network Identity number (Identity, abbreviated as ID) field in the IP address, and thus the predetermined field corresponding to different types of IP addresses is different. A, B, C type networks are generally used, and if the network is a type A network, the preset field refers to the first segment number in the IP address; if the network is a B-type network, the preset field refers to the first section number and the second section number in the IP address; if the network is a C-type network, the preset fields refer to numbers of a first section, a second section and a third section in the IP address.
The identification of the preset field of the IP address refers to comparing the obtained IP address of the client with the corresponding preset field of the IP address in the IP address library, and determining the geographic range in which the operation of clicking the target navigation tag is located according to the comparison result.
Specifically, assuming there is a class B IP network address 160.18.0.0, the first two fields are network ID fields, so comparing the first two fields with the numbers of the corresponding first two fields in the IP address library can determine the geographic range to which the IP network address belongs.
The IP address library that can be provided in this embodiment includes all provinces, cities, counties (districts) and other country IP addresses in China, and for the IP addresses of other countries, only that country can be identified, and the IP addresses cannot be detailed to provinces and cities.
203. And respectively counting the accumulated click times of each target navigation tag in different geographic ranges.
And classifying the number of clicks of the clicked target navigation tag recorded in the step 202 and the geographic range in which the operation of clicking the target navigation tag is located according to different geographic ranges. And respectively counting the click times of all the target navigation tags in the same geographic range, and accumulating the click times of the same target navigation tag belonging to the same geographic range to obtain the accumulated click times. The number of the target navigation tags in each type of geographical range is the same, so that the accumulated click times of each target navigation tag can be obtained in each type of geographical range.
The geographical range is classified in the same way as in step 102 of fig. 1.
204. And sequencing the target navigation tags corresponding to different geographic ranges according to the accumulated click times of the target navigation tags in different geographic ranges.
And respectively sequencing the target navigation tags in each type of geographic range according to the accumulated click times of the target navigation tags in different geographic ranges obtained in the step 203. The specific process of sequencing the target navigation tags in a certain type of geographic range is as follows: sorting the accumulated click times of each target navigation tag in the geographic range obtained in the step 102 according to a certain mode, wherein the sorting mode can be from more to less or from less to more; and sequencing the target navigation tags corresponding to the accumulated clicks according to the sequencing positions of the accumulated clicks, namely the sequencing of the target navigation tags is consistent with the sequencing of the accumulated clicks. And sequencing the target navigation tags corresponding to different geographic ranges for each type of geographic range according to the method for sequencing the target navigation tags.
The sequencing of the target navigation tags in the step is the basis for the subsequent re-layout of the target navigation tags in the navigation page.
205. And when the website navigation page is started, judging the geographic range to which the access operation belongs according to the access request.
The implementation of this step is the same as that of step 104 in fig. 1, and is not described here again.
206. And according to the sequence of the accumulated click times of the corresponding geographic range from more to less, carrying out position layout on the target navigation tag.
And according to the accumulated click times of each target navigation tag obtained in the step 205, performing position layout on the target navigation tags. Specifically, the method comprises the following steps: if the arrangement form of the target navigation tags in the navigation tag page is defined to be a row, when the page positions of all the target navigation tags are arranged, the target navigation tags are arranged from top to bottom or from bottom to top in sequence according to the sequence of the target navigation tags; if the arrangement form of the target navigation tags in the navigation tag page is defined to be one line, when the page positions of all the target navigation tags are rearranged, the target navigation tags are arranged from left to right or from right to left in sequence according to the sequence of the target navigation tags; if the arrangement form of the target navigation tags in the navigation tag page is defined to be a plurality of rows and a plurality of columns, when the page positions of the target navigation tags are arranged, the target navigation tags are arranged in sequence from left to right or from right to left according to the sequence of the target navigation tags to fill one row, then the target navigation tags are arranged in sequence to the second row according to the same mode, and the target navigation tags are arranged downwards in sequence until all the target navigation tags are arranged completely.
It should be noted that, when the target navigation tag is placed, the top-down and the bottom-up are the respective corresponding placement modes for the target navigation tag in the step 205 in the sequence from more to less and from less to more. Similarly, the left to right and the right to left are layout manners corresponding to the target navigation tag in the step 205 in the sequence from more to less and from less to more.
207. And displaying each target navigation tag in the website navigation page according to the rearranged page position.
The implementation of this step is the same as that of step 106 in fig. 1, and is not described here again.
Further, for step 203 in this embodiment, a condition of a preset time period may also be added. In step 203, the accumulated click times of each target navigation tag in different geographic ranges are counted, and after the preset time period is added, the accumulated click times of different preset time periods in different geographic ranges can be counted. For the steps after step 203, the processing of the target navigation tags in different geographic ranges is also further changed into the processing of the target navigation tags in different preset time periods in different geographic ranges, and the processing procedures are the same and are not described herein again.
It should be noted that the added preset time period may refer to any specific time period such as one week, one month, one quarter, etc., and is specifically set according to the design requirement of a specific website.
Further, as an implementation of the method shown in fig. 1 and fig. 2, another embodiment of the present invention further provides a device for sorting navigation tags, which is used to implement the method shown in fig. 1 and fig. 2. The embodiment of the apparatus corresponds to the embodiment of the method, and for convenience of reading, details in the embodiment of the apparatus are not repeated one by one, but it should be clear that the apparatus in the embodiment can correspondingly implement all the contents in the embodiment of the method. As shown in fig. 3, the apparatus includes: recording means 31, counting means 32, sorting means 33, judging means 34, layout means 35, and display means 36.
The recording unit 31 is configured to record the number of clicks of the navigation tag and a geographic range in which an operation of clicking the navigation tag is located;
the statistical unit 32 is configured to separately count the cumulative click times of each navigation tag in different geographic ranges;
the sorting unit 33 is configured to sort the navigation tags corresponding to different geographic ranges according to the accumulated click times of the navigation tags in the different geographic ranges;
the judging unit 34 is configured to judge, when the website navigation page is started, a geographic range to which the access operation belongs according to the access request;
the layout unit 35 is configured to re-layout the page positions of the navigation tags according to the sorting relationship of the navigation tags in the corresponding geographic range;
and a display unit 36, configured to display each navigation tag in the website navigation page according to the rearranged page position.
Further, as shown in fig. 4, the apparatus further includes:
the determining unit 37 is configured to determine a target navigation tag before recording the number of times of clicking the navigation tag and the geographic range in which the operation of clicking the navigation tag is located, where the target navigation tag is a navigation tag in which a position in a website navigation page can be adjusted;
a recording unit 31 for:
and recording the number of clicks of the target navigation tag and the geographic range in which the operation of clicking the target navigation tag is positioned.
Further, as shown in fig. 4, the recording unit 31 includes:
a reading module 311, configured to read an IP address of a client that generates an operation from an access log recorded in a website;
the recording module 312 is configured to record, according to the IP address, a geographic range in which the operation of clicking the target navigation tag is located.
Further, the recording module 312 is configured to:
and determining the geographic range in which the operation of clicking the target navigation tag is positioned by identifying the preset field of the IP address, wherein different values in the preset field correspond to different regions or countries.
Further, the layout unit 35 is configured to:
and according to the sequence of the accumulated click times of the corresponding geographic range from more to less, carrying out position layout on the target navigation tag.
The device for sequencing the navigation tags, provided by the embodiment, can record the click times of each navigation tag in a website navigation page and the geographic range where the operation end corresponding to the clicked navigation tag is located; then counting the accumulated click times of each navigation tag in different geographic ranges, sequencing the navigation tags corresponding to the different geographic ranges according to the accumulated click times, rearranging the page positions of each navigation tag according to the geographic range of the operation end and the sequencing relation of each navigation tag in the corresponding geographic range when the website navigation page is started next time, and finally displaying each navigation tag in the website navigation page according to the rearranged page positions. Compared with the prior art, the embodiment counts the accumulated click times of each navigation tag in different geographic ranges, then sorts each navigation tag, and finally rearranges the navigation tags in the navigation page according to the sorting relation of each navigation tag in different geographic ranges, so that users in different geographic ranges can see the navigation tag which is dynamically adjusted by the accumulated click times in the corresponding geographic range of the user when the navigation page of the website is opened, the problem that the position of the navigation tag in the existing website is relatively fixed is solved, and the diversified demands of the user are met.
The navigation tag sorting device comprises a processor and a memory, wherein the recording unit 31, the counting unit 32, the sorting unit 33, the judging unit 34, the layout unit 35, the display unit 36 and the like are stored in the memory as program units, and the processor executes the program units stored in the memory to realize corresponding functions.
The present application further provides a computer program product adapted to perform program code for initializing the following method steps when executed on a data processing device: recording the number of times of clicking the navigation tag and the geographic range in which the operation of clicking the navigation tag is positioned; respectively counting the accumulated click times of each navigation tag in different geographic ranges; sorting the navigation tags corresponding to different geographical ranges according to the accumulated click times of the navigation tags in the different geographical ranges; when the website navigation page is started, judging the geographic range to which the access operation belongs according to the access request; re-arranging the page positions of the navigation tags according to the sequencing relation of the navigation tags corresponding to the geographic range; and displaying each navigation label in the website navigation page according to the rearranged page position.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). The memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
The above are merely examples of the present application and are not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (10)

1. A method of navigating tag ordering, the method comprising:
determining a target navigation tag, wherein the target navigation tag is a navigation tag of which the position can be adjusted in a website navigation page;
recording the number of clicks of a navigation tag and the geographical range in which the operation of clicking the navigation tag is located, wherein the navigation tag is a tag used for webpage viewing and searching in a website navigation page, providing a webpage search index and guide for a user, the user can enter a corresponding content page to view required information by selecting the navigation tag, and the number of clicks of the navigation tag in the website navigation page by the users in different geographical ranges is different;
respectively counting the accumulated click times of each navigation tag in different geographic ranges;
sorting the navigation tags corresponding to different geographical ranges according to the accumulated click times of the navigation tags in different geographical ranges;
when the website navigation page is started, judging the geographic range to which the access operation belongs according to the access request;
according to the navigation tag ordering relation corresponding to the geographic range, the page positions of all the navigation tags are rearranged;
displaying each navigation label in the website navigation page according to the rearranged page position;
wherein, the recording of the number of clicks of the navigation tag and the geographic range in which the operation of clicking the navigation tag is located includes:
and recording the number of clicks of the target navigation tag and the geographic range in which the operation of clicking the target navigation tag is positioned.
2. The method of claim 1, wherein recording a geographic area in which the operation of clicking the target navigation tag is located comprises:
reading an Internet Protocol (IP) address of a client generating the operation from an access log recorded by a website;
and recording the geographical range where the operation of clicking the target navigation tag is located according to the IP address.
3. The method according to claim 2, wherein the recording the geographical range where the operation of clicking the target navigation tag is located according to the IP address comprises:
and determining the geographic range in which the operation of clicking the target navigation tag is positioned by identifying a preset field of the IP address, wherein different values in the preset field correspond to different regions or countries.
4. The method according to claim 3, wherein the rearranging the page positions of the navigation tags according to the sorting relation of the navigation tags corresponding to the geographic range comprises:
and according to the sequence of the accumulated click times corresponding to the geographic range from more to less, carrying out position layout on the target navigation tag.
5. An apparatus for navigating tag ranking, the apparatus comprising:
the system comprises a determining unit, a processing unit and a display unit, wherein the determining unit is used for determining a target navigation tag before recording the number of times of clicking the navigation tag and the geographic range where the operation of clicking the navigation tag is positioned, and the target navigation tag is a navigation tag with an adjustable position in a website navigation page;
the recording unit is used for recording the clicking times of the navigation tags and the geographical range in which the operation of clicking the navigation tags is positioned, the navigation tags are tags used for webpage viewing and searching in a website navigation page and provide an index and a guide for webpage searching for a user, the user can enter corresponding content pages to view required information by selecting the navigation tags, and the clicking times of the users in different geographical ranges on the navigation tags in the website navigation page are different;
the statistical unit is used for respectively counting the accumulated click times of each navigation tag in different geographic ranges;
the sorting unit is used for sorting the navigation tags corresponding to different geographic ranges according to the accumulated click times of the navigation tags in different geographic ranges;
the judging unit is used for judging the geographic range of the access operation according to the access request when the website navigation page is started;
the layout unit is used for rearranging the page positions of the navigation tags according to the sequencing relation of the navigation tags corresponding to the geographic range;
the display unit is used for displaying each navigation tag in the website navigation page according to the rearranged page position;
wherein the recording unit is configured to:
and recording the number of clicks of the target navigation tag and the geographic range in which the operation of clicking the target navigation tag is positioned.
6. The apparatus of claim 5, wherein the recording unit comprises:
the reading module is used for reading the IP address of the client generating the operation from an access log recorded by a website;
and the recording module is used for recording the geographical range in which the operation of clicking the target navigation tag is positioned according to the IP address.
7. The apparatus of claim 6, wherein the recording module is configured to:
and determining the geographic range in which the operation of clicking the target navigation tag is positioned by identifying a preset field of the IP address, wherein different values in the preset field correspond to different regions or countries.
8. The apparatus of claim 7, wherein the placement unit is configured to:
and according to the sequence of the accumulated click times corresponding to the geographic range from more to less, carrying out position layout on the target navigation tag.
9. A storage medium, characterized in that the storage medium comprises a stored program, wherein when the program runs, a device in which the storage medium is located is controlled to execute the method for sequencing navigation tags in any one of claims 1 to 4.
10. A processor, characterized in that the processor is configured to run a program, wherein the program when running performs the method of navigation tag ranking according to any of claims 1 to 4.
CN201510729802.0A 2015-10-30 2015-10-30 Navigation tag sequencing method and device Active CN106649374B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510729802.0A CN106649374B (en) 2015-10-30 2015-10-30 Navigation tag sequencing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510729802.0A CN106649374B (en) 2015-10-30 2015-10-30 Navigation tag sequencing method and device

Publications (2)

Publication Number Publication Date
CN106649374A CN106649374A (en) 2017-05-10
CN106649374B true CN106649374B (en) 2021-06-04

Family

ID=58809420

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510729802.0A Active CN106649374B (en) 2015-10-30 2015-10-30 Navigation tag sequencing method and device

Country Status (1)

Country Link
CN (1) CN106649374B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107402971B (en) * 2017-06-29 2020-09-11 清远墨墨教育科技有限公司 Method for creating word mnemonic
CN109446443B (en) * 2018-10-18 2021-11-09 武汉斗鱼网络科技有限公司 Label updating method, device, equipment and storage medium
CN111177499B (en) * 2019-12-27 2024-02-09 腾讯科技(深圳)有限公司 Label adding method and device and computer readable storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102999586A (en) * 2012-11-15 2013-03-27 北京小米科技有限责任公司 Method and device for recommending website
CN103617543A (en) * 2013-11-25 2014-03-05 百度在线网络技术(北京)有限公司 Recommendation method and device of application programs
CN104751396A (en) * 2015-04-17 2015-07-01 合肥工业大学 Geographic position-based community service recommending method

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20090050086A (en) * 2006-09-11 2009-05-19 인터내셔널 비지네스 머신즈 코포레이션 Method for recommending short-cuts in order to ease and fasten navigating within navigation topology
CN101957211B (en) * 2009-07-15 2014-06-11 佛山市顺德区顺达电脑厂有限公司 System and method for navigating geographical position by distinguishing webpage information
US9977800B2 (en) * 2011-03-14 2018-05-22 Newsplug, Inc. Systems and methods for enabling a user to operate on displayed web content via a web browser plug-in
CN103455582B (en) * 2013-08-26 2016-12-28 小米科技有限责任公司 The display packing of browser navigation page and mobile terminal
CN103617196B (en) * 2013-11-08 2017-04-05 北京奇虎科技有限公司 Recommend method, browser, server and the system of network address
CN104915418B (en) * 2015-06-08 2018-09-04 小米科技有限责任公司 Recommendation of websites method and device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102999586A (en) * 2012-11-15 2013-03-27 北京小米科技有限责任公司 Method and device for recommending website
CN103617543A (en) * 2013-11-25 2014-03-05 百度在线网络技术(北京)有限公司 Recommendation method and device of application programs
CN104751396A (en) * 2015-04-17 2015-07-01 合肥工业大学 Geographic position-based community service recommending method

Also Published As

Publication number Publication date
CN106649374A (en) 2017-05-10

Similar Documents

Publication Publication Date Title
CN106649316B (en) Video pushing method and device
CN110413877A (en) A kind of resource recommendation method, device and electronic equipment
WO2016173436A1 (en) Information presentation method and apparatus
CN102999586B (en) A kind of method and apparatus of recommendation of websites
US20180217972A1 (en) Populating values in a spreadsheet using semantic cues
WO2019169978A1 (en) Resource recommendation method and device
CN111160950B (en) Resource information processing and outputting method and device
CN105335423B (en) Method and device for collecting and processing user feedback of webpage
CN108255886B (en) Evaluation method and device of recommendation system
CN109977312B (en) Knowledge base recommendation system based on content tags
CN107038194B (en) Page jump method and device
CN108665513B (en) Drawing method and device based on user behavior data
CN106484726B (en) A kind of page display method and device
CN106649374B (en) Navigation tag sequencing method and device
KR20180002775A (en) Method and apparatus for recording and restoring click positions within a page
US20190286739A1 (en) Automatically generating meaningful user segments
CN103778217A (en) Current webpage list-based method and system for recommendation
WO2016049034A1 (en) Guided data exploration
WO2020063844A1 (en) Method for recommending associated information, and terminal and server thereof
CN111259274A (en) Information processing method, device, equipment and information display device
CN111125157B (en) Query data processing method and device, storage medium and processor
CN110781375B (en) User state identification determining method and device
CN106886546B (en) Construction method and equipment of data website
CN110069695A (en) Label processing method and device
US20160350318A1 (en) Method, system for classifying comment record and webpage management device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 100083 No. 401, 4th Floor, Haitai Building, 229 North Fourth Ring Road, Haidian District, Beijing

Applicant after: Beijing Guoshuang Technology Co.,Ltd.

Address before: 100086 Cuigong Hotel, 76 Zhichun Road, Shuangyushu District, Haidian District, Beijing

Applicant before: Beijing Guoshuang Technology Co.,Ltd.

GR01 Patent grant
GR01 Patent grant