LAICOS: an Open Source Platform for Personalized Social Web Search

Total Page:16

File Type:pdf, Size:1020Kb

LAICOS: an Open Source Platform for Personalized Social Web Search LAICOS: An Open Source Platform for Personalized Social Web Search ∗ Mohamed Reda∗ Hakim Hacid Mokrane Bouzeghoub Bouadjenek Sidetrade PRiSM Laboratory PRiSM Laboratory 114 Rue Gallieni, 92100 Versailles University Versailles University Boulogne-Billancourt, France mokrane.bouzeghoub@ [email protected] [email protected] prism.uvsq.fr ABSTRACT sents an interesting opportunity for enhancing existing data In this paper, we introduce LAICOS, a social Web search management systems or proposing new ones. engine as a contribution to the growing area of Social In- Information Retrieval (IR) is performed every day in an formation Retrieval (SIR). Social information and personal- obvious way over the Web [1], typically under a search en- ization are at the heart of LAICOS. On the one hand, the gine. However, finding relevant information on the Web still social context of documents is added as a layer to their tex- becomes harder for end-users as: (i) usually, the user doesn’t tual content traditionally used for indexing to provide Per- necessarily know what he is looking for until he reaches it, sonalized Social Document Representations. On the other and (ii) even if the user knows what he is looking for, he hand, the social context of users is used for the query expan- doesn’t always know how to formulate the right query to sion process using the Personalized Social Query Expansion find it (except if in cases of navigational queries [7]). In ex- framework (PSQE) proposed in our earlier works. We de- isting IR systems, queries are usually interpreted and pro- cessed using document indexes and/or ontologies, which are scribe the different components of the system while relying 1 on social bookmarking systems as a source of social infor- hidden for users. The resulting documents are not neces- mation for personalizing and enhancing the IR process. We sarily relevant from an end-user perspective, in spite of the show how the internal structure of indexes as well as the ranking performed by the Web search engine. query expansion process operated using social information. To improve the IR process and reduce the amount of irrel- evant documents, there are mainly three possible improve- Categories and Subject Descriptors: H.3.3 [Informa- ment tracks: (i) query reformulation using extra knowledge, tion Systems]: Information Search and Retrieval i.e. expansion or refinement of the user query, (ii) post fil- General Terms: Algorithms, Experimentation. tering or re-ranking of the retrieved documents (based on the user profile or context), and (iii) improvement of the IR Keywords: Information Retrieval, Social networks. model, i.e. the way documents and queries are represented and matched to quantify their similarities. 1. INTRODUCTION In this demonstration, we introduce LAICOS, an open source Personalized Social Web Search Engine prototype, The Web 2.0 has strengthened end-users position in the Web in which social information and personalization are at the through their integration in the heart of the ecosystem of heart of the IR process. Actually, this prototype is relying on content generation. This has been made possible mainly social bookmarking systems as a source of social information through the availability of tools such as social networks, so- for personalizing and enhancing the IR process but can be cial bookmarking systems, social news sites, etc. impacting extended to use any source of social metadata, i.e. tweets, the way information is produced, processed, and consumed comments, etc. by both humans and machines. As a result, on the one hand, the user is no longer able to digest the large quantity of in- formation he has access to, and is generally overwhelmed 2. ANATOMY OF LAICOS by it. On the other hand, this abundance of information captures in general an explicit feedback of users and repre- Figure 1 illustrates the different components of LAICOS, which are: (i) a set of connectors, crawlers, and a database ∗ storing the data, (ii) data indexing engines, and (iii) a query This work has been mainly done when the authors was at processing engine. In the following, we briefly describe some Bell Labs France, Centre de Villarceaux. of these components. 2.1 Crawlers in LAICOS Permission to make digital or hard copies of all or part of this work for personal or LAICOS possesses two crawlers: (i) a crawler for web classroom use is granted without fee provided that copies are not made or distributed 2 for profit or commercial advantage and that copies bear this notice and the full cita- pages based on Heritrix , which was specifically designed for tion on the first page. Copyrights for components of this work owned by others than web archiving and crawling. For each crawled web page, (ii) ACM must be honored. Abstracting with credit is permitted. To copy otherwise, or re- a folksonomy crawler engine will download all the annota- publish, to post on servers or to redistribute to lists, requires prior specific permission and/or a fee. Request permissions from [email protected]. 1We also refer to documents as web pages or resources. KDD’13, August 11–14, 2013, Chicago, Illinois, USA. 2 Copyright 2013 ACM 978-1-4503-2174-7/13/08 ...$15.00. http://crawler.archive.org/index.html 1446 • Tags Docs: it stores the posting list of web pages for tags. In particular, for each tag, this structure stores: Web Interface for the id of the web page which is tagged with this tag search and results and the amount of users who have used this tag to Crawling Query-time process Folksonomy components annotate this web page. crawler PSQE Web crawler • Users Tags: it stores the posting list of tags for users. Searchers Ranking In particular, for each user, this structure stores: the id of the tag used by this user and the amount of web pages tagged by this user with this considered tag. Document collection and their Retrieval PSDV Retrieval social annotations • Bookmarks: it stores the posting list of tags for a Indexing document and a user. In particular, for each unique process pair of web page and a user, this structure stores: the Social Indexer Social Index ids of tags used by this user to annotate this web page. Textual Textual Indexer Index Structure Contents Structure Contents Figure 1: Architecture of LAICOS. Docs id (32) Tags id (32) (44) Number of users (4) (44) Number of users (4) Number of tags (4) Number of web pages (4) 3 tions that are associated to it through APIs . Annotations Byte offset in Byte offset in Tags Docs are recovered from social bookmarking systems especially, Docs Users (4) (4) the delicious website4. Users id (32) Docs Users userid (32) 2.2 Social Indexes in LAICOS (44) Number of web pages (4) (40) Number of tags (4) Number of tags (4) Byte offset in Crawled web pages and their social annotations are stored bookmarks(4) into a repository. Two indexing engines are responsible for Byte offset in indexing and keeping up to date the following index struc- Users Tags (4) tures: (1) A textual content based index structure, which is based on indexing the collection of crawled documents using Tags Docs docid (32) Users Tags tagid (32) the inverted index structure. The Apache Lucene search en- (36) Number of users (4) (36) Number of web pages (4) 5 gine leverages this part . (2) A social based index structure, Bookmarks (32) tagid(32) which is based on the crawled annotations assigned by users to web pages in social bookmarking websites. We imple- Table 1: Details on the format and compression ment our own indexing engine and structure for this part. used for each index data structure. The numbers The textual-content based index structure is well described in parenthesis are the size of each entry in bytes. in [12]. Hence, we only describe the social-based index struc- ture of LAICOS. This index consists of the following seven main data structures (See Table 1 for the internal format 2.3 Query pre-processing engine in LAICOS and compression used for each structure): In IR systems, queries are usually pre-processed by being reformulated. This process includes either: (i) the reduction • Docs: it stores web pages’ ids (md5 hash of a web of queries, which is a technique to reduce long queries to page name), the number of tags and users associated more effective ones [11], or (ii) expansion of queries, which to the web page, as well as the offset in the Docs Users consists of enriching the user’s initial query with additional posting list. information [10]. In LAICOS, queries are interpreted and processed using • Tags: it stores tags’ ids (md5 hash of the tag text), the Personalized Social Query Expansion (PSQE) frame- the number of web pages and users associated to the work [5]. In order to achieve a social and a personalized tag, and the offset in the Tags Docs posting list. expansions of a query, PSQE considers: (i) the semantic similarity between candidate terms and the query, and (ii) • Users: it stores users’ ids (md5 hash of the user user the extent to which the candidate terms are likely to be in- name), the amount of web pages and tags associated teresting to the user. The experiments performed on the to the user, and the offset in the Users Tags posting PSQE framework in [5] show that it enhances web search list. significantly. • Docs Users: it stores the posting list of users for web 2.4 IR model in LAICOS pages. In particular, for each web page, this structure stores: the id of the user who tags this web page, the Modeling in IR consists of two main tasks [1]: (i) the def- amount of tags he has used to annotate this web page, inition of a conceptual model to represent documents and and the offset in the Bookmarks posting list.
Recommended publications
  • Metadata for Semantic and Social Applications
    etadata is a key aspect of our evolving infrastructure for information management, social computing, and scientific collaboration. DC-2008M will focus on metadata challenges, solutions, and innovation in initiatives and activities underlying semantic and social applications. Metadata is part of the fabric of social computing, which includes the use of wikis, blogs, and tagging for collaboration and participation. Metadata also underlies the development of semantic applications, and the Semantic Web — the representation and integration of multimedia knowledge structures on the basis of semantic models. These two trends flow together in applications such as Wikipedia, where authors collectively create structured information that can be extracted and used to enhance access to and use of information sources. Recent discussion has focused on how existing bibliographic standards can be expressed as Semantic Metadata for Web vocabularies to facilitate the ingration of library and cultural heritage data with other types of data. Harnessing the efforts of content providers and end-users to link, tag, edit, and describe their Semantic and information in interoperable ways (”participatory metadata”) is a key step towards providing knowledge environments that are scalable, self-correcting, and evolvable. Social Applications DC-2008 will explore conceptual and practical issues in the development and deployment of semantic and social applications to meet the needs of specific communities of practice. Edited by Jane Greenberg and Wolfgang Klas DC-2008
    [Show full text]
  • A Comparison of Information Seeking Using Search Engines and Social Networks
    A Comparison of Information Seeking Using Search Engines and Social Networks Meredith Ringel Morris1, Jaime Teevan1, Katrina Panovich2 1Microsoft Research, Redmond, WA, USA, 2Massachusetts Institute of Technology, Cambridge, MA, USA {merrie, teevan}@microsoft.com, [email protected] Abstract et al. 2009 or Groupization by Morris et al. 2008). Social The Web has become an important information repository; search engines can also be devised using the output of so- often it is the first source a person turns to with an informa- cial tagging systems such as delicious (delicious.com). tion need. One common way to search the Web is with a Social search also encompasses active requests for help search engine. However, it is not always easy for people to from the searcher to other people. Evans and Chi (2008) find what they are looking for with keyword search, and at describe the stages of the search process when people tend times the desired information may not be readily available to interact with others. Morris et al. (2010) surveyed Face- online. An alternative, facilitated by the rise of social media, is to pose a question to one‟s online social network. In this book and Twitter users about situations in which they used paper, we explore the pros and cons of using a social net- a status message to ask questions of their social networks. working tool to fill an information need, as compared with a A well-studied type of social searching behavior is the search engine. We describe a study in which 12 participants posting of a question to a Q&A site (e.g., Harper et al.
    [Show full text]
  • A Federated Search and Social Recommendation Widget
    A Federated Search and Social Recommendation Widget Sten Govaerts1 Sandy El Helou2 Erik Duval3 Denis Gillet4 Dept. Computer Science1,3 REACT group2,4 Katholieke Universiteit Leuven Ecole Polytechnique Fed´ erale´ de Lausanne Celestijnenlaan 200A, Heverlee, Belgium 1015 Lausanne, Switzerland fsten.govaerts1, [email protected] fsandy.elhelou2, denis.gillet4g@epfl.ch ABSTRACT are very useful, but their generality can sometimes be an ob- This paper presents a federated search and social recommen- stacle and this can make it difficult to know where to search dation widget. It describes the widget’s interface and the un- for the needed information [2]. Federated searching over derlying social recommendation engine. A preliminary eval- collections of topic-specific repositories can assist with this uation of the widget’s usability and usefulness involving 15 and save time. When the user sends a search request, the subjects is also discussed. The evaluation helped identify us- federated search widget collects relevant resources from dif- ability problems that will be addressed prior to the widget’s ferent social media sites [3], repositories and search engines. usage in a real learning context. Before rendering aggregated results, the widget calls a per- sonalized social recommendation service deemed as crucial Author Keywords in helping users select relevant resources especially in our federated search, social recommendations, widget, Web, per- information overload age [4,5]. The recommendation ser- sonal learning environment (PLE), Pagerank, social media, vice ranks these resources according to their global popu- Web 2.0 larity and most importantly their popularity within the social network of the target user. Ranks are computed by exploiting attention metadata and social networks in the widget.
    [Show full text]
  • Unicorn: a System for Searching the Social Graph
    Unicorn: A System for Searching the Social Graph Michael Curtiss, Iain Becker, Tudor Bosman, Sergey Doroshenko, Lucian Grijincu, Tom Jackson, Sandhya Kunnatur, Soren Lassen, Philip Pronin, Sriram Sankar, Guanghao Shen, Gintaras Woss, Chao Yang, Ning Zhang Facebook, Inc. ABSTRACT rative of the evolution of Unicorn's architecture, as well as Unicorn is an online, in-memory social graph-aware index- documentation for the major features and components of ing system designed to search trillions of edges between tens the system. of billions of users and entities on thousands of commodity To the best of our knowledge, no other online graph re- servers. Unicorn is based on standard concepts in informa- trieval system has ever been built with the scale of Unicorn tion retrieval, but it includes features to promote results in terms of both data volume and query volume. The sys- with good social proximity. It also supports queries that re- tem serves tens of billions of nodes and trillions of edges quire multiple round-trips to leaves in order to retrieve ob- at scale while accounting for per-edge privacy, and it must jects that are more than one edge away from source nodes. also support realtime updates for all edges and nodes while Unicorn is designed to answer billions of queries per day at serving billions of daily queries at low latencies. latencies in the hundreds of milliseconds, and it serves as an This paper includes three main contributions: infrastructural building block for Facebook's Graph Search • We describe how we applied common information re- product. In this paper, we describe the data model and trieval architectural concepts to the domain of the so- query language supported by Unicorn.
    [Show full text]
  • The Top 10 Alternative Search Engines (ASE) - Within Selected Categories Ranked by Webometric Indicators
    The Top 10 Alternative search Engines (ASE) - within Selected Categories Ranked by Webometric Indicators Bernd Markscheff el Bastian Eine Within the scientifi c fi eld of webometrics many research objects had been analyzed and compared with the help of webometric indicators (e.g., the performance of a whole country, a research group or an indi- vidual). This paper presents a ranking of ASEs which is based on webo- metric indicators. As search engines have become an essential tool for searching for information on the web many alternative search services have specialized in fi nding topic- or format-specifi c search results. By creating a ranking of these ASEs within selected categories we present an overview of the ASEs which are currently available. Through webo- metric indicators the ASEs were compared and the most popular ASEs of the respective categories determined. Keywords: Search engines, Webometric indicators Bernd Markscheff el Chair of Information and 1. Introduction Knowledge Management Technische Universität While searching for information on the web, search en- Ilmenau gines can assist the user to fi nd satisfying results. Although, P.O. Box 100565 just a few dominate the search engine market a large num- 98684 Ilmenau ber of diff erent web search services and tools exist (Maaβ Germany et al., [1]). Beside the well known universal search engines bernd.markscheff el@ like Google, Yahoo and Bing several ASEs are specialized tuilmenau.de in providing options to search for special document types, specifi c topics or time-sensitive information (Gelernter [2]; Bastian Eine Consultant for Search Engine Originally presented at the 7th International Conference on Webometrics, Optimization and Online Informetrics and Scientometrics (WIS) and 12th COLLNET Meeting, Marketing September 20–23, 2011, Istanbul Bilgi University, Istanbul, Turkey.
    [Show full text]
  • Searching the Enterprise
    R Foundations and Trends• in Information Retrieval Vol. 11, No. 1 (2017) 1–142 c 2017 U. Kruschwitz and C. Hull • DOI: 10.1561/1500000053 Searching the Enterprise Udo Kruschwitz Charlie Hull University of Essex, UK Flax, UK [email protected] charlie@flax.co.uk Contents 1 Introduction 2 1.1 Overview........................... 3 1.2 Examples........................... 5 1.3 PerceptionandReality . 9 1.4 RecentDevelopments . 10 1.5 Outline............................ 11 2 Plotting the Landscape 13 2.1 The Changing Face of Search . 13 2.2 DefiningEnterpriseSearch . 14 2.3 Related Search Areas and Applications . 17 2.4 SearchTechniques. 34 2.5 Contextualisation ...................... 37 2.6 ConcludingRemarks. 49 3 Enterprise Search Basics 52 3.1 StructureofData ...................... 53 3.2 CollectionGathering. 59 3.3 SearchArchitectures. 63 3.4 Information Needs and Applications . 68 3.5 SearchContext ....................... 76 ii iii 3.6 UserModelling........................ 78 3.7 Tools, Frameworks and Resources . 81 4 Evaluation 82 4.1 RelevanceandMetrics. 83 4.2 Evaluation Paradigms and Campaigns . 85 4.3 TestCollections ....................... 89 4.4 LessonsLearned ....................... 94 5 Making Enterprise Search Work 95 5.1 PuttingtheUserinControl . 96 5.2 Relevance Tuning and Support . 103 6 The Future 110 6.1 GeneralTrends........................ 110 6.2 TechnicalDevelopments. 111 6.3 Moving towards Cooperative Search . 113 6.4 SomeResearchChallenges . 114 6.5 FinalWords ......................... 117 7 Conclusion 118 Acknowledgements 120 References 121 Abstract Search has become ubiquitous but that does not mean that search has been solved. Enterprise search, which is broadly speaking the use of information retrieval technology to find information within organisa- tions, is a good example to illustrate this.
    [Show full text]
  • Collaborative Information Access: a Conversational Search Approach
    ICCBR Workshop on Reasoning from Experiences on the Web (WebCBR-09), Seattle Collaborative Information Access: A Conversational Search Approach Saurav Sahay, Anushree Venkatesh, and Ashwin Ram College of Computing Georgia Institute of Technology Atlanta, GA Abstract. Knowledge and user generated content is proliferating on the web in scientific publications, information portals and online social me- dia. This knowledge explosion has continued to outpace technological innovation in efficient information access technologies. In this paper, we describe the methods and technologies for ‘Conversational Search’ as an innovative solution to facilitate easier information access and reduce the information overload for users. Conversational Search is an interactive and collaborative information finding interaction. The participants in this interaction engage in social conversations aided with an intelligent information agent (Cobot) that provides contextually relevant search recommendations. The collaborative and conversational search activity helps users make faster and more informed search and discovery. It also helps the agent learn about conversations with interactions and social feedback to make better recommendations. Conversational search lever- agesthe social discovery process by integrating web information retrieval along with the social interactions. 1 Introduction Socially enabled online information search (social search) is a new phenomenon facilitated by recent Web technologies. This collaborative social search involves finding specific people in your network who have the knowledge you’re look- ing for or finding relevant information based on one’s social network. Social psychologists have experimentally validated that the act of social discussions have facilitated cognitive performance[1]. People in social groups can provide solutions (answers to questions)[2], pointers to databases or other people (meta- knowledge)[2][3] , validation and legitimation of ideas[2][4], can serve as mem- ory aids[5] and help with problem reformulation[2].
    [Show full text]
  • Natural Search User Interfaces
    Natural Search User Interfaces Prof. Marti Hearst UC Berkeley March/April , 2012 Book full text freely available at: http://searchuserinterfaces.com What works well in search now? Faceted Navigation 3 Real-Time Suggestions http://netflix.com http://www.imamuseum.org/ 4 Forecasting the Future First: What are the larger trends? In technology? In society? Next: Project out from these. Preferences for Preferences for Preferences for Audio / Video / Touch Social Interaction Natural Language “Natural” Interfaces Statistical Analysis of Wide adoption of social Enormous Collections Advances in media & user-generated UI Design Of Behavioral and Other Data content 6 Trend: More Natural Queries Trend: Longer, more natural queries § The research suggests people prefer to state their information need rather than use keywords. § But after first using a search engine they quickly learned that full questions resulted in failure. 8 Trend: Longer, more natural queries § The research suggests people prefer to state their information need rather than use keywords. § But after first using a search engine they quickly learned that full questions resulted in failure. § Average query length continues to increase § In 2010 vs 2009, searches of 5-8 words were up 10%, while 1-2 word searches were down. 9 Trend: Longer, more natural queries § Social Question Answering Sites: § Information worded as questions increasing available § with the questions that the audience really wants the answers to, and § written in the language the audience wants to use. § AND with
    [Show full text]
  • 1 Public Records Resources Online
    Public Records Resources Online How to Find Everything There Is to Know About "Mr./Ms. X" *Please see disclaimer at end of document* Summary of public records on Mr. / Ms. X . Starting with one or more Background Reports from the sources below can help provide an overview of where the person has lived and worked, as well as other pertinent information for searching, such as middle name or initial. They might also contain adverse filings and licensing information that you can later verify in other sources. Examples of vendors that provide background reports (for a fee): Westlaw/CLEAR (Thomson Reuters) $ Lexis/Accurint $ TLO $ His/her social security number is . These tools can help verify if an SSN is valid and related to a living person. SSN Validator Selective Service Online Verification He/she was born / died / naturalized . In addition to the Summary Reports in the first section of this guide, official death records may be found in resources on the federal, state, and local levels. The Genealogy Resources section of this guide might have other helpful resources for death records. Social Security Death Records The official federal record is the Social Security Death Index (SSDI). Only the subscription databases, such as Lexis, Westlaw, and TLO (all $) will have the most recent SSDI records, due to privacy restrictions. Try variations of spellings, or using only the last name and birth or death year and location if you're not finding an SSDI record. Ancestry Library $ Genealogy Bank SSDI Research Guide SSDI Databases Online State and Local Death, Burial, and Cemetery Records State and local death records will often provide more detailed information than an SSDI record, but they are not as easy to find.
    [Show full text]
  • On the Collaboration Support in Information Retrieval
    Open Archive TOULOUSE Archive Ouverte ( OATAO ) OATAO is an open access repository that collects the work of Toulouse researchers and makes it freely available over the web where possible. This is an author-deposited version published in : http://oatao.univ-toulouse.fr/ Eprints ID : 19042 To link to this article : DOI : 10.1145/3092696 URL : http://doi.org/10.1145/3092696 To cite this version : Soulier, Laure and Tamine-Lechani, Lynda On the collaboration support in Information Retrieval. (2017) ACM Computing Surveys, vol. 50 (n° 4). pp. 1. ISSN 0360-0300 Any correspondence concerning this service should be sent to the repository administrator: [email protected] On the Collaboration Support in Information Retrieval LAURE SOULIER, Sorbonne Universités, UPMC Univ Paris 06, UMR 7606, LIP6 LYNDA TAMINE, IRIT, Université de Toulouse, UPS Collaborative Information Retrieval (CIR) is a well-known setting in which explicit collaboration occurs among a group of users working together to solve a shared information need. This type of collaboration has been deemed as bene!cial for complex or exploratory search tasks. With the multiplicity of factors im- pacting on the search e#ectiveness (e.g., collaborators’ interactions or the individual perception of the shared information need), CIR gives rise to several challenges in terms of collaboration support through algorithmic approaches. More particularly, CIR should allow us to satisfy the shared information need by optimizing the collaboration within the search session over all collaborators, while ensuring that both mutually bene!cial goals are reached and that the cognitive cost of the collaboration does not impact the search e#ectiveness.
    [Show full text]
  • Search Engine Optimization and the Connection with Knowledge Graphs
    FACULTY OF EDUCATION AND BUSINESS STUDIES Department of Business and Economics Studies Search Engine Optimization and the connection with Knowledge Graphs Milla Marianna Hietala Oliver Marshall 2021 Student thesis, Master degree (one year), Credits Business Administration Master Programme in Business Administration (MBA): Business Management Master Thesis in Business Administration 15 Credits Supervisor: Ehsanul Huda Chowdhury Examiner: Maria Fregidou-Malama Abstract Title: Search Engine Optimization and the connection with Knowledge Graphs Level: Thesis for Master’s Degree in Business Administration Authors: Milla Marianna Hietala and Oliver Marshall Supervisor: Ehsanul Huda Chowdhury Examiner: Maria Fregidou-Malama Date: 28-01-2021 Aim: The aim of this study is to analyze the usage of Search Engine Optimization and Knowledge Graphs and the connection between them to achieve profitable business visibility and reach. Methods: Following a qualitative method together with an inductive approach, ten marketing professionals were interviewed via an online questionnaire. To conduct this study both primary and secondary data was utilized. Scientific theory together with empirical findings were linked and discussed in the analysis chapter. Findings: This study establishes current Search Engine Optimization utilization by businesses regarding common techniques and methods. We demonstrate their effectiveness on the Google Knowledge Graph, Google My Business and resulting positive business impact for increased visibility and reach. Difficulties remain in accurate tracking procedures to analyze quantifiable results. Contribution of the thesis: This study contributes to the literature of both Search Engine Optimization and Knowledge Graphs by providing a new perspective on how these subjects have been utilized in modern marketing. In addition, this study provides an understanding of the benefits of SEO utilization on Knowledge Graphs.
    [Show full text]
  • An Innovative Approach for Online Meta Search Engine Optimization
    The 6th Conference on Software, Knowledge, Information Management and Applications, Chengdu, China, September 9-11 2012, #57. 1 An Innovative Approach for online Meta Search Engine Optimization Jai Manral and Mohammed Alamgir Hossain Computational Intelligence Research Group School of Computing Engineering and Information Sciences Northumbria University, Newcastle Upon Tyne, NE1 8ST, UK {jai.manral; alamgir.hossain}@northumbria.ac.uk This paper presents an approach to identify efficient techniques used in Web Search Engine Optimization (SEO). Understanding SEO factors which can influence page’s ranking in search engine is significant for webmasters who wish to attract large number of users to their website. Different from previous relevant research, in this study we developed an intelligent Meta search engine which aggregates results from various search engines and ranks them based on several important SEO parameters. The research tries to establish that using more SEO parameters in ranking algorithms helps in retrieving better search results thus increasing user satisfaction. Initial results generated from Meta search engine outperformed existing search engines in terms of better retrieved search results with high precision. Index Terms— Search Engine Optimization, Meta Search Engine, Page Ranking, WWW. selects its preferred web-pages. Ranking is based on various I. INTRODUCTION parameters, some are known others not. Search engine optimizers work hard to use these parameters and rank their The information on the web is prodigious; searching web-pages higher in the result. Every researcher has its own relevant information is difficult for users. The accuracy of opinion of using SEO techniques. In order to learn how to search results is measured by relevancy of query term to web- optimize webpages and their relevancy to search engines page pages ranked and displayed by search engines.
    [Show full text]