|
2 | 2 | <html lang="en">
|
3 | 3 | <head>
|
4 | 4 | <meta charset="UTF-8">
|
5 |
| - <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 5 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> |
6 | 7 | <title>ThirdKey.ai</title>
|
| 8 | + |
| 9 | + <!-- SEO Meta Tags --> |
| 10 | + <meta name="author" content="ThirdKey Research" /> |
| 11 | + <meta name="robots" content="index, follow" /> |
| 12 | + <meta name="language" content="en" /> |
| 13 | + <meta name="description" content="ThirdKey Research - Building next-generation AI solutions for enterprise security and automation. Developing intelligent systems that enhance cybersecurity, streamline operations, and democratize AI-powered protection." /> |
| 14 | + <meta name="keywords" content="AI, artificial intelligence, cybersecurity, enterprise security, automation, research, machine learning" /> |
| 15 | + |
| 16 | + <!-- Open Graph Meta Tags --> |
| 17 | + <meta property="og:type" content="website" /> |
| 18 | + <meta property="og:site_name" content="ThirdKey Research" /> |
| 19 | + <meta property="og:url" content="https://thirdkey.ai/" /> |
| 20 | + <meta property="og:title" content="ThirdKey.ai - AI Research for Enterprise Security" /> |
| 21 | + <meta property="og:description" content="Building next-generation AI solutions for enterprise security and automation. Developing intelligent systems that enhance cybersecurity, streamline operations, and democratize AI-powered protection." /> |
| 22 | + <meta property="og:image" content="https://thirdkey.ai/images/sm-image.jpg" /> |
| 23 | + <meta property="og:image:alt" content="ThirdKey Research - AI Solutions for Enterprise Security" /> |
| 24 | + <meta property="og:image:width" content="1200" /> |
| 25 | + <meta property="og:image:height" content="630" /> |
| 26 | + |
| 27 | + <!-- Twitter Card Meta Tags --> |
| 28 | + <meta name="twitter:card" content="summary_large_image" /> |
| 29 | + <meta name="twitter:title" content="ThirdKey.ai - AI Research for Enterprise Security" /> |
| 30 | + <meta name="twitter:description" content="Building next-generation AI solutions for enterprise security and automation. Developing intelligent systems that enhance cybersecurity, streamline operations, and democratize AI-powered protection." /> |
| 31 | + <meta name="twitter:image" content="https://thirdkey.ai/images/sm-image.jpg" /> |
| 32 | + <meta name="twitter:image:alt" content="ThirdKey Research - AI Solutions for Enterprise Security" /> |
| 33 | + <meta name="twitter:image:width" content="1200" /> |
| 34 | + <meta name="twitter:image:height" content="630" /> |
| 35 | + |
| 36 | + <!-- Additional SEO Meta Tags --> |
| 37 | + <link rel="canonical" href="https://thirdkey.ai/" /> |
| 38 | + |
| 39 | + <!-- Schema.org structured data --> |
| 40 | + <script type="application/ld+json"> |
| 41 | + { |
| 42 | + "@context": "https://schema.org", |
| 43 | + "@type": "WebSite", |
| 44 | + "headline": "ThirdKey.ai - AI Research for Enterprise Security", |
| 45 | + "description": "Building next-generation AI solutions for enterprise security and automation. Developing intelligent systems that enhance cybersecurity, streamline operations, and democratize AI-powered protection.", |
| 46 | + "url": "https://thirdkey.ai/", |
| 47 | + "image": "https://thirdkey.ai/images/sm-image.jpg", |
| 48 | + "mainEntityOfPage": { |
| 49 | + "@type": "WebPage", |
| 50 | + "@id": "https://thirdkey.ai/" |
| 51 | + } |
| 52 | + } |
| 53 | + </script> |
7 | 54 | <style>
|
8 | 55 | * {
|
9 | 56 | margin: 0;
|
|
0 commit comments