위드네트웍스 제품 페이지 — 검색 노출 실행 가이드
6개 제품 페이지(withvtm · withrex · sase · siem-soar · fortinetsecurityfabric · radware)를 구글·네이버에 정상 색인시키기 위한 실행 문서.
방향: 제품 본문을 solutions.withnetworks.com 서브도메인에 SSR로 정식 노출 + 기존 www URL은 301 리다이렉트. (Wix는 경로 단위 프록시가 안 되므로 이 방식이 유일한 현실적 경로)
왜 지금은 검색이 안 되나
- 현재 상태:
www.withnetworks.com/withvtm등 6개 페이지는 Wix 페이지 안에 iframe으로 서버 콘텐츠를 띄우는 구조. 화면에는 보이지만 검색에는 안 잡힌다. - 근본 원인: 구글·네이버는 iframe 안의 콘텐츠를 부모 페이지 본문으로 색인하지 않는다. 그래서
/withvtm페이지는 "제목·본문 신호가 없는 빈 껍데기"로 취급되어 제품 키워드로 순위가 잡히지 않는다. - 라이브 점검에서 발견(2026-06-17): iframe 백엔드인
solutions.withnetworks.com/*페이지에 SEO<head>(title·description·canonical·robots·schema.org)가 아직 적용 안 됨.solutions의sitemap.xml도 404. → 현재 검색 준비 0%. - 전제: 메인 사이트가 Wix라서 서버 콘텐츠를
www.withnetworks.com/...경로 밑에 직접 얹을 수 없다(경로 단위 리버스 프록시 불가). 따라서 검색에 잡히는 정식 페이지 =solutions서브도메인, 기존wwwURL은 거기로 301로 넘긴다.
중요 — 양립 불가: "www/withvtm을 iframe으로 보이게 유지" 와 "검색 노출"은 동시에 안 된다. 검색을 택하면
www/{슬러그}접속자는solutions/{슬러그}로 301 이동하게 되고, www의 iframe 표시 방식은 사라진다.
작업 목록 (1~6) · 담당
| # | 작업 | 담당 | 현재 |
|---|---|---|---|
| 1 | 6개 PHP 페이지에 SEO <head> 주입 (title·description·canonical·robots=index·OG·JSON-LD) | 엔지니어 | 미적용 |
| 2 | solutions에 robots.txt + sitemap.xml 생성 | 엔지니어 | 404 |
| 3 | 클린 URL 2개(/siem-soar, /fortinetsecurityfabric) nginx 매핑 추가 | 엔지니어 | 404 |
| 4 | Wix에서 www/{슬러그} 6개 → solutions/{슬러그} 301 리다이렉트 + iframe 페이지 정리 | Wix관리자 | 미적용 |
| 5 | Google Search Console + 네이버 서치어드바이저에 solutions 등록 + 사이트맵 제출 | 운영자 | 미적용 |
| 6 | DNS | — | 변경 불필요 |
1. 6개 페이지에 SEO <head> 주입 — 엔지니어
현재 라이브 solutions/withvtm의 <head>에는 viewport·CSS·jQuery만 있고 검색 신호가 전혀 없다. 각 PHP 페이지 <head>에 아래를 추가(슬러그·문구는 페이지별로 교체). 본문 문구·schema는 기존 프로젝트 산출물 재사용.
<title>withVTM 자산·취약점 통합관리 솔루션 | 위드네트웍스</title>
<meta name="description" content="ShadowIT 포함 전사 자산 가시성과 CVE·CCE 통합 진단, AI 기반 VRS 우선순위 스코어링을 제공하는 자산·취약점 통합관리 솔루션. GS인증 1등급.">
<link rel="canonical" href="https://solutions.withnetworks.com/withvtm">
<meta name="robots" content="index, follow, max-image-preview:large">
<meta property="og:type" content="website">
<meta property="og:title" content="withVTM 자산·취약점 통합관리 솔루션 | 위드네트웍스">
<meta property="og:description" content="…">
<meta property="og:url" content="https://solutions.withnetworks.com/withvtm">
<meta property="og:image" content="https://solutions.withnetworks.com/og/withvtm.png">
<meta property="og:site_name" content="위드네트웍스">
<script type="application/ld+json"> { "@context":"https://schema.org","@type":"SoftwareApplication", … } </script>
2. robots.txt + sitemap.xml 생성 — 엔지니어
solutions 루트에 두 파일을 둔다. (현재 둘 다 404)
# robots.txt
User-agent: *
Allow: /
Sitemap: https://solutions.withnetworks.com/sitemap.xml
<!-- sitemap.xml : 6개 정식 URL 등록 -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url><loc>https://solutions.withnetworks.com/withvtm</loc></url>
<url><loc>https://solutions.withnetworks.com/withrex</loc></url>
<url><loc>https://solutions.withnetworks.com/sase</loc></url>
<url><loc>https://solutions.withnetworks.com/siem-soar</loc></url>
<url><loc>https://solutions.withnetworks.com/fortinetsecurityfabric</loc></url>
<url><loc>https://solutions.withnetworks.com/radware</loc></url>
</urlset>
3. 클린 URL 2개 매핑 추가 — 엔지니어
나머지 4개는 클린 URL이 살아 있는데, 아래 2개만 404다. nginx에 매핑 추가(다른 4개와 동일 방식):
/siem-soar→/a/pages/seimsoar.php(철자 주의: seimsoar)/fortinetsecurityfabric→/a/pages/securityfabric.php
4. Wix 301 리다이렉트 — Wix관리자
Wix 대시보드 → SEO Tools → URL Redirect Manager에서 6개 등록. 그리고 기존 iframe 임베드 페이지는 정리.
| 기존 (www, 301 출발) | 대상 (solutions, 정식) |
|---|---|
| /withvtm | https://solutions.withnetworks.com/withvtm |
| /withrex | https://solutions.withnetworks.com/withrex |
| /sase | https://solutions.withnetworks.com/sase |
| /siem-soar | https://solutions.withnetworks.com/siem-soar |
| /fortinetsecurityfabric | https://solutions.withnetworks.com/fortinetsecurityfabric |
| /radware | https://solutions.withnetworks.com/radware |
5. 검색엔진 등록 — 운영자
- Google Search Console:
solutions.withnetworks.com속성 추가(도메인/URL 접두어) → 소유권 확인 →sitemap.xml제출 → 주요 URL "URL 검사"로 색인 요청. - 네이버 서치어드바이저: 사이트 등록 → 소유확인 → 사이트맵 제출 → 수집 요청.
6. DNS — 변경 불필요
solutions.withnetworks.com → 218.144.90.15 이미 정상, 인증서(CN=solutions.withnetworks.com)도 유효. 손댈 것 없음.
6개 URL 라이브 상태 (2026-06-17)
| 페이지 | 클린 URL | PHP 경로 |
|---|---|---|
| withvtm | 200 | /a/pages/withVTM.php · 200 |
| withrex | 200 | /a/pages/withREX.php · 200 |
| sase | 200 | /a/pages/sase.php · 200 |
| siem-soar | 404 | /a/pages/seimsoar.php · 200 |
| fortinetsecurityfabric | 404 | /a/pages/securityfabric.php · 200 |
| radware | 200 | /a/pages/radware.php · 200 |
체크리스트
- [ ]
curl -s https://solutions.withnetworks.com/withvtm | grep -i '<title>'→ 제목 태그 존재(6개 전부) - [ ] 6개 페이지에
canonical= 자기 solutions URL,robots= index,follow - [ ]
https://solutions.withnetworks.com/robots.txt·/sitemap.xml→ 200 - [ ]
/siem-soar·/fortinetsecurityfabric→ 200 - [ ]
curl -I https://www.withnetworks.com/withvtm→ 301 → solutions - [ ] GSC·네이버에 사이트맵 제출 완료, 색인 요청 완료
- [ ] (수일~수주 후)
site:solutions.withnetworks.com검색 결과 노출 확인
위드네트웍스 검색 노출 실행 가이드 · 갱신 2026-06-17