118 lines
6.5 KiB
Plaintext
118 lines
6.5 KiB
Plaintext
<!DOCTYPE html>
|
|
<html lang="ko">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>@(ViewData["Title"] ?? "백원숙 세무회계 - 세무사 전문 상담")</title>
|
|
<meta name="description" content="@(ViewData["Description"] ?? "백원숙 세무회계 - 사업자 기장, 부동산 양도세·증여세, 종합소득세 전문 상담. 맞춤형 세무 절세 컨설팅 제공.")" />
|
|
<meta name="keywords" content="백원숙 세무회계, 세무사, 사업자 기장, 양도소득세, 증여세, 상속세, 종합소득세, 절세 상담, 세무 대리" />
|
|
|
|
<!-- Open Graph / Facebook -->
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:title" content="@(ViewData["Title"] ?? "백원숙 세무회계 - 세무사 전문 상담")" />
|
|
<meta property="og:description" content="@(ViewData["Description"] ?? "백원숙 세무회계 - 사업자 기장, 부동산 양도세·증여세, 종합소득세 전문 상담. 맞춤형 세무 절세 컨설팅 제공.")" />
|
|
<meta property="og:image" content="@(ViewData["OgImage"] ?? "http://178.104.200.7/taxbaik/images/og-image.jpg")" />
|
|
<meta property="og:url" content="@(ViewData["OgUrl"] ?? "http://178.104.200.7/taxbaik/")" />
|
|
|
|
<!-- Twitter -->
|
|
<meta property="twitter:card" content="summary_large_image" />
|
|
<meta property="twitter:title" content="@(ViewData["Title"] ?? "백원숙 세무회계 - 세무사 전문 상담")" />
|
|
<meta property="twitter:description" content="@(ViewData["Description"] ?? "백원숙 세무회계 - 사업자 기장, 부동산 양도세·증여세, 종합소득세 전문 상담. 맞춤형 세무 절세 컨설팅 제공.")" />
|
|
<meta property="twitter:image" content="@(ViewData["OgImage"] ?? "http://178.104.200.7/taxbaik/images/og-image.jpg")" />
|
|
|
|
<!-- 검색엔진 등록용 소유권 인증 메타 태그 (발급받으신 토큰이 있으면 아래 content에 넣어 주시면 됩니다) -->
|
|
<!-- <meta name="naver-site-verification" content="네이버_서치어드바이저_토큰_입력" /> -->
|
|
<!-- <meta name="google-site-verification" content="구글_서치콘솔_토큰_입력" /> -->
|
|
|
|
<meta name="robots" content="index, follow" />
|
|
<meta name="theme-color" content="#C89D6E" />
|
|
<link rel="icon" type="image/svg+xml" href="/taxbaik/favicon.svg" />
|
|
<link rel="alternate icon" href="/taxbaik/favicon.ico" />
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
<link rel="dns-prefetch" href="https://cdn.jsdelivr.net" />
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Noto+Sans+KR:wght@400;500;700&family=Outfit:wght@400;500;600;700;800&display=swap" rel="stylesheet" />
|
|
<link rel="canonical" href="@(ViewData["CanonicalUrl"] ?? "http://178.104.200.7/taxbaik/")" />
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" />
|
|
<link rel="stylesheet" href="~/css/site.css" asp-append-version="true" />
|
|
|
|
<!-- 구조화된 데이터 (JSON-LD Schema Markup) -->
|
|
<script type="application/ld+json">
|
|
{
|
|
"@@context": "https://schema.org",
|
|
"@@type": "ProfessionalService",
|
|
"name": "백원숙 세무회계",
|
|
"description": "사업자 기장, 부동산 양도세·증여세, 종합소득세 전문 상담 세무사",
|
|
"url": "http://178.104.200.7/taxbaik/",
|
|
"telephone": "010-4122-8268",
|
|
"email": "taxbaik5668@gmail.com",
|
|
"address": {
|
|
"@@type": "PostalAddress",
|
|
"addressCountry": "KR"
|
|
},
|
|
"sameAs": [
|
|
"https://www.instagram.com/taxtory5668/",
|
|
"http://pf.kakao.com/_xoxchTX"
|
|
]
|
|
}
|
|
</script>
|
|
</head>
|
|
<body class="with-mobile-cta">
|
|
<partial name="_Header" />
|
|
<main role="main" class="pb-5">
|
|
@RenderBody()
|
|
</main>
|
|
<footer class="bg-light border-top mt-5 py-4">
|
|
<div class="container">
|
|
<div class="row g-4">
|
|
<div class="col-md-4">
|
|
<h6 class="fw-bold">백원숙 세무회계</h6>
|
|
<p class="small text-muted">
|
|
사업자 기장, 부동산 양도세·증여세,<br />
|
|
종합소득세 전문 상담
|
|
</p>
|
|
</div>
|
|
<div class="col-md-4">
|
|
<h6 class="fw-bold">연락처</h6>
|
|
<p class="small">
|
|
📞 <a href="tel:010-4122-8268" class="text-decoration-none">010-4122-8268</a><br />
|
|
📧 <a href="mailto:taxbaik5668@gmail.com" class="text-decoration-none">taxbaik5668@gmail.com</a>
|
|
</p>
|
|
</div>
|
|
<div class="col-md-4">
|
|
<h6 class="fw-bold">채널</h6>
|
|
<p class="small">
|
|
<a href="http://pf.kakao.com/_xoxchTX" target="_blank" class="btn btn-sm btn-warning me-2">카카오톡</a>
|
|
<a href="https://www.instagram.com/taxtory5668/" target="_blank" class="btn btn-sm btn-outline-secondary">Instagram</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<hr class="my-3" />
|
|
<div class="text-center small text-muted">
|
|
<p>© 2026 백원숙 세무회계. All rights reserved.</p>
|
|
<a href="/taxbaik/privacy" class="text-decoration-none text-muted me-2">개인정보처리방침</a>
|
|
<a href="/taxbaik/terms" class="text-decoration-none text-muted">이용약관</a>
|
|
<a href="/taxbaik/portal" class="text-decoration-none text-muted ms-2">고객 포털</a>
|
|
@if (Context.RequestServices.GetService(typeof(VersionInfo)) is VersionInfo version)
|
|
{
|
|
<div class="mt-2 text-muted" style="font-size: 0.75rem; opacity: 0.6;">
|
|
v@(version.Version) · @version.Built
|
|
</div>
|
|
}
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
<!-- Mobile Fixed CTA -->
|
|
<div class="mobile-cta-bar d-lg-none">
|
|
<a href="http://pf.kakao.com/_xoxchTX" target="_blank" class="btn-kakao-mobile">
|
|
💬 카카오 상담하기
|
|
</a>
|
|
</div>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js" defer></script>
|
|
<script src="~/js/site.js" asp-append-version="true" defer></script>
|
|
@await RenderSectionAsync("Scripts", required: false)
|
|
</body>
|
|
</html>
|