<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Towards Crawling the Web for Structured Data: Pitfalls of Common Crawl for E-Commerce</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Alex Stolz</string-name>
          <email>alex.stolz@unibw.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Martin Hepp</string-name>
          <email>martin.hepp@unibw.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Universitaet der Bundeswehr Munich</institution>
          ,
          <addr-line>D-85579 Neubiberg</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In the recent years, the publication of structured data inside HTML content of Web sites has become a mainstream feature of commercial Web sites. In particular, e-commerce sites have started to add RDFa or Microdata markup based on schema.org and GoodRelations vocabularies. For many potential usages of this huge body of data, we need to crawl the sites and extract the data from the markup. Unfortunately, a lot of markup can be found in very deep branches of the sites, namely in the product detail pages. Such pages are difficult to crawl because of their sheer number and because they often lack links pointing to them. In this paper, we conduct a small-sized experiment where we compare the Web pages from a popular Web crawler, Common Crawl, with the URLs in sitemap files of respective Web sites. We show that Common Crawl fails to detect most of the product detail pages that hold a majority of the data, and that an approach as simple as a sitemap crawl yields much more product pages. Based on our insights gained in this paper, we conclude that a rethinking of state-of-the-art crawling strategies is necessary in order to cater for e-commerce scenarios.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Nowadays, evermore vendors are offering and selling their products on the Web.
The spectrum of online vendors ranges from a few very large retailers like
Amazon and BestBuy featuring an ample amount of goods to many small Web shops
with reasonable assortments. Consequently, the amount of product information
available online is constantly growing.</p>
      <p>
        While product descriptions were mostly unstructured in the past, the
situation has meanwhile changed. In the last few years, numerous Web shops have
increasingly started to expose product offers using structured data markup
embedded as RDFa, Microdata, or microformats in HTML pages (cf. [
        <xref ref-type="bibr" rid="ref1 ref2">1,2</xref>
        ]).
Standard e-commerce Web vocabularies like GoodRelations or schema.org typically
complement these data formats (RDFa and Microdata1) by semantically
describing products and their commercial properties. To some extent, the semantic
annotations of product offers on the Web have been promoted by search engine
1 Unlike for pure syntactical formats like RDFa and Microdata, the class and property
names in microformats already imply semantics.
operators that offer tangible benefits and incentives for Web shop owners. In
particular, they claim that additional data granularity can increase the visibility
of single Web pages, for example in the form of rich snippets (or rich captions,
in Bing terminology) displayed on search engine result pages [
        <xref ref-type="bibr" rid="ref3 ref4">3,4</xref>
        ]. Furthermore,
structured data – and structured product data in particular – can provide
useful relevance signals that search engines can take into account for their ranking
algorithms as for the delivery of more appropriate search results. In essence,
structured product data opens up novel opportunities for sophisticated use cases
such as deep product comparison at Web scale.
      </p>
      <p>Unfortunately, for regular data consumers other than search engines like
Google, Bing, Yahoo!, or Yandex2, it is difficult to make use of the wealth of
product information on the Web. Web crawling is an open problem for it is
known to be expensive due to the sheer size of the Web, and because it requires
deep technical expertise. Hence, motivated by these challenges and the idea to
provide easy and open access to periodic snapshots of industrial-strength Web
crawls, the Common Crawl project was launched in 2007.</p>
      <p>
        The Common Crawl corpus with its hundreds of terabytes’ worth of gathered
