seo: add og:image, Twitter Cards, meta tags

index.html:
- Add og:image with dimensions (1200x630)
- Add Twitter Cards (summary_large_image)

terms.html, privacy.html, sla.html:
- Add meta description
- Add robots, canonical URL
- Add Open Graph tags

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
kappa
2026-01-30 10:33:22 +09:00
parent b14d93be9d
commit e77aad59ab
4 changed files with 43 additions and 0 deletions

View File

@@ -4,6 +4,17 @@
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>개인정보처리방침 - Anvil Hosting</title>
<meta name="description" content="Anvil Hosting 개인정보처리방침. 개인정보를 직접 수집, 저장, 처리하지 않는 최소화 원칙을 따릅니다.">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://hosting.anvil.it.com/privacy.html">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://hosting.anvil.it.com/privacy.html">
<meta property="og:title" content="개인정보처리방침 - Anvil Hosting">
<meta property="og:description" content="Anvil Hosting 개인정보처리방침. 개인정보 최소화 원칙을 따릅니다.">
<meta property="og:locale" content="ko_KR">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link href="https://fonts.googleapis.com" rel="preconnect"/>
<link crossorigin="" href="https://fonts.gstatic.com" rel="preconnect"/>