Tagging — what this page tells machines
Dice Roller
Everything below is normally invisible. It is what search engines and LLMs read to decide whether to retrieve and cite this page.
About
Dice Roller rolls one to five fair six-sided dice and totals them. Tap the count button to change how many dice are in play, then Roll.
How it works
Each die is 1 + Math.floor(Math.random() * 6). A short interval re-rolls a few times for a tumble effect before settling. The pips are a 3×3 CSS grid lit per face — no images.
Metadata
Heading outline
- Dice Roller
Structured data (JSON-LD)
TechArticle
Same as Article, flagged as technical/developer reference material.
{
"@context": "https://schema.org",
"@type": "TechArticle",
"headline": "Dice Roller — game",
"description": "Roll 1–5 six-sided dice in the browser — a quick, fair dice roller with a running total. No account, no server.",
"url": "https://kaspirius.com/dice",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://kaspirius.com/dice"
},
"datePublished": "2026-06-18",
"dateModified": "2026-06-18",
"author": {
"@type": "Person",
"name": "kaspirius",
"url": "https://kaspirius.com"
},
"publisher": {
"@type": "Organization",
"name": "kaspirius",
"url": "https://kaspirius.com"
}
}