WO2020148844A1 - Information processing device, information processing method, and program - Google Patents

Information processing device, information processing method, and program Download PDF

Info

Publication number
WO2020148844A1
WO2020148844A1 PCT/JP2019/001169 JP2019001169W WO2020148844A1 WO 2020148844 A1 WO2020148844 A1 WO 2020148844A1 JP 2019001169 W JP2019001169 W JP 2019001169W WO 2020148844 A1 WO2020148844 A1 WO 2020148844A1
Authority
WO
WIPO (PCT)
Prior art keywords
search
facility
target
area
server
Prior art date
Application number
PCT/JP2019/001169
Other languages
French (fr)
Japanese (ja)
Inventor
健二 神原
Original Assignee
株式会社プロモスト
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 株式会社プロモスト filed Critical 株式会社プロモスト
Priority to PCT/JP2019/001169 priority Critical patent/WO2020148844A1/en
Publication of WO2020148844A1 publication Critical patent/WO2020148844A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor

Definitions

  • the present invention relates to an information processing device, an information processing method, and a program.
  • Patent Document 1 discloses a search method in which a search target area is specified from geographical information (for example, city name, area name, etc.) included in a search query, and a local search is performed.
  • -A general search engine estimates the search location from the client's IP address, location information, etc., and performs a local search. As a result, the search results localized according to the location area of the client are presented.
  • the search order may differ depending on the location area of the client.
  • the purpose is to provide an information processing device or the like that can appropriately acquire a local search order.
  • the information processing device based on the search query and the target area, the search facility of the searcher, based on the search query and the target area, the setting unit that receives the setting input of the target facility, the search query, and the target area to be set as the search location.
  • a generating unit that generates a URL code to be output to a search engine that searches facility information on a map, an output unit that outputs the generated URL code to the search engine, and the target area from the search engine.
  • an extracting unit that extracts the search order of the target facility from the search result.
  • FIG. 1 is a schematic diagram showing a configuration example of a MEO system.
  • an MEO system that automatically acquires the search order of the target facility that is the survey target from the search results of the local search executed by the search engine will be described as an example.
  • the MEO system has an information processing device 1, a search server 2, and customer terminals 3, 3, 3. Each device is communicatively connected via a network N such as the Internet.
  • the server 1 is an information processing device capable of various information processing and information transmission/reception, and is, for example, a server device, a personal computer, or the like.
  • the information processing device 1 is assumed to be a server device, and will be read as server 1 for simplicity below.
  • the server 1 makes a search request to a search engine and executes a process of extracting the search order of the target facility from the acquired search result.
  • the target facility is a facility on the map that is the search target in the map search executed by the search engine, and is, for example, a store or a corporate office.
  • the server 1 accepts the setting input of the target area assumed as the search location of the general user who searches the target facility in advance, and performs the search using the predetermined keyword (search query) in the target area. In such a case, a process of collecting the local search rankings of how many places the target facility is searched for is performed.
  • the server 1 is connected to a plurality of rank analyzers 10, 10, 10...
  • the rank analyzer 10 is a computing device that executes a search request to a search engine, a search rank extraction from a search result, and the like, instead of the server 1 main body.
  • the rank analyzer 10 connected to the server 1 requests a search, extracts a search rank, and the like, thereby enhancing the calculation capability and performing a series of processes.
  • server 1 executes the process in cooperation with the rank analyzer 10 or the process by the server 1 alone is a design matter, and can be arbitrarily changed by the designer.
  • the processing body including the processing executed by the rank analyzer 10 will be described below as the server 1.
  • the search server 2 is an information processing device that functions as a search engine, and is a server device that outputs a search result in response to a search request from a client.
  • the search server 2 collects Web data from the Internet by crawling or the like to construct a database, receives an input of a search query from a client, searches for relevant information, and outputs a search result.
  • the search server 2 functions as a so-called map engine, and performs a map search for searching facility information on the map corresponding to the search query.
  • the customer terminal 3 is a terminal device used by a customer who receives the API service by using this system. As will be described later, the customer terminal 3 communicates with the server 1 and displays an API screen showing the search result of the search order.
  • the server 1 accepts a customer facility (store, office, etc.) and a preset search keyword for the customer to take measures against MEO, sets the customer facility as a target facility, and searches the target facility from the search results based on the set keyword. Extract the ranking.
  • FIG. 2 is a block diagram showing a configuration example of the server 1.
  • the server 1 includes a control unit 11, a main storage unit 12, a communication unit 13, a display unit 14, an input unit 15, and an auxiliary storage unit 16.
  • the control unit 11 includes an arithmetic processing device such as one or more CPUs (Central Processing Units) and MPUs (Micro-Processing Units), and reads and executes the program P stored in the auxiliary storage unit 16 to Various information processing, control processing, and the like related to the server 1 are performed.
  • CPUs Central Processing Units
  • MPUs Micro-Processing Units
  • the main storage unit 12 is a temporary storage area such as an SRAM (Static Random Access Memory), a DRAM (Dynamic Random Access Memory), and a flash memory, and temporarily stores data necessary for the control unit 11 to execute arithmetic processing.
  • the communication unit 13 includes a processing circuit and the like for performing processing relating to communication, and transmits and receives information to and from the search server 2 and the like.
  • the display unit 14 is a display screen such as a liquid crystal display.
  • the input unit 15 is, for example, an input interface that receives an operation input.
  • the auxiliary storage unit 16 is a large-capacity memory, a hard disk, etc., and stores the program P and other data necessary for the control unit 11 to execute processing.
  • the auxiliary storage unit 16 also stores a facility DB 161, a keyword DB 162, an area code table 163, a rank DB 164, and an image DB 165.
  • the facility DB 161 is a database that stores information on each facility that is a survey target.
  • the keyword DB 162 is a database that stores keywords used as a search query when investigating the search order for each facility.
  • the area code table 163 is a table that stores the area code of the target area arbitrarily set as the search location. The area code will be described later.
  • the rank DB 164 is a database that stores the search ranks extracted from the search results acquired from the search server 2.
  • the image DB 165 is a database that stores the image data of the search result screen (hard copy of the browser screen).
  • the auxiliary storage unit 16 may be an external storage device connected to the server 1. Further, the server 1 may be a multi-computer including a plurality of computers, or may be a virtual machine virtually constructed by software.
  • the server 1 is not limited to the above configuration, and may include, for example, a reading unit that reads information stored in a portable storage medium.
  • FIG. 3 is an explanatory diagram showing an example of the record layout of the facility DB 161, the keyword DB 162, and the area code table 163.
  • the facility DB 161 includes a facility ID column, a facility code column, a facility name column, and a region ID column.
  • the facility ID column stores the facility ID for identifying the target facility that is the survey target.
  • the facility code string stores the facility code corresponding to each target facility in association with the facility ID.
  • the facility code is an identification code of each facility on the map given on the side of the search engine (search server 2), and when expressing each facility on the HTML (Hyper Text Markup Language) data output as the search result. Is a character string used for.
  • the area ID column stores the area ID of the target area set as the search location in association with the facility ID.
  • the keyword DB 162 includes a keyword ID string, a facility ID string, and a keyword string.
  • the keyword ID column stores keyword IDs for identifying each keyword set as a search query.
  • the facility ID column stores the facility ID of the target facility whose search order is to be investigated using the keyword in association with the keyword ID.
  • the keyword string stores the keywords set as the search query in association with the keyword ID.
  • the area code table 163 includes an area ID column, an area name column, and an area code column.
  • the area ID column stores the area ID for identifying each target area set as the search location.
  • the area name column stores the area name of each target area in association with the area ID.
  • the area code column stores the area code that represents the area name of the target area in association with the area ID.
  • the area code is an identification code of an area name defined by the search engine, and is a character string used to represent an area name in natural language on a URL code.
  • FIG. 4 is an explanatory diagram showing an example of the record layout of the order DB 164 and the image DB 165.
  • the ranking DB 164 includes a keyword ID column, a facility ID column, an execution date column, an area ID column, a ranking column, and a facility list number column.
  • the keyword ID column stores the keyword ID of the keyword used to acquire the rank.
  • the facility ID column stores the facility ID of the target facility whose search order is acquired in association with the keyword ID.
  • the execution date column stores the execution date when the rank obtaining process is executed in association with the keyword ID and the facility ID.
  • the area ID column stores the area ID of the target area set at the time of order acquisition in association with the keyword ID, the facility ID, and the execution date.
  • the rank order stores the acquired search rank in association with the keyword ID, the facility ID, and the execution date.
  • the facility list number column stores the list number of facilities (the number of retrieved facilities) obtained as a search result in association with the keyword ID, the facility ID, and the execution date.
  • the search order of the facilities with the facility ID “1” is the whole. Among the facilities searched up to the list number “20”, the ranking is “1”.
  • the image DB 165 includes a keyword ID column, a facility ID column, an execution date column, and an area ID column, as well as a file name column and a file URL column.
  • the file name column stores the image file name of the browser screen related to the search result in association with the keyword ID or the like.
  • the file URL column stores URL information indicating the location of the image file on the search result screen in association with the keyword ID and the like.
  • FIG. 5 is an explanatory diagram showing the outline of the present embodiment.
  • search server 2 receives a keyword input from the client, searches for information corresponding to the keyword, and returns the search result to the client.
  • the server 1 acquires (extracts) the search order of the target facility that is the survey target from the search results related to the map search among the search results output by the search server 2.
  • Map search is a map search service that can search the information of each point and each facility on the map, as typified by Google Map (registered trademark).
  • Google Map registered trademark
  • the search server 2 presents one or a plurality of facilities searched based on the search query on a map, and provides information on each facility (for example, facility name, address, hyperlink, etc.). Present on the browser.
  • the "map search" referred to here also includes a form in which a geographical space is presented using a satellite photograph or the like instead of a map.
  • map search is not limited to the form of presenting information indicating one point on the map (for example, facility name, address, etc.), but it is also possible to search for multiple points such as route search and street view. It also includes the form of presenting information that spans.
  • search engines have a so-called local search function.
  • the search engine searches for facilities that correspond to the keyword “Tokyo Clinic” and located in or near Chuo-ku, Tokyo.
  • the search results of the facilities located in Chuo-ku, Tokyo and its vicinity are returned to the client.
  • the search server 2 presents the position of the facility having the higher search rank on the map, and presents the information (the facility name etc.) of the facility having the higher search rank below the map.
  • a general search engine narrows down the target area based on the IP address of the client, etc. Therefore, different search results (search order) are output according to the search location of the client. Therefore, in the present embodiment, when making a search request to the search engine, a URL (Uniform Resource Locator) code that specifies the target area is generated on the server 1 side, and the URL code is output to the search server 2 to make a search request. To do. That is, the server 1 requests the search server 2 to generate a search URL code customized for the investigation related to MEO and to search according to the description of the URL code.
  • URL Uniform Resource Locator
  • the server 1 is based on the search keyword (search query) registered in the keyword DB 162 and the area name of the target area for which the conversion rule to the area code is set in the area code table 163. , Generate a URL code.
  • the server 1 accepts a setting input in advance for a target facility whose search order is to be investigated, a keyword assumed as a search query of the facility, and a target area assumed as a search location, and is registered in various databases in advance. ..
  • the server 1 accepts the input of the facility name of the target facility, issues the facility ID to the input target facility, and stores the facility ID in the facility DB 161 (see FIG. 3 ).
  • the server 1 receives an input of a keyword as a search query, issues a keyword ID for the keyword, and stores the keyword ID in the keyword DB 162.
  • the server 1 can set a plurality of keywords for one target facility.
  • the server 1 accepts the setting input of the target area assumed as the search location.
  • the server 1 holds the area code table 163 in which the area ID of each area, the area name, and the area code of each area generated in advance are associated with each other.
  • the server 1 accepts the input of an arbitrary area name and identifies the area ID corresponding to the input area name from the area code table 163.
  • the server 1 stores (registers) the area ID in the facility DB 161 in association with the facility ID issued above. Thereby, the server 1 associates the target facility with the target area.
  • the server 1 activates the rank analyzers 10, 10, 10... By batch processing, communicates with the search server 2 to acquire search results, and extracts search ranks from the search results. Specifically, the server 1 generates a URL code based on the keyword and the target area set above and outputs the URL code to the search server 2.
  • the search server 2 performs a map search according to the URL code acquired from the server 1, and outputs HTML data as a search result to the server 1.
  • the server 1 extracts the search order of the target facility set above from the acquired HTML data.
  • the server 1 stores (saves) the extracted search order in the order DB 164, outputs an API screen described later to the customer terminal 3, and presents the search order to the customer.
  • FIG. 6 is an explanatory diagram regarding the area code generation processing.
  • FIG. 6 illustrates an example of a method of generating a region code from the region name of the target region.
  • the server 1 converts the area name of the target area into a URL code (area code) in accordance with the area name conversion rules defined by the search server 2.
  • the server 1 generates a character string to be inserted in the URL code from the number of characters of the area name and the character string representing the area name itself.
  • the server 1 converts the number of characters in the area name into one alphabetic character or number according to the number of characters. For example, when the area name is “Chuo-ku, Tokyo”, the server 1 converts the 16-character number in the English notation “Chuo, Tokyo, Japan” of the area name into a corresponding single English character “Q”.
  • the search server 2 defines a correspondence relationship between the number of characters of the area name and the English character or the number representing the number of characters.
  • the server 1 converts the number of characters of the area name into a character string on the URL code according to the definition of the search server 2.
  • the server 1 converts the English notation of the area name "Chuo, Tokyo, Japan" into a character string on the URL code according to a predetermined encoding method. For example, the server 1 performs conversion according to the base64 algorithm.
  • the search server 2 defines that the area name is converted by base64.
  • the server 1 converts the area name itself of the target area into a character string on the URL code according to the conversion rule.
  • the server 1 inserts a fixed character arranged by the search server 2 in addition to the character string obtained by converting the number of characters in the area name and the character string obtained by converting the area name itself to generate the area code. Thereby, the area code on the URL that can be interpreted by the search server 2 is generated.
  • the server 1 generates a search URL code using the generated area code and outputs it to the search server 2.
  • the search server 2 performs a map search according to the URL code and outputs HTML data related to the search result to the server 1.
  • the above method of generating the area code is an example, and the present embodiment is not limited to this.
  • the server 1 only needs to be able to generate the area code from the area name according to the conversion rule defined by the search engine, and the generation method is not limited to the method based on the number of characters of the area name.
  • FIG. 7 is an explanatory diagram regarding the order extraction processing.
  • FIG. 7 illustrates how the search order of the target facility is extracted from the HTML data related to the search result.
  • the server 1 extracts the search rank from the HTML data acquired from the search server 2 as the search result using the facility code of the target facility.
  • the facility code is an identification code given by the search server 2 to each facility on the map, and is a character string consisting of alphanumeric characters.
  • the server 1 acquires the facility code of the target facility and registers (stores) it in the facility DB 161 when setting and registering the facility to be searched, the keyword, the target area, etc. (see FIG. 3).
  • the server 1 reads the facility code of the target facility from the facility DB 161, identifies the description location on the HTML data in which the facility code is described, and extracts the search order.
  • the server 1 identifies, in the acquired HTML data, a description location in which one or more facilities searched by the search server 2 from the database are described.
  • the part surrounded by the dotted rectangular frame corresponds to the description part.
  • the facility code of each facility searched is described in order according to the search order.
  • the server 1 refers to the facility code of the target facility registered in the facility DB 161, and identifies the location where the facility code is described in the HTML data.
  • the location surrounded by the solid rectangular frame corresponds to the location of the facility code of the target facility to be surveyed.
  • the server 1 extracts the search order of the target facilities by determining the description order of the facility codes of the target facilities. In this way, the server 1 extracts the search order by specifying the description location of the corresponding facility code from the HTML data.
  • the server 1 stores (stores) the extracted search order in the order DB 164 in association with the facility ID of the target facility, the keyword ID of the keyword used as the search query, the area ID of the target area, and the date of execution of the processing. ..
  • the server 1 stores (saves) not only the search order extracted from the search results but also a hard copy of the search result screen in the image DB 165.
  • the server 1 stores (saves) not only the search order extracted from the search results but also a hard copy of the search result screen in the image DB 165.
  • the server 1 executes the above process for each of the plurality of keywords set as the search query of the target facility.
  • the server 1 sets a plurality of keywords (search queries) for one facility. Therefore, the server 1 performs the above-described rank acquisition process for each keyword in order to check the search rank when searching with each keyword. That is, the server 1 generates a separate URL code for each keyword, outputs it to the search server 2, and makes a search request.
  • the server 1 acquires the search result concerning each keyword from the search server 2, extracts the search order, and stores the extracted search order and the search result screen in each database. As a result, the search order when the keyword is changed can also be investigated.
  • FIGS. 8A and 8B are explanatory diagrams showing an example of the API screen.
  • 8A and 8B show an example of an interface screen when presenting the search result survey results collected by the server 1 to the customer.
  • the server 1 presents the search result of the search order in various forms. Specifically, the server 1 presents the history information of the search order when searching with each keyword.
  • FIG. 8A illustrates a case where the history information of the search order is presented (displayed) in a time series graph.
  • the server 1 refers to the rank DB 164, and graphs the search rank of each execution date corresponding to each of the plurality of keywords in a chart format and outputs the graph.
  • FIG. 8B illustrates a case where the history information of the search order is presented in a calendar format.
  • the server 1 outputs (displays) the search order of each keyword on each execution date in association with each date in the calendar.
  • the server 1 may present not only the search order but also the number of searches performed by each keyword.
  • FIG. 8C illustrates a case in which the search numbers of direct search and indirect search are presented.
  • the "direct search” means direct traffic including the facility name in the search keyword
  • the "indirect search” means organic traffic not including the facility name in the search keyword.
  • the server 1 acquires the number of searches by each keyword using a tool such as an ASP service provided by a search engine, and outputs the number of direct searches and the number of indirect searches as a graph.
  • the server 1 automatically acquires the search order of the local search by each keyword from the search engine and presents it to the customer.
  • the search server 2 By generating a dedicated URL code and outputting it to the search server 2 in order to obtain the local search order, the local search result (search order) in an arbitrary area can be obtained without depending on the location of the server 1. You can look it up. As a result, it is not necessary to use the hardware resources located in each area, and the local search order can be appropriately acquired.
  • FIG. 9 is a flowchart showing an example of the processing procedure of the target setting processing.
  • a process of setting a facility to be surveyed, a keyword (search query), and a target area will be described with reference to FIG.
  • the control unit 11 of the server 1 receives a setting input for setting a target facility to be surveyed, a keyword (search query), and a target area (step S11).
  • the control unit 11 receives inputs of the facility name of the target facility, one or more keywords set as the search query, and the area name of the target area set as the search location.
  • the control unit 11 issues a facility ID to the target facility input in step S11, associates the facility ID with the facility ID, and uses the facility code as a character string representing the facility in the search result (HTML data) of the search engine. Is stored in the facility DB 161 (step S12).
  • the facility code is an identification code on the HTML data given by the search engine to each facility.
  • the control unit 11 issues a keyword ID for each of the one or more keywords input in step S11, stores the keyword in the keyword DB 162 in association with the keyword ID and facility ID (step S13).
  • the control unit 11 refers to the area code table 163 and identifies the area ID corresponding to the area name of the target area input in step S11 (step S14). Then, the control unit 11 associates the identified area ID with the facility ID issued in step S12 and stores it in the facility DB 161 to associate the facility code with the area code (step S15), and the series of processes ends. To do.
  • FIG. 10 is a flowchart showing an example of the processing procedure of the order extraction processing.
  • the ranking acquisition process executed by the server 1 will be described with reference to FIG.
  • the server 1 starts the following processing by batch processing.
  • the control unit 11 of the server 1 reads a keyword as a search query and a region code representing a region name of the target region from each DB based on the keyword ID and the region ID associated with the facility ID (step S31).
  • the keyword DB 162 one or more keywords are registered in association with the facility ID of one facility.
  • the control unit 11 reads out each of the one or more keywords associated with the facility ID from the keyword DB 162.
  • the area code is a character string defined in the search engine and used to represent the target area on the URL code, and is a character string representing the area name of each area.
  • the area code is generated by combining a character string defined according to the number of characters of the area name and a character string obtained by converting the area name by a predetermined encoding method (for example, base64).
  • the facility DB 161 stores the region ID of the target region to be surveyed for the facility in association with the facility ID of the one facility. Based on the area ID associated with the facility ID of the target facility in the facility DB 161, the control unit 11 selects the target area from the area code table 163 in which the area ID, the area name, and the area code are associated and set in advance. Read out the area code.
  • the control unit 11 generates a URL code to be output to the search engine based on the keyword and area code read in step S31 (step S32). Specifically, the control unit 11 generates a URL code for each keyword read in step S31. The control unit 11 performs the following processing for each URL code generated according to each keyword.
  • the control unit 11 outputs the generated URL code to the search engine and requests a local search based on the URL code (step S33).
  • the control unit 11 acquires the search result from the search engine (step S34).
  • the control unit 11 extracts the search rank of the target facility from the acquired search result (step S35). For example, the control unit 11 extracts the search order by specifying the description location in which the facility code of the target facility is described from the HTML data acquired as the search result.
  • the control unit 11 stores the extracted search order in the order DB 164 in association with the facility ID, the keyword ID, the area ID, and the execution date (step S36). Further, the control unit 11 stores the image data of the search result screen in the image DB 165 (step S37).
  • the control unit 11 refers to the rank DB 164 and determines whether or not the search rank is normally registered and whether or not there is an error (step S38). When it is determined that an error has occurred (S38: YES), the control unit 11 returns the processing to step S33, makes the search request again, and re-extracts the search order. When determining that no error has occurred (S38: NO), the control unit 11 ends the series of processes.
  • the search order in each area may be acquired.
  • the server 1 may separately generate the URL code using the area code of each area and output it to the search server 2.
  • the search order in each area can be acquired in parallel.
  • the server 1 obtains a search result at a desired search location by generating a URL code from an arbitrarily set target area and making a search request to the search engine.
  • the search order can be acquired.
  • the server 1 generates a URL code in which the target area is arbitrarily set by converting the area name of the target area into a character string on the URL code according to the definition on the search engine side. To do. This allows the search engine to properly interpret the set search area and execute the search.
  • the server 1 registers a plurality of search queries for one target facility in the database, automatically generates a URL code for each search query, and causes the search engine to perform the search. Output.
  • the search order can be automatically acquired for each of the plurality of search queries, and various search patterns can be examined at the same time.
  • the server 1 generates an API screen showing the history information of the search order in the form of a graph, a calendar, etc. and outputs it to the customer terminal 3.
  • the customer can grasp the transition of the search order and can take appropriate MEO measures.

