Merge pull request #28592 from overleaf/ae-unsupported-browser

Add noindex meta tag to unsupported browsers page

GitOrigin-RevId: cdbecaf1c3ca2208802b4c18de85007648f86d68
This commit is contained in:
Alf Eaton
2025-09-22 10:06:09 +01:00
committed by Copybot
parent 19a495e7e3
commit 7b3ef0144b
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
extends ../layout/layout-no-js
block append meta
meta(name='robots' content='noindex')
block vars
- metadata = {title: 'Unsupported browser'}

View File

@@ -17,4 +17,6 @@ html(lang='en')
if buildCssPath
link(rel='stylesheet' href=buildCssPath())
block body
block meta
block body