@@ -113,47 +113,6 @@ function Footer() {
113
113
114
114
"url": "https://www.databend.com/contact-us/"
115
115
},
116
- "offers": [
117
- {
118
- "@type": "Product",
119
- "name": "Databend Cloud",
120
- "description": "Databend is a Cost-Effective Cloud Data Warehouse, pay-as-you-use cloud data warehouse with enterprise features.",
121
- "url": "https://www.databend.com/databend-cloud/",
122
- "image": "https://www.databend.com/img/resource/product-databend-cloud.png",
123
- "offers": {
124
- "@type": "Offer",
125
- "priceCurrency": "USD",
126
- "price": 0,
127
- "url": "https://www.databend.com/apply/"
128
- }
129
- },
130
- {
131
- "@type": "Product",
132
- "name": "Databend Enterprise",
133
- "description": "Self-hosted version with advanced enterprise features and support.",
134
- "url": "https://www.databend.com/databend-enterprise/",
135
- "image": "https://www.databend.com/img/resource/product-databend-enterprise.png",
136
- "offers": {
137
- "@type": "Offer",
138
- "priceCurrency": "USD",
139
- "price": 1.5,
140
- "url": "https://www.databend.com/databend-enterprise/"
141
- }
142
- },
143
- {
144
- "@type": "Product",
145
- "name": "Databend Community",
146
- "description": "Free, self-hosted version for community-driven use.",
147
- "url": "https://www.databend.com/databend/",
148
- "image": "https://www.databend.com/img/resource/product-databend.png",
149
- "offers": {
150
- "@type": "Offer",
151
- "priceCurrency": "USD",
152
- "price": 0,
153
- "url": "https://www.databend.com/databend/"
154
- }
155
- }
156
- ],
157
116
"address": {
158
117
"@type": "PostalAddress",
159
118
"streetAddress": "401 RYLAND ST. STE 200-A",
@@ -162,24 +121,6 @@ function Footer() {
162
121
"postalCode": "89502",
163
122
"addressCountry": "USA"
164
123
},
165
- "blog": {
166
- "@type": "Blog",
167
- "url": "https://www.databend.com/blog",
168
- "name": "Databend Blog",
169
- "description": "Databend's official blog, featuring articles on cloud-native data warehousing, analytics, and industry insights."
170
- },
171
- "hasPart": [{
172
- "@type": "WebSite",
173
- "name": "Databend Documentation",
174
- "url": "https://docs.databend.com/",
175
- "description": "The official documentation site for Databend, providing guides, tutorials, and resources for Databend users."
176
- },
177
- {
178
- "@type": "Blog",
179
- "url": "https://www.databend.com/blog",
180
- "name": "Databend Blog",
181
- "description": "Databend's official blog, featuring articles on cloud-native data warehousing, analytics, and industry insights."
182
- }]
183
124
}
184
125
` }
185
126
</ script >
0 commit comments