Abstract

The present invention provides an information processing device, etc., with which it is possible to appropriately acquire a local search order. An information processing device (1) is characterized by comprising: a setting unit for accepting the setting input of a target facility, a search query, and a target region that is set to a search place; a generation unit for generating, on the basis of the search query and target region, a URL code that is outputted to a search engine that searches on-map facility information in accordance with the search place of a searcher; an output unit for outputting the generated URL code to the search engine; an acquisition unit for acquiring a search result in the target region from the search engine; and an extraction unit for extracting the search order of the target facility from the search result.

Description

情報処理装置、情報処理方法及びプログラムInformation processing apparatus, information processing method, and program
 本発明は、情報処理装置、情報処理方法及びプログラムに関する。 The present invention relates to an information processing device, an information processing method, and a program.
 クライアントから入力された検索クエリに基づいてWebデータの検索を行う検索エンジンにおいて、検索対象地域を絞り込んで検索を行う、所謂ローカル検索の技術がある。例えば特許文献1では、検索クエリに含まれる地理的情報(例えば都市名、地域名等)から検索対象地域を特定し、ローカル検索を行う検索方法が開示されている。 There is a so-called local search technology that narrows down the search target area in the search engine that searches the Web data based on the search query input from the client. For example, Patent Document 1 discloses a search method in which a search target area is specified from geographical information (for example, city name, area name, etc.) included in a search query, and a local search is performed.