data constitutes an incredibly valuable resource for research experiments and
application development. At almost no cost3, it can offer unprecedented insights
into several aspects of the Web. Among others, researchers found it to be useful
to analyze the graph structure of the Web [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], or to support machine translation
tasks (e.g. [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]). Moreover, it is possible to extract and analyze structured data
on a large scale, as tackled by the Web Data Commons initiative [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
      </p>
      <p>
        One popular and persistent misconception about Common Crawl, however,
is to think that it is truly representative for the Web as a whole. The FAQ
section on commoncrawl.org is further contributing to this fallacy, as it literally
terms Common Crawl as “a copy of the web” [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. This statement is problematic
though, because it can foster wrong decisions. In particular, Web-scale crawling
is costly, that is why Web crawlers generally give precedence to landing pages
of Web shops. To prioritize the visiting of Web pages, they take into account
sitemaps, page load time, or the link structure of Web pages (i.e. PageRank [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]).
Common Crawl e.g., employs a customized PageRank algorithm and includes
URLs donated by the former search engine Blekko4. Yet, a lot of the markup
can be found in very deep branches of the Web sites, like product detail pages.
Aforementioned crawling strategies miss out many of these long-tail product
pages, which renders them inappropriate for commercial use cases. For a related
discussion on the limited coverage of Common Crawl with respect to structured
e-commerce data, we refer you to a W3C mailing list thread from 20125.
      </p>
      <p>The main motivation for this paper was to answer the question whether
Common Crawl is complete enough for use cases around structured e-commerce
2 Shop owners often proactively direct popular search engines to their Web pages.
3 The only costs that incur are those for storage and processing of the data.
4 http://www:slideshare:net/davelester/introduction-to-common-crawl
5 http://lists:w3:org/Archives/Public/public-vocabs/2012Mar/0095:html and
http://lists:w3:org/Archives/Public/public-vocabs/2012Apr/0016:html</p>
    </sec>
    <sec id="sec-2">
      <title>Actual URL distribution</title>
      <p>1
2
3
4
5</p>
    </sec>
    <sec id="sec-3">
      <title>Sitemap URL distribution</title>
      <p>1
2
3
4
5</p>
    </sec>
    <sec id="sec-4">
      <title>Common Crawl URL distribution</title>
      <p>data. For e-commerce applications e.g., it is crucial to be able to rely on a
solid and comprehensive product information database, which we think Common
Crawl cannot offer to date. Even if it might not be very surprising that Common
Crawl misses out a considerable amount of product data in commercial Web sites,
it remains so far unclear by how much.</p>
      <p>In this paper, we investigate the representativeness of Common Crawl with
respect to e-commerce on the Web. For this purpose, we rely on a random
sample of product-related Web sites from Common Crawl, for which we measure
the coverage of (1) Web pages in general, and (2) Web pages with structured
product offer data. We further analyze the crawl depth of Common Crawl. As
our baseline, we use sitemaps to approximate the actual URL distribution of
Web sites, as depicted in Fig. 1.</p>
      <p>The rest of this paper is structured as follows: Section 2 reviews important
related work; in Sect. 3, we outline our method, the relevant data sources, and
design decisions that we made; Section 4 reports the results of the analysis of
Common Crawl; in Sect. 5, we discuss our findings and emergent shortcomings;
and finally, Sect. 6 concludes our paper.
2</p>
      <sec id="sec-4-1">
        <title>Related Work</title>
        <p>
          Considerable literature work deals with crawling structured data from the Web.
In contrast to conventional Web crawling of textual content, structured data
poses special challenges on the organization and performance of crawling and
indexing tasks [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ]. The work in [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ] suggests a pipelined crawling and indexing
architecture for the Semantic Web. In [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ], the authors propose a learning-based,
focused crawling strategy for structured data on the Web. The approach uses an
online classifier and performs a bandit-based selection process of URLs, i.e. it
determines a trade-off between exploration and exploitation based on the page
context and by incorporating feedback from previously discovered metadata.
The Web Data Commons [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] initiative reuses a Web crawl provided by Common
Crawl to extract structured data.
        </p>
        <p>
          Surprisingly, none of the aforementioned approaches address the question
where the structured data actually resides in a Web site, albeit this
information can be useful for tuning the crawling process. [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] provide a study on the
distribution character of structured content for information extraction on the
Web. They show that to capture a reasonable amount of the data of a domain,
it is crucial to regard the long tail of Web sites. On a more general scope, [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ]
estimate that a crawler is able to reach a significant portion of the Web pages
visited by users with only following three to five steps from the start page.
3
        </p>
      </sec>
      <sec id="sec-4-2">
        <title>Methodology and Data</title>
        <p>In this paper, we concern with the problem of crawling e-commerce data from
the Web, and in particular we focus on caveats of using Common Crawl. This
section describes the data sources and the methodology for the inspection of the
Common Crawl relative to e-commerce.
3.1</p>
        <p>
          Datasets and APIs
Each of the Common Crawl corpora represents a huge body of crawled Web
pages which to process and analyze in detail is not a straightforward task. The
December 2014 Common Crawl corpus has a compressed file size of 160 terabytes
and is reported to contain 15:7 million Web sites and a total of over two billion
Web pages [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ]. To cope with this enormous amount of data, we drew on derived
datasets and APIs.
        </p>
        <p>
          Web Data Commons. The Web Data Commons dataset series contains all
structured data extracted from the various Common Crawl corpora [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ].
Currently, the extraction process considers the data formats Microdata, RDFa, and
microformats. In addition to the publishing of the comprehensive datasets, the
Web Data Commons initiative also provides class-specific subsets to the most
prominent schema.org classes. We use the subset for s:Offer from the
December 2014 Common Crawl corpus, which is comprised in a 48 gigabyte
gzipcompressed N-Quads file6.
        </p>
        <p>Common Crawl Index Query API. In order to access the huge Common
Crawl corpora, it is no longer necessary to get hold of the entire datasets. In
2015, the Common Crawl Index was announced, which offers an index query
API to look up entries by URL (possibly with wildcards). The Common Crawl
Index for the December 2014 crawl snapshot is available at http://index:com
moncrawl:org/CC-MAIN-2014-52. For the Python programming language, there
further exists an API client to conveniently access the Common Crawl indices7.
Sitemaps. In addition to the data sources related to Common Crawl, we
obtained Web page URLs and corresponding metadata from the XML sitemaps of
selected Web sites.
6 http://webdatacommons:org/structureddata/2014-12/stats/schema_org_subse
ts:html
7 https://github:com/ikreymer/cdx-index-client</p>
        <p>Method
In any e-commerce Web site, the most distinctive entity type is the product offer,
which describes the commercial details and terms and conditions related to the
transfer of property rights for a product item. Product offers are represented in
schema.org by the class s:Offer. Within the scope of this research, we used the
respective class-specific subset of Web Data Commons that was extracted from
the December 2014 snapshot of Common Crawl.</p>
        <p>We extracted all available domains from the Web Data Commons subset
related to s:Offer. From the 109651 domains obtained this way, we drew a random
sample of 100 Web sites. For each of these Web sites, we (a) captured the available
URLs in the Common Crawl Index, and (b) fetched their XML sitemaps (if
existing) to collect the contained URLs. In order to locate the sitemaps, we
tested whether they are referenced from a robots.txt file or, alternatively, placed
in the root directory of the Web server – which is regarded as the simplest and
default method. Then we (recursively) iterated over these sitemaps (or sitemap
indices) and extracted the Web page URLs.</p>
        <p>After that, we matched the Web pages found in the Web Data Commons
subset to the URLs found in the respective sitemaps that contain structured product
offer data. For this purpose, we conducted a deep crawl based on the URL
collection in the sitemaps. We limited the number of URLs to 10000 per sitemap,
otherwise the crawling process would have been overly resource-intensive.
3.3</p>
        <p>Design Decisions
To find out how deeply the Common Crawl spider is reaching within Web site
structures, we rely on a basic property of URLs, which is that URL paths are
organized hierarchically [14, Section 1.2.3]. For all URLs in both datasets, we
thus analyzed their URL structures. In particular, we classified them by matching
their URL paths against the following string patterns
lev0: /{0}
lev1: /{0}/{1}
lev2: /{0}/{1}/{2}
...</p>
        <p>The placeholders (indicated by numeri.c values between curly braces) describe
character sequences of arbitrary length. The sequence may contain any character
but the slash symbol. In order to pertain to a specific category, the patterns
must be matched exactly. The URL scheme together with the authority (often
the host) constitute level 0 URLs (labeled as category “lev0”) because the URL
path is empty, e.g. http://www:example:org/. Other URLs with a path in the
root directory also belong to level 0, e.g. http://www:example:org/index:html
or http://www:example:org/index, whereas http://www:example:org/index/
would be classified as a level 1 (“lev1”) URL.</p>
        <p>Prior to the analysis, the data needed to go through some pre-processing
steps. In particular, we dropped duplicate URLs and then, for the purpose of
generating statistics about the URL depth, we truncated query strings from
URLs. The execution order of these two steps was essential, because otherwise
we would have inadvertently discarded Web pages that only differ based on
query string parameters. The reason we abstract from URLs with query string
parameters is because we are only interested in the hierarchical characteristic of
URL identifiers. This way we prevent the false classification of edge cases like
http://www:example:org/?path=/some/path/, which should be treated
equivalent to http://www:example:org/.</p>
        <p>The random sample of product domains that we obtained was initially not
very useful. We noticed some unexpected difficulties with various domains, e.g.
many Web sites are part of large hosting platforms that are divided into
several subdomains (e.g. masstube.uptodown.com and www.uptodown.com). As we
could observe, the sitemap files of these domains often point at the main Web
site (i.e. the subdomain starting with “www”). We thus decided to only consider
Web sites starting with “www”, by which we could reduce the problem
considerably. In addition, it has the nice side-effect that possible www-subdomains are
consolidated with their non-www-counterparts.
4</p>
      </sec>
      <sec id="sec-4-3">
        <title>Analysis of Common Crawl Dataset for E-Commerce</title>
        <p>From the 100 domains that we have examined, 68 featured a sitemap (15 a
sitemap index)8 according to the search criteria mentioned in the previous
section. Out of these 68 remaining Web sites, we crawled all but seven domains
that had no more than 10000 URLs. We then compared the numbers related to
pages (URLs) with and without structured product offer data in the 61 domains
with those from the Common Crawl corpus from December 2014.
4.1</p>
        <p>Dataset Statistics
8 Download date as of June 23, 2015
9 We obtained the statistics using a string match “ schema.org/Offer” against the
HTML content, which is a simple heuristic to match schema.org in Microdata.
01 www.abloomaboveflorist.com
02 www.acuderm.com
03 www.antik-zentrum-alling.de
04 www.askariel.com
05 www.bellyarmor.com
. . .
21 www.hamiltonparkhotel.com
. . .
57 www.therealthingonline.co.za
58 www.waterbedbargains.com
59 www.wedoboxes.co.uk
60 www.windberflorist.com
61 www.xpradlo.sk
9996
In accordance with the assumption from Fig. 1, we compared the URLs in the
Common Crawl corpus to the collection of URLs in the 68 sitemaps at varying
URL depth levels. To accomplish that, we relied on the hierarchical part of
the Web page URLs, as described in Sect. 3.2. Table 2 contrasts the
domainspecific median and mean values of Common Crawl and sitemaps for the first
twelve URL hierarchy levels. The median in the Common Crawl decreases across
different levels, whereas for sitemaps there is first an increase from level 0 to
level 1. Although the median value is then suddenly decreasing, it is still higher
at level 2 than at level 0.
n
i
a
om 10000
d
r
e
p
saeg l)ed 1000
froebp l-(scoag 100
m
u
n
raeg 10
e
v
A</p>
        <p>mean</p>
        <p>In Fig. 3, we show a boxplot of the data that was reported in Table 2. The
figure graphically represents the distribution of URLs across Web sites for the
first five URL depth levels.
4.3</p>
        <p>Coverage by URL Depth of Web Pages with Structured
Product Offer Data
In addition to measuring the coverage of URLs, we compared the Web pages that
contain structured product offer data. The comparison was conducted among
the 61 crawled sitemaps and the respective subset of Web Data Commons. Once
again we did this comparison for the individual URL hierarchy levels. Table 3
outlines the median and mean values of URLs in sitemaps that contain structured</p>
        <p>mean
n
i
a
m
o
rd 1000
e
p
saeg l)ed
product offer data, namely entities of type s:Offer. In comparison to Table 2, we
added a rightmost column that shows by how much the mean values differ across
Common Crawl and the sitemaps. E.g., the mean value between Common Crawl
and the sitemaps differs by a factor of close to 67 at level 0 (the root directory).
For level 1 it is 27:55, for level 2 53:22, and so on. This extrapolation factor gives
an estimate of the missing coverage of structured e-commerce data in Common
Crawl. In other words, if we would solely rely on sitemaps, then we could collect
x times as many Web pages with structured product offer data at a URL depth
of y than found in the Common Crawl dataset.</p>
        <p>In Fig. 4, we show two boxplots for the URL collections in Common Crawl
and in the sitemaps. They contrast the numbers of Web pages with structured
product offer data at five different URL depth levels.
For the evaluation of our results, we analyzed by how much the coverage of URLs
with structured product offer data deviates between the Common Crawl corpus
and the URL collections from the sitemaps. More precisely, if we did encounter
level 0 URLs in the Web Data Commons dataset, then we should also be able to
find level 0 URLs within the sitemaps of the corresponding domains. Otherwise,
the averages reported in the results would be meaningless due to originating
from distinct domains. We detected a considerable overlap between Common
Crawl and sitemaps across various URL depth levels. The results are outlined in
Table 4.
5</p>
      </sec>
      <sec id="sec-4-4">
        <title>Discussion</title>
        <p>In this section, we discuss the results of our analysis. Furthermore, we want to
point at potential shortcomings of our approach.</p>
        <p>Sitemaps of Web sites attain a better coverage of URLs than Common Crawl.
A side-by-side comparison of the boxplots in Fig. 2 reveals differences between
Common Crawl and sitemaps concerning (a) the average number of URLs in
Web sites and (b) the average number of Web pages with product offers in Web
sites. The two boxplots have a similar distribution, albeit the numbers differ
significantly as the scale of the y-axis used for the sitemaps is 100 times larger
than for Common Crawl. A comparison of the median values also indicates a
larger share of Web pages with structured product offers in the sitemaps.</p>
        <p>Common Crawl does not crawl as deep as the URL depth available in the
sitemaps. Yet, Table 2 and Fig. 3 indicate that Common Crawl is well able to
reach the deep pages within a Web site. However, in most cases it stops after
the second URL depth level.</p>
        <p>Against our expectations, a large amount of product offers is encountered at
the upper three levels of the URL path rather than at the deeper hierarchy levels
(see Fig. 4). The maximum URL depth in our datasets was twelve levels (see
Table 2), although the deepest URL path with structured product offer data was
eight (see Table 3). This might be due do different uses of hierarchical identifiers.</p>
        <p>Interestingly, while the average number of structured product offers tends
to decrease in the sitemaps, it stays relatively stable for the first seven levels
in the Common Crawl, as shown in Table 3. This finding suggests that
Common Crawl is able to enter Web sites at any URL depth levels, but instead of
crawling additional URLs, it leaves Web sites prematurely – likely because of
the prioritization strategy inherent to many Web crawlers.</p>
        <p>In the course of this work, we have identified some possible limitations:
– There does not only exist s:Offer for entity types, but also concepts from
other vocabularies and formats for annotating product offers on the Web
(gr:Offering or microformats). We decided to rely on schema.org because it
is by far the most prevalent Web vocabulary.
– Between the Common Crawl snapshot (December 2014) and the sitemap
crawl (June 2015) was a time gap of half a year, which was unavoidable due
to the lagged publication of the Web Data Commons extraction results.
– Sitemaps are useful for crawling large Web sites very quickly, but they are
not necessarily complete as they are often webmaster-crafted. However, we
do not see a disadvantage in here, rather would it in the best case further
support our arguments.
– We compared the coverage of structured product offer data based on a sample
of domains featuring sitemaps. Thus, our dataset could exhibit a potential
bias towards higher-quality Web sites. This issue needs further investigation.
– We assumed a hierarchical organization of URLs, despite some Web sites
often use flat hierarchies for URL identifiers – or hierarchical identifiers in
the absence of hierarchies, e.g. for tagging. Furthermore, the URL pattern
used to classify URLs into various levels of URL depth is brittle because,
depending on the server configuration, trailing slashes might be handled
differently, e.g. http://www:example:org and http://www:example:org/.
– Finally, given the population size of 109651 Web sites, our sample size of 100
domains was relatively small which could be enhanced in future work.
6</p>
      </sec>
      <sec id="sec-4-5">
        <title>Conclusion</title>
        <p>In this paper, we have sought evidence for that a popular Web crawler like
Common Crawl fails to detect the product detail pages that hold a majority of
the product data, which limits the usefulness of such a crawler for e-commerce.</p>
        <p>For a random sample of 100 Web sites from Common Crawl with structured
product offer data, we have detected that the majority of them (i.e., 68) offer
sitemap files. We have shown that Common Crawl covers only a small fraction
of the URLs available in these sitemaps. Moreover, the amount of structured
product offer data was generally lower for the Web sites considered in this work.
Yet, the URL depth for sitemaps was only marginally higher than the crawl
depth of Common Crawl.</p>
        <p>Through the insights gained in this paper, we conclude that we need other
crawling strategies that reach beyond what Common Crawl is currently able to
offer. For example, to increase the overall coverage, we could combine Common
Crawl with a deep sitemap crawl. Still, there remains the problem that a crawler
like Common Crawl might miss the relevant Web pages that hold the product
information within Web sites. Our findings presented in this paper apply to
ecommerce sites in general as well as to e-commerce sites with structured markup.
Nonetheless, other application domains might draw useful conclusions from the
results of our analysis.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Meusel</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Petrovski</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bizer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>The WebDataCommons Microdata, RDFa and Microformat Dataset Series</article-title>
          .
          <source>In: Proceedings of the 13th International Semantic Web Conference (ISWC</source>
          <year>2014</year>
          ),
          <source>Riva del Garda</source>
          , Trentino, Italy, Springer Berlin Heidelberg (
          <year>2014</year>
          )
          <fpage>277</fpage>
          -
          <lpage>292</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Mika</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Potter</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Metadata Statistics for a Large Web Corpus</article-title>
          . In Heath, T.,
          <string-name>
            <surname>Bizer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Berners-Lee</surname>
          </string-name>
          , T., eds.
          <source>: Proceedings of the WWW2012 Workshop on Linked Data on the Web (LDOW</source>
          <year>2012</year>
          ), Lyon, France (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Goel</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Guha</surname>
            ,
            <given-names>R.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hansson</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          : Introducing Rich Snippets. http://googlewe bmastercentral:blogspot:de/2009/05/introducing-rich-snippets:html (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Haas</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mika</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tarjan</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blanco</surname>
          </string-name>
          , R.:
          <article-title>Enhanced Results for Web Search</article-title>
          .
          <source>In: Proceedings of the 34th International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR</source>
          <year>2011</year>
          ), Beijing, China,
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2011</year>
          )
          <fpage>725</fpage>
          -
          <lpage>734</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Meusel</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vigna</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lehmberg</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bizer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Graph Structure in the Web - Revisited: A Trick of the Heavy Tail</article-title>
          .
          <source>In: Proceedings of 23rd International World Wide Web Conference (WWW 2014 Companion Volume)</source>
          , Seoul, Korea,
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2014</year>
          )
          <fpage>427</fpage>
          -
          <lpage>432</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Buck</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Heafield</surname>
          </string-name>
          , K.,
          <string-name>
            <surname>van Ooyen</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <string-name>
            <surname>N-Gram</surname>
            <given-names>Counts</given-names>
          </string-name>
          and
          <article-title>Language Models from the Common Crawl</article-title>
          .
          <source>In: Proceedings of 9th International Conference on Language Resources and Evaluation (LREC</source>
          <year>2014</year>
          ), Reykjavk, Iceland (
          <year>2014</year>
          )
          <fpage>26</fpage>
          -
          <lpage>31</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Common</surname>
            <given-names>Crawl</given-names>
          </string-name>
          : Frequently Asked Questions. http://commoncrawl:org/faqs/
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Page</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brin</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Motwani</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Winograd</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>The PageRank Citation Ranking: Bringing Order to the Web</article-title>
          . techreport, Stanford InfoLab (
          <year>1998</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Harth</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Umbrich</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Decker</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>MultiCrawler: A Pipelined Architecture for Crawling and Indexing Semantic Web Data</article-title>
          .
          <source>In: Proceedings of the 5th International Semantic Web Conference (ISWC</source>
          <year>2006</year>
          ), Athens, GA, USA, Springer Berlin Heidelberg (
          <year>2006</year>
          )
          <fpage>258</fpage>
          -
          <lpage>271</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Meusel</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mika</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blanco</surname>
          </string-name>
          , R.:
          <article-title>Focused Crawling for Structured Data</article-title>
          .
          <source>In: Proceedings of the 23rd ACM International Conference on Information and Knowledge Management (CIKM</source>
          <year>2014</year>
          ), Shanghai, China,
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2014</year>
          )
          <fpage>1039</fpage>
          -
          <lpage>1048</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Dalvi</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Machanavajjhala</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pang</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>An Anaylsis of Structured Data on the Web</article-title>
          .
          <source>Proceedings of the VLDB Endowment</source>
          <volume>5</volume>
          (
          <issue>7</issue>
          ) (
          <year>2012</year>
          )
          <fpage>680</fpage>
          -
          <lpage>691</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Baeza-Yates</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Castillo</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Crawling the Infinite Web: Five Levels Are Enough</article-title>
          .
          <source>In: Proceedings of the 3rd International Workshop on Algorithms and Models for the Web-Graph (WAW</source>
          <year>2004</year>
          ), Rome, Italy, Springer Berlin Heidelberg (
          <year>2004</year>
          )
          <fpage>156</fpage>
          -
          <lpage>167</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Web Data Commons: Web Data Commons - RDFa</surname>
          </string-name>
          , Microdata, and
          <string-name>
            <surname>Microformats Data</surname>
          </string-name>
          Sets - December
          <year>2014</year>
          . http://www:webdatacommons:org/structureddata/ 2014-12/stats/stats:html
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Berners-Lee</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fielding</surname>
          </string-name>
          , R.T.,
          <string-name>
            <surname>Masinter</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Uniform Resource Identifier (URI): Generic Syntax</article-title>
          . http://www:ietf:org/rfc/rfc3986:txt (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>