Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[공통] 검색로봇 차단 태그 추가 #192

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

MinGu-Jeong
Copy link
Collaborator

  • 인터널 도메인이 구글검색에 나오는 이슈가 있었습니다.
  • 검색로봇이 페이지를 찾을 수 없게 차단합니다.

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Did you merge recent main branch?

@@ -8,6 +8,7 @@
href="https://image.bcsdlab.com/favicon.ico"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="noindex, nofollow" />
<title>BCSD Internal</title>
</head>
<body>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

주요 사항:

  • 코드에서 <meta name="robots" content="noindex, nofollow" /> 태그를 추가하여 검색 엔진에 페이지 인덱스를 하지 않도록 설정한 것은 적절한 조치입니다. 내부용 웹페이지의 경우 외부 노출을 방지하는 것이 중요하기 때문입니다.

개선 제안 사항:

@@ -8,6 +8,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 +    <meta name="robots" content="noindex, nofollow" />

이외의 오류는 없어 보이며, 개선할 부분은 잘 처리되었습니다.

@MinGu-Jeong MinGu-Jeong merged commit 0289cc0 into main Sep 26, 2024
2 checks passed
@MinGu-Jeong MinGu-Jeong deleted the feat/prevent-search-bot branch September 26, 2024 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants