|
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | 5 | <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" /> |
9 | 11 | <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." /> |
12 | 16 | <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" /> |
14 | 23 | <meta property="og:image:width" content="1200" /> |
15 | 24 | <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" /> |
17 | 26 | <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> |
25 | 43 | <style> |
26 | 44 | :root { |
27 | 45 | --bg: #04070a; |
|
0 commit comments