Skip to content

Commit 477409d

Browse files
committed
update for SEO
1 parent 0b3b5cf commit 477409d

File tree

3 files changed

+142
-1
lines changed

3 files changed

+142
-1
lines changed

index.html

Lines changed: 108 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Light AI · Light-speed Large Model Systems</title>
7+
8+
<!-- SEO Meta Tags -->
9+
<meta name="description" content="Light AI provides end-to-end toolkit for model compression, inference, and video generation. Explore LightCompress, LightLLM, and LightX2V for efficient large model deployment.">
10+
<meta name="keywords" content="large language models, model compression, inference acceleration, video generation, LLM, VLM, quantization, token pruning, LightCompress, LightLLM, LightX2V, AI optimization">
11+
<meta name="author" content="Light AI Team">
12+
<meta name="robots" content="index, follow">
13+
<link rel="canonical" href="https://light-ai.top/">
14+
15+
<!-- Open Graph / Facebook -->
16+
<meta property="og:type" content="website">
17+
<meta property="og:url" content="https://light-ai.top/">
18+
<meta property="og:title" content="Light AI · Light-speed Large Model Systems">
19+
<meta property="og:description" content="End-to-end toolkit for model compression, inference, and video generation. Explore LightCompress, LightLLM, and LightX2V.">
20+
<meta property="og:site_name" content="Light AI">
21+
22+
<!-- Twitter Card -->
23+
<meta name="twitter:card" content="summary_large_image">
24+
<meta name="twitter:title" content="Light AI · Light-speed Large Model Systems">
25+
<meta name="twitter:description" content="End-to-end toolkit for model compression, inference, and video generation.">
26+
27+
<!-- Language Alternates -->
28+
<link rel="alternate" hreflang="en" href="https://light-ai.top/">
29+
<link rel="alternate" hreflang="zh" href="https://light-ai.top/">
30+
<link rel="alternate" hreflang="x-default" href="https://light-ai.top/">
731
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='0.9em' font-size='90'>✨</text></svg>">
832
<link rel="preconnect" href="https://fonts.googleapis.com">
933
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@@ -585,7 +609,7 @@ <h3 class="heading-style-h3">LightLLM</h3>
585609
<a href="https://github.com/ModelTC/LightLLM" target="_blank" class="project-link">
586610
<span data-i18n="common.github">GitHub</span>
587611
</a>
588-
<a href="https://modeltc.github.io/lightllm-blog/" target="_blank" class="project-link">
612+
<a href="https://www.light-ai.top/lightllm-blog/" target="_blank" class="project-link">
589613
<span data-i18n="common.blog">Blog</span>
590614
</a>
591615
</div>
@@ -644,6 +668,87 @@ <h2 class="h2-section-text" data-i18n="updates.title">Latest Updates</h2>
644668
</div>
645669
</section>
646670

