https://bugzilla.wikimedia.org/show_bug.cgi?id=35233
--- Comment #10 from MZMcBride <[email protected]> 2012-12-04 17:19:43 UTC --- (In reply to comment #9) > Google's recommendation is to use rel="canonical", i.e. to allow crawlers to > crawl the mobile site but to signal that the content is substantially > identical > to the desktop version. They're recommending for it to be crawler-visible to > pick up mobile-optimized pages and serve those directly to users of Google > mobile search. > > I'm fine with giving this a go. Supposedly Bing, Yahoo! and Google all support > rel="canonical" to filter duplicate content. > > We'll still see increased crawler traffic relative to noindex but this should > help to reliably exclude m. pages from the desktop index. When I look at the page source of <http://en.m.wikipedia.org/> currently, I notice two things: <meta name="robots" content="noindex,nofollow"/> and... <link rel="canonical" href="http://en.wikipedia.org/wiki/Main_Page" > So what is needed to resolve this bug? Simply removing the noindex/nofollow HTML output (presumably this is behind a PHP configuration variable)? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
