This commit is contained in:
Mrx
2026-02-25 11:45:21 +08:00
parent 5043657470
commit 4ccf2ec354
35 changed files with 6151 additions and 26 deletions

View File

@@ -9,7 +9,7 @@ export function useSEO() {
title: '天远查官网_企业与婚姻关联风险核验_综合履约背景核验',
description: '天远查官网(TianYuanCha)聚合官方公示数据,专注于商业安全与资产背调。提供企业工商画像、婚姻状态关联风险、司法涉诉筛查及配偶债务核验。数据实时同步,助您精准规避投资、交易及家庭结合中的经济与法律风险。',
keywords: '天远查,婚姻状态风险, 配偶背景核验,企业信用查询,司法诉讼记录,资产风险评估',
url: 'https://www.zhinengcha.cn'
url: 'https://www.tianyuancha.cn'
}
// 页面SEO配置
@@ -111,6 +111,7 @@ export function useSEO() {
canonical.href = url
}
// 更新结构化数据
const updateStructuredData = (config) => {
// 移除现有的结构化数据
@@ -121,6 +122,7 @@ export function useSEO() {
}
})
// 添加新的结构化数据
const structuredData = {
"@context": "https://schema.org",
@@ -131,7 +133,7 @@ export function useSEO() {
"mainEntity": {
"@type": "Organization",
"name": "天远查",
"url": "https://www.zhinengcha.cn/",
"url": "https://www.tianyuancha.cn/",
"description": "专业大数据风险报告查询与代理平台,支持个人和企业多场景风控应用"
}
}
@@ -209,7 +211,7 @@ export function useSEO() {
updateSEO({
...config,
url: `https://www.zhinengcha.cn${currentPath}`
url: `https://www.tianyuancha.cn${currentPath}`
})
}