Add rel="nofollow" attributes to a handful of links.

Review Request #11114 — Created Aug. 2, 2020 and submitted

Information

Review Board
release-4.0.x

Reviewers

Review Board exposes a lot of URLs that search engine crawlers love to
find, many of which don't provide any additional value to search engines
(such as various diff revisions and interdiffs, or alternative views for
a page). These can add a lot of load to the server, as Review Board may
need to repeatedly access repositories and generate diffs.

To help inform crawlers that they don't need to dive into some of these
pages, this change adds some rel="nofollow" attributes to some links.

Tested that the URLs continued to work and didn't appear to break anything.

Summary ID
Add rel="nofollow" attributes to a handful of links.
Review Board exposes a lot of URLs that search engine crawlers love to find, many of which don't provide any additional value to search engines (such as various diff revisions and interdiffs). These can also add a lot of load to the server, as Review Board may need to repeatedly access repositories and generate diffs. To help inform crawlers that they don't need to dive into some of these pages, this change adds some `rel="nofollow"` attributes to some links.
ec4daf1920ec8234c007f84ad24f63e0b2e1ca83
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-4.0.x (4c9797e)
Loading...