Skip to content

Commit ed4bb37

Browse files
committed
chore: seo- add title and meta data, social card, sitemap update
1 parent bebc9a0 commit ed4bb37

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

src/assets/images/socialcard.png

24.6 KB
Loading

src/index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,26 @@
3939
<link rel="mask-icon" href="styles/images/favicons/safari-pinned-tab.svg" color="#da532c">
4040
<meta name="msapplication-TileColor" content="#47484B">
4141
<link rel="manifest" href="manifest.json">
42+
43+
<!-- Primary Meta Tags -->
4244
<title>Phoenix Code</title>
45+
<meta name="title" content="Phoenix Code" />
46+
<meta name="description" content="A text editor designed to make coding as intuitive and fun as playing a video game - specially crafted for web developers, designers, and students." />
47+
48+
<!-- Open Graph / Facebook -->
49+
<meta property="og:type" content="website" />
50+
<meta property="og:url" content="https://phcode.dev/" />
51+
<meta property="og:title" content="Phoenix Code | Code Creatively" />
52+
<meta property="og:description" content="A text editor designed to make coding as intuitive and fun as playing a video game - specially crafted for web developers, designers, and students." />
53+
<meta property="og:image" content="assets/images/socialcard.png" />
54+
55+
<!-- Twitter -->
56+
<meta property="twitter:card" content="summary_large_image" />
57+
<meta property="twitter:url" content="https://phcode.dev/" />
58+
<meta property="twitter:title" content="Phoenix Code | Code Creatively" />
59+
<meta property="twitter:description" content="A text editor designed to make coding as intuitive and fun as playing a video game - specially crafted for web developers, designers, and students." />
60+
<meta property="twitter:image" content="assets/images/socialcard.png" />
61+
4362
<!-- boot-time styles only here-->
4463
<style>
4564
.forced-hidden {

src/robots.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,30 @@ Disallow: /assets/
1414
# The Omniture search engine can see everything
1515
User-agent: Atomz/1.0
1616
Disallow: /assets/
17+
Disallow: /test/
1718

1819
User-agent: *
1920
Disallow: /assets/
21+
Disallow: /test/
2022

2123
User-agent: AdsBot-Google
2224
Disallow: /assets/
25+
Disallow: /test/
2326

2427
User-agent: AdsBot-Google-Mobile
2528
Disallow: /assets/
29+
Disallow: /test/
2630

2731
User-agent: SearchmetricsBot
2832
Disallow: /assets/
33+
Disallow: /test/
2934

3035
User-agent: Googlebot
3136
Disallow: /assets/
37+
Disallow: /test/
3238

3339
# XML sitemaps
34-
Sitemap: https://sitemaps.phcode.io/sitemap-phcode.xml
3540
Sitemap: https://phcode.dev/sitemap-phcode.xml
41+
Sitemap: https://sitemaps.phcode.io/sitemap-phcode.xml
3642

3743
# more sitemap urls can be given here, but just 1 for now.

0 commit comments

Comments
 (0)