Page MenuHomePhabricator

Enable `nofollow` attribute for tool links
Open, Needs TriagePublicBUG REPORT

Description

The tool links within the left-side "vector-menu," particularly the "What links here" and the "Related Changes", should have rel=nofollow attribute. Since by default talk pages have "noindex" tag, the "Talk page" link should have rel=nofollow attribute as well.

While inspecting the search console, I observed a significant number of pending crawling pages that start with "Special:". For each actual page, we have those two distinct special pages. Notably, each special page has a <meta name="robots" content="noindex"> tag, rendering the act of crawling them an inefficient utilization of time, bandwidth, and search engine resources. I recommend implementing the nofollow tag at the skin level.