-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (65 loc) · 3.69 KB
/
Copy pathindex.html
File metadata and controls
72 lines (65 loc) · 3.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/devtasks-logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="google-site-verification" content="pkP_YVSjQTyHXzpuqXqArK2PV6YHN3NBUnhVXB1GGMk" />
<!-- Primary SEO Metadata -->
<title>DevTasks — Premium Developer Task Manager & Engineering Roadmap Planner</title>
<meta name="description" content="DevTasks is a high-performance, minimalist developer task workspace and roadmapping tool. Manage active bug tracking logs, codebase refactoring plans, design systems, and secure commands backup registry with ease." />
<meta name="keywords" content="devtasks, developer todo workspace, engineer task manager, roadmap builder, bug tracking checklist, code snippet manager, bookmarks manager, dev workflow optimizer" />
<meta name="author" content="DevTasks Team" />
<meta name="robots" content="index, follow" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://devtasks.example.com/" />
<meta property="og:title" content="DevTasks — Premium Developer Task Manager & Roadmap Planner" />
<meta property="og:description" content="High-performance workflow dashboard for developers. Symmetrically structured roadmap planners, local logs preservation, and JSON database backup portals." />
<meta property="og:image" content="https://devtasks.example.com/devtasks-logo.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://devtasks.example.com/" />
<meta property="twitter:title" content="DevTasks — Premium Developer Task Manager" />
<meta property="twitter:description" content="Manage todo roadmaps, secure code command databases, and currate reference bookmarks in a minimalist console dashboard." />
<meta property="twitter:image" content="https://devtasks.example.com/devtasks-logo.png" />
<!-- Canonical Link -->
<link rel="canonical" href="https://devtasks.example.com/" />
<!-- PWA & Mobile Optimization -->
<meta name="theme-color" content="#000000" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<link rel="apple-touch-icon" href="/devtasks-logo.png" />
<link rel="manifest" href="/manifest.json" />
<!-- Google Structured Data (JSON-LD) for SoftwareApplication -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Dev Tasks",
"alternateName": "devtasks",
"applicationCategory": "BusinessApplication",
"operatingSystem": "All",
"url": "https://devtasks.example.com",
"logo": "https://devtasks.example.com/devtasks-logo.png",
"description": "High-performance, minimalist developer task manager and engineering roadmap todo list tool. Track features, bugs, refactoring charts, and add lists with lightning speed.",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"features": [
"Minimalist responsive design (Light & Dark mode)",
"Sleek progress gauges & charts",
"Dynamic task categorization and visual priority tags",
"Full local logging with undo-delete capabilities",
"JSON roadmap importing and exporting portals"
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>