-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrefund.html
More file actions
195 lines (185 loc) · 7.46 KB
/
Copy pathrefund.html
File metadata and controls
195 lines (185 loc) · 7.46 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Learn about Map2Map™'s Refund Policy for our Google Maps management services. Understand our terms for refunds and service guarantees.">
<link rel="canonical" href="https://map2map.com/refund.html" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Map2Map™",
"url": "https://map2map.com",
"logo": "https://map2map.com/assets/images/logo.png",
"sameAs": [
"https://www.linkedin.com/in/map2map-yabloko-labs-6b9157364/",
"https://www.instagram.com/map.2.map/",
"https://github.com/map2map",
"https://www.facebook.com/people/Map2Map/61577974869679/",
"https://www.youtube.com/@map2map"
]
}
</script>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<title>Refund Policy - Map2Map™</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Additional CSS Files -->
<link rel="stylesheet" href="assets/css/fontawesome.css">
<link rel="stylesheet" href="assets/css/templatemo-tale-seo-agency.css">
<link rel="stylesheet" href="assets/css/custom.css">
<link rel="stylesheet" href="assets/css/mobile-responsive.css">
<style>
.refund-content {
padding: 40px 0;
background: #fff;
}
.refund-content h1 {
font-size: 24px;
margin-bottom: 20px;
color: #333;
}
.refund-content h2 {
font-size: 20px;
margin: 30px 0 15px;
color: #333;
}
.refund-content p, .refund-content ul {
color: #666;
line-height: 1.6;
margin-bottom: 15px;
}
.refund-content ul {
padding-left: 20px;
}
.refund-content li {
margin-bottom: 10px;
}
.refund-content a {
color: #007bff;
text-decoration: none;
}
.refund-content a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<!-- ***** Header Area Start ***** -->
<header class="header-area header-sticky">
<div class="container">
<div class="row">
<div class="col-12">
<nav class="main-nav">
<a href="index.html" class="logo">
<img src="assets/images/logo.png" alt="Map2Map Logo">
</a>
<ul class="nav">
<li class="scroll-to-section"><a href="index.html">Home</a></li>
<li class="scroll-to-section"><a href="index.html#services">Services</a></li>
<li class="scroll-to-section"><a href="index.html#projects">Success Stories</a></li>
<li class="has-sub">
<a href="javascript:void(0)">Pages</a>
<ul class="sub-menu">
<li><a href="about.html">About Us</a></li>
<li><a href="pricing.html">Pricing</a></li>
<li><a href="platform.html">Platform</a></li>
<li><a href="faqs.html">FAQs</a></li>
</ul>
</li>
<li class="scroll-to-section"><a href="index.html#infos">Infos</a></li>
<li class="scroll-to-section"><a href="index.html#contact">Contact</a></li>
</ul>
<a class='menu-trigger'>
<span>Menu</span>
</a>
</nav>
</div>
</div>
</div>
</header>
<!-- ***** Header Area End ***** -->
<!-- ***** Pre-Header Area Start ***** -->
<div class="pre-header">
<div class="container">
<div class="row">
<div class="col-lg-8 col-sm-9">
<div class="left-info">
<ul>
<li><a href="#"><i class="fa fa-phone"></i>+44 7367 196915</a></li>
<li><a href="#"><i class="fa fa-envelope"></i>sales@map2map.com</a></li>
<li><a href="#"><i class="fa fa-map-marker"></i>London, UK</a></li>
</ul>
</div>
</div>
<div class="col-lg-4 col-sm-3">
<div class="social-icons">
<ul>
<li><a href="https://www.linkedin.com/in/map2map-yabloko-labs-6b9157364/" target="_blank" rel="noopener"><i class="fab fa-linkedin"></i></a></li>
<li><a href="https://www.instagram.com/map.2.map/" target="_blank" rel="noopener"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://github.com/map2map" target="_blank" rel="noopener"><i class="fab fa-github"></i></a></li>
<li><a href="https://www.facebook.com/people/Map2Map/61577974869679/" target="_blank" rel="noopener"><i class="fab fa-facebook"></i></a></li>
<li><a href="https://www.youtube.com/@map2map" target="_blank" rel="noopener"><i class="fab fa-youtube"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- ***** Pre-Header Area End ***** -->
<div class="main-banner" id="top">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="caption header-text">
<h6>Refund Policy</h6>
<div class="line-dec"></div>
<h1><em>Map2Map™</em> Refund Policy</h1>
<h5>Effective Date: <em>25/May/2025</em></h5>
</div>
</div>
</div>
</div>
</div>
<div class="refund-content">
<div class="container">
<div class="row">
<div class="col-lg-12">
<p>At Map2Map™, we strive to ensure satisfaction with our Google Maps management services. However, as our offerings are digital and service-based, refunds are subject to the following policy:</p>
<h2>1. Eligibility for Refunds</h2>
<ol>
<li>Refund requests must be made within 7 days of initial payment.</li>
<li>A refund may be issued if no work has commenced on your project.</li>
</ol>
<h2>2. Non-Refundable Conditions</h2>
<ol>
<li>Once optimization or content changes begin, payments are non-refundable.</li>
<li>Monthly plans are non-refundable after the billing cycle starts.</li>
</ol>
<h2>3. Partial Refunds</h2>
<ol>
<li>At our discretion, partial refunds may be granted based on work completed.</li>
</ol>
<h2>4. Requesting a Refund</h2>
<ol>
<li>Email: <a href="mailto:refund@map2map.com">refund@map2map.com</a></li>
<li>Include your order ID and reason for the refund</li>
</ol>
</div>
</div>
</div>
</div>
<div id="footer-placeholder"></div>
<!-- Scripts -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/isotope.min.js"></script>
<script src="assets/js/owl-carousel.js"></script>
<script src="assets/js/tabs.js"></script>
<script src="assets/js/popup.js"></script>
<script src="assets/js/custom.js"></script>
<script src="assets/js/mobile-menu.js"></script>
<script src="assets/js/include-footer.js"></script>
</body>
</html>