特願2007-549627号公報Japanese Patent Application No. 2007-549627
 一般的な検索エンジンでは、クライアントのIPアドレス、位置情報等から検索地を推測し、ローカル検索を行っている。これにより、クライアントの所在地域に応じてローカライズされた検索結果が提示される。 -A general search engine estimates the search location from the client's IP address, location information, etc., and performs a local search. As a result, the search results localized according to the location area of the client are presented.
 ところで、検索エンジンを用いたWeb検索サービスの普及に伴い、検索結果においてホームページ、広告等の検索順位が上位になるように対策を行う、SEO(Search Engine Optimization)、MEO(Map Engine Optimization)と呼ばれる取り組みが行われている。 By the way, with the spread of Web search services using search engines, measures are taken so that the search order of homepages, advertisements, etc. in the search results is higher, called SEO (Search Engine Optimization) and MEO (Map Engine Optimization). Efforts are being made.
 SEO、MEOといった観点から検索エンジンのローカル検索手法を考えた場合、クライアントの所在地域によって検索順位が異なる場合がある。各地域の検索順位を知得するには、各地域のクライアントから検索要求を行って検索結果を得なければならず、ローカルな検索結果を知得することが困難になっている。 When considering the local search method of the search engine from the viewpoint of SEO and MEO, the search order may differ depending on the location area of the client. In order to obtain the search order of each region, it is necessary to obtain a search result by making a search request from a client in each region, and it is difficult to obtain the local search result.
 一つの側面では、ローカルな検索順位を適切に取得することができる情報処理装置等を提供することを目的とする。 In one aspect, the purpose is to provide an information processing device or the like that can appropriately acquire a local search order.
 一つの側面では、情報処理装置は、対象施設と、検索クエリと、検索地に設定する対象地域との設定入力を受け付ける設定部と、前記検索クエリ及び対象地域に基づき、検索者の検索地に応じて地図上の施設情報を検索する検索エンジンに対して出力するURLコードを生成する生成部と、生成した前記URLコードを前記検索エンジンに出力する出力部と、前記検索エンジンから、前記対象地域における検索結果を取得する取得部と、前記検索結果から、前記対象施設の検索順位を抽出する抽出部とを備えることを特徴とする。 In one aspect, the information processing device, based on the search query and the target area, the search facility of the searcher, based on the search query and the target area, the setting unit that receives the setting input of the target facility, the search query, and the target area to be set as the search location. A generating unit that generates a URL code to be output to a search engine that searches facility information on a map, an output unit that outputs the generated URL code to the search engine, and the target area from the search engine. And an extracting unit that extracts the search order of the target facility from the search result.
 一つの側面では、ローカルな検索順位を適切に取得することができる。 In one aspect, it is possible to properly acquire local search rankings.
MEOシステムの構成例を示す模式図である。It is a schematic diagram which shows the structural example of a MEO system. サーバの構成例を示すブロック図である。It is a block diagram which shows the structural example of a server. 施設DB、キーワードDB及び地域コードテーブルのレコードレイアウトの一例を示す説明図である。It is an explanatory view showing an example of a record layout of a facility DB, a keyword DB, and a region code table. 順位DB及び画像DBのレコードレイアウトの一例を示す説明図である。It is explanatory drawing which shows an example of the record layout of order DB and image DB. 本実施の形態の概要を示す説明図である。It is explanatory drawing which shows the outline|summary of this Embodiment. 地域コードの生成処理に関する説明図である。It is explanatory drawing regarding the production|generation process of an area code. 順位抽出処理に関する説明図である。It is explanatory drawing regarding a rank extraction process. API画面の一例を示す説明図である。It is an explanatory view showing an example of an API screen. API画面の一例を示す説明図である。It is an explanatory view showing an example of an API screen. API画面の一例を示す説明図である。It is an explanatory view showing an example of an API screen. 対象設定処理の処理手順の一例を示すフローチャートである。It is a flow chart which shows an example of the processing procedure of object setting processing. 順位抽出処理の処理手順の一例を示すフローチャートである。It is a flow chart which shows an example of the processing procedure of order extraction processing.
 以下、本発明をその実施の形態を示す図面に基づいて詳述する。
(実施の形態)
 図1は、MEOシステムの構成例を示す模式図である。本実施の形態では、検索エンジンにおいて実行されるローカル検索の検索結果から、調査対象である対象施設の検索順位を自動的に取得するMEOシステムを一例として説明を行う。MEOシステムは、情報処理装置1、検索サーバ2、及び顧客端末3、3、3…を有する。各装置は、インターネット等のネットワークNを介して通信接続されている。
Hereinafter, the present invention will be described in detail with reference to the drawings showing an embodiment thereof.
(Embodiment)
FIG. 1 is a schematic diagram showing a configuration example of a MEO system. In the present embodiment, an MEO system that automatically acquires the search order of the target facility that is the survey target from the search results of the local search executed by the search engine will be described as an example. The MEO system has an information processing device 1, a search server 2, and customer terminals 3, 3, 3. Each device is communicatively connected via a network N such as the Internet.
 サーバ1は、種々の情報処理、情報の送受信が可能な情報処理装置であり、例えばサーバ装置、パーソナルコンピュータ等である。本実施の形態で情報処理装置1はサーバ装置であるものとし、以下では簡潔のためサーバ1と読み替える。サーバ1は、MEO対策のためのAPI(Application Programmable Interface)サービスを実現するため、検索エンジンに対して検索要求を行い、取得した検索結果から、対象施設の検索順位を抽出する処理を実行する。対象施設は、検索エンジンが実行するマップ検索において検索対象となる地図上の施設であり、例えば店舗、企業オフィス等である。後述するように、サーバ1は、対象施設を検索する一般ユーザの検索地として想定される対象地域の設定入力を事前に受け付け、対象地域において所定のキーワード(検索クエリ)を用いて検索を行った場合に対象施設が何位で検索されるか、ローカルな検索順位を収集する処理を行う。 The server 1 is an information processing device capable of various information processing and information transmission/reception, and is, for example, a server device, a personal computer, or the like. In the present embodiment, the information processing device 1 is assumed to be a server device, and will be read as server 1 for simplicity below. In order to realize an API (Application Programmable Interface) service for MEO measures, the server 1 makes a search request to a search engine and executes a process of extracting the search order of the target facility from the acquired search result. The target facility is a facility on the map that is the search target in the map search executed by the search engine, and is, for example, a store or a corporate office. As will be described later, the server 1 accepts the setting input of the target area assumed as the search location of the general user who searches the target facility in advance, and performs the search using the predetermined keyword (search query) in the target area. In such a case, a process of collecting the local search rankings of how many places the target facility is searched for is performed.
 本実施の形態においてサーバ1は、複数の順位解析機10、10、10…に接続されている。順位解析機10は、検索エンジンへの検索のリクエスト、検索結果からの検索順位の抽出等をサーバ1本体に代わって実行する演算装置である。本実施の形態では、サーバ1に接続された順位解析機10が検索のリクエスト、検索順位の抽出等を行うことで、計算能力を高めて一連の処理を行う。 In this embodiment, the server 1 is connected to a plurality of rank analyzers 10, 10, 10... The rank analyzer 10 is a computing device that executes a search request to a search engine, a search rank extraction from a search result, and the like, instead of the server 1 main body. In the present embodiment, the rank analyzer 10 connected to the server 1 requests a search, extracts a search rank, and the like, thereby enhancing the calculation capability and performing a series of processes.
 なお、サーバ1が順位解析機10と協働して処理を実行するか、又はサーバ1単体で処理を実行するかは設計事項であり、設計者が任意に変更可能である。以下では簡潔のため、順位解析機10が実行する処理も含めて処理主体はサーバ1であるものとして説明する。 Note that whether the server 1 executes the process in cooperation with the rank analyzer 10 or the process by the server 1 alone is a design matter, and can be arbitrarily changed by the designer. For the sake of brevity, the processing body including the processing executed by the rank analyzer 10 will be described below as the server 1.
 検索サーバ2は、検索エンジンとして機能する情報処理装置であり、クライアントからの検索要求に応じて検索結果を出力するサーバ装置である。検索サーバ2は、クローリング等によってインターネット上からWebデータを収集してデータベースを構築し、クライアントから検索クエリの入力を受け付けて該当する情報を検索し、検索結果を出力する。本実施の形態で検索サーバ2は、所謂マップエンジンとして機能し、検索クエリに対応する地図上の施設情報を検索するマップ検索を行う。 The search server 2 is an information processing device that functions as a search engine, and is a server device that outputs a search result in response to a search request from a client. The search server 2 collects Web data from the Internet by crawling or the like to construct a database, receives an input of a search query from a client, searches for relevant information, and outputs a search result. In the present embodiment, the search server 2 functions as a so-called map engine, and performs a map search for searching facility information on the map corresponding to the search query.
 顧客端末3は、本システムを利用してAPIサービスを受ける顧客が使用する端末装置である。後述するように、顧客端末3はサーバ1と通信を行い、検索順位の調査結果を示すAPI画面を表示する。サーバ1は、顧客の施設(店舗、オフィス等)、及び顧客がMEO対策を行う検索キーワードの事前設定を受け付け、顧客の施設を対象施設として、設定されたキーワードに基づく検索結果から対象施設の検索順位を抽出する。 The customer terminal 3 is a terminal device used by a customer who receives the API service by using this system. As will be described later, the customer terminal 3 communicates with the server 1 and displays an API screen showing the search result of the search order. The server 1 accepts a customer facility (store, office, etc.) and a preset search keyword for the customer to take measures against MEO, sets the customer facility as a target facility, and searches the target facility from the search results based on the set keyword. Extract the ranking.
 図2は、サーバ1の構成例を示すブロック図である。サーバ1は、制御部11、主記憶部12、通信部13、表示部14、入力部15、及び補助記憶部16を有する。
 制御部11は、一又は複数のCPU(Central Processing Unit)、MPU(Micro-Processing Unit)等の演算処理装置を有し、補助記憶部16に記憶されたプログラムPを読み出して実行することにより、サーバ1に係る種々の情報処理、制御処理等を行う。主記憶部12は、SRAM(Static Random Access Memory)、DRAM(Dynamic Random Access Memory)、フラッシュメモリ等の一時記憶領域であり、制御部11が演算処理を実行するために必要なデータを一時的に記憶する。通信部13は、通信に関する処理を行うための処理回路等を含み、検索サーバ2等と情報の送受信を行う。表示部14は、例えば液晶ディスプレイ等の表示画面である。入力部15は、例えば操作入力を受け付ける入力インターフェイスである。
FIG. 2 is a block diagram showing a configuration example of the server 1. The server 1 includes a control unit 11, a main storage unit 12, a communication unit 13, a display unit 14, an input unit 15, and an auxiliary storage unit 16.
The control unit 11 includes an arithmetic processing device such as one or more CPUs (Central Processing Units) and MPUs (Micro-Processing Units), and reads and executes the program P stored in the auxiliary storage unit 16 to Various information processing, control processing, and the like related to the server 1 are performed. The main storage unit 12 is a temporary storage area such as an SRAM (Static Random Access Memory), a DRAM (Dynamic Random Access Memory), and a flash memory, and temporarily stores data necessary for the control unit 11 to execute arithmetic processing. Remember. The communication unit 13 includes a processing circuit and the like for performing processing relating to communication, and transmits and receives information to and from the search server 2 and the like. The display unit 14 is a display screen such as a liquid crystal display. The input unit 15 is, for example, an input interface that receives an operation input.
 補助記憶部16は大容量メモリ、ハードディスク等であり、制御部11が処理を実行するために必要なプログラムP、その他のデータを記憶している。また、補助記憶部16は、施設DB161、キーワードDB162、地域コードテーブル163、順位DB164、及び画像DB165を記憶している。施設DB161は、調査対象である各施設の情報を格納するデータベースである。キーワードDB162は、各施設について検索順位の調査を行う際に検索クエリとして用いるキーワードを格納するデータベースである。地域コードテーブル163は、検索地として任意に設定する対象地域の地域コードを格納するテーブルである。なお、地域コードについては後述する。順位DB164は、検索サーバ2から取得した検索結果から抽出した検索順位を格納するデータベースである。画像DB165は、検索結果画面の画像データ(ブラウザ画面のハードコピー)を格納するデータベースである。 The auxiliary storage unit 16 is a large-capacity memory, a hard disk, etc., and stores the program P and other data necessary for the control unit 11 to execute processing. The auxiliary storage unit 16 also stores a facility DB 161, a keyword DB 162, an area code table 163, a rank DB 164, and an image DB 165. The facility DB 161 is a database that stores information on each facility that is a survey target. The keyword DB 162 is a database that stores keywords used as a search query when investigating the search order for each facility. The area code table 163 is a table that stores the area code of the target area arbitrarily set as the search location. The area code will be described later. The rank DB 164 is a database that stores the search ranks extracted from the search results acquired from the search server 2. The image DB 165 is a database that stores the image data of the search result screen (hard copy of the browser screen).
 なお、補助記憶部16はサーバ1に接続された外部記憶装置であってもよい。また、サーバ1は複数のコンピュータからなるマルチコンピュータであってもよく、ソフトウェアによって仮想的に構築された仮想マシンであってもよい。 The auxiliary storage unit 16 may be an external storage device connected to the server 1. Further, the server 1 may be a multi-computer including a plurality of computers, or may be a virtual machine virtually constructed by software.
 また、本実施の形態においてサーバ1は上記の構成に限られず、例えば可搬型記憶媒体に記憶された情報を読み取る読取部等を含んでもよい。 Further, in the present embodiment, the server 1 is not limited to the above configuration, and may include, for example, a reading unit that reads information stored in a portable storage medium.
 図3は、施設DB161、キーワードDB162及び地域コードテーブル163のレコードレイアウトの一例を示す説明図である。
 施設DB161は、施設ID列、施設コード列、施設名列、及び地域ID列を含む。施設ID列は、調査対象である対象施設を識別するための施設IDを記憶している。施設コード列は、施設IDと対応付けて、各対象施設に対応する施設コードを記憶している。施設コードは、検索エンジン(検索サーバ2)側で付与されている地図上の各施設の識別コードであり、検索結果として出力されるHTML(Hyper Text Markup Language)データ上で各施設を表現する際に用いられる文字列である。地域ID列は、施設IDと対応付けて、検索地として設定された対象地域の地域IDを記憶している。
FIG. 3 is an explanatory diagram showing an example of the record layout of the facility DB 161, the keyword DB 162, and the area code table 163.
The facility DB 161 includes a facility ID column, a facility code column, a facility name column, and a region ID column. The facility ID column stores the facility ID for identifying the target facility that is the survey target. The facility code string stores the facility code corresponding to each target facility in association with the facility ID. The facility code is an identification code of each facility on the map given on the side of the search engine (search server 2), and when expressing each facility on the HTML (Hyper Text Markup Language) data output as the search result. Is a character string used for. The area ID column stores the area ID of the target area set as the search location in association with the facility ID.
 キーワードDB162は、キーワードID列、施設ID列、及びキーワード列を含む。キーワードID列は、検索クエリとして設定された各キーワードを識別するためのキーワードIDを記憶している。施設ID列は、キーワードIDと対応付けて、当該キーワードを用いて検索順位の調査を行う対象施設の施設IDを記憶している。キーワード列は、キーワードIDと対応付けて、検索クエリとして設定されたキーワードを記憶している。 The keyword DB 162 includes a keyword ID string, a facility ID string, and a keyword string. The keyword ID column stores keyword IDs for identifying each keyword set as a search query. The facility ID column stores the facility ID of the target facility whose search order is to be investigated using the keyword in association with the keyword ID. The keyword string stores the keywords set as the search query in association with the keyword ID.
 地域コードテーブル163は、地域ID列、地域名列、及び地域コード列を含む。地域ID列は、検索地として設定された各対象地域を識別するための地域IDを記憶している。地域名列は、地域IDと対応付けて、各対象地域の地域名を記憶している。地域コード列は、地域IDと対応付けて、対象地域の地域名を表す地域コードを記憶している。地域コードは、検索エンジン側が定義する地域名の識別コードであり、自然言語の地域名をURLコード上で表す際に用いられる文字列である。 The area code table 163 includes an area ID column, an area name column, and an area code column. The area ID column stores the area ID for identifying each target area set as the search location. The area name column stores the area name of each target area in association with the area ID. The area code column stores the area code that represents the area name of the target area in association with the area ID. The area code is an identification code of an area name defined by the search engine, and is a character string used to represent an area name in natural language on a URL code.
 図4は、順位DB164及び画像DB165のレコードレイアウトの一例を示す説明図である。
 順位DB164は、キーワードID列、施設ID列、実行日列、地域ID列、順位列、及び施設リスト数列を含む。キーワードID列は、順位取得に用いたキーワードのキーワードIDを記憶している。施設ID列は、キーワードIDと対応付けて、検索順位を取得した対象施設の施設IDを記憶している。実行日列は、キーワードID及び施設IDと対応付けて、順位取得処理を実行した実行日を記憶している。地域ID列は、キーワードID、施設ID及び実行日と対応付けて、順位取得の際に設定した対象地域の地域IDを記憶している。順位列は、キーワードID、施設ID及び実行日と対応付けて、取得した検索順位を記憶している。施設リスト数列は、キーワードID、施設ID及び実行日と対応付けて、検索結果として得た施設のリスト数(検索された施設の数)を記憶している。図4の例では、キーワードID「1000」のキーワードに基づき、地域ID「101」の対象地域を検索地に設定して検索を行った場合、施設ID「1」の施設の検索順位は、全体としてリスト数「20」まで施設が検索されたうち、順位「1」位となっている。
