hide: 로또·주식 서비스 잔존 노출 전면 제거

- app/freelance/page.tsx: 포트폴리오 카드에서 주식 자동 매매·로또 번호 분석 항목 삭제
- app/components/ContactModal.tsx: 문의 서비스 셀렉트에서 로또·주식 옵션 제거 → AI 자동화 키트 추가
- app/components/ContactForm.tsx: 동일하게 로또·주식 옵션 제거 → AI 자동화 키트 추가
- app/landing/page.tsx: 서비스 카드 배열에서 로또·주식 항목 삭제
- app/layout.tsx: 메타데이터 keywords에서 "로또 번호 추천", "주식 자동 매매" 제거 → "AI 자동화 키트" 추가
- app/sitemap.ts: /services/stock · /services/lotto URL 제거, /services/ai-kit 추가

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-28 13:56:24 +09:00
parent 8c22d2cdb2
commit 34977521fd
6 changed files with 6 additions and 73 deletions

View File

@@ -36,16 +36,10 @@ export default function sitemap(): MetadataRoute.Sitemap {
priority: 0.8,
},
{
url: `${base}/services/stock`,
url: `${base}/services/ai-kit`,
lastModified: now,
changeFrequency: 'monthly',
priority: 0.7,
},
{
url: `${base}/services/lotto`,
lastModified: now,
changeFrequency: 'monthly',
priority: 0.6,
changeFrequency: 'weekly',
priority: 0.9,
},
{
url: `${base}/saju`,