요금안내 화면 네이버 검색 로봇이 검색 제외되도록 메타태그 추가 - 요금안내 URL에 대한 조건부 태그 추가되도록 추가함
- 요금안내 URL에 대한 조건부 태그 추가되도록 추가함
@02202b46c544fce2e9bd41a5fd98aaa9b69d09e8
--- src/main/webapp/WEB-INF/jsp/web/com/webLayout.jsp
+++ src/main/webapp/WEB-INF/jsp/web/com/webLayout.jsp
... | ... | @@ -30,7 +30,12 @@ |
| 30 | 30 |
</c:if> |
| 31 | 31 |
<meta property="og:image" content="https://www.munjaon.co.kr/publish/images/favicon/ms-icon-144x144.png"> |
| 32 | 32 |
<meta property="og:url" content="https://www.munjaon.co.kr/web/main/mainPage.do"> |
| 33 |
- |
|
| 33 |
+ |
|
| 34 |
+ |
|
| 35 |
+<c:if test="${fn:contains(pageContext.request.requestURL, '/web/pay/PayGuide.do')}">
|
|
| 36 |
+ <!-- 요금안내 화면 태그 추가 --> |
|
| 37 |
+ <meta name="robots" content="noindex"> |
|
| 38 |
+</c:if> |
|
| 34 | 39 |
<c:choose> |
| 35 | 40 |
<c:when test="${fn:contains(pageContext.request.requestURL, '/web/main/mainPage.do')}">
|
| 36 | 41 |
<link rel="canonical" href="https://www.munjaon.co.kr/web/main/mainPage.do"> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?