FIG. 4 is an explanatory diagram showing an example of the record layout of the order DB 164 and the image DB 165.
The ranking DB 164 includes a keyword ID column, a facility ID column, an execution date column, an area ID column, a ranking column, and a facility list number column. The keyword ID column stores the keyword ID of the keyword used to acquire the rank. The facility ID column stores the facility ID of the target facility whose search order is acquired in association with the keyword ID. The execution date column stores the execution date when the rank obtaining process is executed in association with the keyword ID and the facility ID. The area ID column stores the area ID of the target area set at the time of order acquisition in association with the keyword ID, the facility ID, and the execution date. The rank order stores the acquired search rank in association with the keyword ID, the facility ID, and the execution date. The facility list number column stores the list number of facilities (the number of retrieved facilities) obtained as a search result in association with the keyword ID, the facility ID, and the execution date. In the example of FIG. 4, when the target area with the area ID “101” is set as the search location based on the keyword with the keyword ID “1000” and the search is performed, the search order of the facilities with the facility ID “1” is the whole. Among the facilities searched up to the list number “20”, the ranking is “1”.
 画像DB165は、順位DB164と同様にキーワードID列、施設ID列、実行日列、地域ID列を含むほか、ファイル名列及びファイルURL列を含む。ファイル名列は、キーワードID等と対応付けて、検索結果に係るブラウザ画面の画像ファイル名を記憶している。ファイルURL列は、キーワードID等と対応付けて、検索結果画面の画像ファイルの所在を示すURL情報を記憶している。 Like the rank DB 164, the image DB 165 includes a keyword ID column, a facility ID column, an execution date column, and an area ID column, as well as a file name column and a file URL column. The file name column stores the image file name of the browser screen related to the search result in association with the keyword ID or the like. The file URL column stores URL information indicating the location of the image file on the search result screen in association with the keyword ID and the like.
 図5は、本実施の形態の概要を示す説明図である。図5左には、検索エンジン(検索サーバ2)が出力する検索結果の画面例を図示している。図5に基づき、本実施の形態でサーバ1が行う処理の概要について説明する。
 上述の如く、検索サーバ2はクライアントからキーワードの入力を受け、キーワードに該当する情報を検索し、検索結果をクライアントへ返送する。本実施の形態でサーバ1は、検索サーバ2が出力する検索結果のうち、マップ検索に係る検索結果から、調査対象である対象施設の検索順位を取得(抽出)する。
FIG. 5 is an explanatory diagram showing the outline of the present embodiment. On the left side of FIG. 5, an example of a search result screen output by the search engine (search server 2) is illustrated. An outline of the processing performed by the server 1 in the present embodiment will be described with reference to FIG.
As described above, the search server 2 receives a keyword input from the client, searches for information corresponding to the keyword, and returns the search result to the client. In the present embodiment, the server 1 acquires (extracts) the search order of the target facility that is the survey target from the search results related to the map search among the search results output by the search server 2.
 マップ検索は、Googleマップ(登録商標)に代表されるように、地図上の各地点、各施設の情報を検索可能な地図検索サービスである。例えば図5左に示すように、検索サーバ2は、検索クエリに基づき検索された一又は複数の施設を地図上に提示すると共に、各施設の情報(例えば施設名、住所、ハイパーリンク等)をブラウザ上に提示する。なお、ここで言う「マップ検索」には、地図ではなく衛星写真等を用いて地理的空間を提示する形態も含まれる。また、ここで言う「マップ検索」には、地図上の一地点を示す情報(例えば施設名、住所等)を提示する形態だけでなく、ルート検索、ストリートビュー等のように、複数の地点に跨る情報を提示する形態も含まれる。 Map search is a map search service that can search the information of each point and each facility on the map, as typified by Google Map (registered trademark). For example, as shown on the left side of FIG. 5, the search server 2 presents one or a plurality of facilities searched based on the search query on a map, and provides information on each facility (for example, facility name, address, hyperlink, etc.). Present on the browser. It should be noted that the "map search" referred to here also includes a form in which a geographical space is presented using a satellite photograph or the like instead of a map. The "map search" referred to here is not limited to the form of presenting information indicating one point on the map (for example, facility name, address, etc.), but it is also possible to search for multiple points such as route search and street view. It also includes the form of presenting information that spans.
 ところで、既に述べたように、検索エンジンには所謂ローカル検索機能を有しているものがある。例えば図5に示すように、キーワードが「東京 クリニック」であり、かつ、クライアントの所在地(検索地)が東京都中央区である場合を考える。この場合に検索エンジンは、キーワード「東京 クリニック」に該当し、かつ、東京都中央区又はその近辺に位置する施設を検索する。これにより、図5に示す如く、東京都中央区及びその近辺に位置する施設の検索結果をクライアントに返送する。例えば検索サーバ2は、検索順位が上位の施設の位置を地図上に提示すると共に、検索順位が上位の施設の情報(施設名等)を地図の下方に提示する。 By the way, as already mentioned, some search engines have a so-called local search function. For example, as shown in FIG. 5, consider a case where the keyword is “Tokyo Clinic” and the client's location (search location) is Chuo-ku, Tokyo. In this case, the search engine searches for facilities that correspond to the keyword "Tokyo Clinic" and located in or near Chuo-ku, Tokyo. As a result, as shown in FIG. 5, the search results of the facilities located in Chuo-ku, Tokyo and its vicinity are returned to the client. For example, the search server 2 presents the position of the facility having the higher search rank on the map, and presents the information (the facility name etc.) of the facility having the higher search rank below the map.
 一般的な検索エンジンでは、クライアントのIPアドレス等から対象地域を絞り込み、検索を行っている。従って、クライアントの検索地に応じて異なる検索結果(検索順位)が出力される。そこで本実施の形態では、検索エンジンに検索要求を行う際、対象地域を指定したURL(Uniform Resource Locator)コードをサーバ1側で生成し、当該URLコードを検索サーバ2に出力して検索要求を行う。つまりサーバ1は、MEOに係る調査のためにカスタマイズした検索用URLコードを生成し、当該URLコードの記述に従って検索するよう検索サーバ2に要求する。 A general search engine narrows down the target area based on the IP address of the client, etc. Therefore, different search results (search order) are output according to the search location of the client. Therefore, in the present embodiment, when making a search request to the search engine, a URL (Uniform Resource Locator) code that specifies the target area is generated on the server 1 side, and the URL code is output to the search server 2 to make a search request. To do. That is, the server 1 requests the search server 2 to generate a search URL code customized for the investigation related to MEO and to search according to the description of the URL code.
 具体的には、サーバ1は、キーワードDB162に登録されている検索用のキーワード(検索クエリ)と、地域コードテーブル163において地域コードへの変換規則が定められている対象地域の地域名とに基づき、URLコードを生成する。 Specifically, the server 1 is based on the search keyword (search query) registered in the keyword DB 162 and the area name of the target area for which the conversion rule to the area code is set in the area code table 163. , Generate a URL code.
 サーバ1は、検索順位を調査する対象施設と、当該施設の検索クエリとして想定されるキーワードと、検索地として想定される対象地域とについて、事前に設定入力を受け付け、各種データベースに登録しておく。例えばサーバ1は、対象施設の施設名の入力を受け付け、入力された対象施設に対して施設IDを発行し、施設DB161に記憶する(図3参照)。また、サーバ1は、検索クエリとするキーワードの入力を受け付け、当該キーワードに対してキーワードIDを発行し、キーワードDB162に記憶する。なお、図3で図示したように、サーバ1は一の対象施設に対して複数のキーワードを設定可能としてある。 The server 1 accepts a setting input in advance for a target facility whose search order is to be investigated, a keyword assumed as a search query of the facility, and a target area assumed as a search location, and is registered in various databases in advance. .. For example, the server 1 accepts the input of the facility name of the target facility, issues the facility ID to the input target facility, and stores the facility ID in the facility DB 161 (see FIG. 3 ). In addition, the server 1 receives an input of a keyword as a search query, issues a keyword ID for the keyword, and stores the keyword ID in the keyword DB 162. As illustrated in FIG. 3, the server 1 can set a plurality of keywords for one target facility.
 さらにサーバ1は、検索地として想定される対象地域の設定入力を受け付ける。例えば図3で示したように、サーバ1は、各地域の地域IDと、地域名と、予め生成してある各地域の地域コードとを互いに対応付けた地域コードテーブル163を保持している。サーバ1は、任意の地域名の入力を受け付け、地域コードテーブル163から、入力された地域名に対応する地域IDを特定する。サーバ1は、上記で発行した施設IDと対応付けて、当該地域IDを施設DB161に記憶(登録)する。これにより、サーバ1は、対象施設及び対象地域の関連付けを行う。 Further, the server 1 accepts the setting input of the target area assumed as the search location. For example, as shown in FIG. 3, the server 1 holds the area code table 163 in which the area ID of each area, the area name, and the area code of each area generated in advance are associated with each other. The server 1 accepts the input of an arbitrary area name and identifies the area ID corresponding to the input area name from the area code table 163. The server 1 stores (registers) the area ID in the facility DB 161 in association with the facility ID issued above. Thereby, the server 1 associates the target facility with the target area.
 サーバ1は、例えばバッチ処理によって順位解析機10、10、10…を起動し、検索サーバ2と通信を行って検索結果を取得し、検索結果から検索順位を抽出する。具体的には、サーバ1は、上記で設定されたキーワード及び対象地域に基づいてURLコードを生成し、検索サーバ2に出力する。検索サーバ2は、サーバ1から取得したURLコードに従ってマップ検索を行い、検索結果であるHTMLデータをサーバ1に出力する。サーバ1は、取得したHTMLデータから、上記で設定された対象施設の検索順位を抽出する。サーバ1は、抽出した検索順位を順位DB164に格納(保存)しておき、後述のAPI画面を顧客端末3に出力して検索順位を顧客に提示する。 The server 1 activates the rank analyzers 10, 10, 10... By batch processing, communicates with the search server 2 to acquire search results, and extracts search ranks from the search results. Specifically, the server 1 generates a URL code based on the keyword and the target area set above and outputs the URL code to the search server 2. The search server 2 performs a map search according to the URL code acquired from the server 1, and outputs HTML data as a search result to the server 1. The server 1 extracts the search order of the target facility set above from the acquired HTML data. The server 1 stores (saves) the extracted search order in the order DB 164, outputs an API screen described later to the customer terminal 3, and presents the search order to the customer.
 図6は、地域コードの生成処理に関する説明図である。図6では、対象地域の地域名から地域コードを生成する方法の一例を図示してある。
 サーバ1は、検索サーバ2が定義する地域名の変換規則に従い、対象地域の地域名をURLコード(地域コード)に変換する。図6に示す例では、サーバ1は、地域名の文字数と、地域名自体を表す文字列とから、URLコード上に挿入する文字列を生成する。
