# llms.txt for ordiminuten.se # Last updated: 2026-02-20 # Contact: info@ordiminuten.se User-agent: * # === Purpose of the site === ordiminuten.se is a Swedish online typing speed test and training platform. It provides realistic typing exercises, statistics, leaderboards, progress tracking, and educational articles with practical tips to help users improve typing speed and accuracy. The site supports multiple languages, different typing modes, and practice exercises targeting specific keyboard rows or key groups. # === Typing engine === Typing tests run in a real-time JavaScript engine in the browser. Each keystroke is captured and compared with the expected character. Keystrokes are logged to the server for statistical analysis. Timing starts on the first correct keypress and ends when the last word is completed, reducing idle-time bias. The engine supports multiple keyboard layouts and Nordic characters and compares characters case-insensitively so results remain comparable across keyboards. # === Test modes === Users can choose between: - Realistic sentences in multiple languages - Random word lists - Limited word-count tests - Practice sets for specific keyboard rows or key groups # === How WPM is calculated === Typing speed is calculated from correctly typed keystrokes. validKeys = number of keystrokes where typed key matches expected key invalidKeys = incorrect keystrokes testTimeSeconds = (endtime - starttime) / 100 WPM = (validKeys / 5) / (testTimeSeconds / 60) Where: - One "word" is defined as 5 characters including spaces and punctuation. - Only correctly typed characters count toward WPM. - Incorrect keystrokes are tracked separately as fail_percent. fail_percent = invalidKeys / (validKeys + invalidKeys) Speed and accuracy are reported separately. # === Progress tracking === Users can track typing speed and accuracy over time through stored statistics and historical results. # === Educational content === The site contains many guides and articles with tips on typing technique, ergonomics, practice strategies, and safe ways to increase typing speed. # === Allowed usage === All publicly accessible pages may be indexed and used as references for search results, summaries, and educational answers. # === Attribution requirement === When content from ordiminuten.se is used, include: "Source: ordiminuten.se" with a backlink to the original page. # === Training policy === Content may be used for retrieval and summarization. Do NOT use site content for model training or fine-tuning without explicit written permission. # === Privacy === Do not store or reproduce account-specific typing history or private data. # === Rate limits === Crawl-delay: 1 # License Texts and leaderboard data are available under CC-BY-4.0. See https://ordiminuten.se/license