Skip to content

Commit 229d8a4

Browse files
authored
remove useless schema (#2670)
* fix: schema * remove useless schema
1 parent 7227ed9 commit 229d8a4

File tree

1 file changed

+0
-59
lines changed

1 file changed

+0
-59
lines changed

src/theme/Footer/index.tsx

Lines changed: 0 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -113,47 +113,6 @@ function Footer() {
113113
"email": "[email protected]",
114114
"url": "https://www.databend.com/contact-us/"
115115
},
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-
],
157116
"address": {
158117
"@type": "PostalAddress",
159118
"streetAddress": "401 RYLAND ST. STE 200-A",
@@ -162,24 +121,6 @@ function Footer() {
162121
"postalCode": "89502",
163122
"addressCountry": "USA"
164123
},
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-
}]
183124
}
184125
`}
185126
</script>

0 commit comments

Comments
 (0)