Skip to content

Commit

Permalink
docs: add meta tag noindex (#6703)
Browse files Browse the repository at this point in the history
- Add line of code to avoid /admin appearing in Search Engines
- Closes #6616
  • Loading branch information
tyrellcurry authored Mar 6, 2023
1 parent 3216ba7 commit be78818
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/content/docs/add-to-your-site.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ In this example, we pull the `admin/index.html` file from a public CDN.
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="noindex" />
<title>Content Manager</title>
</head>
<body>
Expand Down

0 comments on commit be78818

Please sign in to comment.