cfpb / design-manual

⚠️ THIS REPO IS DEPRECATED ⚠️ A set of design principles and standards for the Consumer Financial Protection Bureau.
https://cfpb.github.io/design-manual/
Creative Commons Zero v1.0 Universal
98 stars 71 forks source link

Redirect this website to design-system #633

Closed chosak closed 3 years ago

chosak commented 3 years ago

This PR retires this website and redirects all traffic to the CFPB Design System. This is accomplished by a meta redirect tag that also adds UTM parameters (?utm_source=designmanual&utm_medium=redirect&utm_campaign=designsystemlaunch) to the landing URL for tracking in analytics. This PR generates both an index.html and a 404.html so that any pages under /design-manual/ will redirect like this. It also adds a meta robots noindex tag to prevent search engine indexing of these pages.

See https://chosak.github.io/design-manual/ for an example of this in action, and https://github.com/chosak/design-manual for the source code of the proposed change.

A similar PR to this was opened for Capital Framework at https://github.com/cfpb/capital-framework/pull/968.

Checklist