Skip to content

Commit

Permalink
fix: update schema data
Browse files Browse the repository at this point in the history
  • Loading branch information
Wangtaofeng committed Jan 25, 2024
1 parent e503b35 commit cc77358
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 27 deletions.
6 changes: 5 additions & 1 deletion src/config/Flow/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ export const FLOW_SCHEMA_DATA = {
url: "https://www.illacloud.com",
potentialAction: {
"@type": "SearchAction",
target: "https://www.illacloud.com",
target: {
"@type": "EntryPoint",
urlTemplate:
"https://www.illacloud.com/search?q={search_term_string}",
},
"query-input": "required name=search_term_string",
},
},
Expand Down
22 changes: 13 additions & 9 deletions src/config/Home/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,11 @@ export const HOME_SCHEMA_DATA = {
url: "https://www.illacloud.com",
potentialAction: {
"@type": "SearchAction",
target: "https://www.illacloud.com",
target: {
"@type": "EntryPoint",
urlTemplate:
"https://www.illacloud.com/search?q={search_term_string}",
},
"query-input": "required name=search_term_string",
},
},
Expand Down Expand Up @@ -175,7 +179,7 @@ export const HOME_SCHEMA_DATA = {
"ILLA Cloud is a low-code platform to make users build internal tools faster.",
thumbnailUrl:
"https://cdn.illacloud.com/official-website/img/home/playVideoCover.png",
uploadDate: "2023-06-15",
uploadDate: "2023-06-15T08:00:00+08:00",
duration: "PT1M20S",
contentUrl:
"https://cdn.illacloud.com/official-website/img/home/video.webm",
Expand All @@ -185,7 +189,7 @@ export const HOME_SCHEMA_DATA = {
author: "ILLA Cloud",
contentUrl:
"https://cdn.illacloud.com/official-website/img/home/home3/Frame%203341.svg",
datePublished: "2023-06-15",
datePublished: "2023-06-15T08:00:00+08:00",
description: "40+ components in ILLA Cloud",
name: "ILLA Cloud components",
},
Expand All @@ -194,7 +198,7 @@ export const HOME_SCHEMA_DATA = {
author: "ILLA Cloud",
contentUrl:
"https://cdn.illacloud.com/official-website/img/home/home3/Frame%203340.svg",
datePublished: "2023-06-15",
datePublished: "2023-06-15T08:00:00+08:00",
description: "SQL Generation based on OpenAI in ILLA Cloud",
name: "ILLA Cloud SQL Generation",
},
Expand All @@ -203,7 +207,7 @@ export const HOME_SCHEMA_DATA = {
author: "ILLA Cloud",
contentUrl:
"https://cdn.illacloud.com/official-website/img/home/home3/Frame%203340%20(1).svg",
datePublished: "2023-06-15",
datePublished: "2023-06-15T08:00:00+08:00",
description: "Real-time collaboration based on OpenAI in ILLA Cloud",
name: "ILLA Cloud real-time collaboration",
},
Expand All @@ -212,7 +216,7 @@ export const HOME_SCHEMA_DATA = {
author: "ILLA Cloud",
contentUrl:
"https://cdn.illacloud.com/official-website/img/home/datasource/datasource.svg",
datePublished: "2023-06-15",
datePublished: "2023-06-15T08:00:00+08:00",
description:
"ILLA Cloud supports to connect multiple datasource with GUI mode. No code required. ",
name: "ILLA Cloud data source integration",
Expand All @@ -222,7 +226,7 @@ export const HOME_SCHEMA_DATA = {
author: "ILLA Cloud",
contentUrl:
"https://cdn.illacloud.com/official-website/img/home/home3/Codepartbgweb.svg",
datePublished: "2023-06-15",
datePublished: "2023-06-15T08:00:00+08:00",
description:
"Build dashboard or any other internal tools with ILLA Cloud in minutes",
name: "Build dashboard with ILLA Cloud",
Expand All @@ -232,7 +236,7 @@ export const HOME_SCHEMA_DATA = {
author: "ILLA Cloud",
contentUrl:
"https://cdn.illacloud.com/official-website/img/home/home3/Frame%203356.svg",
datePublished: "2023-06-15",
datePublished: "2023-06-15T08:00:00+08:00",
description: "Friendly CDN.Register to use, no configure required",
name: "ILLA Drive",
},
Expand All @@ -241,7 +245,7 @@ export const HOME_SCHEMA_DATA = {
author: "ILLA Cloud",
contentUrl:
"https://cdn.illacloud.com/official-website/img/home/home3/Frame%203356%20(1).svg",
datePublished: "2023-06-15",
datePublished: "2023-06-15T08:00:00+08:00",
description:
"Friendly CDN.Register to use, no configure required. Support anti-leech links",
name: "Storage and share files via ILLA Drive",
Expand Down
6 changes: 5 additions & 1 deletion src/config/Pricing/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,11 @@ export const PRICING_SCHEMA_DATA = {
url: "https://www.illacloud.com",
potentialAction: {
"@type": "SearchAction",
target: "https://www.illacloud.com",
target: {
"@type": "EntryPoint",
urlTemplate:
"https://www.illacloud.com/search?q={search_term_string}",
},
"query-input": "required name=search_term_string",
},
},
Expand Down
36 changes: 30 additions & 6 deletions src/config/Solutions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ export const IMAGE_GENERATE_SCHEMA_DATA = {
url: "https://www.illacloud.com",
potentialAction: {
"@type": "SearchAction",
target: "https://www.illacloud.com",
target: {
"@type": "EntryPoint",
urlTemplate:
"https://www.illacloud.com/search?q={search_term_string}",
},
"query-input": "required name=search_term_string",
},
},
Expand Down Expand Up @@ -91,7 +95,11 @@ export const AI_VOICE_GENERATOR_SCHEMA_DATA = {
url: "https://www.illacloud.com",
potentialAction: {
"@type": "SearchAction",
target: "https://www.illacloud.com",
target: {
"@type": "EntryPoint",
urlTemplate:
"https://www.illacloud.com/search?q={search_term_string}",
},
"query-input": "required name=search_term_string",
},
},
Expand Down Expand Up @@ -162,7 +170,11 @@ export const DASHBOARD_SCHEMA_DATA = {
url: "https://www.illacloud.com",
potentialAction: {
"@type": "SearchAction",
target: "https://www.illacloud.com",
target: {
"@type": "EntryPoint",
urlTemplate:
"https://www.illacloud.com/search?q={search_term_string}",
},
"query-input": "required name=search_term_string",
},
},
Expand Down Expand Up @@ -241,7 +253,11 @@ export const CMS_SCHEMA_DATA = {
url: "https://www.illacloud.com",
potentialAction: {
"@type": "SearchAction",
target: "https://www.illacloud.com",
target: {
"@type": "EntryPoint",
urlTemplate:
"https://www.illacloud.com/search?q={search_term_string}",
},
"query-input": "required name=search_term_string",
},
},
Expand Down Expand Up @@ -320,7 +336,11 @@ export const CRM_SCHEMA_DATA = {
url: "https://www.illacloud.com",
potentialAction: {
"@type": "SearchAction",
target: "https://www.illacloud.com",
target: {
"@type": "EntryPoint",
urlTemplate:
"https://www.illacloud.com/search?q={search_term_string}",
},
"query-input": "required name=search_term_string",
},
},
Expand Down Expand Up @@ -399,7 +419,11 @@ export const ADMIN_PANEL_SCHEMA_DATA = {
url: "https://www.illacloud.com",
potentialAction: {
"@type": "SearchAction",
target: "https://www.illacloud.com",
target: {
"@type": "EntryPoint",
urlTemplate:
"https://www.illacloud.com/search?q={search_term_string}",
},
"query-input": "required name=search_term_string",
},
},
Expand Down
14 changes: 9 additions & 5 deletions src/config/landingPage/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,11 @@ export const COMPONENTS_SCHEMA_DATA = {
url: "https://www.illacloud.com",
potentialAction: {
"@type": "SearchAction",
target: "https://www.illacloud.com",
target: {
"@type": "EntryPoint",
urlTemplate:
"https://www.illacloud.com/search?q={search_term_string}",
},
"query-input": "required name=search_term_string",
},
},
Expand Down Expand Up @@ -258,7 +262,7 @@ export const COMPONENTS_SCHEMA_DATA = {
author: "ILLA Cloud",
contentUrl:
"https://cdn.illacloud.com/official-website/img/official-site/features/componentIndex.svg",
datePublished: "2023-06-15",
datePublished: "2023-06-15T08:00:00+08:00",
description:
"Build your internal tools with table, form, chart, list in ILLA Cloud",
name: "ILLA Components",
Expand All @@ -268,7 +272,7 @@ export const COMPONENTS_SCHEMA_DATA = {
author: "ILLA Cloud",
contentUrl:
"https://cdn.illacloud.com/official-website/img/official-site/components-new/Cover%20Table.svg",
datePublished: "2023-06-15",
datePublished: "2023-06-15T08:00:00+08:00",
description: "Build internal tools with table in ILLA Cloud",
name: "ILLA Cloud & Table",
},
Expand All @@ -277,7 +281,7 @@ export const COMPONENTS_SCHEMA_DATA = {
author: "ILLA Cloud",
contentUrl:
"https://cdn.illacloud.com/official-website/img/official-site/components-new/Cover%20Chart.svg",
datePublished: "2023-06-15",
datePublished: "2023-06-15T08:00:00+08:00",
description: "Build internal tools with table in ILLA Cloud",
name: "ILLA Cloud & Table",
},
Expand All @@ -286,7 +290,7 @@ export const COMPONENTS_SCHEMA_DATA = {
author: "ILLA Cloud",
contentUrl:
"https://cdn.illacloud.com/official-website/img/official-site/components-new/Cover%20upload.svg",
datePublished: "2023-06-15",
datePublished: "2023-06-15T08:00:00+08:00",
description: "Build internal tools with upload in ILLA Cloud",
name: "ILLA Cloud & Upload",
},
Expand Down
14 changes: 9 additions & 5 deletions src/config/landingPage/integrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,11 @@ export const INTEGRATION_SCHEMA_DATA = {
url: "https://www.illacloud.com",
potentialAction: {
"@type": "SearchAction",
target: "https://www.illacloud.com",
target: {
"@type": "EntryPoint",
urlTemplate:
"https://www.illacloud.com/search?q={search_term_string}",
},
"query-input": "required name=search_term_string",
},
},
Expand Down Expand Up @@ -392,7 +396,7 @@ export const INTEGRATION_SCHEMA_DATA = {
author: "ILLA Integrations",
contentUrl:
"https://cdn.illacloud.com/official-website/img/official-site/features/dataSource.svg",
datePublished: "2023-06-15",
datePublished: "2023-06-15T08:00:00+08:00",
description:
"ILLA Cloud allows developers to connect to OpenAI, Hugging Face, MySQL, PostgreSQL, Snowflake...",
name: "ILLA Integration",
Expand All @@ -402,7 +406,7 @@ export const INTEGRATION_SCHEMA_DATA = {
author: "ILLA Cloud",
contentUrl:
"https://cdn.illacloud.com/official-website/img/official-site/intergration/mySQL.svg",
datePublished: "2023-06-15",
datePublished: "2023-06-15T08:00:00+08:00",
description: "Connect to MySQL with ILLA Cloud",
name: "ILLA Cloud & MySQL",
},
Expand All @@ -411,7 +415,7 @@ export const INTEGRATION_SCHEMA_DATA = {
author: "ILLA Cloud",
contentUrl:
"https://cdn.illacloud.com/official-website/img/official-site/intergration/huggingface.svg",
datePublished: "2023-06-15",
datePublished: "2023-06-15T08:00:00+08:00",
description: "Connect to Hugging Face with ILLA Cloud",
name: "ILLA Cloud & Hugging Face",
},
Expand All @@ -420,7 +424,7 @@ export const INTEGRATION_SCHEMA_DATA = {
author: "ILLA Cloud",
contentUrl:
"https://cdn.illacloud.com/official-website/img/official-site/intergration/dynamoDB.svg",
datePublished: "2023-06-15",
datePublished: "2023-06-15T08:00:00+08:00",
description: "Connect to DynamoDB with ILLA Cloud",
name: "ILLA Cloud & DynamoDB",
},
Expand Down

0 comments on commit cc77358

Please sign in to comment.