Tagging — what this page tells machines
Articles
Everything below is normally invisible. It is what search engines and LLMs read to decide whether to retrieve and cite this page.
Metadata
Heading outline
- What AI-generated images actually cost (and what they replace)
Structured data (JSON-LD)
WebSite
Tells engines what this site is and who made it — the root identity node.
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "kaspirius",
"url": "https://kaspirius.com",
"description": "kaspirius makes things about anything and nothing — pictures, writing, small software, and an explore-to-discover arcade of tiny interactive toys.",
"author": {
"@type": "Person",
"name": "kaspirius",
"url": "https://kaspirius.com"
}
}CollectionPage
Structured data engines read to understand and cite this page.
{
"@context": "https://schema.org",
"@type": "CollectionPage",
"name": "Articles — kaspirius",
"description": "Write-ups from kaspirius — essays on AI, images, software, and cities. Everything is grey until you look at it.",
"url": "https://kaspirius.com/articles",
"hasPart": [
{
"@type": "Article",
"headline": "What AI-generated images actually cost (and what they replace)",
"url": "https://kaspirius.com/articles/ai-art-what-it-costs",
"datePublished": "2026-06-18"
}
]
}