Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="google-site-verification"
content="PA0sJdkiE-tYd1MwR00F_FOXEEamZUdi93uXNfzBr5U"
content="Q2MRAQ2fAGj7x3EQAwDD48I8wpNr1NHLEZQGkVGVYXI"
/>
<!-- 기본 SEO -->
<title>TechFork | 기업 기술 블로그 모음</title>
Expand All @@ -17,20 +17,17 @@
name="keywords"
content="기업 기술 블로그, 기술 블로그 모음, 기업 블로그, 회사 기술 블로그, 개발 블로그 모음, 테크 블로그"
/>
<link rel="canonical" href="https://techfork-fe.vercel.app/" />
<link rel="canonical" href="https://techfork.site/" />
<!-- 오픈 그래프 -->
<meta property="og:site_name" content="TechFork" />
<meta property="og:title" content="TechFork | 기업 기술 블로그 모음" />
<meta
property="og:description"
content="기업 기술 블로그를 한 곳에서 모아보고 최신 개발 트렌드를 발견하세요."
/>
<meta property="og:image" content="https://techfork.site/sub_logo.png" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://techfork-fe.vercel.app/" />
<meta
property="og:image"
content="https://techfork-fe.vercel.app/sub_logo.png"
/>
<meta property="og:url" content="https://techfork.site/" />

<link rel="icon" type="image/png" href="/logo.png" />
<link rel="preload" as="image" href="/logo.png" fetchpriority="high" />
Expand Down
2 changes: 1 addition & 1 deletion public/robots.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Disallow: /interested
Disallow: /setting
Disallow: /ask

Sitemap: https://techfork-fe.vercel.app/sitemap.xml
Sitemap: https://techfork.site/sitemap.xml
4 changes: 2 additions & 2 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@


<url>
<loc>https://techfork-fe.vercel.app/</loc>
<lastmod>2026-03-18T09:02:26+00:00</lastmod>
<loc>https://techfork.site/</loc>
<lastmod>2026-03-21T14:33:15+00:00</lastmod>
</url>


Expand Down
Loading