From e0cebbfc8f47eebfb1b10796f4798193e6ef9e08 Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Fri, 20 Dec 2013 23:12:37 +0600 Subject: [PATCH] add a remark about 1% --- docs/topics/broad-crawls.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/topics/broad-crawls.rst b/docs/topics/broad-crawls.rst index 3264ebe23..a4b34a540 100644 --- a/docs/topics/broad-crawls.rst +++ b/docs/topics/broad-crawls.rst @@ -122,8 +122,9 @@ To disable redirects use:: Enable crawling of "Ajax Crawlable Pages" ========================================= -Some pages (up to 1%) declare themselves as `ajax crawlable`_. This means they -provide plain HTML version of content that is usually available only via AJAX. +Some pages (up to 1%, based on empirical data from year 2013) declare +themselves as `ajax crawlable`_. This means they provide plain HTML +version of content that is usually available only via AJAX. Pages can indicate it in two ways: 1) by using ``#!`` in URL - this is the default way;