|
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=yes, viewport-fit=cover"> |
6 | 6 | <title>Watchflow - Agentic GitHub Guardrails by Warestack</title> |
| 7 | + |
| 8 | + <!-- OpenGraph Meta Tags --> |
| 9 | + <meta property="og:title" content="Watchflow - Agentic GitHub Guardrails"> |
| 10 | + <meta property="og:description" content="Replace static protection rules with agentic guardrails. Watchflow ensures consistent quality standards with smarter, context-aware protection for every repo."> |
| 11 | + <meta property="og:type" content="website"> |
| 12 | + <meta property="og:url" content="https://watchflow.dev"> |
| 13 | + <meta property="og:site_name" content="Watchflow"> |
| 14 | + <meta property="og:locale" content="en_US"> |
| 15 | + <meta property="og:image" content="https://watchflow.dev/og-image.png"> |
| 16 | + <meta property="og:image:width" content="1200"> |
| 17 | + <meta property="og:image:height" content="630"> |
| 18 | + <meta property="og:image:alt" content="Watchflow - Agentic GitHub Guardrails"> |
| 19 | + |
| 20 | + <!-- Twitter Card Meta Tags --> |
| 21 | + <meta name="twitter:card" content="summary_large_image"> |
| 22 | + <meta name="twitter:title" content="Watchflow - Agentic GitHub Guardrails"> |
| 23 | + <meta name="twitter:description" content="Replace static protection rules with agentic guardrails. Watchflow ensures consistent quality standards with smarter, context-aware protection for every repo."> |
| 24 | + <meta name="twitter:site" content="@warestack"> |
| 25 | + <meta name="twitter:creator" content="@warestack"> |
| 26 | + <meta name="twitter:image" content="https://watchflow.dev/og-image.png"> |
| 27 | + <meta name="twitter:image:alt" content="Watchflow - Agentic GitHub Guardrails"> |
| 28 | + |
| 29 | + <!-- Favicon and Icons --> |
| 30 | + <link rel="icon" type="image/svg+xml" href="/favicon.svg"> |
| 31 | + <link rel="icon" type="image/png" href="/favicon.png"> |
| 32 | + <link rel="apple-touch-icon" href="/favicon.png"> |
| 33 | + |
| 34 | + <!-- Additional Meta Tags --> |
| 35 | + <meta name="description" content="Replace static protection rules with agentic guardrails. Watchflow ensures consistent quality standards with smarter, context-aware protection for every repo."> |
| 36 | + <meta name="keywords" content="GitHub, guardrails, agentic, protection rules, code quality, pull requests, automation, Warestack"> |
| 37 | + <meta name="author" content="Warestack"> |
| 38 | + |
7 | 39 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
8 | 40 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
9 | 41 | <link href="https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Nunito:wght@400;600;700;800;900&display=swap" rel="stylesheet"> |
|
0 commit comments