Skip to content

Commit c71fedf

Browse files
Polish social cards and SEO metadata
1 parent 3ea14cf commit c71fedf

6 files changed

Lines changed: 35 additions & 15 deletions

File tree

assets/og-image.png

69.1 KB
Loading

assets/site.webmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"GraphTheory","short_name":"GraphTheory","icons":[{"src":"assets/icon-512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#04070a","background_color":"#04070a","display":"standalone"}
1+
{"name":"GraphTheory","short_name":"GraphTheory","description":"Open-source AI advocate building on Hermes.","start_url":"/","scope":"/","display":"standalone","theme_color":"#04070a","background_color":"#04070a","icons":[{"src":"/assets/icon-512.png","sizes":"512x512","type":"image/png"},{"src":"/assets/apple-touch-icon.png","sizes":"180x180","type":"image/png"}]}

assets/social-card-square.png

665 KB
Loading

assets/social-card.png

309 KB
Loading

index.html

Lines changed: 32 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,43 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
6-
<title>graph | hermes & hermes accessories</title>
7-
<meta name="description" content="graph is an open source AI advocate building Hermes profiles, agent tooling, and specialist AI workflows." />
8-
<meta name="robots" content="index,follow" />
6+
<title>GraphTheory | Hermes profiles, AI agents, guardrails</title>
7+
<meta name="description" content="GraphTheory builds open-source Hermes profiles, AI agent tooling, guardrail critique, validation workflows, and weird little machines." />
8+
<meta name="author" content="GraphTheory" />
9+
<meta name="robots" content="index,follow,max-image-preview:large,max-snippet:-1,max-video-preview:-1" />
10+
<meta name="googlebot" content="index,follow,max-image-preview:large" />
911
<meta name="theme-color" content="#04070a" />
10-
<meta property="og:title" content="graph | hermes & hermes accessories" />
11-
<meta property="og:description" content="open source ai advocate building on Hermes. profiles, skills, validation, smoke tests, and weird little machines." />
12+
<meta name="color-scheme" content="dark" />
13+
<link rel="canonical" href="https://graphtheory.xyz/" />
14+
<meta property="og:title" content="GraphTheory | Hermes profiles, AI agents, guardrails" />
15+
<meta property="og:description" content="Open-source AI advocate building on Hermes. Profiles, skills, validation, guardrails, and weird little machines." />
1216
<meta property="og:type" content="website" />
13-
<meta property="og:image" content="assets/og-image.png" />
17+
<meta property="og:url" content="https://graphtheory.xyz/" />
18+
<meta property="og:site_name" content="GraphTheory" />
19+
<meta property="og:locale" content="en_US" />
20+
<meta property="og:image" content="https://graphtheory.xyz/assets/og-image.png" />
21+
<meta property="og:image:secure_url" content="https://graphtheory.xyz/assets/og-image.png" />
22+
<meta property="og:image:type" content="image/png" />
1423
<meta property="og:image:width" content="1200" />
1524
<meta property="og:image:height" content="630" />
16-
<meta property="og:image:alt" content="graph cyberpunk profile art and research node wordmark" />
25+
<meta property="og:image:alt" content="GraphTheory cyberpunk profile art with cyan terminal typography" />
1726
<meta name="twitter:card" content="summary_large_image" />
18-
<meta name="twitter:title" content="graph | hermes & hermes accessories" />
19-
<meta name="twitter:description" content="open source ai advocate building on Hermes." />
20-
<meta name="twitter:image" content="assets/og-image.png" />
21-
<link rel="icon" href="assets/favicon.svg" type="image/svg+xml" />
22-
<link rel="alternate icon" href="assets/favicon.png" type="image/png" />
23-
<link rel="apple-touch-icon" href="assets/apple-touch-icon.png" />
24-
<link rel="manifest" href="assets/site.webmanifest" />
27+
<meta name="twitter:site" content="@graphtheory" />
28+
<meta name="twitter:creator" content="@graphtheory" />
29+
<meta name="twitter:title" content="GraphTheory | Hermes profiles, AI agents, guardrails" />
30+
<meta name="twitter:description" content="Open-source AI advocate building on Hermes. Profiles, skills, validation, guardrails, and weird little machines." />
31+
<meta name="twitter:image" content="https://graphtheory.xyz/assets/og-image.png" />
32+
<meta name="twitter:image:alt" content="GraphTheory cyberpunk profile art with cyan terminal typography" />
33+
<link rel="icon" href="/assets/favicon.svg" type="image/svg+xml" />
34+
<link rel="alternate icon" href="/assets/favicon.png" type="image/png" />
35+
<link rel="apple-touch-icon" href="/assets/apple-touch-icon.png" />
36+
<link rel="manifest" href="/assets/site.webmanifest" />
37+
<script type="application/ld+json">
38+
{"@context":"https://schema.org","@type":"WebSite","name":"GraphTheory","url":"https://graphtheory.xyz/","description":"Open-source AI advocate building on Hermes.","sameAs":["https://x.com/graphtheory","https://github.com/codegraphtheory"]}
39+
</script>
40+
<script type="application/ld+json">
41+
{"@context":"https://schema.org","@type":"Person","name":"GraphTheory","alternateName":"graph","url":"https://graphtheory.xyz/","image":"https://graphtheory.xyz/assets/graphtheory-profile.jpg","sameAs":["https://x.com/graphtheory","https://github.com/codegraphtheory"],"knowsAbout":["Hermes Agent","AI agents","open source AI","guardrails","RAG","blockchain security"]}
42+
</script>
2543
<style>
2644
:root {
2745
--bg: #04070a;

sitemap.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://graphtheory.xyz/</loc>
5+
<lastmod>2026-06-25</lastmod>
6+
<changefreq>weekly</changefreq>
57
<priority>1.0</priority>
68
</url>
79
</urlset>

0 commit comments

Comments
 (0)