<?xml version="1.0" encoding="UTF-8"?>
<!--
	Sitemap for practicube.com.

	Only one URL is listed, and that is not an oversight. The site is a
	single-page app whose eight pages are addressed by URL fragment
	(#oll-reference, #pll-reference, ...). Search engines discard the fragment
	and treat every one of those as the same URL, so listing them here would
	submit eight duplicates of the home page.

	When the app is switched from hash routing to real paths (Backbone
	pushState + an Apache rewrite), each page becomes a distinct, indexable URL
	and should be added here — the routes are in AppRouter in
	public_html/script/practicube.js.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
                            http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
	<url>
		<loc>https://practicube.com/</loc>
		<lastmod>2026-08-12</lastmod>
		<changefreq>monthly</changefreq>
		<priority>1.0</priority>
	</url>
</urlset>