FIG. 6 is an explanatory diagram regarding the area code generation processing. FIG. 6 illustrates an example of a method of generating a region code from the region name of the target region.
The server 1 converts the area name of the target area into a URL code (area code) in accordance with the area name conversion rules defined by the search server 2. In the example shown in FIG. 6, the server 1 generates a character string to be inserted in the URL code from the number of characters of the area name and the character string representing the area name itself.
 まずサーバ1は、地域名の文字数を、当該文字数に応じた一文字の英文字又は数字に変換する。例えば地域名が「東京都中央区」である場合、サーバ1は、当該地域名の英語表記「Chuo,Tokyo,Japan」の文字数16文字を、対応する一文字の英文字「Q」に変換する。検索サーバ2は、地域名の文字数と、当該文字数を表す英文字又は数字との対応関係を定義している。サーバ1は、検索サーバ2による定義に従い、地域名の文字数をURLコード上の文字列に変換する。 First, the server 1 converts the number of characters in the area name into one alphabetic character or number according to the number of characters. For example, when the area name is “Chuo-ku, Tokyo”, the server 1 converts the 16-character number in the English notation “Chuo, Tokyo, Japan” of the area name into a corresponding single English character “Q”. The search server 2 defines a correspondence relationship between the number of characters of the area name and the English character or the number representing the number of characters. The server 1 converts the number of characters of the area name into a character string on the URL code according to the definition of the search server 2.
 次にサーバ1は、地域名の英語表記「Chuo,Tokyo,Japan」を、所定のエンコード方式に従ってURLコード上の文字列に変換する。例えばサーバ1は、base64のアルゴリズムに従って変換を行う。検索サーバ2は、地域名をbase64により変換するよう定義している。サーバ1は、当該変換規則に従い、対象地域の地域名自体をURLコード上の文字列に変換する。 Next, the server 1 converts the English notation of the area name "Chuo, Tokyo, Japan" into a character string on the URL code according to a predetermined encoding method. For example, the server 1 performs conversion according to the base64 algorithm. The search server 2 defines that the area name is converted by base64. The server 1 converts the area name itself of the target area into a character string on the URL code according to the conversion rule.
 サーバ1は、地域名の文字数を変換した文字列と、地域名自体を変換した文字列とに加え、検索サーバ2が取り決めている固定文字を挿入して、地域コードを生成する。これにより、検索サーバ2が解釈可能なURL上の地域コードが生成される。サーバ1は、生成した地域コードを用いて検索用のURLコードを生成し、検索サーバ2へ出力する。検索サーバ2は、当該URLコードに従ってマップ検索を行い、検索結果に係るHTMLデータをサーバ1に出力する。 The server 1 inserts a fixed character arranged by the search server 2 in addition to the character string obtained by converting the number of characters in the area name and the character string obtained by converting the area name itself to generate the area code. Thereby, the area code on the URL that can be interpreted by the search server 2 is generated. The server 1 generates a search URL code using the generated area code and outputs it to the search server 2. The search server 2 performs a map search according to the URL code and outputs HTML data related to the search result to the server 1.
 なお、上記の地域コードの生成方法は一例であって、本実施の形態はこれに限定されるものではない。サーバ1は、検索エンジンが定義する変換規則に従って地域名から地域コードを生成可能であればよく、生成方法は地域名の文字数等に基づくものに限定されない。 Note that the above method of generating the area code is an example, and the present embodiment is not limited to this. The server 1 only needs to be able to generate the area code from the area name according to the conversion rule defined by the search engine, and the generation method is not limited to the method based on the number of characters of the area name.
 図7は、順位抽出処理に関する説明図である。図7では、検索結果に係るHTMLデータから対象施設の検索順位を抽出する様子を図示している。
 例えばサーバ1は、検索サーバ2から検索結果として取得したHTMLデータから、対象施設の施設コードを用いて検索順位を抽出する。施設コードは、検索サーバ2が地図上の各施設に対して付与している識別コードであり、英数字から成る文字列である。例えばサーバ1は、検索対象とする施設、キーワード、対象地域等の設定登録時に、対象施設の施設コードを取得し、施設DB161に登録(格納)しておく(図3参照)。サーバ1は、施設DB161から対象施設の施設コードを読み出し、当該施設コードが記述されているHTMLデータ上の記述箇所を特定して検索順位を抽出する。
FIG. 7 is an explanatory diagram regarding the order extraction processing. FIG. 7 illustrates how the search order of the target facility is extracted from the HTML data related to the search result.
For example, the server 1 extracts the search rank from the HTML data acquired from the search server 2 as the search result using the facility code of the target facility. The facility code is an identification code given by the search server 2 to each facility on the map, and is a character string consisting of alphanumeric characters. For example, the server 1 acquires the facility code of the target facility and registers (stores) it in the facility DB 161 when setting and registering the facility to be searched, the keyword, the target area, etc. (see FIG. 3). The server 1 reads the facility code of the target facility from the facility DB 161, identifies the description location on the HTML data in which the facility code is described, and extracts the search order.
 例えばサーバ1は、取得したHTMLデータにおいて、検索サーバ2がデータベース上から検索した一又は複数の施設が記述されている記述箇所を特定する。図7の例では、点線の矩形枠で囲んだ箇所が当該記述箇所に該当する。当該箇所には、検索された各施設の施設コードが、検索順位に従って順に記述されている。サーバ1は、施設DB161に登録してある対象施設の施設コードを参照して、HTMLデータにおいて当該施設コードが記述されている箇所を特定する。図7の例では、実線の矩形枠で囲んだ箇所が、調査対象である対象施設の施設コードの記述箇所に該当する。サーバ1は、対象施設の施設コードの記述順序を判別することで、対象施設の検索順位を抽出する。このように、サーバ1はHTMLデータから該当する施設コードの記述箇所を特定することで、検索順位を抽出する。 For example, the server 1 identifies, in the acquired HTML data, a description location in which one or more facilities searched by the search server 2 from the database are described. In the example of FIG. 7, the part surrounded by the dotted rectangular frame corresponds to the description part. In the location, the facility code of each facility searched is described in order according to the search order. The server 1 refers to the facility code of the target facility registered in the facility DB 161, and identifies the location where the facility code is described in the HTML data. In the example of FIG. 7, the location surrounded by the solid rectangular frame corresponds to the location of the facility code of the target facility to be surveyed. The server 1 extracts the search order of the target facilities by determining the description order of the facility codes of the target facilities. In this way, the server 1 extracts the search order by specifying the description location of the corresponding facility code from the HTML data.
 サーバ1は、抽出した検索順位を、対象施設の施設ID、検索クエリとしたキーワードのキーワードID、対象地域の地域ID、及び処理を行った実行日と対応付けて順位DB164に保存(格納)する。 The server 1 stores (stores) the extracted search order in the order DB 164 in association with the facility ID of the target facility, the keyword ID of the keyword used as the search query, the area ID of the target area, and the date of execution of the processing. ..
 また、サーバ1は、検索結果から抽出した検索順位だけでなく、検索結果画面のハードコピーも画像DB165に格納(保存)しておく。これにより、調査結果の客観的な証拠を顧客に提示可能となり、本システムの信頼性を高めることができる。 Also, the server 1 stores (saves) not only the search order extracted from the search results but also a hard copy of the search result screen in the image DB 165. As a result, objective evidence of the survey result can be presented to the customer, and the reliability of this system can be improved.
 サーバ1は、上記の処理を、対象施設の検索クエリとして設定してある複数のキーワードそれぞれについて実行する。図3で説明したように、本実施の形態でサーバ1は、一の施設に対して複数のキーワード(検索クエリ)を設定してある。そこでサーバ1は、各キーワードで検索を行った際の検索順位を調べるため、各キーワードについて上述の順位取得処理を行う。すなわち、サーバ1はキーワード毎に別々のURLコードを生成して検索サーバ2に出力し、検索要求を行う。サーバ1は、各キーワードに係る検索結果を検索サーバ2から取得して検索順位を抽出し、抽出した検索順位、及び検索結果画面を各データベースに保存する。これにより、キーワードを変更した場合の検索順位も併せて調査することができる。 The server 1 executes the above process for each of the plurality of keywords set as the search query of the target facility. As described with reference to FIG. 3, in the present embodiment, the server 1 sets a plurality of keywords (search queries) for one facility. Therefore, the server 1 performs the above-described rank acquisition process for each keyword in order to check the search rank when searching with each keyword. That is, the server 1 generates a separate URL code for each keyword, outputs it to the search server 2, and makes a search request. The server 1 acquires the search result concerning each keyword from the search server 2, extracts the search order, and stores the extracted search order and the search result screen in each database. As a result, the search order when the keyword is changed can also be investigated.
 図8A~8Bは、API画面の一例を示す説明図である。図8A~8Bでは、サーバ1が収集した検索順位の調査結果を顧客に提示する際のインターフェイス画面の例を図示している。
 図8A~8Bに示すように、サーバ1は、検索順位の調査結果を種々の形態で提示する。具体的には、サーバ1は、各キーワードで検索した場合の検索順位の履歴情報を提示する。例えば図8Aでは、検索順位の履歴情報を時系列のグラフで提示(表示)する場合を図示している。サーバ1は順位DB164を参照して、複数のキーワードそれぞれに対応する各実行日の検索順位をチャート形式でグラフ化して出力する。
8A and 8B are explanatory diagrams showing an example of the API screen. 8A and 8B show an example of an interface screen when presenting the search result survey results collected by the server 1 to the customer.
As shown in FIGS. 8A and 8B, the server 1 presents the search result of the search order in various forms. Specifically, the server 1 presents the history information of the search order when searching with each keyword. For example, FIG. 8A illustrates a case where the history information of the search order is presented (displayed) in a time series graph. The server 1 refers to the rank DB 164, and graphs the search rank of each execution date corresponding to each of the plurality of keywords in a chart format and outputs the graph.
 また、図8Bでは、検索順位の履歴情報をカレンダー形式で提示する場合を図示している。サーバ1は、各実行日における各キーワードでの検索順位を、カレンダー内の各日付に対応付けて出力(表示)する。 Further, FIG. 8B illustrates a case where the history information of the search order is presented in a calendar format. The server 1 outputs (displays) the search order of each keyword on each execution date in association with each date in the calendar.
 また、サーバ1は、検索順位だけでなく、各キーワードで検索された検索数も併せて提示してよい。図8Cでは、直接検索及び間接検索の検索数を提示する場合を図示している。なお、「直接検索」は検索キーワードに施設名を含むダイレクトなトラフィックを、「間接検索」は検索キーワードに施設名を含まないオーガニックなトラフィックを意味する。サーバ1は、例えば検索エンジンが提供するASPサービス等のツールを利用して各キーワードによる検索数を取得し、直接検索数及び間接検索数をグラフ化して出力する。 Also, the server 1 may present not only the search order but also the number of searches performed by each keyword. FIG. 8C illustrates a case in which the search numbers of direct search and indirect search are presented. The "direct search" means direct traffic including the facility name in the search keyword, and the "indirect search" means organic traffic not including the facility name in the search keyword. The server 1 acquires the number of searches by each keyword using a tool such as an ASP service provided by a search engine, and outputs the number of direct searches and the number of indirect searches as a graph.
 以上より、サーバ1は検索エンジンから各キーワードによるローカル検索の検索順位を自動取得し、顧客に提示する。ローカルな検索順位を取得するために、専用のURLコードを生成して検索サーバ2に出力することで、サーバ1の所在地に依存することなく、任意の地域でのローカル検索結果(検索順位)を調べることができる。これにより、各地域に所在するハードウェアリソースを用いる必要がなくなり、ローカルな検索順位を適切に取得することができる。 Based on the above, the server 1 automatically acquires the search order of the local search by each keyword from the search engine and presents it to the customer. By generating a dedicated URL code and outputting it to the search server 2 in order to obtain the local search order, the local search result (search order) in an arbitrary area can be obtained without depending on the location of the server 1. You can look it up. As a result, it is not necessary to use the hardware resources located in each area, and the local search order can be appropriately acquired.
 なお、上記ではMEOを一例として説明を行ったが、本システムをSEOにも適用可能であることは勿論である。 In the above description, MEO was used as an example, but it goes without saying that this system can also be applied to SEO.
 図9は、対象設定処理の処理手順の一例を示すフローチャートである。図9に基づき、調査対象である施設、キーワード(検索クエリ)及び対象地域を設定する処理について説明する。
 サーバ1の制御部11は、調査対象である対象施設と、キーワード(検索クエリ)と、対象地域とを設定する設定入力を受け付ける(ステップS11)。例えば制御部11は、対象施設の施設名と、検索クエリとして設定する一又は複数のキーワードと、検索地として設定する対象地域の地域名との入力を受け付ける。
