점검 결과
esthermall.co.kr
3일 전 · 페이지 5개
갖다 붙이면 되는 파일 올리면 +10점 회복
지금 나오는 출력은 점검 결과에서 짐작한 값입니다. 아래 세 칸을 채우면 제목·요약·문의가 제대로 들어갑니다.
llms.txt
사이트 최상위에 올리세요 (예: https://내도메인/llms.txt)
# 에스더몰
> 여에스더 박사의 프리미엄 건강기능식품 에스더포뮬러
## 제품
- [고민별 > >](https://esthermall.co.kr/goods/goods_list.php?cateCd=301): 프리미엄 건강기능식품 에스더포뮬러 고민별 > >
- [성분별 > >](https://esthermall.co.kr/goods/goods_list.php?cateCd=302): 프리미엄 건강기능식품 에스더포뮬러 성분별 > >
- [베스트 > >](https://esthermall.co.kr/goods/goods_list.php?cateCd=313): 프리미엄 건강기능식품 에스더포뮬러 베스트 > >
- [세일중 > >](https://esthermall.co.kr/goods/goods_list.php?cateCd=317): 프리미엄 건강기능식품 에스더포뮬러 세일중 > >
## 알아두면 좋은 것
- 이 문서는 AI가 우리 사이트를 정확히 소개할 수 있도록 두었습니다.
robots.txt
사이트 최상위에 올리세요. 이미 있으면 내용을 합치세요.
# robots.txt
# 검색·AI 인용 봇은 열어 둡니다. 막으면 검색 결과와 AI 답변에서 사라집니다.
User-agent: *
Allow: /
# AI 학습용 크롤러도 허용합니다 — 막고 싶으면 관리자 화면에서 바꾸세요
Sitemap: https://esthermall.co.kr/sitemap.xml
sitemap.xml
사이트 최상위에 올리고 robots.txt 에 Sitemap 줄을 넣으세요
<?xml version="1.0" encoding="UTF-8"?>
<!-- 점검에서 정상 응답한 주소만 넣었습니다. 페이지가 늘면 다시 만들어 주세요. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://esthermall.co.kr/</loc>
<lastmod>2026-08-28</lastmod>
<priority>1.0</priority>
</url>
<url>
<loc>https://esthermall.co.kr/goods/goods_list.php?cateCd=301</loc>
<lastmod>2026-08-28</lastmod>
<priority>0.7</priority>
</url>
<url>
<loc>https://esthermall.co.kr/goods/goods_list.php?cateCd=302</loc>
<lastmod>2026-08-28</lastmod>
<priority>0.7</priority>
</url>
<url>
<loc>https://esthermall.co.kr/goods/goods_list.php?cateCd=313</loc>
<lastmod>2026-08-28</lastmod>
<priority>0.7</priority>
</url>
<url>
<loc>https://esthermall.co.kr/goods/goods_list.php?cateCd=317</loc>
<lastmod>2026-08-28</lastmod>
<priority>0.7</priority>
</url>
</urlset>
head 태그 -5점 회복
각 페이지 <head> 안에 넣으세요
<!-- <head> 안에 넣으세요. 페이지마다 title·description·canonical 은 그 페이지 것으로 바꿔야 합니다. -->
<title>에스더몰 — 여에스더 박사의 프리미엄 건강기능식품 에스더포뮬러</title>
<meta name="description" content="여에스더 박사의 프리미엄 건강기능식품 에스더포뮬러">
<link rel="canonical" href="https://esthermall.co.kr/">
<meta property="og:type" content="website">
<meta property="og:title" content="에스더몰 — 여에스더 박사의 프리미엄 건강기능식품 에스더포뮬러">
<meta property="og:description" content="여에스더 박사의 프리미엄 건강기능식품 에스더포뮬러">
<meta property="og:url" content="https://esthermall.co.kr/">
<meta property="og:image" content="https://esthermall.co.kr/og.png">
<meta name="twitter:card" content="summary_large_image">
구조화 데이터 -5점 회복
<head> 안에 넣으세요. 한 사이트에 하나면 충분합니다.
<!-- <head> 안에 그대로 넣으세요 -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "에스더몰",
"url": "https://esthermall.co.kr",
"description": "여에스더 박사의 프리미엄 건강기능식품 에스더포뮬러",
"logo": "https://esthermall.co.kr/logo.png"
}
</script>