|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8"> |
5 | | - <title>FocusFlow - Focus & Break Timer</title> |
| 5 | + <title>FocusFlow - Wellness-Aware Productivity Workspace</title> |
6 | 6 | <base href="/"> |
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
8 | | - <meta name="description" content="A lightweight Angular timer for focused work sessions, active breaks, notifications and real-time progress feedback."> |
| 8 | + <meta name="description" content="FocusFlow is an installable productivity workspace for focus sessions, Pomodoro flow, Kanban planning, and lightweight recovery breaks."> |
9 | 9 | <meta name="theme-color" content="#07111f"> |
10 | 10 | <meta name="color-scheme" content="dark light"> |
11 | 11 | <meta name="mobile-web-app-capable" content="yes"> |
12 | 12 | <meta name="apple-mobile-web-app-capable" content="yes"> |
13 | 13 | <meta name="apple-mobile-web-app-title" content="FocusFlow"> |
14 | 14 | <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> |
15 | | - <meta property="og:title" content="FocusFlow - Focus & Break Timer"> |
16 | | - <meta property="og:description" content="A lightweight Angular timer for focused work sessions, active breaks, notifications and real-time progress feedback."> |
| 15 | + <link rel="canonical" href="https://focusflow-app.vercel.app/"> |
| 16 | + <meta property="og:title" content="FocusFlow - Wellness-Aware Productivity Workspace"> |
| 17 | + <meta property="og:description" content="An installable Angular PWA for focus sessions, Pomodoro flow, Kanban planning, and lightweight recovery breaks."> |
17 | 18 | <meta property="og:type" content="website"> |
18 | | - <meta property="og:url" content="https://jesusdev98.github.io/DevbreakTimer/"> |
19 | | - <meta property="og:image" content="https://jesusdev98.github.io/DevbreakTimer/assets/running.png"> |
| 19 | + <meta property="og:url" content="https://focusflow-app.vercel.app/"> |
| 20 | + <meta property="og:image" content="https://focusflow-app.vercel.app/assets/running.png"> |
20 | 21 | <meta name="twitter:card" content="summary_large_image"> |
21 | | - <meta name="twitter:title" content="FocusFlow - Focus & Break Timer"> |
22 | | - <meta name="twitter:description" content="A lightweight Angular timer for focused work sessions, active breaks, notifications and real-time progress feedback."> |
23 | | - <meta name="twitter:image" content="https://jesusdev98.github.io/DevbreakTimer/assets/running.png"> |
| 22 | + <meta name="twitter:title" content="FocusFlow - Wellness-Aware Productivity Workspace"> |
| 23 | + <meta name="twitter:description" content="An installable Angular PWA for focus sessions, Pomodoro flow, Kanban planning, and lightweight recovery breaks."> |
| 24 | + <meta name="twitter:image" content="https://focusflow-app.vercel.app/assets/running.png"> |
24 | 25 | <link rel="icon" type="image/svg+xml" href="favicon.svg"> |
25 | 26 | <link rel="apple-touch-icon" href="icons/icon-180x180.png"> |
26 | 27 | <link rel="manifest" href="manifest.webmanifest"> |
|
0 commit comments