v1.4.6 - add SEO

This commit is contained in:
LINING-PC\lining
2025-12-11 14:02:21 +08:00
parent 3106135677
commit ed4ba6190a
4 changed files with 212 additions and 1 deletions
+58 -1
View File
@@ -4,7 +4,64 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/public/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Jordium Gantt Vue3 Demo</title>
<!-- Primary Meta Tags -->
<title>Jordium Gantt Vue3 - Modern Gantt Chart Component for Vue 3</title>
<meta name="title" content="Jordium Gantt Vue3 - Modern Gantt Chart Component for Vue 3" />
<meta name="description" content="A modern, feature-rich Gantt chart component for Vue 3 with TypeScript support. Interactive task management, drag-and-drop, milestone tracking, and multiple timeline views. Perfect for project management and task scheduling." />
<meta name="keywords" content="vue3, gantt chart, gantt, project management, task scheduler, timeline, vue component, typescript, drag and drop, milestone, task tracking" />
<meta name="author" content="nelson820125" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://nelson820125.github.io/jordium-gantt-vue3/" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://nelson820125.github.io/jordium-gantt-vue3/" />
<meta property="og:title" content="Jordium Gantt Vue3 - Modern Gantt Chart Component for Vue 3" />
<meta property="og:description" content="A modern, feature-rich Gantt chart component for Vue 3 with TypeScript support. Interactive task management, drag-and-drop, milestone tracking, and multiple timeline views." />
<meta property="og:image" content="https://nelson820125.github.io/jordium-gantt-vue3/assets/jordium-gantt-vue3-logo.svg" />
<meta property="og:site_name" content="Jordium Gantt Vue3" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://nelson820125.github.io/jordium-gantt-vue3/" />
<meta name="twitter:title" content="Jordium Gantt Vue3 - Modern Gantt Chart Component for Vue 3" />
<meta name="twitter:description" content="A modern, feature-rich Gantt chart component for Vue 3 with TypeScript support. Interactive task management, drag-and-drop, milestone tracking." />
<meta name="twitter:image" content="https://nelson820125.github.io/jordium-gantt-vue3/assets/jordium-gantt-vue3-logo.svg" />
<!-- Additional SEO Tags -->
<meta name="theme-color" content="#4FC08D" />
<meta name="application-name" content="Jordium Gantt Vue3" />
<!-- Links to documentation and repository -->
<link rel="alternate" type="application/json+oembed" href="https://github.com/nelson820125/jordium-gantt-vue3" />
<!-- Schema.org structured data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Jordium Gantt Vue3",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Web Browser",
"description": "A modern, feature-rich Gantt chart component for Vue 3 with TypeScript support. Interactive task management, drag-and-drop, milestone tracking, and multiple timeline views.",
"url": "https://nelson820125.github.io/jordium-gantt-vue3/",
"author": {
"@type": "Person",
"name": "nelson820125",
"url": "https://github.com/nelson820125"
},
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"softwareVersion": "1.4.6",
"programmingLanguage": "TypeScript",
"codeRepository": "https://github.com/nelson820125/jordium-gantt-vue3",
"license": "https://opensource.org/licenses/MIT"
}
</script>
</head>
<body>
<div id="app"></div>
+8
View File
@@ -0,0 +1,8 @@
User-agent: *
Allow: /
# Sitemap location
Sitemap: https://nelson820125.github.io/jordium-gantt-vue3/sitemap.xml
# Crawl-delay for polite crawling
Crawl-delay: 1
+35
View File
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://nelson820125.github.io/jordium-gantt-vue3/</loc>
<lastmod>2025-12-11</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
<xhtml:link rel="alternate" hreflang="en" href="https://nelson820125.github.io/jordium-gantt-vue3/" />
</url>
<url>
<loc>https://github.com/nelson820125/jordium-gantt-vue3</loc>
<lastmod>2025-12-11</lastmod>
<changefreq>weekly</changefreq>
<priority>0.9</priority>
</url>
<url>
<loc>https://github.com/nelson820125/jordium-gantt-vue3/blob/master/README.md</loc>
<lastmod>2025-12-11</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://github.com/nelson820125/jordium-gantt-vue3/blob/master/README-EN.md</loc>
<lastmod>2025-12-11</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://www.npmjs.com/package/jordium-gantt-vue3</loc>
<lastmod>2025-12-11</lastmod>
<changefreq>monthly</changefreq>
<priority>0.7</priority>
</url>
</urlset>