671+
<!-- Structured Data (JSON-LD) for SEO -->
672+
<script type="application/ld+json">
673+
{
674+
"@context": "https://schema.org",
675+
"@type": "Organization",
676+
"name": "Light AI",
677+
"url": "https://light-ai.top/",
678+
"logo": "https://light-ai.top/",
679+
"description": "End-to-end toolkit for model compression, inference, and video generation",
680+
"sameAs": [
681+
"https://github.com/ModelTC"
682+
],
683+
"contactPoint": {
684+
"@type": "ContactPoint",
685+
"email": "[email protected]"
686+
}
687+
}
688+
</script>
689+
<script type="application/ld+json">
690+
{
691+
"@context": "https://schema.org",
692+
"@type": "WebSite",
693+
"name": "Light AI",
694+
"url": "https://light-ai.top/",
695+
"description": "Light-speed Large Model Systems - End-to-end toolkit for model compression, inference, and video generation",
696+
"potentialAction": {
697+
"@type": "SearchAction",
698+
"target": "https://light-ai.top/?q={search_term_string}",
699+
"query-input": "required name=search_term_string"
700+
}
701+
}
702+
</script>
703+
<script type="application/ld+json">
704+
{
705+
"@context": "https://schema.org",
706+
"@type": "SoftwareApplication",
707+
"name": "LightCompress",
708+
"applicationCategory": "DeveloperApplication",
709+
"operatingSystem": "Linux, Windows, macOS",
710+
"description": "Compression toolkit for LLM, VLM, and video generation models with structured sparsity, quantization, and token pruning",
711+
"url": "https://github.com/ModelTC/LightCompress",
712+
"offers": {
713+
"@type": "Offer",
714+
"price": "0",
715+
"priceCurrency": "USD"
716+
}
717+
}
718+
</script>
719+
<script type="application/ld+json">
720+
{
721+
"@context": "https://schema.org",
722+
"@type": "SoftwareApplication",
723+
"name": "LightLLM",
724+
"applicationCategory": "DeveloperApplication",
725+
"operatingSystem": "Linux, Windows, macOS",
726+
"description": "Lightweight inference stack for large language and multimodal models",
727+
"url": "https://github.com/ModelTC/LightLLM",
728+
"offers": {
729+
"@type": "Offer",
730+
"price": "0",
731+
"priceCurrency": "USD"
732+
}
733+
}
734+
</script>
735+
<script type="application/ld+json">
736+
{
737+
"@context": "https://schema.org",
738+
"@type": "SoftwareApplication",
739+
"name": "LightX2V",
740+
"applicationCategory": "DeveloperApplication",
741+
"operatingSystem": "Linux, Windows, macOS",
742+
"description": "Video generation inference engine focused on high-fidelity outputs from text and multimodal prompts",
743+
"url": "https://github.com/ModelTC/LightX2V",
744+
"offers": {
745+
"@type": "Offer",
746+
"price": "0",
747+
"priceCurrency": "USD"
748+
}
749+
}
750+
</script>
751+
647752
<!-- Footer -->
648753
<footer class="footer-block">
649754
<div class="main-wrapper">
@@ -657,6 +762,8 @@ <h2 class="h2-section-text" data-i18n="updates.title">Latest Updates</h2>
657762
<p style="margin-top: 0.5rem;">
658763
<a href="mailto:[email protected]" class="footer-link">[email protected]</a>
659764
<span style="margin: 0 0.5rem; color: var(--text-muted);">·</span>
765+
<a href="https://github.com/ModelTC" target="_blank" class="footer-link">GitHub</a>
766+
<span style="margin: 0 0.5rem; color: var(--text-muted);">·</span>
660767
<a href="https://beian.miit.gov.cn" target="_blank" class="footer-link" data-i18n="footer.icp">京ICP备2021026391号-2</a>
661768
</p>
662769
</div>

robots.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
User-agent: *
2+
Allow: /
3+
4+
# Sitemap location
5+
Sitemap: https://light-ai.top/sitemap.xml
6+
7+
# Allow all search engines
8+
User-agent: Googlebot
9+
Allow: /
10+
11+
User-agent: Bingbot
12+
Allow: /
13+
14+
User-agent: Slurp
15+
Allow: /
16+
17+
# Disallow admin or private areas if any
18+
# Disallow: /admin/
19+
# Disallow: /private/
20+

sitemap.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
3+
xmlns:xhtml="http://www.w3.org/1999/xhtml">
4+
<url>
5+
<loc>https://light-ai.top/</loc>
6+
<lastmod>2025-11-20</lastmod>
7+
<changefreq>weekly</changefreq>
8+
<priority>1.0</priority>
9+
<xhtml:link rel="alternate" hreflang="en" href="https://light-ai.top/"/>
10+
<xhtml:link rel="alternate" hreflang="zh" href="https://light-ai.top/"/>
11+
<xhtml:link rel="alternate" hreflang="x-default" href="https://light-ai.top/"/>
12+
</url>
13+
</urlset>
14+

0 commit comments

Comments
 (0)