Skip to content

Commit 1864999

Browse files
add back SEO meta tags
1 parent 501c564 commit 1864999

1 file changed

Lines changed: 43 additions & 3 deletions

File tree

index.html

Lines changed: 43 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,55 @@
55
<meta charset="UTF-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<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" />
108

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 -->
1122
<meta property="og:title" content="The Agentic Alliance Prelaunch" />
1223
<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" />
1330
<meta property="og:type" content="website" />
31+
<meta property="og:site_name" content="Agentic Alliance" />
1432

33+
<!-- Twitter Card Tags -->
1534
<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+
1757
</head>
1858

1959
<body>

0 commit comments

Comments
 (0)