|
1 | 1 | <!DOCTYPE html> |
2 | | -<html lang="en"> |
| 2 | +<html lang="en-US"> |
3 | 3 |
|
4 | 4 | <head> |
5 | 5 | <meta charset="UTF-8"> |
|
36 | 36 | <!-- Favicon --> |
37 | 37 | <link rel="icon" type="image/png" |
38 | 38 | href="https://raw.githubusercontent.com/suhaibbinyounis/github-copilot-api-vscode/main/media/icon.png"> |
| 39 | + <link rel="canonical" href="https://copilot-api.suhaib.in/"> |
| 40 | + <meta name="theme-color" content="#0d1117"> |
| 41 | + |
| 42 | + <meta name="twitter:site" content="@suhaibbinyounis"> |
| 43 | + <meta name="twitter:creator" content="@suhaibbinyounis"> |
39 | 44 |
|
40 | 45 | <!-- Fonts --> |
41 | 46 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
|
51 | 56 | <script type="application/ld+json"> |
52 | 57 | { |
53 | 58 | "@context": "https://schema.org", |
54 | | - "@type": "SoftwareApplication", |
55 | | - "name": "GitHub Copilot API Gateway", |
56 | | - "operatingSystem": "Windows, macOS, Linux", |
57 | | - "applicationCategory": "DeveloperApplication", |
58 | | - "offers": { |
59 | | - "@type": "Offer", |
60 | | - "price": "0", |
61 | | - "priceCurrency": "USD" |
62 | | - }, |
63 | | - "aggregateRating": { |
64 | | - "@type": "AggregateRating", |
65 | | - "ratingValue": "5", |
66 | | - "ratingCount": "100" |
67 | | - }, |
68 | | - "description": "Transform your GitHub Copilot subscription into a universal AI API gateway compatible with OpenAI, Anthropic, Google, and Llama.", |
69 | | - "author": { |
70 | | - "@type": "Person", |
71 | | - "name": "Suhaib Bin Younis" |
72 | | - } |
| 59 | + "@graph": [ |
| 60 | + { |
| 61 | + "@type": "Person", |
| 62 | + "@id": "https://copilot-api.suhaib.in/#person", |
| 63 | + "name": "Suhaib Bin Younis", |
| 64 | + "url": "https://suhaib.in/", |
| 65 | + "sameAs": [ |
| 66 | + "https://github.com/suhaibbinyounis", |
| 67 | + "https://twitter.com/suhaibbinyounis", |
| 68 | + "https://www.linkedin.com/in/suhaibbinyounis" |
| 69 | + ] |
| 70 | + }, |
| 71 | + { |
| 72 | + "@type": "WebSite", |
| 73 | + "@id": "https://copilot-api.suhaib.in/#website", |
| 74 | + "url": "https://copilot-api.suhaib.in/", |
| 75 | + "name": "GitHub Copilot API Gateway", |
| 76 | + "description": "Unlock GitHub Copilot as an OpenAI-compatible API.", |
| 77 | + "publisher": { |
| 78 | + "@id": "https://copilot-api.suhaib.in/#person" |
| 79 | + }, |
| 80 | + "inLanguage": "en-US" |
| 81 | + }, |
| 82 | + { |
| 83 | + "@type": "SoftwareApplication", |
| 84 | + "@id": "https://copilot-api.suhaib.in/#application", |
| 85 | + "name": "GitHub Copilot API Gateway", |
| 86 | + "operatingSystem": "Windows, macOS, Linux", |
| 87 | + "applicationCategory": "DeveloperApplication", |
| 88 | + "offers": { |
| 89 | + "@type": "Offer", |
| 90 | + "price": "0", |
| 91 | + "priceCurrency": "USD" |
| 92 | + }, |
| 93 | + "aggregateRating": { |
| 94 | + "@type": "AggregateRating", |
| 95 | + "ratingValue": "5", |
| 96 | + "ratingCount": "100" |
| 97 | + }, |
| 98 | + "description": "Transform your GitHub Copilot subscription into a universal AI API gateway compatible with OpenAI, Anthropic, Google, and Llama.", |
| 99 | + "author": { |
| 100 | + "@id": "https://copilot-api.suhaib.in/#person" |
| 101 | + }, |
| 102 | + "isPartOf": { |
| 103 | + "@id": "https://copilot-api.suhaib.in/#website" |
| 104 | + } |
| 105 | + } |
| 106 | + ] |
73 | 107 | } |
74 | 108 | </script> |
75 | 109 |
|
|
0 commit comments