Files
4eb1f622-0599-449d-9efe-c7a…/index.html
2026-01-15 15:54:20 +08:00

73 lines
3.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>图灵环流 (TuringFlow) - 企业级AI解决方案提供商</title>
<meta name="description" content="图灵环流提供企业级人工智能解决方案帮助全球企业实现数字化转型与创新增长。领先的AI平台、数据分析、流程自动化和智能客服解决方案。" />
<meta name="keywords" content="AI解决方案,人工智能,数字化转型,企业级AI,数据分析,流程自动化,智能客服,图灵环流,TuringFlow" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://turingflow.ai/" />
<meta property="og:title" content="图灵环流 (TuringFlow) - 企业级AI解决方案提供商" />
<meta property="og:description" content="图灵环流提供企业级人工智能解决方案,帮助全球企业实现数字化转型与创新增长。" />
<meta property="og:image" content="https://turingflow.ai/og-image.jpg" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://turingflow.ai/" />
<meta property="twitter:title" content="图灵环流 (TuringFlow) - 企业级AI解决方案提供商" />
<meta property="twitter:description" content="图灵环流提供企业级人工智能解决方案,帮助全球企业实现数字化转型与创新增长。" />
<meta property="twitter:image" content="https://turingflow.ai/twitter-image.jpg" />
<!-- Canonical URL -->
<link rel="canonical" href="https://turingflow.ai/" />
<!-- Alternate Languages -->
<link rel="alternate" hreflang="zh-CN" href="https://turingflow.ai/" />
<link rel="alternate" hreflang="en" href="https://turingflow.ai/en/" />
<link rel="alternate" hreflang="x-default" href="https://turingflow.ai/" />
<!-- Schema.org markup -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "图灵环流科技有限公司",
"alternateName": "TuringFlow Technology Co., Ltd.",
"url": "https://turingflow.ai/",
"logo": "https://turingflow.ai/logo.png",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+86-21-1234-5678",
"contactType": "customer service",
"availableLanguage": ["Chinese", "English"]
},
"sameAs": [
"https://twitter.com/turingflow",
"https://linkedin.com/company/turingflow",
"https://github.com/turingflow"
]
}
</script>
<!-- Preconnect for performance -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>