FIG. 9 is a flowchart showing an example of the processing procedure of the target setting processing. A process of setting a facility to be surveyed, a keyword (search query), and a target area will be described with reference to FIG.
The control unit 11 of the server 1 receives a setting input for setting a target facility to be surveyed, a keyword (search query), and a target area (step S11). For example, the control unit 11 receives inputs of the facility name of the target facility, one or more keywords set as the search query, and the area name of the target area set as the search location.
 制御部11は、ステップS11で入力された対象施設に対し施設IDを発行し、当該施設IDと対応付けて、検索エンジンの検索結果(HTMLデータ)において当該施設を表す文字列として用いられる施設コードを施設DB161に格納する(ステップS12)。施設コードは、検索エンジンが各施設に付与したHTMLデータ上の識別コードである。 The control unit 11 issues a facility ID to the target facility input in step S11, associates the facility ID with the facility ID, and uses the facility code as a character string representing the facility in the search result (HTML data) of the search engine. Is stored in the facility DB 161 (step S12). The facility code is an identification code on the HTML data given by the search engine to each facility.
 制御部11は、ステップS11で入力された一又は複数のキーワードそれぞれに対してキーワードIDを発行し、キーワードID及び施設IDと対応付けて、当該キーワードをキーワードDB162に格納する(ステップS13)。 The control unit 11 issues a keyword ID for each of the one or more keywords input in step S11, stores the keyword in the keyword DB 162 in association with the keyword ID and facility ID (step S13).
 制御部11は、地域コードテーブル163を参照して、ステップS11で入力された対象地域の地域名に対応する地域IDを特定する(ステップS14)。そして制御部11は、特定した地域IDを、ステップS12で発行した施設IDと対応付けて施設DB161に格納することで、施設コード及び地域コードの関連付けを行い(ステップS15)、一連の処理を終了する。 The control unit 11 refers to the area code table 163 and identifies the area ID corresponding to the area name of the target area input in step S11 (step S14). Then, the control unit 11 associates the identified area ID with the facility ID issued in step S12 and stores it in the facility DB 161 to associate the facility code with the area code (step S15), and the series of processes ends. To do.
 図10は、順位抽出処理の処理手順の一例を示すフローチャートである。図10に基づき、サーバ1が実行する順位取得処理について説明する。
 例えばサーバ1は、バッチ処理により以下の処理をスタートする。サーバ1の制御部11は、施設IDに対応付けられたキーワードID及び地域IDに基づき、検索クエリとするキーワードと、対象地域の地域名を表す地域コードとを各DBから読み出す(ステップS31)。例えばキーワードDB162には、一の施設の施設IDと対応付けて、一又は複数のキーワードが登録されている。制御部11は、施設IDに対応付けられた一又は複数のキーワードそれぞれを、キーワードDB162から読み出す。
FIG. 10 is a flowchart showing an example of the processing procedure of the order extraction processing. The ranking acquisition process executed by the server 1 will be described with reference to FIG.
For example, the server 1 starts the following processing by batch processing. The control unit 11 of the server 1 reads a keyword as a search query and a region code representing a region name of the target region from each DB based on the keyword ID and the region ID associated with the facility ID (step S31). For example, in the keyword DB 162, one or more keywords are registered in association with the facility ID of one facility. The control unit 11 reads out each of the one or more keywords associated with the facility ID from the keyword DB 162.
 また、地域コードは、検索エンジンにおいて定義された、対象地域をURLコード上で表す際に用いられる文字列であり、各地域の地域名を表す文字列である。例えば地域コードは、地域名の文字数に応じて定義された文字列と、地域名を所定のエンコード方式(例えばbase64)で変換した文字列とを組み合わせて生成される。上述の如く、施設DB161には、一の施設の施設IDと対応付けて、当該施設について調査対象とする対象地域の地域IDが記憶されている。制御部11は、施設DB161において対象施設の施設IDに対応付けられた地域IDを基に、当該地域ID、地域名及び地域コードを予め関連付けてセットしてある地域コードテーブル163から、対象地域を表す地域コードを読み出す。 Also, the area code is a character string defined in the search engine and used to represent the target area on the URL code, and is a character string representing the area name of each area. For example, the area code is generated by combining a character string defined according to the number of characters of the area name and a character string obtained by converting the area name by a predetermined encoding method (for example, base64). As described above, the facility DB 161 stores the region ID of the target region to be surveyed for the facility in association with the facility ID of the one facility. Based on the area ID associated with the facility ID of the target facility in the facility DB 161, the control unit 11 selects the target area from the area code table 163 in which the area ID, the area name, and the area code are associated and set in advance. Read out the area code.
 制御部11は、ステップS31で読み出したキーワード及び地域コードに基づき、検索エンジンに出力するURLコードを生成する(ステップS32)。具体的には、制御部11は、ステップS31で読み出したキーワード毎にURLコードを生成する。制御部11は以下の処理を、各キーワードに応じて生成したURLコード毎に行う。 The control unit 11 generates a URL code to be output to the search engine based on the keyword and area code read in step S31 (step S32). Specifically, the control unit 11 generates a URL code for each keyword read in step S31. The control unit 11 performs the following processing for each URL code generated according to each keyword.
 制御部11は、生成したURLコードを検索エンジンに出力し、当該URLコードに基づくローカル検索を要求する(ステップS33)。制御部11は、検索エンジンから検索結果を取得する(ステップS34)。制御部11は、取得した検索結果から、対象施設の検索順位を抽出する(ステップS35)。例えば制御部11は、検索結果として取得したHTMLデータから、対象施設の施設コードが記述された記述箇所を特定することで、検索順位を抽出する。制御部11は、抽出した検索順位を、施設ID、キーワードID、地域ID、及び実行日と対応付けて順位DB164に格納する(ステップS36)。また、制御部11は、検索結果画面の画像データを画像DB165に格納する(ステップS37)。 The control unit 11 outputs the generated URL code to the search engine and requests a local search based on the URL code (step S33). The control unit 11 acquires the search result from the search engine (step S34). The control unit 11 extracts the search rank of the target facility from the acquired search result (step S35). For example, the control unit 11 extracts the search order by specifying the description location in which the facility code of the target facility is described from the HTML data acquired as the search result. The control unit 11 stores the extracted search order in the order DB 164 in association with the facility ID, the keyword ID, the area ID, and the execution date (step S36). Further, the control unit 11 stores the image data of the search result screen in the image DB 165 (step S37).
 制御部11は、順位DB164を参照して、検索順位が正常に登録されているか否か、エラーの有無を判定する(ステップS38)。エラーが発生していると判定した場合(S38:YES)、制御部11は処理をステップS33に戻し、検索要求を再度行って検索順位を再抽出する。エラーが発生していないと判定した場合(S38:NO)、制御部11は一連の処理を終了する。 The control unit 11 refers to the rank DB 164 and determines whether or not the search rank is normally registered and whether or not there is an error (step S38). When it is determined that an error has occurred (S38: YES), the control unit 11 returns the processing to step S33, makes the search request again, and re-extracts the search order. When determining that no error has occurred (S38: NO), the control unit 11 ends the series of processes.
 なお、上記では一の対象施設に対して一の対象地域を設定し、当該地域での対象施設の検索順位を取得することにしたが、一の対象施設に対して複数の対象地域を設定し、各地域での検索順位を取得するようにしてもよい。この場合、サーバ1は各地域の地域コードを用いたURLコードを別々に生成し、検索サーバ2に出力すればよい。これにより、各地域での検索順位を並列的に取得することができる。 In the above, it was decided to set one target area for one target facility and acquire the search order of target facilities in that area, but set multiple target areas for one target facility. Alternatively, the search order in each area may be acquired. In this case, the server 1 may separately generate the URL code using the area code of each area and output it to the search server 2. As a result, the search order in each area can be acquired in parallel.
 以上より、本実施の形態によれば、サーバ1は、任意に設定された対象地域からURLコードを生成して検索エンジンに検索要求を行うことで、所望の検索地における検索結果を得て、検索順位を取得することができる。これにより、検索要求元であるサーバ1の所在地に依存することなく、任意の地域での検索順位を適切に取得することができる。 As described above, according to the present embodiment, the server 1 obtains a search result at a desired search location by generating a URL code from an arbitrarily set target area and making a search request to the search engine. The search order can be acquired. As a result, it is possible to appropriately acquire the search rank in an arbitrary area without depending on the location of the server 1 that is the search request source.
 また、本実施の形態によれば、サーバ1は、検索エンジン側の定義に従い、対象地域の地域名をURLコード上の文字列に変換することで、対象地域を任意に設定したURLコードを生成する。これにより、検索エンジンに設定検索地域を適切に解釈させ、検索を実行させることができる。 Further, according to this embodiment, the server 1 generates a URL code in which the target area is arbitrarily set by converting the area name of the target area into a character string on the URL code according to the definition on the search engine side. To do. This allows the search engine to properly interpret the set search area and execute the search.
 また、本実施の形態によれば、サーバ1は、一の対象施設に対して複数の検索クエリをデータベース上に登録しておき、各検索クエリについて自動的にURLコードを生成し、検索エンジンに出力する。これにより、複数の検索クエリそれぞれについて検索順位を自動取得することができ、様々な検索パターンを同時に調べることができる。 In addition, according to the present embodiment, the server 1 registers a plurality of search queries for one target facility in the database, automatically generates a URL code for each search query, and causes the search engine to perform the search. Output. As a result, the search order can be automatically acquired for each of the plurality of search queries, and various search patterns can be examined at the same time.
 また、本実施の形態によれば、サーバ1は、検索順位の履歴情報をグラフ、カレンダー等の形式で示すAPI画面を生成して顧客端末3に出力する。これにより、顧客は検索順位の推移を把握することができ、適切なMEO対策を実施することができる。 Further, according to the present embodiment, the server 1 generates an API screen showing the history information of the search order in the form of a graph, a calendar, etc. and outputs it to the customer terminal 3. As a result, the customer can grasp the transition of the search order and can take appropriate MEO measures.
 今回開示された実施の形態はすべての点で例示であって、制限的なものではないと考えられるべきである。本発明の範囲は、上記した意味ではなく、特許請求の範囲によって示され、特許請求の範囲と均等の意味及び範囲内でのすべての変更が含まれることが意図される。 The embodiments disclosed this time are to be considered as illustrative in all points and not restrictive. The scope of the present invention is shown not by the above meaning but by the scope of the claims, and is intended to include meanings equivalent to the scope of the claims and all modifications within the scope.
 1 サーバ(情報処理装置)
 11 制御部
 12 主記憶部
 13 通信部
 14 表示部
 15 入力部
 16 補助記憶部
 P プログラム
 161 施設DB
 162 キーワードDB
 163 地域コードテーブル
 164 順位DB
 165 画像DB
 2 検索サーバ
 3 顧客端末
