CN116166866B - Method, device, terminal and storage medium for optimizing SEO (secure element operation) on SPA (application platform) application - Google Patents

Method, device, terminal and storage medium for optimizing SEO (secure element operation) on SPA (application platform) application Download PDF

Info

Publication number
CN116166866B
CN116166866B CN202310020212.5A CN202310020212A CN116166866B CN 116166866 B CN116166866 B CN 116166866B CN 202310020212 A CN202310020212 A CN 202310020212A CN 116166866 B CN116166866 B CN 116166866B
Authority
CN
China
Prior art keywords
html
seo
parameters
configuration parameters
application
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
CN202310020212.5A
Other languages
Chinese (zh)
Other versions
CN116166866A (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 Yisihui Business Service Co ltd
Original Assignee
Beijing Yisihui Business Service 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 Yisihui Business Service Co ltd filed Critical Beijing Yisihui Business Service Co ltd
Priority to CN202310020212.5A priority Critical patent/CN116166866B/en
Publication of CN116166866A publication Critical patent/CN116166866A/en
Application granted granted Critical
Publication of CN116166866B publication Critical patent/CN116166866B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/951Indexing; Web crawling techniques
    • 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/953Querying, e.g. by the use of web search engines
    • 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/953Querying, e.g. by the use of web search engines
    • G06F16/9538Presentation of query results
    • 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/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The application relates to a method, a device, a terminal and a storage medium for optimizing SEO (event-based on application) of SPA (space application), which relate to the technical field of website optimization and comprise the steps of obtaining initial URL configuration parameters; judging whether SEO is needed according to the initial URL configuration parameters; if so, returning to the HTML, and setting a filling mark for the HTML; and acquiring the SEO parameters, and placing the SEO parameters into the filling mark. The application has the effect of performing SEO optimization on SPA application.

Description

Method, device, terminal and storage medium for optimizing SEO (secure element operation) on SPA (application platform) application
Technical Field
The application relates to the technical field of website optimization, in particular to a method, a device, a terminal and a storage medium for optimizing SEO (secure element) on SPA (application program) application.
Background
SPA (single page Web application) is a Web application or Web site model that interacts with users by dynamically rewriting current pages, which avoids switching between pages to interrupt the user's experience. SEO refers to utilizing rules of a search engine to enhance the natural ranking of web sites within the relevant search engine.
In the related art, when a search engine crawls a website, the complete HTML can be analyzed, the HTML returned by the SPA application is essentially only used for loading JavaScript, and the search engine cannot optimize the SEO of the SPA application because the page suitability of the search engine to the SPA application is poor.
Disclosure of Invention
The application aims to provide a method, a device, a terminal and a storage medium for optimizing SEO (event-based on application) of SPA (space application).
In a first aspect, the present application provides a method for optimizing SEO for SPA applications, which adopts the following technical scheme:
a method of optimizing SEO for SPA applications, comprising:
acquiring initial URL configuration parameters;
judging whether SEO is needed according to the initial URL configuration parameters;
if so, returning to the HTML, and setting a filling mark for the HTML;
and acquiring the SEO parameters, and placing the SEO parameters into the filling mark.
By adopting the technical scheme, firstly, acquiring initial URL configuration parameters, then judging whether SEO is needed according to the initial URL configuration parameters, if so, returning to the HTML, setting a filling mark for the HTML, and then putting the acquired SEO parameters into the filling mark; furthermore, when a user accesses or a search engine accesses, the HTML page can be returned directly instead of returning the SPA code, so that the SEO optimization of the SPA application is realized.
Optionally, if necessary, returning HTML, including:
judging whether HTML exists in the cache;
if so, calling the HTML in the cache;
if the HTML does not exist, generating the HTML according to a preset rule, and putting the HTML into the cache.
By adopting the technical scheme, if the HTML exists in the cache, the HTML is directly called from the cache, and the called HTML is returned; if the HTML does not exist in the cache, generating the HTML according to a preset rule, and putting the HTML into the cache, so that the next call is convenient, and the generated HTML is returned; thereby facilitating the return presentation of HTML.
Optionally, if the HTML does not exist, generating the HTML according to a preset rule, including:
the HTML is generated from a combination of Selenium and chromadriver.
By adopting the technical scheme, the HTML is generated by means of the combination of the Selenium and the Chromedriver, so that the generation efficiency of the HTML can be improved.
Optionally, when the server is started, automatically generating a Chrome instance according to the combination of the Selenium and the chromel driver.
By adopting the technical scheme, when the server is started, the Chrome instance can be automatically generated by means of the combination of the Selenium and the chromelriver, and then HTML is conveniently generated according to the generated Chrome instance.
Optionally, the generating HTML according to the combination of the Selenium and the chromadrive specifically includes:
splicing the initial URL configuration parameters with preset special parameters to obtain new URL configuration parameters;
taking the new URL configuration parameters as input parameters and inputting the new URL configuration parameters into the chromadriver;
and generating the HTML according to the chromadriver request.
By adopting the technical scheme, the initial URL configuration parameters are spliced with the preset special parameters to obtain new URL configuration parameters, the new URL configuration parameters are input into the Chromedriver, and then the HTML is generated according to the Chromedriver request; by presetting the limits of the special parameters, unlimited recursive generation of HTML can be avoided.
Optionally, the SEO parameters include, but are not limited to Title, body, and Keyword.
By adopting the technical scheme, the SEO parameters are set to be Title, body and Keyword, so that the SPA application can be conveniently optimized according to the SEO parameters.
In a second aspect, the application provides an optimization device for performing SEO on SPA application, which adopts the following technical scheme:
an optimization apparatus for performing SEO for SPA applications, comprising:
the acquisition module is used for acquiring initial URL configuration parameters;
the judging module is used for judging whether SEO is needed according to the initial URL configuration parameters;
the marking module is used for returning the HTML according to the requirement and setting filling marks for the HTML;
and the filling module is used for acquiring the SEO parameters and placing the SEO parameters into the filling marks.
By adopting the technical scheme, the initial URL configuration parameters are acquired by the acquisition module, whether SEO is needed or not is judged by the judgment module according to the initial URL configuration parameters, HTML is returned by the marking module according to the need, filling marks are set on the HTML, SEO parameters are acquired by the filling module, and the SEO parameters are put into the filling marks; furthermore, when a user accesses or a search engine accesses, the HTML page can be returned directly instead of returning the SPA code, so that the SEO optimization of the SPA application is realized.
In a third aspect, the present application provides a terminal, which adopts the following technical scheme:
a terminal comprising a memory, a processor and a computer program stored in the memory and capable of running on the processor, the processor performing the method of the first aspect when the computer program is loaded.
By adopting the technical scheme, the method of the first aspect generates a computer program and stores the computer program in the memory to be loaded and executed by the processor, so that a user can establish a connection with the device through the terminal and inquire about various contents processed by the device.
In a fourth aspect, the present application provides a computer readable storage medium, which adopts the following technical scheme:
a computer readable storage medium having stored therein a computer program which, when loaded by a processor, performs the method of the first aspect.
By adopting the technical scheme, the method of the first aspect generates a computer program and stores the computer program in a computer readable storage medium, and after the computer readable storage medium is loaded into any computer, any computer can execute the method of the first aspect.
In summary, the application has the following beneficial effects:
when a user accesses or a search engine accesses, the user can directly return to an HTML page instead of returning to an SPA code, so that the optimization of SEO for the SPA application is realized; meanwhile, preset special parameters are spliced in the initial URL configuration parameters, and further, the restriction of the preset special parameters can be used for avoiding unlimited recursive generation of HTML.
Drawings
FIG. 1 is a flow chart of a method of step S100-step S400 in an embodiment of the present application;
FIG. 2 is a flowchart of a method from step S110 to step S130 according to an embodiment of the present application;
FIG. 3 is a flowchart of a method from step S310 to step S330 in an embodiment of the present application;
fig. 4 is a flowchart of a method of steps S3101 to S3103 in an embodiment of the application.
Detailed Description
The present application will be described in further detail with reference to fig. 1 to 4.
The following explains the terms of art referred to in the present application:
URL (Uniform Resource Iocator, uniform resource locator system) is a representation method on web service programs of the internet for specifying information locations.
HTML, known collectively as hypertext markup language, includes a series of tags by which document formats on a network can be unified, allowing discrete Internet resources to be connected as a logical entity. HTML text is descriptive text composed of HTML commands that can specify words, graphics, animations, sounds, tables, links, etc.
Selenium is a tool for Web application testing. The Selenium test runs directly in the browser as if the real user were operating. The supported browsers include IE, mozilla Firefox, safari, google Chrome, opera, edge, etc. The main functions of this tool include: compatibility with the browser is tested (testing the application to see if it can work well on different browsers and operating systems). Testing system functions (creating regression tests to verify software functions and user requirements). Supporting automatic recording actions and automatic generation Net, java, perl of test scripts in different languages.
The ChromeDriver is a Chrome driver, and is a file necessary for simulating the google browser to be opened by using a Selenium module used by a Python crawler, so that the operation on the google browser can be simulated.
The MD5 Message-Digest-Algorithm Algorithm (MD 5 Message-Digest-Algorithm) is a widely used cryptographic hash function that produces a 128-bit (16-byte) hash value that is used to ensure that the information transfer is complete and consistent.
A method for optimizing SEO for SPA applications, referring to fig. 1, includes the following steps:
s100: initial URL configuration parameters are obtained.
In one embodiment of the present application, the initial URL configuration parameter is a URL parameter of a website visited by the browser, and the initial URL configuration parameter refers to a parameter, such as Index parameter, etc., whether the URL configuration needs to be performed with SEO.
In one embodiment of the present application, referring to fig. 2, step S100 specifically includes the following steps:
s110: the front-most window of the window is acquired.
The window described in this embodiment refers to the chinese name of Windows.
S120: and determining the browser type of the forefront window according to the window handle of the forefront window.
The handle described in this embodiment refers to the basis of whole Windows programming, and one handle refers to a unique integer value used, that is, a value with a length of four bytes, to identify different objects in the application program and different instances in the same class of objects; such as windows, buttons, icons, scroll bars, output devices, controls or files, etc.
S130: and acquiring initial URL configuration parameters of websites visited by the browser corresponding to the front-most window by adopting a Microsoft dynamic access MSAA method according to the browser type.
The MSAA described in this embodiment refers to multi-sampling antialiasing, which can make the picture smoother, and the principle is to multiply raise the current resolution, and then scale the picture to the current display.
In one embodiment of the present application, when the browser type is Chrome, a wm_getbject message may be sent to the window handle, a switch of an access hole of the browser is turned on, an access hole object corresponding to the window handle is obtained through an access hole object api in the access hole, and an initial URL of a website accessed by the Chrome is determined according to a name attribute of a ROLE_system_document node corresponding to the obtained access hole object.
Specifically, when the accessable object is acquired, the accessable may be traversed, and the traversal described in this embodiment includes a preamble traversal, a middle-order traversal, and a subsequent traversal.
S200: judging whether SEO is needed according to the initial URL configuration parameters.
In one embodiment of the application, whether the search website needs SEO or not is judged according to the acquired initial URL configuration parameters of the website; for example, if the Index parameter includes a parameter that needs to perform the SEO on the search website, then executing the SEO on the search website subsequently; otherwise, if the Index parameter does not include the parameter which needs to perform SEO on the search website, performing normal search page display on the search website subsequently.
S300: if so, return to HTML and set a fill mark for HTML.
In one embodiment of the present application, referring to fig. 3, step S300 specifically includes the following steps:
s310: and judging whether the cache contains the HTML.
In one embodiment of the present application, a cache is provided in the server, and data may be stored in the cache, so as to determine whether HTML exists in the cache of the server according to a preset rule.
Specifically, in this embodiment, the preset rule may determine whether HTML exists in the cache according to the search of the keyword; for example, keywords included in HTML may be extracted, and whether corresponding HTML exists may be determined in a cache according to the extracted keywords.
S320: if so, the HTML in the cache is invoked.
In one embodiment of the present application, if the HTML exists in the cache, it is determined that the HTML in the cache can be directly called, and the called HTML is returned.
S330: if the HTML does not exist, generating the HTML according to a preset rule, and putting the HTML into a cache.
In one embodiment of the present application, if it is determined that the HTML does not exist in the cache, the HTML may be directly generated according to a preset rule, the generated HTML is returned, and then the generated HTML is put into the cache so as to be convenient for the next call.
In one embodiment of the present application, in step S330, when the server is started, a combination of the Selenium and the chromel driver may automatically generate a Chrome instance, and further may generate HTML according to the request by using the combination of the Selenium and the chromel driver.
Wherein, in one embodiment of the present application, when generating HTML using a combination of Selenium and chromelriver, referring to fig. 4, the method specifically comprises the following steps:
s3301: and splicing the initial URL configuration parameters with preset special parameters to obtain new URL configuration parameters.
In one embodiment of the present application, the preset special parameter may be set as "NEED SEO", and the preset special parameter and the initial URL configuration parameter are spliced to obtain a new URL configuration parameter, and further, the new URL configuration parameter may indicate that the initial URL configuration parameter NEEDs SEO.
S3302: and taking the new URL configuration parameters as input parameters and inputting the new URL configuration parameters into the chromadriver.
S3303: and generating the HTML according to the chromadriver request.
In one embodiment of the present application, the new URL configuration parameter is used as an input parameter, and the new URL configuration parameter is input into the chromadriver, so that HTML can be automatically generated according to the request of the chromadriver.
Since the HTML can be generated without limitation according to the initial URL configuration parameters, further, by splicing the initial URL configuration parameters with preset special parameters to obtain new URL configuration parameters and generating the HTML according to the new URL configuration parameters, the HTML can be prevented from being generated recursively without limitation.
Wherein in one embodiment of the application, setting the fill-in tag for the HTML specifically comprises inserting the fill-in tag in the HTML, e.g., inserting "{ }" in the HTML.
S400: acquiring the SEO parameters and placing the SEO parameters into the filling mark.
Wherein, in one embodiment of the application, the SEO parameters include, but are not limited to, title, body, and Keyword; specifically, title refers to the Title of the SEO data, body refers to the content of the SEO data, and Keyword refers to the key and/or Keyword of the SEO data.
In one embodiment of the present application, placing the SEO parameter into the fill tag specifically includes inserting the SEO parameter into the fill tag that is set in HTML, e.g., "{ Title }, { Body }, { key }, etc.
The implementation principle of the embodiment of the application is as follows: firstly, acquiring initial URL configuration parameters, judging whether the search website needs SEO or not according to the initial URL configuration parameters, and returning to HTML if the search website needs SEO. Setting a filling mark for the HTML, then acquiring SEO parameters, and putting the SEO parameters into the filling mark; through the setting of the method, when a user accesses or a search engine accesses a search website, an HTML page can be returned directly instead of returning an SPA code, so that the optimization of SEO for SPA application is realized.
The embodiment of the application discloses an optimization device for performing SEO on SPA application, which specifically comprises an acquisition module, a judgment module, a marking module and a filling module; the initial URL configuration parameters can be acquired by means of the acquisition module; judging whether SEO is needed or not according to the initial URL configuration parameters by means of a judging module; when SEO is needed, a filling mark can be set for the HTML by means of a marking module; the SEO parameters may be acquired by the population module and placed in the population marks.
In one embodiment of the present application, when the optimization device for performing SEO on an SPA application in this embodiment is applied in a specific application, the optimization method for performing SEO on an SPA application in the foregoing embodiment is adopted, so details about the device are not described herein.
The embodiment of the application discloses a terminal, which comprises a memory, a processor and a computer program stored in the memory and capable of running on the processor, wherein the optimization method for performing SEO on SPA application in the embodiment is adopted when the processor executes the computer program.
In one embodiment of the present application, the terminal may be a computer device such as a desktop computer, a notebook computer, or a cloud server, and the terminal includes, but is not limited to, a processor and a memory, for example, the terminal may further include an input/output device, a network access device, a bus, and the like.
In one embodiment of the present application, the processor may be a Central Processing Unit (CPU), and of course, other general purpose processors, digital Signal Processors (DSP), application Specific Integrated Circuits (ASIC), off-the-shelf programmable gate arrays (FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, etc. may be used as the processor, or any conventional processor, etc. according to practical use, the present application is not limited in this respect.
In one embodiment of the present application, the memory may be an internal storage unit of the terminal, for example, a hard disk or a memory of the terminal device, or may be an external storage device of the terminal, for example, a plug-in hard disk, a Smart Memory Card (SMC), a secure digital card (SD), or a flash memory card (FC) provided on the terminal device, etc., and may also be a combination of the internal storage unit of the terminal device and the external storage device, where the memory is used to store a computer program and other programs and data required by the terminal device, and the memory may also be used to temporarily store data that has been output or is to be output, which is not limited by the present application.
By the equipment of the terminal, the optimization method for performing SEO on the SPA application in the embodiment is stored in the memory of the terminal, and is loaded and executed on the processor of the terminal, so that a user can establish a connection with the device through the terminal, and inquire various contents processed by the device.
The embodiment of the application discloses a computer readable storage medium, and the computer readable storage medium stores a computer program, wherein when the computer program is executed by a processor, the optimization method for performing SEO on SPA application in the embodiment is adopted.
In one embodiment of the present application, the computer program may be stored in a computer readable storage medium, where the computer program includes computer program code, where the computer program code may be in a source code form, an object code form, an executable file form, or some middleware form, etc., and the computer readable storage medium includes any entity or device capable of carrying the computer program code, a recording medium, a usb disk, a removable hard disk, a magnetic disk, an optical disk, a computer memory, a read-only memory (ROM), a Random Access Memory (RAM), an electrical carrier signal, a telecommunication signal, a software distribution medium, etc., where the computer readable storage medium includes but is not limited to the above-mentioned components.
The method for optimizing the SEO of the SPA application in the embodiment is stored in the computer readable storage medium through the arrangement of the computer readable storage medium, and is loaded and executed on a processor, and after the computer readable storage medium is loaded into any computer, any computer can execute the method for optimizing the SEO of the SPA application in the embodiment.
The embodiments of the present application are all preferred embodiments of the present application, and are not intended to limit the scope of the present application, wherein like reference numerals are used to refer to like elements throughout. Therefore: all equivalent changes in structure, shape and principle of the application should be covered in the scope of protection of the application.

Claims (4)

1. A method for optimizing SEO for SPA applications, comprising:
acquiring initial URL configuration parameters;
judging whether SEO is needed according to the initial URL configuration parameters;
if so, returning to the HTML, and setting a filling mark for the HTML;
acquiring SEO parameters, and putting the SEO parameters into the filling mark, wherein the SEO parameters comprise Title, body and Keyword;
wherein, if necessary, returning the HTML, specifically including:
judging whether HTML exists in the cache;
if so, calling the HTML in the cache;
if the HTML does not exist, generating the HTML according to a preset rule, and putting the HTML into the cache;
if the HTML does not exist, generating the HTML according to a preset rule, wherein the method specifically comprises the following steps:
generating the HTML according to the combination of the Selenium and the Chromedriver;
when the server is started, automatically generating a Chrome instance according to the combination of the Selenium and the Chromedriver;
wherein, the generating HTML according to the combination of the Selenium and the chromadrive specifically includes:
splicing the initial URL configuration parameters with preset special parameters to obtain new URL configuration parameters;
taking the new URL configuration parameters as input parameters and inputting the new URL configuration parameters into the chromadriver;
generating the HTML according to the chromadriver request;
the obtaining the initial URL configuration parameters specifically includes:
acquiring a foremost window of a window;
determining the browser type of the forefront window according to the window handle of the forefront window;
and acquiring initial URL configuration parameters of websites visited by the browser corresponding to the front-most window by adopting a Microsoft dynamic access MSAA method according to the browser type.
2. An apparatus for optimizing SEO for SPA applications, wherein the method of claim 1 is used and comprises:
the acquisition module is used for acquiring initial URL configuration parameters;
the judging module is used for judging whether SEO is needed according to the initial URL configuration parameters;
the marking module is used for returning the HTML according to the requirement and setting filling marks for the HTML;
and the filling module is used for acquiring the SEO parameters and placing the SEO parameters into the filling marks.
3. A terminal comprising a memory, a processor and a computer program stored in the memory and capable of running on the processor, characterized in that the processor performs the method of claim 1 when loading the computer program.
4. A computer readable storage medium having a computer program stored therein, characterized in that the computer program, when loaded by a processor, performs the method of claim 1.
CN202310020212.5A 2023-01-06 2023-01-06 Method, device, terminal and storage medium for optimizing SEO (secure element operation) on SPA (application platform) application Active CN116166866B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310020212.5A CN116166866B (en) 2023-01-06 2023-01-06 Method, device, terminal and storage medium for optimizing SEO (secure element operation) on SPA (application platform) application

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310020212.5A CN116166866B (en) 2023-01-06 2023-01-06 Method, device, terminal and storage medium for optimizing SEO (secure element operation) on SPA (application platform) application

Publications (2)

Publication Number Publication Date
CN116166866A CN116166866A (en) 2023-05-26
CN116166866B true CN116166866B (en) 2023-11-21

Family

ID=86417670

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310020212.5A Active CN116166866B (en) 2023-01-06 2023-01-06 Method, device, terminal and storage medium for optimizing SEO (secure element operation) on SPA (application platform) application

Country Status (1)

Country Link
CN (1) CN116166866B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107835132A (en) * 2017-10-17 2018-03-23 链家网(北京)科技有限公司 A kind of method and device of traffic source tracking
CN109614569A (en) * 2018-12-07 2019-04-12 万兴科技股份有限公司 Page rendering method, apparatus and intelligent terminal
CN113343137A (en) * 2021-05-19 2021-09-03 深圳海天力电子商务有限公司 Optimized SEO page generation method and device, electronic equipment and storage medium
CN113722647A (en) * 2021-09-08 2021-11-30 北京沃东天骏信息技术有限公司 Method and device for displaying information
CN115168770A (en) * 2022-07-08 2022-10-11 青岛上合航天科技有限公司 Page generation method and device, electronic equipment and medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100114864A1 (en) * 2008-11-06 2010-05-06 Leedor Agam Method and system for search engine optimization

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107835132A (en) * 2017-10-17 2018-03-23 链家网(北京)科技有限公司 A kind of method and device of traffic source tracking
CN109614569A (en) * 2018-12-07 2019-04-12 万兴科技股份有限公司 Page rendering method, apparatus and intelligent terminal
CN113343137A (en) * 2021-05-19 2021-09-03 深圳海天力电子商务有限公司 Optimized SEO page generation method and device, electronic equipment and storage medium
CN113722647A (en) * 2021-09-08 2021-11-30 北京沃东天骏信息技术有限公司 Method and device for displaying information
CN115168770A (en) * 2022-07-08 2022-10-11 青岛上合航天科技有限公司 Page generation method and device, electronic equipment and medium

Also Published As

Publication number Publication date
CN116166866A (en) 2023-05-26

Similar Documents

Publication Publication Date Title
KR101908162B1 (en) Live browser tooling in an integrated development environment
US6470349B1 (en) Server-side scripting language and programming tool
CN105940654B (en) Franchise static web application in trust
JP5821678B2 (en) Web service for automatic compatibility check independent of web application browser
KR20080053293A (en) Initial server-side content rendering for client-script web pages
CN102567516B (en) Script loading method and device
TW201800962A (en) Webpage file sending method, webpage rendering method and device and webpage rendering system
CN110221871B (en) Webpage acquisition method and device, computer equipment and storage medium
US20180075003A1 (en) Verifying content of resources in markup language documents
WO2019080796A1 (en) Method, apparatus and device for separating foreground and background of web system, and storage medium
CN110598135A (en) Network request processing method and device, computer readable medium and electronic equipment
CN111831384A (en) Language switching method and device, equipment and storage medium
CN111913705B (en) JavaScript template implementation method based on difference updating algorithm
CN114138244A (en) Method and device for automatically generating model files, storage medium and electronic equipment
CN111694550A (en) Page display control method, device and system
CN111597102A (en) Page performance testing method, terminal and storage medium
CN112749351B (en) Link address determination method, device, computer readable storage medium and equipment
CN116166866B (en) Method, device, terminal and storage medium for optimizing SEO (secure element operation) on SPA (application platform) application
CN112667934A (en) Dynamic simulation diagram display method and device, electronic equipment and computer readable medium
CN111338928A (en) Chrome-based browser testing method and device
CN115357319A (en) User interface rendering method and device
CN110309455B (en) Method, device and equipment for displaying OLE vector diagram
CN115062255B (en) Website adaptation method and device, electronic equipment and computer readable storage medium
CN117093800B (en) PDF batch output method and device for network asset data report and electronic equipment
JP5151757B2 (en) Inspection quality analysis support program, method and apparatus

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
GR01 Patent grant
GR01 Patent grant