This commit is contained in:
Mrx
2026-02-28 12:00:02 +08:00
parent 9937097d7c
commit b2da12f3ed
36 changed files with 2964 additions and 33 deletions

View File

@@ -9,7 +9,7 @@ export function useSEO() {
title: '天远数据_背调报告代理加盟_个人风控系统搭建_合规数据服务平台',
description: '天远数据提供低成本的风控系统搭建服务。一键开通独立代理后台,支持自定义品牌与报告价格。平台基于公开合法数据,支持一键生成综合素质报告。诚邀行业合作伙伴,共享数字化风控红利,助力流量合规变现。',
keywords: '天远数据,职场背调,风险核验报告,家政背景核验,第三方背调,企业风控服务,数据报告分销',
url: 'https://www.zhinengcha.cn'
url: 'https://www.tianyuandb.com'
}
// 页面SEO配置
@@ -131,7 +131,7 @@ export function useSEO() {
"mainEntity": {
"@type": "Organization",
"name": "天远数据",
"url": "https://www.zhinengcha.cn/",
"url": "https://www.tianyuandb.com/",
"description": "专业大数据风险报告查询与代理平台,支持个人和企业多场景风控应用"
}
}
@@ -231,10 +231,10 @@ export function useSEO() {
const currentPath = route?.path || '/'
const config = routeConfigs[currentPath] || defaultSEO
const baseUrl = typeof window !== 'undefined' ? window.location.origin : defaultSEO.url
updateSEO({
...config,
url: `https://www.zhinengcha.cn${currentPath}`
url: `${baseUrl}${currentPath}`
})
}