-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
103 lines (98 loc) · 4.17 KB
/
Copy pathterms.html
File metadata and controls
103 lines (98 loc) · 4.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Global Address Generator 使用条款,说明随机地址、姓名和电话测试数据的允许用途、禁止用途、免责声明和安全使用边界。">
<link rel="canonical" href="https://global-address.com/terms">
<meta name="robots" content="index,follow">
<meta property="og:title" content="使用条款 - 美国地址生成器">
<meta property="og:description" content="Global Address Generator 使用条款,说明随机地址、姓名和电话测试数据的允许用途、禁止用途、免责声明和安全使用边界。">
<meta property="og:site_name" content="Global Address Generator">
<meta name="twitter:card" content="summary">
<title>使用条款 - 美国地址生成器</title>
<link rel="stylesheet" href="./styles.css">
<script type="application/ld+json" data-generated="seo">
[
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "首页",
"item": "https://global-address.com/"
},
{
"@type": "ListItem",
"position": 2,
"name": "使用条款",
"item": "https://global-address.com/terms"
}
]
},
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "使用条款 - 美国地址生成器",
"url": "https://global-address.com/terms",
"inLanguage": "Chinese",
"description": "美国地址生成器使用条款,说明允许用途、禁止用途和免责声明。",
"isPartOf": {
"@type": "WebSite",
"name": "Global Address Generator",
"url": "https://global-address.com/"
},
"headline": "使用条款"
}
]
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2492600177003381"
crossorigin="anonymous"></script>
</head>
<body>
<header class="site-header">
<a class="brand" href="./" aria-label="美国地址生成器首页">
<span class="brand__mark" aria-hidden="true">US</span>
<span>美国地址生成器</span>
</a>
<nav class="nav" aria-label="页面导航">
<a href="./us-address-generator">生成器</a>
<a href="./about">关于</a>
<a href="./privacy">隐私</a>
<a href="./contact">联系</a>
<a href="./guides">知识中心</a>
</nav>
</header>
<main class="content-page">
<article class="content-card">
<p class="eyebrow">Terms</p>
<h1>使用条款</h1>
<p>最后更新:2026 年 6 月 26 日</p>
<h2>允许用途</h2>
<p>
本工具仅用于测试、演示、产品原型、页面占位和教育用途。生成结果不应被视为真实个人资料、真实住址或可投递地址。
</p>
<h2>禁止用途</h2>
<ul>
<li>不得用于身份冒用、欺诈、误导性注册或规避平台规则。</li>
<li>不得用于真实物流收件、金融申请、账户认证或法律文件。</li>
<li>不得将生成结果描述为真实人员或真实住址。</li>
</ul>
<h2>免责声明</h2>
<p>
我们会尽量保持工具稳定可用,但不保证生成结果准确、完整、可投递或适合特定用途。用户应自行判断使用场景,并遵守所在地法律法规和第三方平台规则。
</p>
</article>
</main>
<footer class="site-footer">
<span>© 2026 美国地址生成器</span>
<span>
<a href="./privacy">隐私政策</a>
<a href="./about">关于</a>
<a href="./contact">联系</a>
</span>
</footer>
</body>
</html>