|
5 | 5 | <meta charset="UTF-8" /> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
7 | 7 | <title>The Agentic Alliance Prelaunch</title> |
8 | | - <meta name="description" content="Creative Technologist Collective exploring the intersection of art, design, and cutting-edge technology" /> |
9 | | - <meta name="author" content="The Agentic Alliance Prelaunch" /> |
10 | 8 |
|
| 9 | + <!-- SEO Meta Tags --> |
| 10 | + <meta |
| 11 | + name="description" |
| 12 | + content="Join the Agentic Alliance in researching and documenting the bleeding edge of agentic frameworks. Connect with innovators pushing the boundaries of AI." |
| 13 | + /> |
| 14 | + <meta |
| 15 | + name="keywords" |
| 16 | + content="Agentic AI, AI Frameworks, Artificial Intelligence, AI Research, Autonomous Systems" |
| 17 | + /> |
| 18 | + <meta name="author" content="Agentic Alliance" /> |
| 19 | + <meta name="robots" content="index, follow" /> |
| 20 | + |
| 21 | + <!-- Open Graph Protocol Tags --> |
11 | 22 | <meta property="og:title" content="The Agentic Alliance Prelaunch" /> |
12 | 23 | <meta property="og:description" content="Creative Technologist Collective exploring the intersection of art, design, and cutting-edge technology" /> |
| 24 | + |
| 25 | + <meta |
| 26 | + property="og:image" |
| 27 | + content="https://agenticalliance.com/images/logo.png" |
| 28 | + /> |
| 29 | + <meta property="og:url" content="https://agenticalliance.com" /> |
13 | 30 | <meta property="og:type" content="website" /> |
| 31 | + <meta property="og:site_name" content="Agentic Alliance" /> |
14 | 32 |
|
| 33 | + <!-- Twitter Card Tags --> |
15 | 34 | <meta name="twitter:card" content="summary_large_image" /> |
16 | | - <meta name="twitter:site" content="@Agentic Alliance_prelaunch" /> |
| 35 | + <meta |
| 36 | + name="twitter:title" |
| 37 | + content="Agentic Alliance - Advancing Agent Frameworks" |
| 38 | + /> |
| 39 | + <meta |
| 40 | + name="twitter:description" |
| 41 | + content="Join the Agentic Alliance in researching and documenting the bleeding edge of agentic frameworks. Connect with innovators pushing the boundaries of AI." |
| 42 | + /> |
| 43 | + <meta |
| 44 | + name="twitter:image" |
| 45 | + content="https://agenticalliance.com/images/logo.png" |
| 46 | + /> |
| 47 | + |
| 48 | + <!-- Favicon Tags --> |
| 49 | + <link rel="icon" type="image/png" sizes="32x32" href="images/logo.png" /> |
| 50 | + <link rel="icon" type="image/png" sizes="16x16" href="images/logo.png" /> |
| 51 | + <link rel="apple-touch-icon" sizes="180x180" href="images/logo.png" /> |
| 52 | + |
| 53 | + <!-- Canonical URL --> |
| 54 | + <link rel="canonical" href="https://agenticalliance.com" /> |
| 55 | + |
| 56 | + |
17 | 57 | </head> |
18 | 58 |
|
19 | 59 | <body> |
|
0 commit comments