On Fri, Jul 25, 2014 at 8:38 AM, Konstantin Nikitin < stroms...@yandex-team.ru> wrote:
> > The |prerender| hint is used to indicate the URL of the next navigation > target. > > But what if according to user's actions logs it is obvious, that users > always open all of the links, each in new tab (eg. middle-button clicking > on SERP). In that case webmaster may decide to put all of the links to > <link rel="prerender" />. > > Do you have any objectives against changing "target" to "targets" in your > document? > You can provide multiple hints of each type: <link rel="prerender" href="//example.com/a.html"> <link rel="prerender" href="//example.com/b.html"> Or, equivalent via Link header: Link: <https://example.com/article/a.html>; rel=prerender Link: <https://example.com/article/b.html>; rel=prerender ig