up seo
This commit is contained in:
193
scripts/seo-static-generator/static-pages/agent.html
Normal file
193
scripts/seo-static-generator/static-pages/agent.html
Normal file
@@ -0,0 +1,193 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
||||
<!-- SEO Meta Tags -->
|
||||
<title>天远查代理 - 免费开通代理权限 | 大数据风险报告代理</title>
|
||||
<meta name="description" content="天远查代理平台,免费开通代理权限,享受大数据风险报告查询服务代理收益。专业的大数据风险报告、婚姻查询、个人信用评估等服务的代理合作。">
|
||||
<meta name="keywords" content="天远查代理, 免费代理, 大数据风险报告代理, 代理权限, 代理收益">
|
||||
|
||||
<!-- Canonical URL -->
|
||||
<link rel="canonical" href="https://www.tianyuancha.cn/agent">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://www.tianyuancha.cn/agent">
|
||||
<meta property="og:title" content="天远查代理 - 免费开通代理权限 | 大数据风险报告代理">
|
||||
<meta property="og:description" content="天远查代理平台,免费开通代理权限,享受大数据风险报告查询服务代理收益。专业的大数据风险报告、婚姻查询、个人信用评估等服务的代理合作。">
|
||||
<meta property="og:image" content="https://www.tianyuancha.cn/logo.png">
|
||||
<meta property="og:site_name" content="天远查">
|
||||
<meta property="og:locale" content="zh_CN">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://www.tianyuancha.cn/agent">
|
||||
<meta property="twitter:title" content="天远查代理 - 免费开通代理权限 | 大数据风险报告代理">
|
||||
<meta property="twitter:description" content="天远查代理平台,免费开通代理权限,享受大数据风险报告查询服务代理收益。专业的大数据风险报告、婚姻查询、个人信用评估等服务的代理合作。">
|
||||
|
||||
<!-- Robots Meta -->
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta name="googlebot" content="index, follow">
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||||
line-height: 1.6;
|
||||
color: #333;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.seo-container {
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
background: white;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.seo-header {
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
color: white;
|
||||
padding: 60px 20px;
|
||||
text-align: center;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.seo-header h1 {
|
||||
font-size: 2.5em;
|
||||
margin-bottom: 10px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.seo-header p {
|
||||
font-size: 1.2em;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.seo-content {
|
||||
padding: 40px 20px;
|
||||
}
|
||||
|
||||
.seo-content h2 {
|
||||
font-size: 1.8em;
|
||||
margin-bottom: 20px;
|
||||
color: #667eea;
|
||||
border-bottom: 3px solid #667eea;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.seo-content h3 {
|
||||
font-size: 1.4em;
|
||||
margin: 30px 0 15px;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.seo-content p {
|
||||
margin-bottom: 15px;
|
||||
line-height: 1.8;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.seo-content ul, .seo-content ol {
|
||||
margin: 15px 0 15px 30px;
|
||||
}
|
||||
|
||||
.seo-content li {
|
||||
margin-bottom: 10px;
|
||||
line-height: 1.8;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.seo-footer {
|
||||
background: #333;
|
||||
color: white;
|
||||
padding: 40px 20px;
|
||||
text-align: center;
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
.seo-footer p {
|
||||
margin: 10px 0;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.seo-footer a {
|
||||
color: #667eea;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.seo-footer a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.redirect-notice {
|
||||
background: #fff3cd;
|
||||
border: 1px solid #ffc107;
|
||||
padding: 15px;
|
||||
margin: 20px 0;
|
||||
border-radius: 5px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.redirect-notice p {
|
||||
color: #856404;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
<!-- Schema.org Structured Data -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "WebPage",
|
||||
"name": "天远查代理 - 免费开通代理权限 | 大数据风险报告代理",
|
||||
"description": "天远查代理平台,免费开通代理权限,享受大数据风险报告查询服务代理收益。专业的大数据风险报告、婚姻查询、个人信用评估等服务的代理合作。",
|
||||
"url": "https://www.tianyuancha.cn/agent",
|
||||
"mainEntity": {
|
||||
"@type": "Organization",
|
||||
"name": "天远查",
|
||||
"url": "https://www.tianyuancha.cn/",
|
||||
"description": "专业大数据风险报告查询与代理平台,支持个人和企业多场景风控应用"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="seo-container">
|
||||
<header class="seo-header">
|
||||
<h1>天远查代理 - 免费开通代理权限 | 大数据风险报告代理</h1>
|
||||
<p>天远查代理平台,免费开通代理权限,享受大数据风险报告查询服务代理收益。专业的大数据风险报告、婚姻查询、个人信用评估等服务的代理合作。</p>
|
||||
</header>
|
||||
|
||||
<main class="seo-content">
|
||||
[object Promise]
|
||||
|
||||
<div class="redirect-notice">
|
||||
<p>💡 访问完整功能请使用现代浏览器访问主站</p>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer class="seo-footer">
|
||||
<p>© 2024 天远查 版权所有</p>
|
||||
<p>
|
||||
<a href="https://www.tianyuancha.cn">天远查官网</a> |
|
||||
<a href="https://www.tianyuancha.cn/help">帮助中心</a> |
|
||||
<a href="https://www.tianyuancha.cn/privacyPolicy">隐私政策</a> |
|
||||
<a href="https://www.tianyuancha.cn/userAgreement">用户协议</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
193
scripts/seo-static-generator/static-pages/example.html
Normal file
193
scripts/seo-static-generator/static-pages/example.html
Normal file
@@ -0,0 +1,193 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
||||
<!-- SEO Meta Tags -->
|
||||
<title>示例报告 - 天远查报告展示 | 大数据风险报告样例</title>
|
||||
<meta name="description" content="天远查示例报告展示,包含大数据风险报告、婚姻状况查询、个人信用评估等服务的报告样例,让用户了解报告内容和格式。">
|
||||
<meta name="keywords" content="示例报告, 报告展示, 报告样例, 大数据风险报告, 婚姻查询报告">
|
||||
|
||||
<!-- Canonical URL -->
|
||||
<link rel="canonical" href="https://www.tianyuancha.cn/example">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://www.tianyuancha.cn/example">
|
||||
<meta property="og:title" content="示例报告 - 天远查报告展示 | 大数据风险报告样例">
|
||||
<meta property="og:description" content="天远查示例报告展示,包含大数据风险报告、婚姻状况查询、个人信用评估等服务的报告样例,让用户了解报告内容和格式。">
|
||||
<meta property="og:image" content="https://www.tianyuancha.cn/logo.png">
|
||||
<meta property="og:site_name" content="天远查">
|
||||
<meta property="og:locale" content="zh_CN">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://www.tianyuancha.cn/example">
|
||||
<meta property="twitter:title" content="示例报告 - 天远查报告展示 | 大数据风险报告样例">
|
||||
<meta property="twitter:description" content="天远查示例报告展示,包含大数据风险报告、婚姻状况查询、个人信用评估等服务的报告样例,让用户了解报告内容和格式。">
|
||||
|
||||
<!-- Robots Meta -->
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta name="googlebot" content="index, follow">
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||||
line-height: 1.6;
|
||||
color: #333;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.seo-container {
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
background: white;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.seo-header {
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
color: white;
|
||||
padding: 60px 20px;
|
||||
text-align: center;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.seo-header h1 {
|
||||
font-size: 2.5em;
|
||||
margin-bottom: 10px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.seo-header p {
|
||||
font-size: 1.2em;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.seo-content {
|
||||
padding: 40px 20px;
|
||||
}
|
||||
|
||||
.seo-content h2 {
|
||||
font-size: 1.8em;
|
||||
margin-bottom: 20px;
|
||||
color: #667eea;
|
||||
border-bottom: 3px solid #667eea;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.seo-content h3 {
|
||||
font-size: 1.4em;
|
||||
margin: 30px 0 15px;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.seo-content p {
|
||||
margin-bottom: 15px;
|
||||
line-height: 1.8;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.seo-content ul, .seo-content ol {
|
||||
margin: 15px 0 15px 30px;
|
||||
}
|
||||
|
||||
.seo-content li {
|
||||
margin-bottom: 10px;
|
||||
line-height: 1.8;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.seo-footer {
|
||||
background: #333;
|
||||
color: white;
|
||||
padding: 40px 20px;
|
||||
text-align: center;
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
.seo-footer p {
|
||||
margin: 10px 0;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.seo-footer a {
|
||||
color: #667eea;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.seo-footer a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.redirect-notice {
|
||||
background: #fff3cd;
|
||||
border: 1px solid #ffc107;
|
||||
padding: 15px;
|
||||
margin: 20px 0;
|
||||
border-radius: 5px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.redirect-notice p {
|
||||
color: #856404;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
<!-- Schema.org Structured Data -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "WebPage",
|
||||
"name": "示例报告 - 天远查报告展示 | 大数据风险报告样例",
|
||||
"description": "天远查示例报告展示,包含大数据风险报告、婚姻状况查询、个人信用评估等服务的报告样例,让用户了解报告内容和格式。",
|
||||
"url": "https://www.tianyuancha.cn/example",
|
||||
"mainEntity": {
|
||||
"@type": "Organization",
|
||||
"name": "天远查",
|
||||
"url": "https://www.tianyuancha.cn/",
|
||||
"description": "专业大数据风险报告查询与代理平台,支持个人和企业多场景风控应用"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="seo-container">
|
||||
<header class="seo-header">
|
||||
<h1>示例报告 - 天远查报告展示 | 大数据风险报告样例</h1>
|
||||
<p>天远查示例报告展示,包含大数据风险报告、婚姻状况查询、个人信用评估等服务的报告样例,让用户了解报告内容和格式。</p>
|
||||
</header>
|
||||
|
||||
<main class="seo-content">
|
||||
[object Promise]
|
||||
|
||||
<div class="redirect-notice">
|
||||
<p>💡 访问完整功能请使用现代浏览器访问主站</p>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer class="seo-footer">
|
||||
<p>© 2024 天远查 版权所有</p>
|
||||
<p>
|
||||
<a href="https://www.tianyuancha.cn">天远查官网</a> |
|
||||
<a href="https://www.tianyuancha.cn/help">帮助中心</a> |
|
||||
<a href="https://www.tianyuancha.cn/privacyPolicy">隐私政策</a> |
|
||||
<a href="https://www.tianyuancha.cn/userAgreement">用户协议</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
193
scripts/seo-static-generator/static-pages/help.html
Normal file
193
scripts/seo-static-generator/static-pages/help.html
Normal file
@@ -0,0 +1,193 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
||||
<!-- SEO Meta Tags -->
|
||||
<title>帮助中心 - 天远查使用指南 | 常见问题解答</title>
|
||||
<meta name="description" content="天远查帮助中心,提供详细的使用指南、常见问题解答、操作教程等,帮助用户更好地使用大数据风险报告查询服务。">
|
||||
<meta name="keywords" content="天远查帮助, 使用指南, 常见问题, 操作教程, 客服支持">
|
||||
|
||||
<!-- Canonical URL -->
|
||||
<link rel="canonical" href="https://www.tianyuancha.cn/help">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://www.tianyuancha.cn/help">
|
||||
<meta property="og:title" content="帮助中心 - 天远查使用指南 | 常见问题解答">
|
||||
<meta property="og:description" content="天远查帮助中心,提供详细的使用指南、常见问题解答、操作教程等,帮助用户更好地使用大数据风险报告查询服务。">
|
||||
<meta property="og:image" content="https://www.tianyuancha.cn/logo.png">
|
||||
<meta property="og:site_name" content="天远查">
|
||||
<meta property="og:locale" content="zh_CN">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://www.tianyuancha.cn/help">
|
||||
<meta property="twitter:title" content="帮助中心 - 天远查使用指南 | 常见问题解答">
|
||||
<meta property="twitter:description" content="天远查帮助中心,提供详细的使用指南、常见问题解答、操作教程等,帮助用户更好地使用大数据风险报告查询服务。">
|
||||
|
||||
<!-- Robots Meta -->
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta name="googlebot" content="index, follow">
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||||
line-height: 1.6;
|
||||
color: #333;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.seo-container {
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
background: white;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.seo-header {
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
color: white;
|
||||
padding: 60px 20px;
|
||||
text-align: center;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.seo-header h1 {
|
||||
font-size: 2.5em;
|
||||
margin-bottom: 10px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.seo-header p {
|
||||
font-size: 1.2em;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.seo-content {
|
||||
padding: 40px 20px;
|
||||
}
|
||||
|
||||
.seo-content h2 {
|
||||
font-size: 1.8em;
|
||||
margin-bottom: 20px;
|
||||
color: #667eea;
|
||||
border-bottom: 3px solid #667eea;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.seo-content h3 {
|
||||
font-size: 1.4em;
|
||||
margin: 30px 0 15px;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.seo-content p {
|
||||
margin-bottom: 15px;
|
||||
line-height: 1.8;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.seo-content ul, .seo-content ol {
|
||||
margin: 15px 0 15px 30px;
|
||||
}
|
||||
|
||||
.seo-content li {
|
||||
margin-bottom: 10px;
|
||||
line-height: 1.8;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.seo-footer {
|
||||
background: #333;
|
||||
color: white;
|
||||
padding: 40px 20px;
|
||||
text-align: center;
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
.seo-footer p {
|
||||
margin: 10px 0;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.seo-footer a {
|
||||
color: #667eea;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.seo-footer a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.redirect-notice {
|
||||
background: #fff3cd;
|
||||
border: 1px solid #ffc107;
|
||||
padding: 15px;
|
||||
margin: 20px 0;
|
||||
border-radius: 5px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.redirect-notice p {
|
||||
color: #856404;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
<!-- Schema.org Structured Data -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "WebPage",
|
||||
"name": "帮助中心 - 天远查使用指南 | 常见问题解答",
|
||||
"description": "天远查帮助中心,提供详细的使用指南、常见问题解答、操作教程等,帮助用户更好地使用大数据风险报告查询服务。",
|
||||
"url": "https://www.tianyuancha.cn/help",
|
||||
"mainEntity": {
|
||||
"@type": "Organization",
|
||||
"name": "天远查",
|
||||
"url": "https://www.tianyuancha.cn/",
|
||||
"description": "专业大数据风险报告查询与代理平台,支持个人和企业多场景风控应用"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="seo-container">
|
||||
<header class="seo-header">
|
||||
<h1>帮助中心 - 天远查使用指南 | 常见问题解答</h1>
|
||||
<p>天远查帮助中心,提供详细的使用指南、常见问题解答、操作教程等,帮助用户更好地使用大数据风险报告查询服务。</p>
|
||||
</header>
|
||||
|
||||
<main class="seo-content">
|
||||
[object Promise]
|
||||
|
||||
<div class="redirect-notice">
|
||||
<p>💡 访问完整功能请使用现代浏览器访问主站</p>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer class="seo-footer">
|
||||
<p>© 2024 天远查 版权所有</p>
|
||||
<p>
|
||||
<a href="https://www.tianyuancha.cn">天远查官网</a> |
|
||||
<a href="https://www.tianyuancha.cn/help">帮助中心</a> |
|
||||
<a href="https://www.tianyuancha.cn/privacyPolicy">隐私政策</a> |
|
||||
<a href="https://www.tianyuancha.cn/userAgreement">用户协议</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
193
scripts/seo-static-generator/static-pages/index.html
Normal file
193
scripts/seo-static-generator/static-pages/index.html
Normal file
@@ -0,0 +1,193 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
||||
<!-- SEO Meta Tags -->
|
||||
<title>天远查官网_企业与婚姻关联风险核验_综合履约背景核验</title>
|
||||
<meta name="description" content="天远查官网(TianYuanCha)聚合官方公示数据,专注于商业安全与资产背调。提供企业工商画像、婚姻状态关联风险、司法涉诉筛查及配偶债务核验。数据实时同步,助您精准规避投资、交易及家庭结合中的经济与法律风险。">
|
||||
<meta name="keywords" content="天远查,婚姻状态风险, 配偶背景核验,企业信用查询,司法诉讼记录,资产风险评估">
|
||||
|
||||
<!-- Canonical URL -->
|
||||
<link rel="canonical" href="https://www.tianyuancha.cn/">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://www.tianyuancha.cn/">
|
||||
<meta property="og:title" content="天远查官网_企业与婚姻关联风险核验_综合履约背景核验">
|
||||
<meta property="og:description" content="天远查官网(TianYuanCha)聚合官方公示数据,专注于商业安全与资产背调。提供企业工商画像、婚姻状态关联风险、司法涉诉筛查及配偶债务核验。数据实时同步,助您精准规避投资、交易及家庭结合中的经济与法律风险。">
|
||||
<meta property="og:image" content="https://www.tianyuancha.cn/logo.png">
|
||||
<meta property="og:site_name" content="天远查">
|
||||
<meta property="og:locale" content="zh_CN">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://www.tianyuancha.cn/">
|
||||
<meta property="twitter:title" content="天远查官网_企业与婚姻关联风险核验_综合履约背景核验">
|
||||
<meta property="twitter:description" content="天远查官网(TianYuanCha)聚合官方公示数据,专注于商业安全与资产背调。提供企业工商画像、婚姻状态关联风险、司法涉诉筛查及配偶债务核验。数据实时同步,助您精准规避投资、交易及家庭结合中的经济与法律风险。">
|
||||
|
||||
<!-- Robots Meta -->
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta name="googlebot" content="index, follow">
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||||
line-height: 1.6;
|
||||
color: #333;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.seo-container {
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
background: white;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.seo-header {
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
color: white;
|
||||
padding: 60px 20px;
|
||||
text-align: center;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.seo-header h1 {
|
||||
font-size: 2.5em;
|
||||
margin-bottom: 10px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.seo-header p {
|
||||
font-size: 1.2em;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.seo-content {
|
||||
padding: 40px 20px;
|
||||
}
|
||||
|
||||
.seo-content h2 {
|
||||
font-size: 1.8em;
|
||||
margin-bottom: 20px;
|
||||
color: #667eea;
|
||||
border-bottom: 3px solid #667eea;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.seo-content h3 {
|
||||
font-size: 1.4em;
|
||||
margin: 30px 0 15px;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.seo-content p {
|
||||
margin-bottom: 15px;
|
||||
line-height: 1.8;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.seo-content ul, .seo-content ol {
|
||||
margin: 15px 0 15px 30px;
|
||||
}
|
||||
|
||||
.seo-content li {
|
||||
margin-bottom: 10px;
|
||||
line-height: 1.8;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.seo-footer {
|
||||
background: #333;
|
||||
color: white;
|
||||
padding: 40px 20px;
|
||||
text-align: center;
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
.seo-footer p {
|
||||
margin: 10px 0;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.seo-footer a {
|
||||
color: #667eea;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.seo-footer a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.redirect-notice {
|
||||
background: #fff3cd;
|
||||
border: 1px solid #ffc107;
|
||||
padding: 15px;
|
||||
margin: 20px 0;
|
||||
border-radius: 5px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.redirect-notice p {
|
||||
color: #856404;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
<!-- Schema.org Structured Data -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "WebPage",
|
||||
"name": "天远查官网_企业与婚姻关联风险核验_综合履约背景核验",
|
||||
"description": "天远查官网(TianYuanCha)聚合官方公示数据,专注于商业安全与资产背调。提供企业工商画像、婚姻状态关联风险、司法涉诉筛查及配偶债务核验。数据实时同步,助您精准规避投资、交易及家庭结合中的经济与法律风险。",
|
||||
"url": "https://www.tianyuancha.cn/",
|
||||
"mainEntity": {
|
||||
"@type": "Organization",
|
||||
"name": "天远查",
|
||||
"url": "https://www.tianyuancha.cn/",
|
||||
"description": "专业大数据风险报告查询与代理平台,支持个人和企业多场景风控应用"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="seo-container">
|
||||
<header class="seo-header">
|
||||
<h1>天远查官网_企业与婚姻关联风险核验_综合履约背景核验</h1>
|
||||
<p>天远查官网(TianYuanCha)聚合官方公示数据,专注于商业安全与资产背调。提供企业工商画像、婚姻状态关联风险、司法涉诉筛查及配偶债务核验。数据实时同步,助您精准规避投资、交易及家庭结合中的经济与法律风险。</p>
|
||||
</header>
|
||||
|
||||
<main class="seo-content">
|
||||
[object Promise]
|
||||
|
||||
<div class="redirect-notice">
|
||||
<p>💡 访问完整功能请使用现代浏览器访问主站</p>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer class="seo-footer">
|
||||
<p>© 2024 天远查 版权所有</p>
|
||||
<p>
|
||||
<a href="https://www.tianyuancha.cn">天远查官网</a> |
|
||||
<a href="https://www.tianyuancha.cn/help">帮助中心</a> |
|
||||
<a href="https://www.tianyuancha.cn/privacyPolicy">隐私政策</a> |
|
||||
<a href="https://www.tianyuancha.cn/userAgreement">用户协议</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,193 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
||||
<!-- SEO Meta Tags -->
|
||||
<title>司法涉诉核验_个人及企业法律诉讼记录_履约风险评估_天远查</title>
|
||||
<meta name="description" content="天远查司法风险检测中心,聚合全国法院公开公示数据。一键筛查开庭公告、裁判文书、立案信息及执行记录。帮助用户快速识别法律纠纷隐患,全方位扫除合作盲区。">
|
||||
<meta name="keywords" content="司法案件核验,法律诉讼记录,个人涉诉详情,法院公告查询,案件执行状态">
|
||||
|
||||
<!-- Canonical URL -->
|
||||
<link rel="canonical" href="https://www.tianyuancha.cn/inquire/category/lawsuit">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://www.tianyuancha.cn/inquire/category/lawsuit">
|
||||
<meta property="og:title" content="司法涉诉核验_个人及企业法律诉讼记录_履约风险评估_天远查">
|
||||
<meta property="og:description" content="天远查司法风险检测中心,聚合全国法院公开公示数据。一键筛查开庭公告、裁判文书、立案信息及执行记录。帮助用户快速识别法律纠纷隐患,全方位扫除合作盲区。">
|
||||
<meta property="og:image" content="https://www.tianyuancha.cn/logo.png">
|
||||
<meta property="og:site_name" content="天远查">
|
||||
<meta property="og:locale" content="zh_CN">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://www.tianyuancha.cn/inquire/category/lawsuit">
|
||||
<meta property="twitter:title" content="司法涉诉核验_个人及企业法律诉讼记录_履约风险评估_天远查">
|
||||
<meta property="twitter:description" content="天远查司法风险检测中心,聚合全国法院公开公示数据。一键筛查开庭公告、裁判文书、立案信息及执行记录。帮助用户快速识别法律纠纷隐患,全方位扫除合作盲区。">
|
||||
|
||||
<!-- Robots Meta -->
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta name="googlebot" content="index, follow">
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||||
line-height: 1.6;
|
||||
color: #333;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.seo-container {
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
background: white;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.seo-header {
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
color: white;
|
||||
padding: 60px 20px;
|
||||
text-align: center;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.seo-header h1 {
|
||||
font-size: 2.5em;
|
||||
margin-bottom: 10px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.seo-header p {
|
||||
font-size: 1.2em;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.seo-content {
|
||||
padding: 40px 20px;
|
||||
}
|
||||
|
||||
.seo-content h2 {
|
||||
font-size: 1.8em;
|
||||
margin-bottom: 20px;
|
||||
color: #667eea;
|
||||
border-bottom: 3px solid #667eea;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.seo-content h3 {
|
||||
font-size: 1.4em;
|
||||
margin: 30px 0 15px;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.seo-content p {
|
||||
margin-bottom: 15px;
|
||||
line-height: 1.8;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.seo-content ul, .seo-content ol {
|
||||
margin: 15px 0 15px 30px;
|
||||
}
|
||||
|
||||
.seo-content li {
|
||||
margin-bottom: 10px;
|
||||
line-height: 1.8;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.seo-footer {
|
||||
background: #333;
|
||||
color: white;
|
||||
padding: 40px 20px;
|
||||
text-align: center;
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
.seo-footer p {
|
||||
margin: 10px 0;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.seo-footer a {
|
||||
color: #667eea;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.seo-footer a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.redirect-notice {
|
||||
background: #fff3cd;
|
||||
border: 1px solid #ffc107;
|
||||
padding: 15px;
|
||||
margin: 20px 0;
|
||||
border-radius: 5px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.redirect-notice p {
|
||||
color: #856404;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
<!-- Schema.org Structured Data -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "WebPage",
|
||||
"name": "司法涉诉核验_个人及企业法律诉讼记录_履约风险评估_天远查",
|
||||
"description": "天远查司法风险检测中心,聚合全国法院公开公示数据。一键筛查开庭公告、裁判文书、立案信息及执行记录。帮助用户快速识别法律纠纷隐患,全方位扫除合作盲区。",
|
||||
"url": "https://www.tianyuancha.cn/inquire/category/lawsuit",
|
||||
"mainEntity": {
|
||||
"@type": "Organization",
|
||||
"name": "天远查",
|
||||
"url": "https://www.tianyuancha.cn/",
|
||||
"description": "专业大数据风险报告查询与代理平台,支持个人和企业多场景风控应用"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="seo-container">
|
||||
<header class="seo-header">
|
||||
<h1>司法涉诉核验_个人及企业法律诉讼记录_履约风险评估_天远查</h1>
|
||||
<p>天远查司法风险检测中心,聚合全国法院公开公示数据。一键筛查开庭公告、裁判文书、立案信息及执行记录。帮助用户快速识别法律纠纷隐患,全方位扫除合作盲区。</p>
|
||||
</header>
|
||||
|
||||
<main class="seo-content">
|
||||
[object Promise]
|
||||
|
||||
<div class="redirect-notice">
|
||||
<p>💡 访问完整功能请使用现代浏览器访问主站</p>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer class="seo-footer">
|
||||
<p>© 2024 天远查 版权所有</p>
|
||||
<p>
|
||||
<a href="https://www.tianyuancha.cn">天远查官网</a> |
|
||||
<a href="https://www.tianyuancha.cn/help">帮助中心</a> |
|
||||
<a href="https://www.tianyuancha.cn/privacyPolicy">隐私政策</a> |
|
||||
<a href="https://www.tianyuancha.cn/userAgreement">用户协议</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,193 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
||||
<!-- SEO Meta Tags -->
|
||||
<title>个人婚姻关联风险核验_家庭背景合规报告_天远查</title>
|
||||
<meta name="description" content="天远查提供基于大数据的婚姻关联风险评估。通过分析司法文书及公开社会关系,辅助判断目标的真实家庭状况与情感履历。合法合规,保障知情权。">
|
||||
<meta name="keywords" content="婚史风险排查,家庭背景核实,婚姻诚信评估,情感状态评估,涉婚法律记录">
|
||||
|
||||
<!-- Canonical URL -->
|
||||
<link rel="canonical" href="https://www.tianyuancha.cn/inquire/category/marriageStatus">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://www.tianyuancha.cn/inquire/category/marriageStatus">
|
||||
<meta property="og:title" content="个人婚姻关联风险核验_家庭背景合规报告_天远查">
|
||||
<meta property="og:description" content="天远查提供基于大数据的婚姻关联风险评估。通过分析司法文书及公开社会关系,辅助判断目标的真实家庭状况与情感履历。合法合规,保障知情权。">
|
||||
<meta property="og:image" content="https://www.tianyuancha.cn/logo.png">
|
||||
<meta property="og:site_name" content="天远查">
|
||||
<meta property="og:locale" content="zh_CN">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://www.tianyuancha.cn/inquire/category/marriageStatus">
|
||||
<meta property="twitter:title" content="个人婚姻关联风险核验_家庭背景合规报告_天远查">
|
||||
<meta property="twitter:description" content="天远查提供基于大数据的婚姻关联风险评估。通过分析司法文书及公开社会关系,辅助判断目标的真实家庭状况与情感履历。合法合规,保障知情权。">
|
||||
|
||||
<!-- Robots Meta -->
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta name="googlebot" content="index, follow">
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||||
line-height: 1.6;
|
||||
color: #333;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.seo-container {
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
background: white;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.seo-header {
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
color: white;
|
||||
padding: 60px 20px;
|
||||
text-align: center;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.seo-header h1 {
|
||||
font-size: 2.5em;
|
||||
margin-bottom: 10px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.seo-header p {
|
||||
font-size: 1.2em;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.seo-content {
|
||||
padding: 40px 20px;
|
||||
}
|
||||
|
||||
.seo-content h2 {
|
||||
font-size: 1.8em;
|
||||
margin-bottom: 20px;
|
||||
color: #667eea;
|
||||
border-bottom: 3px solid #667eea;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.seo-content h3 {
|
||||
font-size: 1.4em;
|
||||
margin: 30px 0 15px;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.seo-content p {
|
||||
margin-bottom: 15px;
|
||||
line-height: 1.8;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.seo-content ul, .seo-content ol {
|
||||
margin: 15px 0 15px 30px;
|
||||
}
|
||||
|
||||
.seo-content li {
|
||||
margin-bottom: 10px;
|
||||
line-height: 1.8;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.seo-footer {
|
||||
background: #333;
|
||||
color: white;
|
||||
padding: 40px 20px;
|
||||
text-align: center;
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
.seo-footer p {
|
||||
margin: 10px 0;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.seo-footer a {
|
||||
color: #667eea;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.seo-footer a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.redirect-notice {
|
||||
background: #fff3cd;
|
||||
border: 1px solid #ffc107;
|
||||
padding: 15px;
|
||||
margin: 20px 0;
|
||||
border-radius: 5px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.redirect-notice p {
|
||||
color: #856404;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
<!-- Schema.org Structured Data -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "WebPage",
|
||||
"name": "个人婚姻关联风险核验_家庭背景合规报告_天远查",
|
||||
"description": "天远查提供基于大数据的婚姻关联风险评估。通过分析司法文书及公开社会关系,辅助判断目标的真实家庭状况与情感履历。合法合规,保障知情权。",
|
||||
"url": "https://www.tianyuancha.cn/inquire/category/marriageStatus",
|
||||
"mainEntity": {
|
||||
"@type": "Organization",
|
||||
"name": "天远查",
|
||||
"url": "https://www.tianyuancha.cn/",
|
||||
"description": "专业大数据风险报告查询与代理平台,支持个人和企业多场景风控应用"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="seo-container">
|
||||
<header class="seo-header">
|
||||
<h1>个人婚姻关联风险核验_家庭背景合规报告_天远查</h1>
|
||||
<p>天远查提供基于大数据的婚姻关联风险评估。通过分析司法文书及公开社会关系,辅助判断目标的真实家庭状况与情感履历。合法合规,保障知情权。</p>
|
||||
</header>
|
||||
|
||||
<main class="seo-content">
|
||||
[object Promise]
|
||||
|
||||
<div class="redirect-notice">
|
||||
<p>💡 访问完整功能请使用现代浏览器访问主站</p>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer class="seo-footer">
|
||||
<p>© 2024 天远查 版权所有</p>
|
||||
<p>
|
||||
<a href="https://www.tianyuancha.cn">天远查官网</a> |
|
||||
<a href="https://www.tianyuancha.cn/help">帮助中心</a> |
|
||||
<a href="https://www.tianyuancha.cn/privacyPolicy">隐私政策</a> |
|
||||
<a href="https://www.tianyuancha.cn/userAgreement">用户协议</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,193 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
||||
<!-- SEO Meta Tags -->
|
||||
<title>车辆档案报告_二手车车况与产权风险检测_机动车报告_天远查</title>
|
||||
<meta name="description" content="天远查车辆数据中心,让车辆交易更透明。支持通过车牌号或VIN码,核验车辆的初次登记信息、抵押查封状态、事故维修记录及产权属性。数据同步权威行业系统,精准识别问题车。">
|
||||
<meta name="keywords" content="车辆维修记录,二手车出险报告,车辆抵押报告,车况报告,机动车档案">
|
||||
|
||||
<!-- Canonical URL -->
|
||||
<link rel="canonical" href="https://www.tianyuancha.cn/inquire/category/vehicle">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://www.tianyuancha.cn/inquire/category/vehicle">
|
||||
<meta property="og:title" content="车辆档案报告_二手车车况与产权风险检测_机动车报告_天远查">
|
||||
<meta property="og:description" content="天远查车辆数据中心,让车辆交易更透明。支持通过车牌号或VIN码,核验车辆的初次登记信息、抵押查封状态、事故维修记录及产权属性。数据同步权威行业系统,精准识别问题车。">
|
||||
<meta property="og:image" content="https://www.tianyuancha.cn/logo.png">
|
||||
<meta property="og:site_name" content="天远查">
|
||||
<meta property="og:locale" content="zh_CN">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://www.tianyuancha.cn/inquire/category/vehicle">
|
||||
<meta property="twitter:title" content="车辆档案报告_二手车车况与产权风险检测_机动车报告_天远查">
|
||||
<meta property="twitter:description" content="天远查车辆数据中心,让车辆交易更透明。支持通过车牌号或VIN码,核验车辆的初次登记信息、抵押查封状态、事故维修记录及产权属性。数据同步权威行业系统,精准识别问题车。">
|
||||
|
||||
<!-- Robots Meta -->
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta name="googlebot" content="index, follow">
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||||
line-height: 1.6;
|
||||
color: #333;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.seo-container {
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
background: white;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.seo-header {
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
color: white;
|
||||
padding: 60px 20px;
|
||||
text-align: center;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.seo-header h1 {
|
||||
font-size: 2.5em;
|
||||
margin-bottom: 10px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.seo-header p {
|
||||
font-size: 1.2em;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.seo-content {
|
||||
padding: 40px 20px;
|
||||
}
|
||||
|
||||
.seo-content h2 {
|
||||
font-size: 1.8em;
|
||||
margin-bottom: 20px;
|
||||
color: #667eea;
|
||||
border-bottom: 3px solid #667eea;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.seo-content h3 {
|
||||
font-size: 1.4em;
|
||||
margin: 30px 0 15px;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.seo-content p {
|
||||
margin-bottom: 15px;
|
||||
line-height: 1.8;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.seo-content ul, .seo-content ol {
|
||||
margin: 15px 0 15px 30px;
|
||||
}
|
||||
|
||||
.seo-content li {
|
||||
margin-bottom: 10px;
|
||||
line-height: 1.8;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.seo-footer {
|
||||
background: #333;
|
||||
color: white;
|
||||
padding: 40px 20px;
|
||||
text-align: center;
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
.seo-footer p {
|
||||
margin: 10px 0;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.seo-footer a {
|
||||
color: #667eea;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.seo-footer a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.redirect-notice {
|
||||
background: #fff3cd;
|
||||
border: 1px solid #ffc107;
|
||||
padding: 15px;
|
||||
margin: 20px 0;
|
||||
border-radius: 5px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.redirect-notice p {
|
||||
color: #856404;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
<!-- Schema.org Structured Data -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "WebPage",
|
||||
"name": "车辆档案报告_二手车车况与产权风险检测_机动车报告_天远查",
|
||||
"description": "天远查车辆数据中心,让车辆交易更透明。支持通过车牌号或VIN码,核验车辆的初次登记信息、抵押查封状态、事故维修记录及产权属性。数据同步权威行业系统,精准识别问题车。",
|
||||
"url": "https://www.tianyuancha.cn/inquire/category/vehicle",
|
||||
"mainEntity": {
|
||||
"@type": "Organization",
|
||||
"name": "天远查",
|
||||
"url": "https://www.tianyuancha.cn/",
|
||||
"description": "专业大数据风险报告查询与代理平台,支持个人和企业多场景风控应用"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="seo-container">
|
||||
<header class="seo-header">
|
||||
<h1>车辆档案报告_二手车车况与产权风险检测_机动车报告_天远查</h1>
|
||||
<p>天远查车辆数据中心,让车辆交易更透明。支持通过车牌号或VIN码,核验车辆的初次登记信息、抵押查封状态、事故维修记录及产权属性。数据同步权威行业系统,精准识别问题车。</p>
|
||||
</header>
|
||||
|
||||
<main class="seo-content">
|
||||
[object Promise]
|
||||
|
||||
<div class="redirect-notice">
|
||||
<p>💡 访问完整功能请使用现代浏览器访问主站</p>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer class="seo-footer">
|
||||
<p>© 2024 天远查 版权所有</p>
|
||||
<p>
|
||||
<a href="https://www.tianyuancha.cn">天远查官网</a> |
|
||||
<a href="https://www.tianyuancha.cn/help">帮助中心</a> |
|
||||
<a href="https://www.tianyuancha.cn/privacyPolicy">隐私政策</a> |
|
||||
<a href="https://www.tianyuancha.cn/userAgreement">用户协议</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
193
scripts/seo-static-generator/static-pages/inquire-marriage.html
Normal file
193
scripts/seo-static-generator/static-pages/inquire-marriage.html
Normal file
@@ -0,0 +1,193 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
||||
<!-- SEO Meta Tags -->
|
||||
<title>婚前背景核验_婚姻关联司法风险筛查_情感综合保障_天远查</title>
|
||||
<meta name="description" content="天远查婚恋风险报告为您提供深度的背景核实服务。基于合法公开数据,排查对象的重婚司法记录、家庭暴力涉诉历史、潜在债务风险及不良嗜好风险。拒绝盲目信任,用数据守护您的情感与财产安全。">
|
||||
<meta name="keywords" content="婚前背景核实,婚恋对象评估,婚姻司法风险,个人情感风险,婚前背调工具">
|
||||
|
||||
<!-- Canonical URL -->
|
||||
<link rel="canonical" href="https://www.tianyuancha.cn/inquire/marriage">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://www.tianyuancha.cn/inquire/marriage">
|
||||
<meta property="og:title" content="婚前背景核验_婚姻关联司法风险筛查_情感综合保障_天远查">
|
||||
<meta property="og:description" content="天远查婚恋风险报告为您提供深度的背景核实服务。基于合法公开数据,排查对象的重婚司法记录、家庭暴力涉诉历史、潜在债务风险及不良嗜好风险。拒绝盲目信任,用数据守护您的情感与财产安全。">
|
||||
<meta property="og:image" content="https://www.tianyuancha.cn/logo.png">
|
||||
<meta property="og:site_name" content="天远查">
|
||||
<meta property="og:locale" content="zh_CN">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://www.tianyuancha.cn/inquire/marriage">
|
||||
<meta property="twitter:title" content="婚前背景核验_婚姻关联司法风险筛查_情感综合保障_天远查">
|
||||
<meta property="twitter:description" content="天远查婚恋风险报告为您提供深度的背景核实服务。基于合法公开数据,排查对象的重婚司法记录、家庭暴力涉诉历史、潜在债务风险及不良嗜好风险。拒绝盲目信任,用数据守护您的情感与财产安全。">
|
||||
|
||||
<!-- Robots Meta -->
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta name="googlebot" content="index, follow">
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||||
line-height: 1.6;
|
||||
color: #333;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.seo-container {
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
background: white;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.seo-header {
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
color: white;
|
||||
padding: 60px 20px;
|
||||
text-align: center;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.seo-header h1 {
|
||||
font-size: 2.5em;
|
||||
margin-bottom: 10px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.seo-header p {
|
||||
font-size: 1.2em;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.seo-content {
|
||||
padding: 40px 20px;
|
||||
}
|
||||
|
||||
.seo-content h2 {
|
||||
font-size: 1.8em;
|
||||
margin-bottom: 20px;
|
||||
color: #667eea;
|
||||
border-bottom: 3px solid #667eea;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.seo-content h3 {
|
||||
font-size: 1.4em;
|
||||
margin: 30px 0 15px;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.seo-content p {
|
||||
margin-bottom: 15px;
|
||||
line-height: 1.8;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.seo-content ul, .seo-content ol {
|
||||
margin: 15px 0 15px 30px;
|
||||
}
|
||||
|
||||
.seo-content li {
|
||||
margin-bottom: 10px;
|
||||
line-height: 1.8;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.seo-footer {
|
||||
background: #333;
|
||||
color: white;
|
||||
padding: 40px 20px;
|
||||
text-align: center;
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
.seo-footer p {
|
||||
margin: 10px 0;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.seo-footer a {
|
||||
color: #667eea;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.seo-footer a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.redirect-notice {
|
||||
background: #fff3cd;
|
||||
border: 1px solid #ffc107;
|
||||
padding: 15px;
|
||||
margin: 20px 0;
|
||||
border-radius: 5px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.redirect-notice p {
|
||||
color: #856404;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
<!-- Schema.org Structured Data -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "WebPage",
|
||||
"name": "婚前背景核验_婚姻关联司法风险筛查_情感综合保障_天远查",
|
||||
"description": "天远查婚恋风险报告为您提供深度的背景核实服务。基于合法公开数据,排查对象的重婚司法记录、家庭暴力涉诉历史、潜在债务风险及不良嗜好风险。拒绝盲目信任,用数据守护您的情感与财产安全。",
|
||||
"url": "https://www.tianyuancha.cn/inquire/marriage",
|
||||
"mainEntity": {
|
||||
"@type": "Organization",
|
||||
"name": "天远查",
|
||||
"url": "https://www.tianyuancha.cn/",
|
||||
"description": "专业大数据风险报告查询与代理平台,支持个人和企业多场景风控应用"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="seo-container">
|
||||
<header class="seo-header">
|
||||
<h1>婚前背景核验_婚姻关联司法风险筛查_情感综合保障_天远查</h1>
|
||||
<p>天远查婚恋风险报告为您提供深度的背景核实服务。基于合法公开数据,排查对象的重婚司法记录、家庭暴力涉诉历史、潜在债务风险及不良嗜好风险。拒绝盲目信任,用数据守护您的情感与财产安全。</p>
|
||||
</header>
|
||||
|
||||
<main class="seo-content">
|
||||
[object Promise]
|
||||
|
||||
<div class="redirect-notice">
|
||||
<p>💡 访问完整功能请使用现代浏览器访问主站</p>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer class="seo-footer">
|
||||
<p>© 2024 天远查 版权所有</p>
|
||||
<p>
|
||||
<a href="https://www.tianyuancha.cn">天远查官网</a> |
|
||||
<a href="https://www.tianyuancha.cn/help">帮助中心</a> |
|
||||
<a href="https://www.tianyuancha.cn/privacyPolicy">隐私政策</a> |
|
||||
<a href="https://www.tianyuancha.cn/userAgreement">用户协议</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
193
scripts/seo-static-generator/static-pages/inquire.html
Normal file
193
scripts/seo-static-generator/static-pages/inquire.html
Normal file
@@ -0,0 +1,193 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
||||
<!-- SEO Meta Tags -->
|
||||
<title>核验工具多场景数据核验服务天远查</title>
|
||||
<meta name="description" content="提供车辆、企业、个人等多场景核验,包括状态、信用、身份等查询,权威高效,保护隐私。">
|
||||
<meta name="keywords" content="核验工具,数据核验服务,车辆核验,企业核验,天远查">
|
||||
|
||||
<!-- Canonical URL -->
|
||||
<link rel="canonical" href="https://www.tianyuancha.cn/inquire">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://www.tianyuancha.cn/inquire">
|
||||
<meta property="og:title" content="核验工具多场景数据核验服务天远查">
|
||||
<meta property="og:description" content="提供车辆、企业、个人等多场景核验,包括状态、信用、身份等查询,权威高效,保护隐私。">
|
||||
<meta property="og:image" content="https://www.tianyuancha.cn/logo.png">
|
||||
<meta property="og:site_name" content="天远查">
|
||||
<meta property="og:locale" content="zh_CN">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://www.tianyuancha.cn/inquire">
|
||||
<meta property="twitter:title" content="核验工具多场景数据核验服务天远查">
|
||||
<meta property="twitter:description" content="提供车辆、企业、个人等多场景核验,包括状态、信用、身份等查询,权威高效,保护隐私。">
|
||||
|
||||
<!-- Robots Meta -->
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta name="googlebot" content="index, follow">
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||||
line-height: 1.6;
|
||||
color: #333;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.seo-container {
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
background: white;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.seo-header {
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
color: white;
|
||||
padding: 60px 20px;
|
||||
text-align: center;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.seo-header h1 {
|
||||
font-size: 2.5em;
|
||||
margin-bottom: 10px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.seo-header p {
|
||||
font-size: 1.2em;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.seo-content {
|
||||
padding: 40px 20px;
|
||||
}
|
||||
|
||||
.seo-content h2 {
|
||||
font-size: 1.8em;
|
||||
margin-bottom: 20px;
|
||||
color: #667eea;
|
||||
border-bottom: 3px solid #667eea;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.seo-content h3 {
|
||||
font-size: 1.4em;
|
||||
margin: 30px 0 15px;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.seo-content p {
|
||||
margin-bottom: 15px;
|
||||
line-height: 1.8;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.seo-content ul, .seo-content ol {
|
||||
margin: 15px 0 15px 30px;
|
||||
}
|
||||
|
||||
.seo-content li {
|
||||
margin-bottom: 10px;
|
||||
line-height: 1.8;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.seo-footer {
|
||||
background: #333;
|
||||
color: white;
|
||||
padding: 40px 20px;
|
||||
text-align: center;
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
.seo-footer p {
|
||||
margin: 10px 0;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.seo-footer a {
|
||||
color: #667eea;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.seo-footer a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.redirect-notice {
|
||||
background: #fff3cd;
|
||||
border: 1px solid #ffc107;
|
||||
padding: 15px;
|
||||
margin: 20px 0;
|
||||
border-radius: 5px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.redirect-notice p {
|
||||
color: #856404;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
<!-- Schema.org Structured Data -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "WebPage",
|
||||
"name": "核验工具多场景数据核验服务天远查",
|
||||
"description": "提供车辆、企业、个人等多场景核验,包括状态、信用、身份等查询,权威高效,保护隐私。",
|
||||
"url": "https://www.tianyuancha.cn/inquire",
|
||||
"mainEntity": {
|
||||
"@type": "Organization",
|
||||
"name": "天远查",
|
||||
"url": "https://www.tianyuancha.cn/",
|
||||
"description": "专业大数据风险报告查询与代理平台,支持个人和企业多场景风控应用"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="seo-container">
|
||||
<header class="seo-header">
|
||||
<h1>核验工具多场景数据核验服务天远查</h1>
|
||||
<p>提供车辆、企业、个人等多场景核验,包括状态、信用、身份等查询,权威高效,保护隐私。</p>
|
||||
</header>
|
||||
|
||||
<main class="seo-content">
|
||||
[object Promise]
|
||||
|
||||
<div class="redirect-notice">
|
||||
<p>💡 访问完整功能请使用现代浏览器访问主站</p>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer class="seo-footer">
|
||||
<p>© 2024 天远查 版权所有</p>
|
||||
<p>
|
||||
<a href="https://www.tianyuancha.cn">天远查官网</a> |
|
||||
<a href="https://www.tianyuancha.cn/help">帮助中心</a> |
|
||||
<a href="https://www.tianyuancha.cn/privacyPolicy">隐私政策</a> |
|
||||
<a href="https://www.tianyuancha.cn/userAgreement">用户协议</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
5
scripts/seo-static-generator/static-pages/robots.txt
Normal file
5
scripts/seo-static-generator/static-pages/robots.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
User-agent: *
|
||||
Allow: /
|
||||
Disallow: /admin
|
||||
Disallow: /api
|
||||
Sitemap: https://www.tianyuancha.cn/sitemap.xml
|
||||
193
scripts/seo-static-generator/static-pages/service.html
Normal file
193
scripts/seo-static-generator/static-pages/service.html
Normal file
@@ -0,0 +1,193 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
||||
<!-- SEO Meta Tags -->
|
||||
<title>客服中心 - 天远查在线客服 | 技术支持</title>
|
||||
<meta name="description" content="天远查客服中心,提供在线客服支持、技术咨询、问题反馈等服务,确保用户获得及时有效的帮助。">
|
||||
<meta name="keywords" content="客服中心, 在线客服, 技术支持, 问题反馈, 天远查客服">
|
||||
|
||||
<!-- Canonical URL -->
|
||||
<link rel="canonical" href="https://www.tianyuancha.cn/service">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://www.tianyuancha.cn/service">
|
||||
<meta property="og:title" content="客服中心 - 天远查在线客服 | 技术支持">
|
||||
<meta property="og:description" content="天远查客服中心,提供在线客服支持、技术咨询、问题反馈等服务,确保用户获得及时有效的帮助。">
|
||||
<meta property="og:image" content="https://www.tianyuancha.cn/logo.png">
|
||||
<meta property="og:site_name" content="天远查">
|
||||
<meta property="og:locale" content="zh_CN">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://www.tianyuancha.cn/service">
|
||||
<meta property="twitter:title" content="客服中心 - 天远查在线客服 | 技术支持">
|
||||
<meta property="twitter:description" content="天远查客服中心,提供在线客服支持、技术咨询、问题反馈等服务,确保用户获得及时有效的帮助。">
|
||||
|
||||
<!-- Robots Meta -->
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta name="googlebot" content="index, follow">
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||||
line-height: 1.6;
|
||||
color: #333;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.seo-container {
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
background: white;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.seo-header {
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
color: white;
|
||||
padding: 60px 20px;
|
||||
text-align: center;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.seo-header h1 {
|
||||
font-size: 2.5em;
|
||||
margin-bottom: 10px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.seo-header p {
|
||||
font-size: 1.2em;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.seo-content {
|
||||
padding: 40px 20px;
|
||||
}
|
||||
|
||||
.seo-content h2 {
|
||||
font-size: 1.8em;
|
||||
margin-bottom: 20px;
|
||||
color: #667eea;
|
||||
border-bottom: 3px solid #667eea;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.seo-content h3 {
|
||||
font-size: 1.4em;
|
||||
margin: 30px 0 15px;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.seo-content p {
|
||||
margin-bottom: 15px;
|
||||
line-height: 1.8;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.seo-content ul, .seo-content ol {
|
||||
margin: 15px 0 15px 30px;
|
||||
}
|
||||
|
||||
.seo-content li {
|
||||
margin-bottom: 10px;
|
||||
line-height: 1.8;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.seo-footer {
|
||||
background: #333;
|
||||
color: white;
|
||||
padding: 40px 20px;
|
||||
text-align: center;
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
.seo-footer p {
|
||||
margin: 10px 0;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.seo-footer a {
|
||||
color: #667eea;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.seo-footer a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.redirect-notice {
|
||||
background: #fff3cd;
|
||||
border: 1px solid #ffc107;
|
||||
padding: 15px;
|
||||
margin: 20px 0;
|
||||
border-radius: 5px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.redirect-notice p {
|
||||
color: #856404;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
<!-- Schema.org Structured Data -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "WebPage",
|
||||
"name": "客服中心 - 天远查在线客服 | 技术支持",
|
||||
"description": "天远查客服中心,提供在线客服支持、技术咨询、问题反馈等服务,确保用户获得及时有效的帮助。",
|
||||
"url": "https://www.tianyuancha.cn/service",
|
||||
"mainEntity": {
|
||||
"@type": "Organization",
|
||||
"name": "天远查",
|
||||
"url": "https://www.tianyuancha.cn/",
|
||||
"description": "专业大数据风险报告查询与代理平台,支持个人和企业多场景风控应用"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="seo-container">
|
||||
<header class="seo-header">
|
||||
<h1>客服中心 - 天远查在线客服 | 技术支持</h1>
|
||||
<p>天远查客服中心,提供在线客服支持、技术咨询、问题反馈等服务,确保用户获得及时有效的帮助。</p>
|
||||
</header>
|
||||
|
||||
<main class="seo-content">
|
||||
[object Promise]
|
||||
|
||||
<div class="redirect-notice">
|
||||
<p>💡 访问完整功能请使用现代浏览器访问主站</p>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer class="seo-footer">
|
||||
<p>© 2024 天远查 版权所有</p>
|
||||
<p>
|
||||
<a href="https://www.tianyuancha.cn">天远查官网</a> |
|
||||
<a href="https://www.tianyuancha.cn/help">帮助中心</a> |
|
||||
<a href="https://www.tianyuancha.cn/privacyPolicy">隐私政策</a> |
|
||||
<a href="https://www.tianyuancha.cn/userAgreement">用户协议</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
63
scripts/seo-static-generator/static-pages/sitemap.xml
Normal file
63
scripts/seo-static-generator/static-pages/sitemap.xml
Normal file
@@ -0,0 +1,63 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://www.tianyuancha.cn/</loc>
|
||||
<lastmod>2026-02-25</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.tianyuancha.cn/inquire/category/lawsuit</loc>
|
||||
<lastmod>2026-02-25</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.tianyuancha.cn/inquire/marriage</loc>
|
||||
<lastmod>2026-02-25</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.tianyuancha.cn/inquire/category/vehicle</loc>
|
||||
<lastmod>2026-02-25</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.tianyuancha.cn/inquire/category/marriageStatus</loc>
|
||||
<lastmod>2026-02-25</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.tianyuancha.cn/agent</loc>
|
||||
<lastmod>2026-02-25</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.tianyuancha.cn/help</loc>
|
||||
<lastmod>2026-02-25</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.tianyuancha.cn/example</loc>
|
||||
<lastmod>2026-02-25</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.tianyuancha.cn/service</loc>
|
||||
<lastmod>2026-02-25</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.tianyuancha.cn/inquire</loc>
|
||||
<lastmod>2026-02-25</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
</urlset>
|
||||
Reference in New Issue
Block a user