Skip to content

Commit f505da0

Browse files
author
remote-swe-app[bot]
committed
Remove robots.txt and add comment to meta robots tag
1 parent c162a36 commit f505da0

2 files changed

Lines changed: 1 addition & 21 deletions

File tree

webapp/public/robots.txt

Lines changed: 0 additions & 21 deletions
This file was deleted.

webapp/src/app/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
66
<html>
77
<head>
88
<title>AWS Serverless TODO</title>
9+
{/* Comment out this meta tag if you want to enable search engine crawling */}
910
<meta name="robots" content="noindex, nofollow" />
1011
</head>
1112
<body>

0 commit comments

Comments
 (0)