feat: SEO improvements — related content, IndexNow, manifest, llms.txt
All checks were successful
Deploy Internet for Kids / Build & Push (push) Successful in 13s
Deploy Internet for Kids / Deploy (push) Successful in 6s
Deploy Internet for Kids / Health Check (push) Successful in 2s
Deploy Internet for Kids / Smoke Tests (push) Successful in 2s
Deploy Internet for Kids / IndexNow Ping (push) Successful in 7s
Deploy Internet for Kids / Promote to Latest (push) Successful in 2s
Deploy Internet for Kids / Rollback (push) Has been skipped
Deploy Internet for Kids / Audit (push) Successful in 3s
All checks were successful
Deploy Internet for Kids / Build & Push (push) Successful in 13s
Deploy Internet for Kids / Deploy (push) Successful in 6s
Deploy Internet for Kids / Health Check (push) Successful in 2s
Deploy Internet for Kids / Smoke Tests (push) Successful in 2s
Deploy Internet for Kids / IndexNow Ping (push) Successful in 7s
Deploy Internet for Kids / Promote to Latest (push) Successful in 2s
Deploy Internet for Kids / Rollback (push) Has been skipped
Deploy Internet for Kids / Audit (push) Successful in 3s
- Enable showRelatedContent + showSummary in article config - Add IndexNow ping step to CI deploy pipeline - Fix site.webmanifest branding (was Congo, now Internet for Kids) - Update llms.txt to include French language section Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -15,12 +15,13 @@ This blog covers:
|
||||
|
||||
## Languages
|
||||
|
||||
Content is available in English (/en/) and German (/de/).
|
||||
Content is available in English (/en/), German (/de/), and French (/fr/).
|
||||
|
||||
## Sections
|
||||
|
||||
- /en/ — Articles on child protection and online safety (English)
|
||||
- /de/ — Artikel zum Kinderschutz und Online-Sicherheit (Deutsch)
|
||||
- /fr/ — Articles sur la protection de l'enfance et la sécurité en ligne (Français)
|
||||
- /en/about/ — About this publication
|
||||
- /en/tags/ — Browse by topic
|
||||
|
||||
|
||||
21
static/site.webmanifest
Normal file
21
static/site.webmanifest
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "Internet for Kids",
|
||||
"short_name": "IFK",
|
||||
"description": "Expert insights on child protection laws, online safety, and digital family protection worldwide.",
|
||||
"start_url": "/en/",
|
||||
"display": "standalone",
|
||||
"background_color": "#ffffff",
|
||||
"theme_color": "#1a365d",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user