1 server (information processing device)
11 Control Section 12 Main Storage Section 13 Communication Section 14 Display Section 15 Input Section 16 Auxiliary Storage Section P Program 161 Facility DB
162 keyword DB
163 area code table 164 ranking DB
165 Image DB
2 Search server 3 Customer terminal

Claims (7)

  1.  対象施設と、検索クエリと、検索地に設定する対象地域との設定入力を受け付ける設定部と、
     前記検索クエリ及び対象地域に基づき、検索者の検索地に応じて地図上の施設情報を検索する検索エンジンに対して出力するURLコードを生成する生成部と、
     生成した前記URLコードを前記検索エンジンに出力する出力部と、
     前記検索エンジンから、前記対象地域における検索結果を取得する取得部と、
     前記検索結果から、前記対象施設の検索順位を抽出する抽出部と
     を備えることを特徴とする情報処理装置。
    A target facility, a search query, and a setting unit that receives a setting input of a target area to be set as a search location,
    A generator that generates a URL code to be output to a search engine that searches facility information on a map according to the search location of the searcher based on the search query and the target area;
    An output unit that outputs the generated URL code to the search engine;
    An acquisition unit that acquires a search result in the target area from the search engine;
    An information processing apparatus, comprising: an extraction unit that extracts a search order of the target facility from the search result.
  2.  前記生成部は、前記検索エンジンが定義する変換規則に従い、前記対象地域の地域名を、前記URLコード上で表現する文字列に変換する
     ことを特徴とする請求項1に記載の情報処理装置。
    The information processing apparatus according to claim 1, wherein the generation unit converts a region name of the target region into a character string represented on the URL code according to a conversion rule defined by the search engine.
  3.  前記生成部は、前記地域名を、該地域名の文字数に応じた文字列と、該地域名を所定のエンコード方式で変換した文字列とを組み合わせた文字列に変換する
     ことを特徴とする請求項2に記載の情報処理装置。
    The generating unit converts the area name into a character string that is a combination of a character string according to the number of characters of the area name and a character string obtained by converting the area name by a predetermined encoding method. Item 2. The information processing device according to item 2.
  4.  前記設定部は、一の前記対象施設に対し、複数の前記検索クエリの設定入力を受け付け、
     前記生成部は、前記複数の検索クエリ毎に前記URLコードを生成する
     ことを特徴とする請求項1~3のいずれか1項に記載の情報処理装置。
    The setting unit receives a setting input of a plurality of the search queries for one target facility,
    The information processing apparatus according to claim 1, wherein the generation unit generates the URL code for each of the plurality of search queries.
  5.  前記抽出部が抽出した検索順位を、前記検索クエリ、及び検索順位を抽出した実行日と対応付けて記憶する記憶部と、
     該記憶部を参照して、前記複数の検索クエリ夫々に対応する検索順位の履歴情報を出力する履歴出力部と
     を備えることを特徴とする請求項4に記載の情報処理装置。
    A storage unit that stores the search order extracted by the extraction unit in association with the search query and the execution date from which the search order is extracted,
    An information processing apparatus according to claim 4, further comprising: a history output unit that refers to the storage unit and outputs history information of a search order corresponding to each of the plurality of search queries.
  6.  対象施設と、検索クエリと、検索地に設定する対象地域との設定入力を受け付け、
     前記検索クエリ及び対象地域に基づき、検索者の検索地に応じて地図上の施設情報を検索する検索エンジンに対して出力するURLコードを生成し、
     生成した前記URLコードを前記検索エンジンに出力し、
     前記検索エンジンから、前記対象地域における検索結果を取得し、
     前記検索結果から、前記対象施設の検索順位を抽出する
     処理をコンピュータに実行させることを特徴とする情報処理方法。
    Accept the setting input of the target facility, the search query, and the target area to be set as the search location,
    Generate a URL code to be output to a search engine that searches facility information on a map according to the search location of the searcher based on the search query and the target area,
    Output the generated URL code to the search engine,
    From the search engine, obtain search results in the target area,
    An information processing method comprising causing a computer to execute a process of extracting a search order of the target facility from the search result.
  7.  対象施設と、検索クエリと、検索地に設定する対象地域との設定入力を受け付け、
     前記検索クエリ及び対象地域に基づき、検索者の検索地に応じて地図上の施設情報を検索する検索エンジンに対して出力するURLコードを生成し、
     生成した前記URLコードを前記検索エンジンに出力し、
     前記検索エンジンから、前記対象地域における検索結果を取得し、
     前記検索結果から、前記対象施設の検索順位を抽出する
     処理をコンピュータに実行させることを特徴とするプログラム。
    Accept the setting input of the target facility, the search query, and the target area to be set as the search location,
    Generate a URL code to be output to a search engine that searches facility information on the map according to the search location of the searcher based on the search query and the target area,
    Output the generated URL code to the search engine,
    From the search engine, obtain search results in the target area,
    A program for causing a computer to execute a process of extracting a search order of the target facility from the search result.
PCT/JP2019/001169 2019-01-17 2019-01-17 Information processing device, information processing method, and program WO2020148844A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/JP2019/001169 WO2020148844A1 (en) 2019-01-17 2019-01-17 Information processing device, information processing method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2019/001169 WO2020148844A1 (en) 2019-01-17 2019-01-17 Information processing device, information processing method, and program

Publications (1)

Publication Number Publication Date
WO2020148844A1 true WO2020148844A1 (en) 2020-07-23

Family

ID=71614046

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2019/001169 WO2020148844A1 (en) 2019-01-17 2019-01-17 Information processing device, information processing method, and program

Country Status (1)

Country Link
WO (1) WO2020148844A1 (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002183149A (en) * 2000-12-12 2002-06-28 Denso Corp Method and device for specifying spot, method and device for displaying map, spot reporting method, printed matter, computer-readable recoding medium, and unique code output method
JP2007241516A (en) * 2006-03-07 2007-09-20 Fujitsu Ltd Facility retrieval program
JP2011081574A (en) * 2009-10-06 2011-04-21 Rakuten Inc Accommodation introduction system
JP2011112496A (en) * 2009-11-26 2011-06-09 Pioneer Electronic Corp Map information search device, control method, program and storage medium
WO2014050002A1 (en) * 2012-09-28 2014-04-03 日本電気株式会社 Query degree-of-similarity evaluation system, evaluation method, and program
WO2014102947A1 (en) * 2012-12-26 2014-07-03 パイオニア株式会社 Display device, display system, server, terminal device, display method, and display program

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002183149A (en) * 2000-12-12 2002-06-28 Denso Corp Method and device for specifying spot, method and device for displaying map, spot reporting method, printed matter, computer-readable recoding medium, and unique code output method
JP2007241516A (en) * 2006-03-07 2007-09-20 Fujitsu Ltd Facility retrieval program
JP2011081574A (en) * 2009-10-06 2011-04-21 Rakuten Inc Accommodation introduction system
JP2011112496A (en) * 2009-11-26 2011-06-09 Pioneer Electronic Corp Map information search device, control method, program and storage medium
WO2014050002A1 (en) * 2012-09-28 2014-04-03 日本電気株式会社 Query degree-of-similarity evaluation system, evaluation method, and program
WO2014102947A1 (en) * 2012-12-26 2014-07-03 パイオニア株式会社 Display device, display system, server, terminal device, display method, and display program

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
TANIGUCHI, KOJI ET AL.: "Location Information Description Method for Content Distribution with Location - based Adaptation", IPSJ SIG TECHNICAL REPORTS, vol. 2003, no. 67, 4 July 2003 (2003-07-04), pages 55 - 62 *

Similar Documents

Publication Publication Date Title
RU2460131C2 (en) Equipping user interface with search query expansion
US8707167B2 (en) High precision data extraction
JP2009020901A (en) Database system, method of database retrieval and recording medium
US20150287047A1 (en) Extracting Information from Chain-Store Websites
US20120023089A1 (en) Method to search a task-based web interaction
JP2009037501A (en) Information retrieval apparatus, information retrieval method and program
JP2007334799A (en) Information provision program, recording medium which records the program, information provision device and information provision method
JP5103051B2 (en) Information processing system and information processing method
JPWO2016075829A1 (en) Data acquisition program, data acquisition method, and data acquisition apparatus
JP6528341B1 (en) INFORMATION PROCESSING APPARATUS, INFORMATION PROCESSING METHOD, AND PROGRAM
JP2010198350A (en) Retrieval apparatus and retrieval method
JP5466133B2 (en) Document search apparatus with image and document search program with image
US8131752B2 (en) Breaking documents
WO2020148844A1 (en) Information processing device, information processing method, and program
JP6961148B1 (en) Information processing system and information processing method
JP5297295B2 (en) WWW information browsing system and method, and Web browser and program
JP5380874B2 (en) Information retrieval method, program and apparatus
JP2006236221A (en) Management server for web page retrieval
KR20070051569A (en) Method and system for automatically tagging web data and local data
JP2006185020A (en) Information processor, information processing method and computer program
JP2018072873A (en) Information processing apparatus, information processing method, and program
US10726076B2 (en) Information acquisition method, and information acquisition device
JP5070018B2 (en) SEARCH DEVICE, SEARCH METHOD, AND SEARCH PROGRAM
JP2009205253A (en) Data retrieval program, data retrieval device, and data retrieval method
JP2005115721A (en) Method, device and program for searching for image

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 19910673

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19910673

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: JP