Skip to content

Commit

Permalink
fix(frontend): add robots meta tag (#3494)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeepc committed Jan 4, 2024
1 parent 9df0244 commit 066bf00
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions web/public/index.html
Expand Up @@ -4,8 +4,12 @@
<meta charset="utf-8" />
<link href="%PUBLIC_URL%/favicon.ico" rel="icon" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="#000000" name="theme-color" />
<meta content="Integration test tool based on opentelemetry traces" name="description" />
<meta content="#2f1e61" name="theme-color" />
<meta
content="Tracetest - Build integration and end-to-end tests in minutes, instead of days, using OpenTelemetry and trace-based testing."
name="description"
/>
<meta name="robots" content="noindex" />
<link href="%PUBLIC_URL%/logo192.png" rel="apple-touch-icon" />
<!--
manifest.json provides metadata used when your web app is installed on a
Expand Down

0 comments on commit 066bf00

Please sign in to comment.