# 24to12Converter.com > Free 24-hour to 12-hour time converter with bidirectional conversion, time calculation tools, 950+ pages in 9 languages, and a growing library of time-format guides. ## Project Overview - **URL:** https://www.24to12converter.com/ - **Stack:** HTML5, Tailwind CSS 4, vanilla JavaScript (ES6+), Lucide Icons - **Deployment:** GitHub Pages (static HTML, no server) - **Languages:** English (root), German (/de/), Spanish (/es/), French (/fr/), Portuguese (/pt/), Italian (/it/), Japanese (/ja/), Korean (/ko/), Traditional Chinese (/zh-tw/) - **Total pages:** 952 URLs in sitemap ## Core Tools | Page | URL | Description | |------|-----|-------------| | 24h to 12h Converter | `/` | Main bidirectional time converter, 9 languages | | Military Time Converter | `/military-time-converter/` | Specialized military time tool, 9 languages | | Time Conversion Chart | `/time-chart/` | Full 24h-to-12h reference table (00:00–23:45), 9 languages | | Time Duration Calculator | `/time-duration-calculator/` | Calculate hours/minutes between two times, 9 languages | | Add Time Calculator | `/add-time-calculator/` | Add/subtract hours and minutes from any time, 9 languages | ## English Guides (10 articles) 1. `/guides/am-pm-complete-guide/` — AM/PM Complete Guide: meaning, Latin origins, 12 AM vs 12 PM rule 2. `/guides/how-to-read-convert-24-hour-time/` — How to Read & Convert 24-Hour Time: step-by-step, full table 3. `/guides/midnight-24-hour-time/` — Midnight in 24-Hour Time: 00:00 vs 0000 vs 2400, industry conventions 4. `/guides/time-conversion-chart-for-nurses/` — Nurses Time Conversion Chart: med pass times, shift handoffs 5. `/guides/time-conversion-chart-for-travel/` — Travel Time Conversion Chart: flights, trains, hotels, restaurants 6. `/guides/24-hour-clock-examples-for-students/` — 24-Hour Clock Examples for Students 7. `/guides/24-hour-clock-worksheet-printable/` — Printable 24-Hour Clock Worksheet 8. `/guides/24-hour-time-around-the-world/` — Which Countries Use Each Format 9. `/guides/how-to-pronounce-military-time/` — How to Pronounce Military Time 10. `/guides/why-the-us-uses-12-hour-clock/` — US 12-Hour Clock History ## Translated Guides Guides 1-5 above are translated to all 8 languages. Guides 6-10 are English only (low international demand per keyword research). | Language | Hub | Translated Guides | |----------|-----|-------------------| | German | `/de/guides/` | am-pm, how-to-read, midnight, nurses, travel | | Spanish | `/es/guides/` | am-pm, how-to-read, midnight, nurses, travel | | French | `/fr/guides/` | am-pm, how-to-read, midnight, nurses, travel | | Portuguese | `/pt/guides/` | am-pm, how-to-read, midnight, nurses, travel | | Italian | `/it/guides/` | am-pm, how-to-read, midnight, nurses, travel | | Japanese | `/ja/guides/` | am-pm, how-to-read, midnight, nurses, travel | | Korean | `/ko/guides/` | am-pm, how-to-read, midnight, nurses, travel | | Trad. Chinese | `/zh-tw/guides/` | am-pm, how-to-read, midnight, nurses, travel | ## Programmatic Time Pages 864 static HTML pages at 15-minute intervals (00:00, 00:15, 00:30, 00:45 … 23:45) in all 9 languages. - Pattern: `/{lang?}/time/HH-MM/` - Each page: unique title + meta description, direct-answer box, nearby-time nav, same-hour block, 3 related guides, FAQPage + BreadcrumbList JSON-LD ## SEO / Structured Data - Every page: Open Graph, Twitter Card, canonical URL, hreflang (where applicable) - Tool pages: WebApplication + BreadcrumbList JSON-LD - Guide articles: Article + FAQPage + BreadcrumbList JSON-LD - Time pages: FAQPage (3-4 QAs) + BreadcrumbList JSON-LD - Guide hubs: CollectionPage + BreadcrumbList JSON-LD - Homepages: WebSite + SoftwareApplication + FAQPage JSON-LD - `sitemap.xml`: 952 URLs - Security headers: HSTS, X-Frame-Options, X-Content-Type-Options, CSP ## Key Files | File | Purpose | |------|---------| | `index.html` | English homepage with interactive converter | | `script.js` | Client-side conversion logic | | `dist/app.css` | Compiled Tailwind CSS | | `sitemap.xml` | Full sitemap (952 URLs) | | `_headers` | Security headers (HSTS, XFO, etc.) | | `CLAUDE.md` | Project documentation for Claude Code | | `llms.txt` | This file — site overview for LLMs | | `PROMOTION-STRATEGY.md` | Content promotion & link building strategy | | `GROWTH-OPPORTUNITIES.md` | On-site growth opportunities analysis | ## Current State (June 2026) - All 864 time pages localized with translated meta, FAQ, and breadcrumb schema - Internal linking network: same-hour nav, 3 related guides per time page, guide cross-references - Navigation links, footer, and language switchers corrected across all non-EN pages - 2 new time calculation tools added (duration + add time) - 16 new translated tool pages in progress - Schema errors from GSC resolved (orphan breadcrumb fragments cleaned) --- *Last updated: 2026-06-26*