|
4 | 4 | <meta charset="UTF-8" /> |
5 | 5 | <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
7 | | - <meta name="description" content="Semantic Anchors - A curated catalog of well-defined terms for LLM communication" /> |
8 | | - <title>Semantic Anchors</title> |
| 7 | + |
| 8 | + <!-- Primary Meta Tags --> |
| 9 | + <title>Semantic Anchors - Curated Catalog for LLM Communication</title> |
| 10 | + <meta name="title" content="Semantic Anchors - Curated Catalog for LLM Communication" /> |
| 11 | + <meta name="description" content="60+ curated semantic anchors - well-defined terms, methodologies, and frameworks for precise communication with Large Language Models. Browse by category or role." /> |
| 12 | + <meta name="keywords" content="semantic anchors, LLM, large language models, AI communication, prompt engineering, software development, TDD, architecture patterns, design principles" /> |
| 13 | + <meta name="author" content="LLM Coding Community" /> |
| 14 | + <meta name="language" content="English, German" /> |
| 15 | + |
| 16 | + <!-- Canonical URL --> |
| 17 | + <link rel="canonical" href="https://llm-coding.github.io/Semantic-Anchors/" /> |
| 18 | + |
| 19 | + <!-- Language Alternates --> |
| 20 | + <link rel="alternate" hreflang="en" href="https://llm-coding.github.io/Semantic-Anchors/" /> |
| 21 | + <link rel="alternate" hreflang="de" href="https://llm-coding.github.io/Semantic-Anchors/?lang=de" /> |
| 22 | + <link rel="alternate" hreflang="x-default" href="https://llm-coding.github.io/Semantic-Anchors/" /> |
| 23 | + |
| 24 | + <!-- Open Graph / Facebook --> |
| 25 | + <meta property="og:type" content="website" /> |
| 26 | + <meta property="og:url" content="https://llm-coding.github.io/Semantic-Anchors/" /> |
| 27 | + <meta property="og:title" content="Semantic Anchors - Curated Catalog for LLM Communication" /> |
| 28 | + <meta property="og:description" content="60+ curated semantic anchors for precise LLM communication. Browse methodologies, frameworks, and patterns by category or professional role." /> |
| 29 | + <meta property="og:image" content="https://llm-coding.github.io/Semantic-Anchors/og-image.png" /> |
| 30 | + <meta property="og:image:width" content="1200" /> |
| 31 | + <meta property="og:image:height" content="630" /> |
| 32 | + <meta property="og:locale" content="en_US" /> |
| 33 | + <meta property="og:locale:alternate" content="de_DE" /> |
| 34 | + <meta property="og:site_name" content="Semantic Anchors" /> |
| 35 | + |
| 36 | + <!-- Twitter --> |
| 37 | + <meta name="twitter:card" content="summary_large_image" /> |
| 38 | + <meta name="twitter:url" content="https://llm-coding.github.io/Semantic-Anchors/" /> |
| 39 | + <meta name="twitter:title" content="Semantic Anchors - Curated Catalog for LLM Communication" /> |
| 40 | + <meta name="twitter:description" content="60+ curated semantic anchors for precise LLM communication. Browse by category or role." /> |
| 41 | + <meta name="twitter:image" content="https://llm-coding.github.io/Semantic-Anchors/twitter-card.png" /> |
| 42 | + |
| 43 | + <!-- Structured Data (Schema.org) --> |
| 44 | + <script type="application/ld+json"> |
| 45 | + { |
| 46 | + "@context": "https://schema.org", |
| 47 | + "@type": "WebSite", |
| 48 | + "name": "Semantic Anchors", |
| 49 | + "alternateName": "Semantic Anchors for LLMs", |
| 50 | + "url": "https://llm-coding.github.io/Semantic-Anchors/", |
| 51 | + "description": "A curated catalog of 60+ semantic anchors - well-defined terms, methodologies, and frameworks for precise communication with Large Language Models", |
| 52 | + "inLanguage": ["en", "de"], |
| 53 | + "publisher": { |
| 54 | + "@type": "Organization", |
| 55 | + "name": "LLM Coding Community", |
| 56 | + "url": "https://github.com/LLM-Coding" |
| 57 | + }, |
| 58 | + "potentialAction": { |
| 59 | + "@type": "SearchAction", |
| 60 | + "target": "https://llm-coding.github.io/Semantic-Anchors/#/search?q={search_term_string}", |
| 61 | + "query-input": "required name=search_term_string" |
| 62 | + } |
| 63 | + } |
| 64 | + </script> |
9 | 65 | </head> |
10 | 66 | <body> |
11 | 67 | <div id="app"></div> |
|
0 commit comments