mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-02 16:31:31 -05:00
Reimplements https://github.com/alphagov/notifications-aws/pull/796 Since deploying alphagov/notifications-utils#736 I’ve been looking at how members of the public are ending up on our support page. The vast majority are landing on https://www.notifications.service.gov.uk/features/email Previously we thought that they were clicking the ‘contact us’ link in the page, which deep linked into the support journey, so we removed these deep links in alphagov/notifications-admin#3451 But the tickets are still coming in, so I think that people are still landing on this page, then going directly to ‘support’ in the top navigation. So the next measure we have available is to try to stop people from landing on this page in the first place. All the examples I’ve looked at show people coming from Google to this page. By putting the page’s URL in our robots.txt it should stop Google (and other search engines) listing it in search results.