Skip to content

Commit 16bbda4

Browse files
chore(website): enhance SEO with improved meta tags and schema.org graph
1 parent 88ee924 commit 16bbda4

5 files changed

Lines changed: 78 additions & 24 deletions

File tree

website/api.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en">
2+
<html lang="en-US">
33

44
<head>
55
<meta charset="UTF-8">
@@ -22,6 +22,11 @@
2222
<!-- Favicon -->
2323
<link rel="icon" type="image/png"
2424
href="https://raw.githubusercontent.com/suhaibbinyounis/github-copilot-api-vscode/main/media/icon.png">
25+
<link rel="canonical" href="https://copilot-api.suhaib.in/api.html">
26+
<meta name="theme-color" content="#0d1117">
27+
28+
<meta name="twitter:site" content="@suhaibbinyounis">
29+
<meta name="twitter:creator" content="@suhaibbinyounis">
2530

2631
<!-- Fonts -->
2732
<link rel="preconnect" href="https://fonts.googleapis.com">

website/docs.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en">
2+
<html lang="en-US">
33

44
<head>
55
<meta charset="UTF-8">
@@ -22,6 +22,11 @@
2222
<!-- Favicon -->
2323
<link rel="icon" type="image/png"
2424
href="https://raw.githubusercontent.com/suhaibbinyounis/github-copilot-api-vscode/main/media/icon.png">
25+
<link rel="canonical" href="https://copilot-api.suhaib.in/docs.html">
26+
<meta name="theme-color" content="#0d1117">
27+
28+
<meta name="twitter:site" content="@suhaibbinyounis">
29+
<meta name="twitter:creator" content="@suhaibbinyounis">
2530

2631
<!-- Fonts -->
2732
<link rel="preconnect" href="https://fonts.googleapis.com">

website/faq.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en">
2+
<html lang="en-US">
33

44
<head>
55
<meta charset="UTF-8">
@@ -21,6 +21,11 @@
2121
<!-- Favicon -->
2222
<link rel="icon" type="image/png"
2323
href="https://raw.githubusercontent.com/suhaibbinyounis/github-copilot-api-vscode/main/media/icon.png">
24+
<link rel="canonical" href="https://copilot-api.suhaib.in/faq.html">
25+
<meta name="theme-color" content="#0d1117">
26+
27+
<meta name="twitter:site" content="@suhaibbinyounis">
28+
<meta name="twitter:creator" content="@suhaibbinyounis">
2429

2530
<!-- Fonts -->
2631
<link rel="preconnect" href="https://fonts.googleapis.com">

website/index.html

Lines changed: 54 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en">
2+
<html lang="en-US">
33

44
<head>
55
<meta charset="UTF-8">
@@ -36,6 +36,11 @@
3636
<!-- Favicon -->
3737
<link rel="icon" type="image/png"
3838
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">
3944

4045
<!-- Fonts -->
4146
<link rel="preconnect" href="https://fonts.googleapis.com">
@@ -51,25 +56,54 @@
5156
<script type="application/ld+json">
5257
{
5358
"@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+
]
73107
}
74108
</script>
75109

website/wiki.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en">
2+
<html lang="en-US">
33

44
<head>
55
<meta charset="UTF-8">
@@ -21,6 +21,11 @@
2121
<!-- Favicon -->
2222
<link rel="icon" type="image/png"
2323
href="https://raw.githubusercontent.com/suhaibbinyounis/github-copilot-api-vscode/main/media/icon.png">
24+
<link rel="canonical" href="https://copilot-api.suhaib.in/wiki.html">
25+
<meta name="theme-color" content="#0d1117">
26+
27+
<meta name="twitter:site" content="@suhaibbinyounis">
28+
<meta name="twitter:creator" content="@suhaibbinyounis">
2429

2530
<!-- Fonts -->
2631
<link rel="preconnect" href="https://fonts.googleapis.com">

0 commit comments

Comments
 (0)